body {
	/*
	background-image: url('img/red_bg_01.gif'); 
	background-repeat: repeat-x;
	*/
	color: #99999C;
	font-size: 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 21px;
	margin: 0;
	padding: 0;
	text-align: center; /* for IE */
}
td {
	font-size: 12px;
	line-height: 21px;
}

strong {
	/* color: #000000; */
}

#headlogo { 
	width: 1000px;
	padding: 0 20px 0 20px;
	border: 0px solid red;
	margin: 0px auto 0 auto; /* 1. Zentrieren des Ganzen */
	text-align: left;
}

#page {
	width: 1000px;
	padding: 0 20px 0 20px;
	border: 0px solid red;
	margin: 0px auto 0 auto; /* Zentrieren des Ganzen - Page verhindert ein Fehler in IE-Browser */
	text-align: left;
	}
	
#footer {
	/* Footer alle Pages */
	/* background: #eee url('images/kubrickfooter.jpg') no-repeat top; */
	background-color: #272727;
	width: 1040px;
	padding: 0 0 0 0;
	border: 0px solid green;
	margin: 0 auto 0 auto; /* 1. Zentrieren des Ganzen */
	clear: both;
	}
	
#footer_w {
	/* Footer alle Pages */
	/* background: #eee url('images/kubrickfooter.jpg') no-repeat top; */
	background-color: #F3F3F3;
	width: 1040px;
	padding: 0 0 0 0;
	border: 0px solid green;
	margin: 0 auto 0 auto; /* 1. Zentrieren des Ganzen */
	clear: both;
	}

#bott {
	/* Footer alle Pages */
	/* background: #eee url('images/kubrickfooter.jpg') no-repeat top; */
	width: 1040px;
	height: 100px;
	padding: 0 0 0 0;
	border: 0px solid green;
	margin: 0 auto 0 auto; /* 1. Zentrieren des Ganzen */
	clear: both;
	}
	
#navig {
	width: 200px;
	padding: 0 0 0 25px;
	border: 0px solid yellow;
	margin-left: 0px; /* einmitten für IE */
	margin-right: 0px; /* einmitten für IE */
	line-height : 24px;
	text-align: left;
    vertical-align: top;
	float: left;
	}
	
#navig_breit {
	width: 967px;
	padding: 0 0 0 25px;
	border: 0px solid yellow;
	margin-left: 0px; /* einmitten für IE */
	margin-right: 0px; /* einmitten für IE */
	line-height : 24px;
	text-align: left;
    vertical-align: top;
	float: left;
	}
	
#content {
	width: 750px;
	padding: 0 0 0 0;
	border: 0px solid yellow;
	margin: 0 auto; /* 1. oben unten - 2. rechts links auto für Firefox - Page verhindert ein Fehler in IE-Browser */
	text-align: left;
	}
	
/* ///////////////////////////////////////////////////////////////////////////////////////// */

a {
color: #999999;
text-decoration: none;
}

a:hover {
color: #B30509;
text-decoration: underline;
}


/* ///////////////////////////////////////////////////////////////////////////////////////// */
/* ///// Form Field //////////////////////////////////////////////////////////////////////// */

#mform {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #747474;
	}
#mform b {
	color: #FFFFFF;
	}
	
input {
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #FFFFFF;
	height: 22px;
	width: 487px;
	padding-left: 2px;
	padding-top: 7px;
	font-size: 11px;
	color: #000000;
	border: solid 0px #999999;
}

.submit_butt {
	background: url(images/a_send.gif) no-repeat top;
	border: solid 0px #FF9999;
	background-position:left;
	height: 30px;
	width:67px;
}

.submit_butt:hover
{
	background: url(images/a_send_over.gif) no-repeat top;
	border: solid 0px #FF9999;
	background-position:left;
	height: 30px;
	width:67px;
}
textarea {
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #FFFFFF;
	padding-left: 2px;
	padding-top: 7px;
	font-size: 11px;
	color: #000000;
	width: 487px;
	height: 127px;
	border: solid 0px #999999;
	scrollbar-face-color: #666666; /* Scroller Oberfläche */
	scrollbar-shadow-color: #333333; /* Dunkle Kante rechts */
	scrollbar-darkshadow-color: #000000; /* Dunkelste Kante rechts */
	scrollbar-highlight-color: #FFFFFF; /* Hellste Stelle links */
	scrollbar-3dlight-color: #999999; /* Fläche */
	scrollbar-track-color: #444444; /* Grundfläche Fix */
	scrollbar-arrow-color: #FFFFFF; /* Pfeilfarbe */


}

#searchsubmit {
	padding: 0px;
	width: 50px; 
	height: 14px;
	border:solid 0px #999999;
	vertical-align:middle;
}

select, option {
	background-color: #E1E1F0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:solid 1px #999999;
	}


/** turn off the border on radio and checkboxes in IE                 **/
/** necessary because IE defines the border as a box around the radio **/
/** or the checkbox, not the actual button **/
                          
input.radio {
		background-color: #E1E1F0;
		border:0px;
}

/** turn the border back on for radio and checkboxes for Mozilla based browser **/
/** necessary because these define the border as the actual radio or checkbox  **/
/** IE 5+ ignores this CSS 2 definition                                        **/


input[type="radio"], input[type="checkbox"] {
		font:11px Verdana, Arial, Helvetica, sans-serif;
		background-color: #E1E1F0 !important;
		border:solid 1px #999999 !important;
}



