html, body {height: 100%;}
body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
}
a {
	text-decoration: none;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #006;
	cursor: pointer; 
	font-style: normal;
	font-weight: bold;
} 
p {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: left;
}
img {
	border: 0px;
}
#languages {
	width:900px; 
	margin:0px auto;
	text-align:right;
	margin-top:10px;
}
#headback {
	background-image:url(images/head.jpg);
	background-repeat: repeat-x;
	height:110px;
	}
#head {
	width:900px;
	padding-top:30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navigation {
	width:950px; 
	margin:0px auto;
}
.navigationelm {
	float:left;
}
.up {
	background-image:url(images/slash.gif);
	background-color:#FFF;
	width:13px;
	height: 30px;
}

li {
	margin-bottom: 5px;
}
.down {
	background-image:url(images/slash.gif);
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #33A5DC;
	width:13px;
	height:26px;
	background-position: 0px -1px;
}
.active {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #33A5DC;
	background-color:#FFF;
	padding-top:6px;
	padding-left:10px;
	padding-right:10px;
	height:30px;
}
.inactive {
	padding-top:8px;
	padding-left:23px;
	padding-right:23px;
	height:30px;
}
#navigationback {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #33A5DC;
	height:28px;
}
#content {
	width:900px; margin:0px auto;
	clear:both;
	margin-top:40px;
}
.input {
	font-size: 13px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid #777777;
	color: #777777;
	margin: 0px; 
	padding: 0px;
	height: 16px;
}
h1 {
	color: #444;
	font-weight: normal;
	font-size: 28px;
}


   #wrapper {
	margin: 0px auto;
	min-height: 100%;
	position: relative;
	background-image: url(images/bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
   }
   * html #wrapper {height: 100%;} /* IE Hack für 100 % Höhe */
   #footer {
	position: absolute;
	width:900px;
	bottom: 0;
	left:50%;
	margin-left:-450px;
	margin-bottom: 10px;
}

   * html #footer {bottom: -1px;} /* Nächster IE Hack, da bottom: 0; als bottom: 1px interpretiert wird */

.imglink {
	border: 2px solid #33A5DC;
}
