body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 90%;
	text-align: center;
	color: #333333;
	background: url(images/bg.gif) repeat-x;
	background-color: #B11623;
}

/*Global*/

a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #ffffff;
	background-color: #B11623;
}

a:active {
	color: #333333;
	text-decoration: none;
}


/*Layout*/
  
#wrap {
	width: 767px;
	margin: 0 auto;
	padding-top: 0px;
	text-align: left;
}
  
#dach {
	width: 767px;
	height: 27px;
	margin: 0 auto;
	background: url(images/dach.gif);
	background-repeat: no-repeat;
	background-position: 505px 0px;
}  

#head {
	width: 767px;
	height: 230px;
	margin: 0 auto;
}

#content_top {
	width: 767px;
	height: 33px;
	margin: 0 auto;
	background: url(images/content_top.gif);
	background-repeat: no-repeat;
}

#content {
	float:left;
	width: 767px;
	padding-left: 62px;
	background: url(images/content_bg.gif);
	background-repeat: repeat-y;
}

#content-left {
	float:left;
	width: 420px;
	margin-right: 22px;
}

#sidebar {
	float:left;
	width: 200px;
	margin-left: 20px;
}

#content_footer {
	float:left;
	width: 767px;
	height: 72px;
	font-size: 0.7em;
	margin: 0 auto;
	padding: 24 0 0 62;
	background: url(images/content_footer.gif);
	background-repeat: no-repeat;
}

#content_footer a:link {
	color: #B11623;
}

#content_footer a:hover {
	color: #ffffff;
	background-color: #B11623;
}

.bilderrahmen { 
	margin:0px 0px 4px 0px;
	padding: 5px; 
	border: solid 1px #999;
	background-color: #fff;
}

.galerie {
	float: left;
	margin:3px 3px 3px 0px;
	padding: 5px; 
	border: solid 1px #999;
	background-color: #fff;
}
a:hover .galerie {
	background-color: #e5e5e5;
}

/*Typografie ----------------------------- */

h1{
	font-size: 1.4em;
	font-weight: normal;
	color: #B11623;
	margin:0 0 15 0em;
}

h2{
	font-size: 1.0em;
	font-weight: normal;
	text-indent: 15pt;
	color: #B11623;
	margin:0 0 15 0em;
	background: url(images/sonne.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

p {
	line-height: 1.8em;
	margin: 0 0 1.6em 0;/*Abstand Abstaetze*/
	padding: 0; 
}

#content p {
	padding-right: 20px; 
}

#sidebar p {
	font-size: 0.8em;
	line-height: 1.8em;
	margin: 0 0 0.6em 0;/*Abstand Abstaetze*/
}


#deutsch{
	float: left;
	font-size: 0.8em;
	font-weight: normal;
	text-indent: 32px;
	height: 22px;
	color: #B11623;
	margin:5 10 15 0em;
	background: url(images/deutsch.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#deutsch a:visited, #deutsch a:hover, #deutsch a:active{
	background-position: 0px 0px;
}

#english{
	float: left;
	font-size: 0.8em;
	font-weight: normal;
	text-indent: 35px;
	height: 22px;
	color: #B11623;
	margin:5 0 15 0em;
	background: url(images/english.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#english a:visited, #english a:hover, #english a:active{
	background-position: 0px 0px;
}

hr{
	background-color:#DAC7A0; /* Mozilla 1.4 */
	color:#DAC7A0; /* IE 6 */
	border: #DAC7A0; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}

/*Menu-Style*/

/*#menu {
	width: 767px;
	height: 30px;
	margin: 0 auto;
	padding: 6 0 0 46;
	background: url(images/menu.gif);
	background-repeat: no-repeat;
}*/
#menu {
	height: 29px;
	margin: 0;
	text-transform: uppercase;
	font-size: 0.8em;
	background: url(images/menu.gif);
	background-repeat: no-repeat;
	background-color: #fff;
}

#menu ul {
	border: 0;
	margin: 0 0 0 25px;
	padding: 2 0 2 2;/*Abstand oben*/
	list-style-type: none;
	text-align: center;
	clear: left;
}

#menu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin-top:0px;
}

#menu ul li a {
	width: 116px;
/*	height: 26px;*/
	border: 1px solid #CDAD75;
	padding: 0;
	margin: 0 1 0px 0;
	color: #c30;
	text-decoration: none;
	display: block;
 	color: #fff;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2em;
	voice-family: "\"}\"";   
	voice-family: inherit;   
}

/*html>#menu ul li a  {
} 

#menu ul li#five a	{
	width: 116px;
}

#resources a:link, #resources a:visited {
	border-right: 1px solid #ccc;
}*/

#menu ul li a:hover {
	color: #fff;
	background: #B02C23;
}

#menu a:active	{
	background: #c60;
	color: #fff;
}

body a#aktiv{
	color: #fff;
	background-color: #B02C23;
}