/* ----- Tags ----- */

BODY {
	font-family: verdana, sans-serif;
	font-size: 1.0em;
	color: #000;
	background-color: #FFF;
	margin:0;
	padding:0;
}

HR {
	color: #916D53;
	width: 50%;
	height: 1px;
}
P {
	margin-top:10px;
	margin-bottom:10px;
}
IMG {
	border: none;
}

/* ----- Klassen ----- */
.main {
	margin: 6px auto 0;
	padding:0;
	width: 990px;
	text-align:left;
	background-color:#FFF;
	border:3px solid #FF7D00;
}

.top {
	padding: 0.2em 0.8em 0.2em 0;
	padding: 5px 10px 10px 10px;
	font-size: 0.7em;
	text-align: right;
	color: #B0B0B0;
	background-color: #FFF;
} .top a {
	color: #B0B0B0;
	font-weight: bold;
	font-variant: small-caps; 
	text-decoration: none;
} .top a:hover {
	color: #FF7D00;
	background-color: #000;
} .top a:active {
	color: #FF6600;
}

.logo {
	height: 100px;
	padding-left:20px;
	background-color: #FFF;
	border-bottom: 1px solid #C0C0C0;	
}
.header {
	margin-top:20px;
	margin-left:20px;
	margin-bottom: 0px;
	padding-left:20px;
	font-size: 12px;
	font-weight: bold;
	background-image: url(/images/bg_h1.gif); 
	background-repeat: repeat-y;
	border-bottom: #FF7D00 1px dashed;		
} .header H1{
	font-size: 12px;
	color: #162D70;
	padding-bottom:0px;
	margin-bottom:0px;
} .header .orange {
	color: #FF7D00;
}

.maintext {
	background-image: url(/images/bg_main.jpg);
	background-repeat: no-repeat;	
	background-position: right bottom;	
} .maintext .inner{
	padding:20px 20px 20px 20px;
	font-size: 0.7em;
} .maintext .inner H2 {
	font-size: 1.1em;
} .maintext .links {
	padding-top:20px;
} .maintext .links a {
	padding: 0 0 0 1.6em;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
} .maintext .links a:hover {
	color: #FF7D00;
}

.footer {
	margin: 12px auto 0;
	padding: 0 0 0 0;
	width: 100%;
	min-height: 20px; /* Für moderne Browser */
	height: auto !important; /* Für moderne Browser */
	height: 20px; /* Für IE */
	text-align: center;
	font-size: 0.7em;
	margin-bottom:20px;
} .footer a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
} .footer a:hover {
	color: #FFF;
	background-color: #000;
}

.links a {
	padding: 0 0 0 1.6em;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/bg_link.gif);
	background-repeat: no-repeat;
} .links a:hover {
	color: #FF7D00;
}
