@import url("reset.css");
@import url("basics.css");
@import url("nav.css");


/* --------- INITS ------------------ */

html {

}

body {
color: #ccc;
font: .8em segoe ui, myriad, 'myriad pro', helvetica, 'lucida grande', lucida, sans-serif;
text-align: justify;
background: url(../gfx/main_bg_full.jpg) top repeat-x fixed #070707;
}

div#center {
position:absolute;
left: 50%;
margin-left:-461px;
}

div#bg_graphic{
width: 460px;
height: 820px;
margin-bottom: -820px;
margin-left: -50px;

background: url(../gfx/main_bg_gfx.png) no-repeat;
}


/* --------- HEADER ----------------- */

div#header {
margin-bottom: 26px;
}

	div#header .top {
	margin-top: 15px; /* 17px plus negativer margin der oberen content-grafik = 35px. */
	background: url(../gfx/header_bg_top.png) no-repeat;
	width: 923px;
	height: 163px;
	}

	a#simvislogo {
	display: block;
	position: absolute;
	top: 50px;
	left: 48px;
	}
	
	ul.nav {
	background: url(../gfx/header_nav_bg.png) no-repeat;
	width: 413px;
	height: 42px;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	
	position: absolute;
	top: 81px;
	left: 420px;	
	padding: 0 12px;
	margin: 0;
	
	z-index: 70;
	}
	
	
	/* More Navigation look at: nav.css */
	
	#ajaxSearch_output {
	background: url(../gfx/gradient_black_bottom.png) repeat-x bottom #222;
	
	position: absolute;
	top: 161px;
	left: 59px;
	width: 750px;
	
	z-index: 25;
	
	padding: 6px 10px 8px 10px;
	}
		
	form#search, #ajaxSearch_form {
	position: absolute;
	top: 128px;
	left: 638px;
	
	z-index: 32;
	
	background: url(../gfx/header_search_bg.png) no-repeat;
	}
	
		form#search input, #ajaxSearch_form #ajaxSearch_input {
		font-weight: bold;
		font-style: italic;
		
		background: none;
		border: none;
		
		position: relative;
		top: -2px;
		
		width: 145px;
		padding: 6px;
		}
		
		#ajaxSearch_form #ajaxSearch_submit {
		width: 33px;
		height: 27px;
		
		position: relative;
		top: -3px;
		left: -3px;
		
		border: none;
		background: none;
		}
		
		#ajaxSearch_form #indicator {
		position: absolute;
		top: 4px;
		left: 195px;
		}
		
		#ajaxSearch_output #searchClose {
		position: absolute;
		left: 729px;
		top: 40px;
		z-index: 50;
		margin: 7px 0 0 18px;
		}
		
		#ajaxSearch_output .AS_ajax_result {
		margin-bottom: 1em;
		}
		
		#ajaxSearch_output .AS_ajax_resultLink {
		font-weight: bold;
		}
		
		
	/* -- Teaser -- */

	div#teaser {
	width: 923px;
	height: 240px;
	background: url(../gfx/header_bg_middle.png) repeat-y;
	}
	
		div#teaser div.teaser_image {
		width: 907px;
		border-top: 1px solid #507b10;
		border-bottom: 1px solid #86c544;
		margin-left: 8px;
		}
	
		div#teaser div.gradienttop {
		background: url(../gfx/gradient_grey_10_top.png) repeat-x top;
		height: 100%;
		}
		
		div#teaser div.gradientbottom {
		background: url(../gfx/gradient_grey_10_bottom.png) repeat-x bottom;
		height: 100%;
		}
	
		div#teaser h1, div#teaser #teaser_text {
		font-weight: normal;
		}
		
			div#teaser h1 {
			color: #fff;
			font: italic 2em 'neotech_italic', 'lucida grande', lucida, myriad, 'myriad pro', sans-serif;
	
			text-align: right;
			line-height: 1.1em;
			padding: 10px 15px 2px 15px;
			
			position: relative;
			top: 40px;
			left: 95px;
			
			width: 236px;
		
			background: #000;
			}
			
			div#teaser #teaser_text {
			position: relative;
			width: 466px;
			top: 40px;
			left: 361px;
			
			background: #fff;
			}
			
			div#teaser #teaser_text .richtext {
			padding: 18px 22px 3px 22px;
			}
			
			div#teaser #teaser_text .plaintext {
			padding: 8px 22px 10px 22px;
			}
		
		#teaser ul {
		margin-bottom: 0;
		}
		
		#teaser li {
		margin-bottom: 0;
		}
		
	div#header .bottom {
	height: 33px;
	width: 923px;
	background: url(../gfx/header_bg_bottom.png) no-repeat;
	}
	
	
	/* -- Breadcrumbs -- */
	
	span.breadcrumbs_crumbBox {
	font-family: arial, sans-serif;
	display: block;
	margin-left: 54px;	
	padding-top: 4px;
	font-size: .9em;
	}
	
	a.breadcrumbs_crumb, a.breadcrumbs_homeCrumb {
	margin: 0 6px;
	padding: 2px 7px;
	background: url(../gfx/gradient_grey_10_top.png) repeat-x top;/* #afef00;*/
	color: #fff;
	opacity: .7;
	filter: alpha(opacity=70);
	}
		a.breadcrumbs_crumb:hover, a.breadcrumbs_homeCrumb:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		}
	
	span.breadcrumbs_currentCrumb {
	font-weight: bold;
	color: #fff;
	margin-left: 7px;
	}
	
	span.breadcrumbs_separator {
	background: url(../gfx/link_active.png) no-repeat 0 2px;
	}
	
		
