body {
	margin: 0px;
	padding: 0px;
	font-family: "Comic Sans MS", sans-serif;
	font-size: 13px;
	color: #333333;
	margin-left: 25px;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-color: #C4C4C4;
	margin-top: 10px;
}
#header {
	background: url(images/header.png) no-repeat;
	width: 920px;
	height: 150px;
}
#logo {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	width: 105px;
	height: 115px;
}
h1 {
	position: absolute;
	padding-top: 0px;
	padding-left: 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #2E2E2E;
	left: 177px;
	top: 27px;
	width: 316px;
}
#logo h4 {
	position: absolute;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	color: black;
	left: 50px;
	top: 135px;
	width: 302px;
}
#logo h4 a{
	color: white;
}
#linkleiste {
	float: right;
	width: 700px;
}
#linkleiste h4 {
	text-align: right;
	margin-right: 25px;
	font-size: 11px;
	color: white;
	font-weight: normal;
}
#linkleiste h4 a {
	color: white;
	font-weight: normal;
}
#bookmark {
	position: absolute;
	padding-right: 25px;
	left: 816px;
	top: 50px;
}

#menu {
	float: right;
}
#menu ul {
	margin: 0;
	margin-left: 0px;
	padding-right: 20px;
	padding-top: 66px;
	list-style: none;
	line-height: 90%;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: right;
	width: 115px;
	height: 29px;
	margin-left: 3px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	background: url(images/menu.png) no-repeat;
}
#menu a:hover {
	height: 29px;	
	margin-top: 3px;
	background: url(images/menu2.png) no-repeat;
	color: black;
	border: 0px; 
	width: 115px;
}
#menu ul li a#current{
	padding-top: 10px;
	background: url(images/menu2.png) no-repeat;
	color: black;
	font-weight: bold;
	height: 32px;
	width: 115px;
	margin-top:0px;
	border: 0px; 
}

#title {
	float: left;
	background-image: url(images/title.png);
	width: 920px;
	height: 59px;
}
#title h2{
	font-size: 14px;
	color: black;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 7px;
}
#language {
	position: absolute;
	padding-right: 25px;
	text-align: right;
	left: 651px;
	top: 78px;
	width: 270px;
}

.cat{
	position: absolute;
	left: 880px;
	top: 164px;
	height: 41px;
}
.subtitle {
	float: left;
	margin-top: 10px;
	background-image: url(images/subtitle.png);
	width: 920px;
	height: 57px;
}
.subtitle h3{
	float:left;
	font-size: 14px;
	color: black;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 7px;
}
.subtitle h4{
	float: right;
	padding-right: 25px;
	font-size: 14px;
}
.subtitle h2{
	float: left;
	padding-left: 140px;
	font-size: 14px;
	padding-top: 8px;
}		
#bottom {
	float: left;
	margin-top: 10px;
	background-image: url(images/bottom.png);
	width: 921px;
	height: 60px;
}
#bottom h2{
	float: left;
	padding-left: 25px;
	padding-top: 7px;
	font-size: 14px;
}
#bottom h4{
	float: right;
	padding-right: 25px;
	font-size: 14px;
}	
a:link {
	color: #3A27E9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3A27E9;
}
a:hover {
	text-decoration: underline;
	color: #3A27E9;
}
a:active {
	text-decoration: none;
}

h5 {
	font-weight: normal;
	font-size: 11px;
	color: #585858;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Comic Sans MS";
}
