/* ----------------------------------------------------------- Standard HTML Formatierung */

@charset "iso-8859-2";

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
	background-image: url(../images/bg_bodymain.gif);
	background-repeat: repeat;
	background-color: #efdec4;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background-position: center top;
}
h1 {
	font-size: 18px;
}
h3 {
	display: block;
	width: 100%;
	border-bottom: 1px solid #494742;
	font-size: 14px;
	margin: 20px 0px 0px 0px;
}
p {
	margin: 8px 0px 8px 0px;
}
/* ----------------------------------------------------------- Layout Grundelemente */
#wrappertop {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;

	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #efdec4;
}
#wrapper {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 10px 0px 0px 0px;
	background-image: url(../images/bg_wrapper.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#header {
	width: 940px;
	height: 355px;
	margin: 0px auto;
	background-image: url(../images/bg_header2.jpg);
	background-repeat: no-repeat;
}
h1#logo {
	float: left;
	margin: 0px 0px 0px 14px;
	width: 188px;
	height: 165px;
	text-indent: -9000px;
	background-image: url(../images/logo-main.jpg);
}
#sprachwahl {
	float: left;
	width: 148px;
	height: 53px;
	margin: 57px 0px 0px 285px;
	padding: 20px 0px 0px 20px;
}
#sprachwahl a, #sprachwahl a:link, #sprachwahl a:visited {
	display: block;
	width: 92px;
	padding: 0px 0px 0px 30px;
	height: 14px;
	color: #a97b50;
	font-size: 11px;
	text-decoration: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#sprachwahl a:hover {
	color: #000;
	text-decoration: none;
	background-position: 0px -14px;
}
a.russisch {background-image:url(../images/fahne-rus.gif);}
a.deutsch {background-image:url(../images/fahne-de.gif);}
#headerthema {
	clear: left;
	margin: 0px 0px 0px 101px;
	padding: 1px 0px 0px 0px;
}
#contentwrapper {
	width: 100%;
	margin: 0px;
	background-image: url(../images/bg_contentwrapper.gif);
	background-repeat: repeat-x;
	background-position: left bottom;

}
#content {
	width: 940px;
	min-height: 390px;
	margin: 0px auto;
	padding: 0px 0px 40px 0px;
	background-image: url(../images/bg_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #fcf8eb;
}
#inhalte {
	width: 940px;
	min-height: 326px;
	font-size: 13px;
	line-height: 19px;
	color: #494742;
}
#texte {
	float: left;
	width: 570px;
	margin: 0px 0px 0px 14px;
}
#texte h2 {
	width: 365px;
	height: 26px;
	background-color: #ecdfcd;
	font-size: 13px;
	line-height: 19px;
	color: #000000;
	padding: 0px 0px 0px 12px;
	margin: 0px;
}
#footer {
	font-size: 13px;
	line-height: 19px;
	text-align: center;
	color: #77553a;
	margin: 40px 0px 0px 0px;
}
#footer a, #footer a:link, #footer a:visited {
	color: #77553a;
}
img.accbild {
	float: right;
	margin: 0px 10px 10px 10px;
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #ead9bc;
}
img.teambild {
	float: left;
	margin: 10px 10px 10px 0px;
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #ead9bc;
}
a.galerie, a.galerie:link, a.galerie:visited {
	float: left;
	width: 100px;
	height: 100px;
	padding: 0px;
	margin: 10px 10px 10px 0px;
	border: 2px solid #976841;
}
a.galerie:hover {
	border: 2px solid #542914;
}
a.galerie img {
	border: none;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
.clearer {
	clear: both;
	margin: 0px;
	height: 1px;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

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