/* AUTHOR: Gerhard Heinrich ::  2004, master design - web solutions */
/* ------------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
	background-color: #28344E;
	background-image: url(images/body_bg.gif);
}


html, div, p, h1, h2, h3, span, a, form {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
}

td, th, table {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
}


/* Allgemein gültige Formatierungen */

a {
	color: #99FF00;
	text-decoration: none;
	font-weight: bold;
}


a:hover {
	color: #FFFF00;
	text-decoration: none;
}

strong {
   font-weight: bold;
}

.c {
   clear: both;
}

.center {
   text-align: center;
}

.right {
   text-align: right;
}
.justify {
   text-align:justify;
}
img {
   border: 0;
}

.klein {
   font-size: 0.7em;
}

.top {
   vertical-align: top;
}

h1 {
	font-size: 17px;
	color: #FFD100;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h2 {
	font-size: 14px;
	color: #FFD100;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.galerieborder {
	background-color: #F9F8CE;
	padding: 5px;
	border: 2px solid #FFD100;
}
.galerieborder:hover {
	background-color: #F9F8CE;
	padding: 5px;
	border: 2px solid #99FF00;
}
.mytdover {
	background-color: #425782;
	cursor: hand;

}
.mytdout {
	font-weight: normal;
}
