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

@charset "iso-8859-2";

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
	background-image: url(../images/bg_body.gif);
	font-family: Arial, Helvetica, sans-serif;
}
img {
	margin: 0px;
	padding: 0px;
}
.normal {
	float: right;
	width: 526px;
	height: 136px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bilderreihe-index.jpg);
}
/* ----------------------------------------------------------- Layout Grundelemente */

#wrapper {
	width: 100%;
	margin: 0px auto;
	height: 100%;
	background-image: url(../images/bg_wrapper.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#content {
	width: 526px;
	margin: 0px auto;
}
h1#logo {
	font-size: 18px;
	line-height: 22px;
	float: right;
	width: 251px;
	height: 251px;
	margin: 0px 11px 1px 1px;
	text-indent: -9000px;
	background-image: url(../images/logo-index.jpg);
}
img.nebenlogo {
	float: right;
	margin: 113px 0px 0px 0px;
}
#sprachwahl {
	float: right;
	width: 526px;
	height: 137px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-image: url(../images/bg_sprachwahl-index.jpg);
	background-repeat: no-repeat;
}
#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;
}

h2#institut {
	float: right;
	width: 252px;
	height: 78px;
	font-size: 18px;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/index-privates-institut.gif);
	text-indent: -9000px;
}
#sprachwahl br {
	clear: both;
}
#sprachwahl ul {
	float: right;
	width: 158px;
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	color: #a97b50;
	text-decoration: none;
	text-align: right;
	list-style-type: none;
	margin: 12px 75px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/bg_sprachwahl.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#sprachwahl ul li {
	float: left;
	height: 14px;
	overflow: hidden;
	width: 225px;
	text-align: left;
	padding: 0px 0px 0px 10px;
	margin: 4px 0px 4px 0px;
}
a.russisch {background-image:url(../images/fahne-rus.gif);}
a.deutsch {background-image:url(../images/fahne-de.gif);}
#sprachwahl-index a {
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	color: #a97b50;
	text-decoration: none;
	text-align: right;
}
#sprachwahl-index a:hover {
	color: #000;
}











.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

