/*==========================================================
	MAIN DEFINITIONS
==========================================================*/
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	background-color: white;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	text-decoration: underline;
}

a img, img {
	border: 0 none transparent;
}


/*==========================================================
	MAIN LAYOUT
==========================================================*/
#container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 982px;
	height: 615px;
	margin-top: -307px; /* half height */
	margin-left: -491px; /* halft width */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #C0C0C0;
	background-image: url(images/template/container_bg.png);
	background-repeat: no-repeat;
}

#logo {
	background-image: url(images/template/logo.png);
	background-repeat: no-repeat;
	width: 217px;
	height: 173px;
	position: relative;
	left: 250px;
	z-index: 5;
}

#nav1 {
	position: absolute;
	left: 12px;
	top: 63px;
	z-index: 2;
}

#nav2 {
	position: absolute;
	right: 12px;
	top: 49px;
	z-index: 2;
}

#subnav {
	position: absolute;
	right: 12px;
	top: 99px;
	width: 500px;
	height: 30px;
	background-color: white;
	opacity:.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	z-index: 9;
}

#subnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
} 

#subnav li {
	float: left;
	margin: 9px;
	padding: 1px;
} 

#subnav a {
	color: black;
	text-decoration: none;
	background:url(/images/icons/arrow_1.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	font-weight: bold;
}

#subnav a:hover {
	color: #e31818;
	background:url(/images/icons/arrow_1_on.png);
	background-repeat: no-repeat;
}


#maincontentpic {
			position: absolute;
			top: 99px;
			left: 16px;
			width: 950px;
			height: 500px;
			overflow: hidden;
			background-image:url(images/template/maincontainer_bg.png);
			z-index: 3;
		}


#contentpic {
	position: absolute;
	top: 99px;
	left: 16px;
	width: 950px;
	height: 500px;
	overflow: hidden;
	background-image:url(images/loading.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	z-index: 2;
}

#contentwrapper2 {
	width: 550px;
	height: 300px;
	position: absolute;
	top: 170px;
	left: 390px;
	overflow: auto;
	z-index: 6;
}

.content2 {	
	width: 535px;
	height: 380px;
	color: #666666;
	line-height: 1.2;
	float: left;
	z-index: 4;
}

.contentbg-2 {
	width: 550px;
	height: 300px;
	position: absolute;
	left: 390px;
	top: 170px;
	background-color: white;
	opacity:.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	border: dotted 1px #666666;
	z-index: 5;
}

#contentwrapper {
	min-width: 350px;
	height: 500px;
	position: absolute;
	top: 99px;
	left: 16px;
	overflow: hidden;
	z-index: 4;
}


.contentbg {
	width: 350px;
	height: 500px;
	position: absolute;
	top: 99px;
	left: 16px;	
	
	background-color: #00162d;
	opacity:.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	
	/*
	background-image:url(/images/template/content_bg.png);
	*/
	color: white;
	z-index: 3;
}

.ccontainer {
	width: 350px;
	height: 500px;
}

.content {	
	margin-left: 15px;
	width: 325px;
	height: 363px;
	color: white;
	line-height: 1.2;
	z-index: 10;
}

.contentlinks a {
	color: white;
	text-decoration: none;
	background:url(/images/icons/arrow_2.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	font-weight: bold;
}

.contentlinks a:hover {
	color: #b5d1ef;
	background:url(/images/icons/arrow_2_on.png);
	background-repeat: no-repeat;
}

.contentlinks a:active {
	color: red;
}

.content_links_bg {
	margin-bottom: 	4px;
	margin-top:		4px;
	width: 			285px;
	height: 		1px;
	background:		url(/images/template/content_links_bg.png);
}

.contenttitle {
	width: 350px;
	
	background-color: #00162d;	
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	
	text-align: left;
	vertical-align: middle;
	z-index: 4;
}

.titlespacer {
	height: 70px;
}

.titelimg {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 16px;
}

.contentspacer {
	height: 20px;
}

.contentimages {
	padding-top: 20px;
}

.contentimages img {
	border: solid 4px white;
	-moz-border-radius: 10px 10px 10px 10px;
	margin-right: 4px;
}


.contentincludes {
	padding-top: 20px;
}
.includes, .contentincludes {
		
}


.titleimg {
	padding: 15px;
}

#sliders {
	position: absolute;
	width: 400px;
	height: 120px;
	bottom: 16px;
	right: 20px;
	z-index: 5;
}

.slider {
	width: 100px;
	margin-right: 20px;
	float: left;
	height: 120px;
	background-color: orange;
	z-index: 6;
}

#topnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
} 

#topnav li {
	float: left;
	margin: 0px;
} 

#maincontentwrapper {
	position: relative;
	top: 65px;
	left: 410px;	
	width: 520px;
	height: 250px;
	color: black;
	line-height: 1.3;
	z-index: 11;
}

.maincontent_normal h1 {
	font-size: 11px;
	font-weigh: bold;
	padding-bottom: 12px;
}

.maincontent_normal img {
	/*
	float: left;
	margin-top: 20px;
	border: solid 4px #F0F0F0;
	-moz-border-radius: 10px 10px 10px 10px;
	margin-right: 4px;
	*/
	float: left;
	border: solid 1px black;
	margin-top: 4px;
	margin-right: 4px;
}

.linklist_0 {
	margin: 0px;
}

