/* 
** LINKS 
*/

@import url(main/content.css);

a:active  {
	font-weight: bold;
	color: #ff8d00;
	text-decoration : underline;
	background-color: #fff9f2;
	}
	
a:link {
	font-weight: bold;
	color: #ff8d00;
	text-decoration : none;
	}
	
a:visited {
	font-weight: bold;
	color: #ff8d00;
	text-decoration: none;
	}
	
a:hover {
	font-weight: bold;
	color: #ff8d00;
	text-decoration : underline;
	background-color: #fff9f2;
	}
/* 
** ENDE LINKS 
*/


body {
	background-color: #FFFFFF;
	
	font-size: 11px;
	line-height: 18px;
	color: #231f20;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 10px;
}


.hauptnavigation {
	width: 680px;
	height: 63px;
	background-image: url(../images/hintergrund_hauptnav.gif);
	background-repeat: repeat-x;
}

.unternavigation1 {
	width: 680px;
	height: 29px;
	background-color: #ffd6a4;
}

.unternavigation2 {
	width: 680px;
	background-color: #fff6eb;
}


/* INHALT BEREICH */

.footer {
	position: absolute;
	left: 270px;
	font-size: 10px;
	font-weight: bold;
	color: #5c5c5c;
}

.breadcrumb {
	vertical-align:top;
	font-size: 10px;
	font-weight: bold;
	color: #ff8d00;
}

.hg1 {
	background-color: #fff9f2;
	background-image: url(../images/hintergrund_01.gif);
	background-repeat: repeat-x;
	height: 25px;
}

.hg2 {
	background-color: #fff9f2;
	background-image: url(../images/hintergrund_02.gif);
	background-repeat: repeat-x;
	height: 25px;
}

.divider {
	background-image: url(../images/pixel_divider.gif);
	background-repeat: repeat-y;
	background-position: top;
}

.inhaltbox {
	padding-top: 30px;
	padding-bottom: 30px;
}

.seitentitel {
	width: 480px;
	height: 20px;
	background-image: url(../images/hg_seitentitel.gif);
	background-repeat: repeat-x;
	vertical-align:top;
}

.inhalt {
	padding-top: 25px;
	
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #5c5c5c;
}

.inhaltbox2 {
	padding-top: 37px;
	padding-bottom: 30px;
}

.boxentitel {
	width: 179px;
	height: 12px;
	background-image: url(../images/hg_boxentitel.gif);
	background-repeat: repeat-x;
	vertical-align:top;
	
}

.inhalt2 {
	padding-top: 18px;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #5c5c5c;
}

/* ENDE INHALT BEREICH */