/* ------ CONTENT ---------------------- */

div#content {
margin-bottom: 27px;
width: 933px;
}

	/* Grafikelemente für runde Contentbereiche */
	
	div#content .top {
	height: 18px;
	position: relative;
	top: -18px;
	margin-bottom: -18px;
	}
	
	div#content .bottom {
	height: 18px;
	position: relative;
	bottom: -18px;
	margin-top: -18px;
	}
	
	div.onethird {
	width: 301px;
	float: left;
	margin-right: 10px;
	}
	
		div.onethird .dark {
		background: url(../gfx/third_b_middle.png) repeat-y;
		}
		
		div.onethird .dark .top {
		background: url(../gfx/third_b_top.png) no-repeat;
		}
		
		div.onethird .dark .bottom {
		background: url(../gfx/third_b_bottom.png) no-repeat;
		}
		
		div.onethird .bright {
		background: url(../gfx/third_w_middle.png) repeat-y;
		}
		
		div.onethird .bright .top {
		background: url(../gfx/third_w_top.png) no-repeat;
		}
		
		div.onethird .bright .bottom {
		background: url(../gfx/third_w_bottom.png) no-repeat;
		}
		
		div.onethird .green {
		background: url(../gfx/third_g_middle.png) repeat-y;
		}
		
		div.onethird .green .top {
		background: url(../gfx/third_g_top.png) no-repeat;
		}
		
		div.onethird .green .bottom {
		background: url(../gfx/third_g_bottom.png) no-repeat;
		}
		
		div.onethird .innercontent {
		padding: 7px 30px 1px 30px;
		}	
		
	div.twothirds {
	width: 612px;
	float: left;
	margin-right: 10px;
	}
	
		div.twothirds .dark {
		background: url(../gfx/twothirds_dark_middle.png) repeat-y;
		}
		
		div.twothirds .dark .top {
		background: url(../gfx/twothirds_dark_top.png) no-repeat;
		}
		
		div.twothirds .dark .bottom {
		background: url(../gfx/twothirds_dark_bottom.png) no-repeat;
		}
		
		div.twothirds .bright {
		background: url(../gfx/twothirds_bright_middle.png) repeat-y;
		}
		
		div.twothirds .bright .top {
		background: url(../gfx/twothirds_bright_top.png) no-repeat;
		}
		
		div.twothirds .bright .bottom {
		background: url(../gfx/twothirds_bright_bottom.png) no-repeat;
		}
		
		div.twothirds .innercontent {
		padding: 20px 50px 2px 50px;
		}
		

	/* 3 Spalten */

	div.three_columns {
	float: left;
	}
		
	
	/* 2/3 Spalten Layout */
	
	div.twothirds_columns {
	float: left;
	}
		

	/* 2 Spalten - schmale schwarze und breite weiße */

	div.one_column_small_black_left {
	margin: 0 0 2em 0;
	width: 923px;
	background: url(../gfx/twocol_b_small_w_middle.png) repeat-y;
	float: left;
	}
	
		div.one_column_small_black_left .small {
		width: 275px;
		float: left;
		padding: 20px 0 0px 30px;
		margin-right: 62px;
		}
		
		div.one_column_small_black_left .large {
		padding: 20px 0 0px 40px;
		width: 444px;
		float: left;
		}
		
		div.one_column_small_black_left .top {
		background: url(../gfx/twocol_b_small_w_top.png) no-repeat;
		}
		
		div.one_column_small_black_left .innercontent {
		
		}
				
		div.one_column_small_black_left .bottom {
		clear: both;
		background: url(../gfx/twocol_b_small_w_bottom.png) no-repeat;
		}


	/* 1 Spalte - hell/dunkel */
	
	div.one_column {
	margin: 0 0 2em 0;
	width: 923px;
	float: left;
	}
		
		div.one_column .dark {
		background: url(../gfx/onecol_dark_middle.png) repeat-y;
		}
		
		div.one_column .dark .top {
		background: url(../gfx/onecol_dark_top.png) no-repeat;
		}
		
		div.one_column .dark .bottom {
		background: url(../gfx/onecol_dark_bottom.png) no-repeat;
		}
		
		div.one_column .bright {
		background: url(../gfx/onecol_bright_middle.png) repeat-y;
		}
		
		div.one_column .bright .top {
		background: url(../gfx/onecol_bright_top.png) no-repeat;
		}
		
		div.one_column .bright .bottom {
		background: url(../gfx/onecol_bright_bottom.png) no-repeat;
		}
		
		div.one_column .innercontent {
		padding: 10px 40px 0px 40px;
		}	


	/* maxigallery */
	
	div.onethird ul.thumbs {
	margin-left: 24px !important;
	}
	
	div.thumbscontainer, div.uploadform, div.managecontainer, div.childscontainer {
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	text-align: left;
	}
	
		ul.thumbs {
		margin: 0 0 0 10px !important;
		float: none !important;
		clear: both !important;
		}
	
		ul.thumbs li {
		margin: 10px 0 0 40px !important;
		width: 200px;
		padding: 0 !important;
		float: left !important;
		background: none;
		}
		
			div.thumbscontainer ul.thumbs li p {
			margin-top: -20px;
			position: relative;
			top: -15px;
			left: 10px;
			}


