/* LAYOUT */
/*
div#container
	div#header
	div#content
		div#leftColum
		div#middleColum
		div#rightColum
	div#footer
*/




body {
	overflow:hidden;
}

#bgImage {
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:-1;
}

#container {
	float:left;
	height:560px;
	left:50%;
	margin-left:-492px;
	margin-top:-280px;
	position:absolute;
	top:50%;
	width:985px;
}

	#navigation {
		float:left;
		height:527px;

		width:95px;
	}
	
		table.navElement {
			background-color:#e3001b;
			clear:both;
			color:white;
			cursor:pointer;
			margin-bottom:11px;
			height:95px;
			width:95px;
		}
			
			table.navElement a{
				color:white !important;
			}
			
			td.navElement {
				font-size:13px;
				font-weight:bold;
				padding:7px;
				vertical-align:bottom;
			}
			
		table.navElement:last-child {
			background-image:url(/_include/css/img/alpha30black.png);
		}
		
		#navActive {
			background-color:white;
			color:#e3001b;
		}
		 #navActive a{
			background-color:white;
			color:#e3001b !important;
		}
	
	#content {
		float:left;
		height:527px;
		margin-left:40px;
		width:850px;
	}
	
		#header {
			float:left;
			height:95px;
			width:850px;
		}
			h1.title {
				float:left;
				font-size:15px;
				font-weight:bold;
				margin-left:395px;
				margin-top:55px;	
				text-align:right;
				width:350px;
			}
		
			#logo {
				float:left;
				margin-left:10px;
			}
		
		/* ---------------- STARTSEITE ---------------- */
		#iContent {
			clear:both;
			float:left;
			margin-top:13px;
			width:auto;
		}
		
			#slidePic {
				border:1px solid white;
				float:left;
				height:410px;
				overflow:hidden;
				width:410px;
			}
			
			#quattroNews {
				float:left;
				height:410px;
				margin-left:25px;
				width:412px;
			}
			
				div.iNewsboxCol1, div.iNewsboxCol2 {
					background-image:url(/_include/css/img/alpha30blue.png);
					border:1px solid white;
					float:left;
					height:195px;
					margin-bottom:18px;
					margin-right:18px;
					width:195px;
				}
				
				div.iNewsboxCol2 {
					margin-right:0;
				}
				
					div.iNewsInnerBox {
						height:159px;
						overflow:hidden;
						padding:22px 13px 15px;
					}
					
				a.iNewsboxLink, a.iNewsboxLink:visited, a.iNewsboxLink:active, a.iNewsboxLink:hover {
					background-color:white;
					color:#426a9b !important;
					font-size:11px;
					font-weight:bold;
					display:inline-block;
					margin-left:151px;
					margin-top:-18px;
					padding:1px 7px;
					position:absolute;
				}
				
		/* ---------------- STANDARD ---------------- */
		
		#tabbar {
			clear:both;
			float:left;
			height:25px;
			margin-top:13px;
			width:auto;
		}
		
			a.tab {
				background-color:#426a9b;
				color:white !important;
				display:block;
				float:left;
				height:auto;
				margin-right:4px;
				padding:5px 6px;
			}
			
			#tabActive {
				background-color:white;
				color:#e3001b !important;
			}
			
		#cContent {
			background-image:url(/_include/css/img/alpha30blue.png);
			border:1px solid white;
			clear:both;
			float:left;
			height:384px;
			width:849px;
		}
			
			#columLeft {
				float:left;
				height:344px;
				width:470px;
			}
				
				#print {
					float:left;
				}
			
				#p {
					clear:both;
					float:left;
					width:405px;
				}
				
				#p2 {
					clear:both;
					width:265px;
				}
				
				hr {
					background-color:white;
					border:0;
					border-top:1px solid white;
					clear:both;
					color:white;
					height:0px;
					margin:15px 0 10px;
					
				}
			
			#columRight {
				border-left:1px solid white;
				float:left;
				height:344px;
				margin-top:20px;
				padding-left:50px;
				position:relative;
				width:265px;
				z-index:1px;
			}
			
				#kontaktButton {
					background-color:#e3001b;
					border:1px solid white;
					border-width:0 0 1px 1px;
					cursor:pointer;
					display:block;
					color:white;
					left:904px;
					padding:7px 12px;
					position:absolute;
				}
				
				#kontakt {
					background-color:white;
					display:none;
					height:1px;
					left:655px;
					overflow:hidden;
					position:absolute;
					width:330px;
				}
				
				#blackHR {
					clear:both;
					color:black;
					float:left;
					margin-top:35px;
				}
				
		/* ---------------- STANDARD ---------------- */
		#homeField {
			background-image:url(/_include/css/img/alpha30blue.png);
			border:1px solid white;
			clear:both;
			float:left;
			height:385px;
			width:410px;
		}
		
			#homeFieldText {
				margin:20px;
			}

	#footer {
		border-top:1px solid white;
		clear:both;
		color:white;
		float:left;
		font-size:10px;
		margin-top:12px;
		padding-top:3px;
		width:985px;
	}
	
	#footerPrint {display:none;}
	
		#metanavigation {
			font-size:10px;
			float:left;
			width:785px;
		}
		
			a.metanavigation, a.metanavigation:active, a.metanavigation:hover, a.metanavigation:visited {
				color:#0D2251 !important;
				display:inline_block;
				float:left;
				margin-right:15px;
			}
	
		#rubikon {
			color:#0D2251 !important;
			display:inline-block;
			float:left;
			text-align:right;
			width:200px;
		}
		
#background {
	left:50%;
	margin-left:350px;
	margin-top:-135px;
	position:absolute;
	top:50%;
	z-index:-1;
}

a, a:hover, a:visited, a:active {
	color:#ffffff !important;
}
