/* hide from ie on mac \*/
#flashcontent {
	height: 100%;
	}
/* end hide */


/* /// Die Typo //////////////////////////////////////////////////// */
.text_1 {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	letter-spacing : 1px;
}
.text_2 {
	font-size: 12px;
	color: #E6EAE1;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-weight: bold;
	}
/** Menu-Einträge **/
.menu {
	font-size: 11px;
	color: #596E3D;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #E6EAE1;
	}
/** Datums und Tageslinie on Top **/
.menu2 {
	font-size: 11px;
	color: #FFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #BDC5B1;
	}
/** Menu-Bezeichnung **/
.menu3 {
	font-size: 11px;
	color: #596E3D;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #E6EAE1;
	border-top: 1px solid #596E3D;
	border-bottom: 1px solid #596E3D;
	}
	
b 	{
	font-weight: bold;
	}

A:link{
	color:#FFFFFF;
	}
A:active{
	color:#CCCCCC;
	}
A:visited{
	color:#E6EAE1;
	}
A:hover {
	color:#E6EAE1;
	text-decoration: underline;
	}
	
/** Hier dir Form Field /////////////////////////////////////////////////// **/

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

.input_width {
	width: 400px;
}

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;
}

/* /// Hier der Raum ///////////////////////////////////////////////// */

body {
		text-align:center;
		border: 0px solid black;
		background: #596E3D;
		}
		
img.logo_box {
		position:relative;
		left:302px; /* 302 -32 ueber Linie*/
		top:585px; /* -326 */
		z-index:1;
		}
		
img.logo_box_left {
		position:relative;
		left:-302px; /* 302 -32 ueber Linie*/
		top:330px; /* -326 */
		z-index:1;
		}
		
img.logo_box_right {
		position:relative;
		left:302px; /* 302 -32 ueber Linie*/
		top:173px; /* -326 */
		z-index:1;
		}
		
.header {
		width:100%;
		height:78px; /* 30 */
		}
		
.footer {
		width:100%;
		height:78px;
		}
		

		

	





