@charset "utf-8";
/* CSS Document */
#container {
	height: 100%; /* das hier für den ie */
}
/* folgende anweisung wird nicht vom ie interpretiert */
#container[id] {
    height: auto;
    min-height: 100%;
}
html,body {
	height: 100%;
	margin: 0;
	padding: 0;
}
#container {
	width: 800px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	background-color: #e5e2dc;
}
#header {
	padding: 0px;
	position: relative;
	background: url(images/js_top.jpg);
	background-repeat: no-repeat;
	height: 117px;
}
#sdw {
	padding: 0px;
	position: relative;
	height: 200px;
}
#content {
	position: relative;
	background: url(images/js_back.jpg);
	background-repeat: no-repeat;
	padding: 30px 30px 100px 30px;
}
#footer {
	position: absolute;
	background-color: #303e46;
	margin: 0 auto;
	width: 800px;
	clear: both; 
	bottom: 0px;
	height: 35px;
}
#contact {
	position: absolute;
	margin: 0 auto;
	width: 800px;
	clear: both; 
	bottom: 45px;
	height: 35px;
	padding: 10px 10px 30px 30px;
}
.text {
    font-family: Trebuchet MS;
	font-size: 14px;
	color: #333333;
	text-align: left;
}
.titel {
    font-family: Trebuchet MS;
	font-size: 14px;
	color: #333333;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}
.auszeichnung {
    font-family: Trebuchet MS;
	font-size: 14px;
	color: #333333;
	text-align: left;
	font-style: italic;
}
span.email { 
	unicode-bidi: bidi-override;
	direction: rtl;
}
a {
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}
a:link {
	color: #e2007a;
	text-decoration: none;
}
a:visited {
	color: #e2007a;
	text-decoration: none;
}
a:hover {
	color: #303e46;
	text-decoration: underline;
}