/* -------- FOOTER --------------------- */

div#footer {
width: 908px;
height: 52px;

clear: both;
padding: 33px 0 0 15px;
margin-bottom: 14px;

background: url(../gfx/footer_bg.png);
}

	ul#footernav li {
	background: none;
	float: left;
	line-height: normal;
	padding: 0;
	margin-left: 14px;
	}
		
	#footer a {
	padding: 1px 7px;
	background: #96dd2b;
	color: #333;
	opacity: .7;
	filter: alpha(opacity=70);
	}
		#footer a:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		}


/* -------- EMAIL - eForm --------------------- */

div.eform p.form {
text-align: left;
margin: .5em 0;
}

div.eform .errors {
display: block;
border: 1px solid #63a007;
margin-bottom: 2em;
padding: 6px 12px;
color: #fff;
background-color: #73b50f;
}

	div.eform .errors strong {
	display: block;
	margin-bottom: .5em;
	color: #defab2;
	}
	

div.eform p.form label {
display: block;
float: left;
width: 130px;
padding: 2px 0px;
margin: 0;
}

div.eform p.yourmessage {
margin: 2em 0 1.3em 0;
}

div.eform input {
width: 362px;
margin: 0;
}

div.eform p.form input, div.eform p.form textarea {
padding: 3px 5px;
background: url(../gfx/gradient_black_top.png) top repeat-x #333;
border: none;
font: 1em segoe ui, myriad, 'myriad pro', helvetica, 'lucida grande', lucida, sans-serif;
color: #bbb;
}

div.eform p.form input.vericode {
width: 138px;
margin-left: 5px;
padding: 12px 5px;
}

div.eform p.form textarea {
width: 492px;
}

div.eform img.captcha {
margin: 0 5px -16px 5px;
}

div.eform p.form input.button {
margin: 25px 0 15px 0;
padding: 4px 7px;
width: 200px;
border: 1px solid #508105;
color: #fff;
font-weight: bold;
background-color: #6bb200;
background-image: none;
}