html,body {
	padding:0;
	margin:0;
	background:url(../image/site_shadow.gif) center repeat-y #ff2222;
	color:black;
	height:100%;
	width:99,99%;
	font-size:12px;
	font-family:arial;
}

img{
	border:0;
	text-decoration:none;
}

#the_site{
	margin-left:auto;
	margin-right:auto;
	_height:100%;
	min-height:100%;
	width:750px;
	background-color:white;
	min-height:100%;
}

#site_container{
	_height:100%;
	min-height:100%;
	background:url(../image/background.jpg) transparent top center no-repeat;
}
#head{
	height:169px;
	width:750px;	
	background:url(../image/headline.jpg) no-repeat;
}

#language_box{
	float:right;
	text-align:left;
}

#language_box img{
	border:1px solid white;
}

#inhalt{
	padding:6px;
	margin: 10px 10px 20px 10px;
	font-size:12px;
	font-family:arial;
}

#hauptmenue{
	color:white;
	width:750px;
	height:23px;
	background:url(../image/hauptmenue.jpg) no-repeat;
	text-align:center;
	padding-top:8px;
	font-size:13px;
	font-family:arial;
}

#submenue{
	color:black;
	width:744px;
	border-bottom:1px solid #ff2222;
	text-align:center;
	padding:2px;
	font-size:12px;
	font-family:arial;
}

#fusszeile{
	margin:-22px auto 0px auto;
	width:750px;
	height:20px;
	display:block;
	background-color:#4f409f;
	border-top:2px dotted #ff2222;
	color:white;
	text-align:center;
}

/*######### Links #########*/

#hauptmenue a:link, #hauptmenue a:visited,
#fusszeile a:link, #fusszeile a:visited{
	color:white;
	text-decoration:none;
}

#hauptmenue a:focus, #hauptmenue a:hover, #hauptmenue a:active,
#fusszeile a:focus, #fusszeile a:hover, #fusszeile a:active{
	color:yellow;
	font-style:italic;
	text-decoration:none;
}

#submenue a:link, #submenue a:visited{
	color:black;
	text-decoration:none;
}

#submenue a:focus, #submenue a:hover, #submenue a:active{
	color:#ff2222;
	font-style:italic;
	text-decoration:none;
}

#language_box a:link, #language_box a:visited{
	color:white;
	display:block;
	text-decoration:none;
	padding:1px;
	margin:0px;
}

#language_box a:focus, #language_box a:hover, #language_box a:active{
	color:#ff2222;
	font-style:italic;
	background-color:white;
}

.on{
	font-weight:bold;
}
