@charset "UTF-8";


/*****************************************/
/* INCLUDES */
/*****************************************/
@import url('reset.css');
@import url('rte.css'); /* Styles fuer RTE und Content */
@import url('menu.css'); /* Menues */
@import url('fce_2012.css'); /* FCEs */
@import url('news.css'); /* News */
@import url('powermail.css'); /* Powermail */
@import url('indexed_search.css'); /* indexed_search */
@import url('other_plugins.css'); /* Styles fuer "kleinere" Plugins */


body {
	font-family:Arial, Sans-Serif;
	font-size:100.1%;
	font-weight:normal;
	color:#54575A;
	margin:0px;
	padding:0px;
	position:relative;
	background-image:url('../../images/danger_bg.png');

/* http://www.colorzilla.com */
background: rgb(199,199,199);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M3YzdjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(199,199,199,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(199,199,199,1)), color-stop(100%,rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(199,199,199,1) 0%,rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(199,199,199,1) 0%,rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(199,199,199,1) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(top, rgba(199,199,199,1) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c7c7', endColorstr='#ffffff',GradientType=0 );
 	background-attachment:fixed;
}

/* Layout-Varianten zur Benutzung als Selektor */
body.page_layout_ {}
body.page_layout_1 {}
body.page_layout_2 {}
body.page_layout_3 {}




#wrapper { 
	margin: 0 auto;
	width: 990px;
	background-color: #fff;
	-moz-box-shadow: 3px 0 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 0 10px rgba(0,0,0,0.3);
	box-shadow: 3px 0 10px rgba(0,0,0,0.3);
}
#column_wrapper {
	margin-bottom: 0;
	overflow: hidden; /* IE */
	margin-bottom: 30px;
	padding:0 22px; /* links | rechts */
}


/******************************************/
/* HEAD */
/******************************************/
#header_wrapper {
	color: #333;
	width: 990px;
	padding: 0;
	margin: 0;
	position: relative;
}
#header {
	padding: 22px;
	padding-bottom:0;
/*	background-color:#fff;*/
}
#header_image {
	overflow:hidden;
	height:272px;
	width:100%;
}
#header_image div.csc-textpic {
	line-height:0; /* damit kein Abstand unter dem Bild erscheint */
}
#header_image div.csc-textpic img {
	margin-bottom: 0;
}
#head_logo {
	margin-bottom: 10px;
	height: 50px;
}

#head_search {
	position:absolute;
	right:22px;
	top:49px;
}
#head_search .label_item {
	display:none;
}
#head_search .field_item {
	display:inline;
	font-size:12px;
}
#head_search .field_item input {
	border:none;
	padding:2px;
}
#head_search .field_item input[type="text"] {
	background-color:#e6e8e7;
	color:#afafaf;
	position:absolute;
	right:0;
	top:0;
	width:100px;
	padding-right:30px;
}
#head_search .field_item input[type="image"] {
	position:absolute;
	right:5px;
	top:2px;
	padding:0;
}


/******************************************/
/* CONTENT */
/******************************************/
#content {
	font-size:12px;
	padding:0;
	width: 496px;
	line-height:1.4em;
}

/* Content Spalte */
#content_2 {
	font-size:12px;
	padding:0;
	position:relative; /* IE6 */
	line-height:1.4em;
}

/* Content Spalte */
#content_3 {
	font-size:12px;
	padding:0;
	position:relative; /* IE6 */
	line-height:1.4em;
}
#content_footer {
	font-size:11px;
}

/******************************************/
/* FOOTER */
/******************************************/
#footer_wrapper { 
	width: 990px;
	clear: both;
	margin: 0;
	padding: 0;
	margin-bottom:20px;
}

#footer {
	padding: 10px 22px 15px;
	font-size:0.75em;
	margin-top:10px;
}

#copyright {
	color:#aaa;
}
#copyright .claim_wrapper {
	float:right; 
	position:relative; 
	top:-7px;
}







