body { 
	background: #E6E6E6;
	text-align: center;
	height: 600px;
	padding: 0;
	border: 0px solid red;
	margin: 0;
	color: #000000;
	font-family : Verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height : 18px;
}
#header { 
	background: url(images/img_bg_header.gif) no-repeat bottom center;
	height: 40px;
	width: 990px;
	padding: 0;
	border: 0px solid blue;
	margin: 0 auto; /* 1. oben unten - 2. rechts links auto f?r Firefox */
}
#page {
	background: url(images/img_bg_cont.gif) repeat-y top;
	width: 990px;
	border: 0px solid black;
	margin: 0 auto; /* 1. oben unten - 2. rechts links auto f?r Firefox - Page verhindert ein Fehler in IE-Browser */
	}
	
#footer { 
	clear: both;
	background: url(images/img_bg_footer.gif) no-repeat top; 
	width: 970px;
	height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	border: 0px solid blue;
	}
	
#container {
	width: 970px;
	border: 0px solid yellow;
	margin-left: 10px; /* einmitten f?r IE */
	margin-right: 10px; /* einmitten f?r IE */
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	}
	
#breadcrumb {
	width: 950px;
	height: 27px;
	padding-left: 20px;
	padding-bottom: 27px;
	border: 0px solid black;
	line-height : 24px;
	}
#navside {
	width: 178px;
	padding-left: 20px;
	border: solid 0 red;
	line-height : 18px;
	float: left;
	}
#inhalt_01 {
	width: 514px;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 54px;
	border: 0px solid red;
	line-height : 18px;
	float: left;
	}
#news_01 {
	width: 208px;
	padding: 0;
	border: 0px solid red;
	line-height: 18px;
	float: left;
	}
	
/* //////////////////////////////////////////////////////////////////////////////// */

a:link { color: #F00000; text-decoration:none; }
a:visited { color: #F00000; text-decoration:none; }
a:hover { color: #F00000; text-decoration:underline; }
a:active { color: #F00000; text-decoration:underline; }

.lang { color: #000000; }
a.lang:link { color: #000000; text-decoration:none; }
a.lang:visited { color: #737373; text-decoration:none; }
a.lang:hover { color: #000000; text-decoration:none; }
a.lang:active { color: #000000; text-decoration:none; }

.nav { color: #000000;}
a.nav:link { color: #000000; text-decoration:none; }
a.nav:visited { color: #000000; text-decoration:none; }
a.nav:hover { color: #F00000; text-decoration:none; }
a.nav:active { color: #F00000; text-decoration:none; }

.foot { color: #FFFFFF; font-size: 10px;}
a.foot:link { color: #FFFFFF; text-decoration:none; }
a.foot:visited { color: #FFFFFF; text-decoration:none; }
a.foot:hover { color: #FFFFFF; text-decoration:underline; }
a.foot:active { color: #FFFFFF; text-decoration:underline; }

h1 {
	color: #F00000;
	font-size: 18px;
	line-height : 21px;
}
h2 {
	color: #f00000;
	font-size: 12px;
	line-height : 17px;
}
h3 {
	color: #F00000;
	font-size: 11px;
	line-height : 11px;
}

/* //////////////////////////////////////////////////////////////////////////////// */
/* ///// Form Field /////////////////////////////////////////////////////////////// */

input, textarea {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/* border:solid 1px #999999; */
}

.input_search {
	width: 140px;
	height: 13px;
	border: solid 0px #999999;
}

select, option {
	background-color: #E6EAE1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* 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 {
		font:12px Verdana, Arial, Helvetica, sans-serif;
		background-color: #E6EAE1;
		border:none; 
}

/** 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:12px Verdana, Arial, Helvetica, sans-serif;
		background-color: #E6EAE1 !important;
		border:solid 1px #999999 !important;
}
