@charset utf-8;
/*********************************************************************************************\
|	Autor:		Emin Bulut, Musa Bulut														  Ü
\*********************************************************************************************/


/*/////////////////////////////////////////////////////////////////////////////////////////////
///	TAGS																					///
/////////////////////////////////////////////////////////////////////////////////////////////*/

/*#############################################################################################
###	HTML, BODY																				###
#############################################################################################*/

html, body {
	font-family:				Arial, Verdana, Helvetica, sans-serif;
	font-size:					14px;
	font-weight:				normal;
	color:						#444444;
	background:					#FFFFFF;
	width:						100%;
	height:						100%;
	padding:					0px;
	margin:						0px;
	cursor:						default;
	scrollbar-base-color:		#FFFDE6;
	overflow:					hidden;
}

/*#############################################################################################
###	VERWEISE																				###
#############################################################################################*/

a, a:link, a:visited, a:active, a:visited:active, a:hover, a:visited:hover {
	color:						#444444;
	text-decoration:			none;
	font-weight:				normal;
	cursor:						pointer;
	outline: 					none;
	/*font-weight:				bold;*/
}

/*a, a:link, a:visited {
	color:						#;
}

a:active, a:visited:active {
	color:						#;
	text-decoration:			underline;
}*/

a:hover, a:visited:hover {
	color:						#5f79ff;
	font-weight:				bold;
}

/*#############################################################################################
###	SONSTIGE																				###
#############################################################################################*/

img {
	border:						none;
}


/*/////////////////////////////////////////////////////////////////////////////////////////////
///	EIGENE KLASSEN UND ID'S																	///
/////////////////////////////////////////////////////////////////////////////////////////////*/

#haupt {			
	padding:					0px;
	margin:						0px;
	width:						799px;
	margin-left: 				-400px;
	left:						50%;
	height: 					530px;
	margin-top: 				-265px;
	top:						50%;
	background:					#FFFFFF;
	visibility: 				visible;
	display: 					block;
	overflow:					hidden;
	position: 					absolute;
}

.kopf {
	width:						799px;
	height:						62px;
	background:					url(bilder/kopf_bg.png) no-repeat;
}
.kopfbereich {
	height:						40px;
	overflow:					hidden;
	position:					absolute;
	width:						500px;
	margin-top:					16px;
	margin-left:				32px;
}
.kopflogo {
	width:						462px;
	height:						40px;
	background:					url(bilder/logo.png) 0px 0px no-repeat;
}

.navigation {
	width:						799px;
	height:						138px;
	overflow:					hidden;
	background:					url(bilder/navigation_bg.png) 0px 0px no-repeat;
}
.navigationsbereich {
	width:						271px;
	height:						118px;
	overflow:					hidden;
	position:					absolute;
	padding-top:				14px;
	padding-left:				35px;
}
.nbbild {
	width:						136px;
	height:						49px;
	overflow:					hidden;
	position:					absolute;
	z-index:					10;
	bottom:						10px;
	right:						10px;
	background:					url(bilder/navibild.png) 0px 0px no-repeat;
}
.rechtsvonnavi {
	width:						480px;
	height:						138px;
	overflow:					hidden;
	position:					absolute;
	right:						13px;
	z-index:					1;
	/*background:					url(bilder/navirechts.png) 0px 0px no-repeat;*/
	background:					url(bilder/lade.gif) center no-repeat;
}
.rechtsvonnaviecken {
	width:						480px;
	height:						138px;
	overflow:					hidden;
	position:					absolute;
	right:						13px;
	z-index:					2;
	background:					url(bilder/rechtsvonnaviecken.png) 0px 0px no-repeat;
}

.inhalt {
	width:						799px;
	height:						310px;
	overflow:					hidden;
	position:					relative;
	background:					url(bilder/inhalt_bg.png) 0px 0px no-repeat;
}
.inhalttext {
	width:						401px;
	height:						270px;
	position:					absolute;
	top:						20px;
	left:						50px;
	font-size:					12px;
	padding-right:				6px;
	overflow:					hidden;
	overflow-y:					auto;
}
.inhalttext a {
	font-weight:				500;
}
li {
	margin-left:				-24px;
	margin-bottom:				10px;
}
.tabulator {
	width:						140px;
	position:					relative;
	display:					inline-block;
	display:					-moz-inline-box;
	float:						left;
}
.ueberschrift {
	font-size:					14px;
	font-weight:				900;
	display:					block;
	margin-bottom:				14px;
	overflow:					hidden;
	/*border-bottom:				1px;
	border-bottom-style:		solid;
	border-bottom-color:		#AFAFAF;*/
}
.inhaltbildecken {
	width:						280px;
	height:						270px;
	overflow:					hidden;
	position:					absolute;
	top:						20px;
	right:						50px;
	background:					url(bilder/inhaltbildecken.png) 0px 0px no-repeat;
	z-index:					2;
}
.inhaltbild {
	width:						280px;
	height:						270px;
	overflow:					hidden;
	position:					absolute;
	top:						20px;
	right:						50px;
	/*background:					url(bilder/inhaltgross.png) 0px 0px no-repeat;*/
	background:					url(bilder/lade.gif) center no-repeat;
	z-index:					1;
}
.inhaltbild1 {
	width:						280px;
	height:						130px;
	overflow:					hidden;
	position:					absolute;
	top:						20px;
	right:						50px;
	/*background:					url(bilder/inhaltklein.png) 0px 0px no-repeat;*/
	background:					url(bilder/lade.gif) center no-repeat;
	z-index:					1;
}
.inhaltbild2 {
	width:						280px;
	height:						130px;
	overflow:					hidden;
	position:					absolute;
	top:						157px;
	right:						50px;
	/*background:					url(bilder/inhaltklein.png) 0px 0px no-repeat;*/
	background:					url(bilder/lade.gif) center no-repeat;
	z-index:					1;
}

.fuss {
	width:						785px;
	height:						20px;
	line-height:				20px;
	overflow:					hidden;
	position:					absolute;
	/*margin-left:				14px;*/
	font-size:					12px;
	text-align:					right;
}