.linklist_0_0 {
	color: black;
	text-decoration: none;
	background:url(/images/icons/arrow_3_off.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	font-weight: bold;
}

.linklist_0_1 {
	color: black;
	text-decoration: none;
	background:url(/images/icons/arrow_3_on.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	font-weight: bold;
}

.linklist_1 {
	color: black;
	margin-top: 2px;
	margin-bottom: 10px;
	margin-left: 18px;
}

.linklist_1 a {
	text-decoration: none;
	color: #9c1c1c;
	font-weight: bold;	
	background:url(/images/icons/arrow_2_red.png);
	background-repeat: no-repeat;
	padding-left: 18px;
}

.linklist_1 a:hover {
	color: #e31818;
}


.mitarbeiter_item {
	width: 150px;
	height: 125px;
	background: white;
	border: solid 1px #C0C0C0;
	-moz-border-radius: 10px 10px 10px 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

.mitarbeiter_item a {
	color: black;
	text-decoration: none;
}

.mitarbeiter_item a:hover {
	color: #9c1c1c;
}

.mitarbeiter_description {
	position: relative;
	top: 75px;
	text-align: center;
	padding: 0;
	margin: 0; 
}

	/* ==================== FOOTER BUTTON ALLE ======================= */
	.footerbtn_wrapper {
		position: absolute;
		top: 499px;
		height: 100px;
		overflow: hidden;
		z-index: 29;
	}
	
	.footerbtn {
		height: 100px;
		background-image:url(images/template/btn_bottom_1.png);
		background-repeat:no-repeat;
	}

	.footerbtn_spacer {
		height: 65px;	
	}
	
	.footerbtn_title {
		height: 25px;
		margin-top: 8px;
		margin-left: 8px;
		color: black;		
		float: left;
	}
	
	.footerbtn_title_active {
		height: 25px;
		margin-top: 8px;
		margin-left: 8px;
		color: black;		
		float: left;
	}
	
	.footerbtn_title a {
		color: black;
		font-weight: bold;	
		text-decoration: none;
	}
	
	.footerbtn_title a:hover {
		text-decoration: none;
	}
	
	.footerbtn_title_active a {
		color: black;
		font-weight: bold;	
		text-decoration: none;
	}

	.footerbtn_content {
		color: black;
		margin: 8px;
		clear: left;
	}
	
	.footerbtn_content a {
		color: black;
		text-decoration: none;
	}
	
	.footerbtn_content a:hover {
		text-decoration: none;
	}


	/* ==================== FOOTER BUTTON 1 ======================= */
	#footerbtn1_wrapper {
		left: 513px;
		width: 168px;
	}
				
	/* ==================== FOOTER BUTTON 2 ======================= */
	#footerbtn2_wrapper {
		left: 682px;
		width: 141px;
	}

	/* ==================== FOOTER BUTTON 3 ======================= */
	#footerbtn3_wrapper {
		left: 824px;
		width: 94px;
	}
	
	
	/*==========================================================
		FORMULARFELDER
	==========================================================*/
	.formfeld1 {
		background-color: white;
		border: solid 1px #666666;
		width: 200px;
		font-size: 10px;
		padding: 1px;
	}
	
	.maincontent_normal label{
		float: left;
		width: 120px;
	}
	
	.maincontent_normal input, .maincontent_normal textarea{
		font-family:Arial, Helvetica, sans-serif;
		font-size: 11px;
		background-color: white;
		border: solid 1px #666666;
		width: 180px;
		margin-bottom: 3px;
	}
	
	.maincontent_normal textarea{
		width: 250px;
		height: 90px;
	}
	
	/***** Sputin Rep ***********/
	
	.maincontent_normal a {
		display:			block;
	}
	
	.maincontent_normal #submitbutton{
		font-family:Arial, Helvetica, sans-serif;
		font-size: 11px;
		background-color: #F0F0F0;
		border: solid 1px #C0C0C0;
		width: 90px;
		margin-left: 120px;
		padding: 2px;
	}
	
	.maincontent_normal br{
		clear: left;
	}
	
	.pagenotifier {
		padding:20px; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 13px;
		color:		#000000!important;
	}


	#copyright {
		font-size: 10px;
		color: #C0C0C0;
		position: absolute;
		top: 615px;
		left: 750px;
		z-index: 29;
	}
	
	#copyright a {
		color: #ef8601;
		text-decoration: none;
	}
	
	#copyright a:hover {
		color: #cd7402;
	}
	
	#nojsalert {
		position: absolute;
		top: 10px;
		right: 10px;
		width: 400px;
		z-index: 29;
	}
	
	.alert {
		background:url(/images/icons/error.png);
		background-repeat: no-repeat;
		padding-left: 20px;
		font-size: 12.5px;
		line-height: 1.2;
		
	}
	
	.whiteloading {
		padding: 6px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		background-color: #262e39;
		text-align: center;
		color: #484e57;
		width: 90px;
		border: 1px solid #484e57;
	}
	
	#smallchartloading img {
		border: 0;
	}
	
	#smallchart {
		position: absolute;
		bottom: 20px;
		left: 20px;
		/* width: 180px; */
		
		z-index: 29;
		
	}
	
	#smallchart img {
		
	}
	
	.smallcharttitle {
		font-weight: bold;
	}
	.smallchartsub {
		font-weight: normal;
		color: silver;
	}	


	/*==========================================================
		HINWEISE
	==========================================================*/
	.error, .notice, .success {
		padding:.8em;margin-bottom:1em;
		border:2px solid #ddd;
		font-size: 11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	.error {
		background:#FBE3E4;
		color:#8a1f11;
		border-color:#FBC2C4;
	}
	.notice {
		background:#FFF6BF;
		color:#514721;
		border-color:#FFD324;
	}
	.success {
		background:#E6EFC2;
		color:#264409;
		border-color:#C6D880;
	}

