/* Browser Reset */
/*****************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
h1 a:link {
	text-decoration: none;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/* Default Elements */
/*****************/
body {
	font-family: arial;
	font-size: 12px;
}

/* Main Elements */
/*****************/
#page {

}
#logo {
	float: left;
	overflow:hidden;
}
#top {
}
#header {
	border-bottom-color: #FFFFFF;
}
/* Container for col_left and frame2 */
#frame1 {

}
#col_left {
	float: left;
	width:200px;
}
/* Container for col_right and col_mid */
#frame2 {
}
#col_right {
	float:right;
	width:200px;
	}
#col_mid {
	border-right-color: #ADCF5F;
}
#footer {
	clear: both;
}

/* Top Elements */
/****************/

/* Header Elements */
/*******************/

#claim {
	white-space:nowrap;
}
#header_menu li ul {
	z-index: 50;
}

/* Left Elements */
/*****************/
#top_menu {
}

/* Right Elements */
/******************/
#footer_menu {
} 

/* Footer Elements */
/******************/
#footer_menu {
} 
#footer #banner {
	width: 700px;
	height: 100px;
	overflow:hidden;
	background-repeat:no-repeat;
}
/* Content Elements */
/**************************************/
.align-center{
	text-align: center;
}

/* Mailform */

.mailformcolheader {
    font-weight: bold;
    color:gray;
    padding: 2px;
    border-bottom: 1px solid silver;
    width: 230px;
    height:18px;    
}
.mailformcolheadernarrow {
    font-weight: bold;
    color:gray;
    padding: 2px;
    border-bottom: 1px solid silver;
    width: 100px;    
    height:18px;
}
.mailformradio {
    width: 100px;
    height:18px;
    background-color:white;
    border:1px solid silver;
    padding:2px
} 
.inputfields {
    height:19px;	
    width:230px;
    padding:2px;
    border:1px solid silver;
    background-color: lightgrey; 
}
.inputfields_ro {
    color: gray; 
    background-color: lightgrey; 
    height:19px;	
    width:230px;
    padding:2px;
    border:1px solid gray;
}
.mailformsubmit {
    color: black; 
    background-color: silver; 
    height:20px;	
    width:230px;
    padding:2px;
    border:1px solid gray;
}
/*Beschriftung des Mailforms*/
.csc-mailform {
	position: relative;
	display:block;
	PADDING:5px;
	font-size:13px;
	color:#333333;
}

/* Hintergrund des gesamten Formulars */
.csc-mailform-field {
	clear: both;
}
.csc-mailform label {
	position: relative;
	display:block;
	width: 150px;
	float: left;
	left:10px;
	text-align: left;
	PADDING:3px;
	margin:0px;
	border:0px solid #999999;
	font-size:13px;
}
.csc-mailform input, .csc-mailform textarea {
	position: relative;
	width:250px;
	left:20px;
	padding:6px 0 0 0;
	margin:5px;
	background-color:#FFFFFF;
	border:1px solid gray; 
	color: #999999;
}
.csc-mailform-check {
	border: none;
	width:auto;
	left: 20px;
	PADDING:2px;
	margin: 2px 0 2px 0;
}
.button {
	clear: left;
	position: relative;
	display:block;
	left:128px;
	width:auto;
}
.csc-mailform-submit {
	clear: left;
	position: relative;
	display:block;
	left:128px !important;
	width: auto !important;
	color:black !important;
}
.csc-mailform .csc-mailform-check {
	background:none;
	border:none;
	width:16px;
}
.tx-felogin-pi1 legend{
    display: none;
}
.tx-felogin-pi1 label {
    width: 100px;
    float: left;
}
.tx-felogin-pi1 div {
    margin: 5px 0;
}
.teaser{
	clear: both;
}
.teaser img {
	float: left; 
	border: 1px solid #999;
	margin: 3px 0 20px 0;
}
.teasertext {
	margin-left: 110px;
}
.teasertext b{
	font-weight:normal;
}
.bodytext{
	font-weight: normal;
}
.teasertext p b{
	font-weight: normal;
}

.FB_UI_Hidden {
    width:150px !important;
}


