﻿@charset "utf-8";
/* CSS Document */

* {
	padding:0px;
	margin:0px;
}

body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#cccccc;
}

#wrapper {
	margin:auto;
	background-image:url(../images/bg3.png);
	background-repeat:repeat-y;
	width:747px;
}

#header {
	background-image:url(../images/header2.jpg);
	width:701px;
	height:231px;
	margin:30px 0px 0px 22px;
}

#navigation ul {
	list-style-type:none;
	width:700px;
	height:62px;
	display: block;
	margin-left:22px;
}

#navigation li {
	width:140px;
	height:62px;
	float:left;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#CCC;
	background-color: #cccccc;
}


#navigation li a {
	color: #CCCCCC;
	font-size:20px;
	width:140px;
	height:62px;
	text-decoration:none;
	display:block;
	margin:0px;
}

#navigation li a:hover {
	color: #CCCCCC;
	font-size:20px;
	width:140px;
	height:62px;
	line-height:30px;
	text-decoration:none;
	display:block;
}

#navigation li a:hover {
	background-image:url(../images/buttons/aa.jpg);
	color: #CCCCCC;
	width:140px;
	height:62px;
	line-height:30px;
	display:block;
}


#content {
	float:left;
	width:661px;
	margin:30px 150px 0px 43px;
	min-height:500px;
}

#plakette {
	background-image: url(../images/plakette4.jpg);
	background-repeat:no-repeat;
	width:747px;
	height:185px;
	margin-bottom:10px;
}

#plakette_alt {
	background-image: url(../images/plakette5.jpg);
	background-repeat:no-repeat;
	width:747px;
	height:284px;
	margin-bottom:10px;
}
	
h3 {
	width:500px;
	padding:9px 0px 0px 45px;
	font-size:28px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#CCC;
}
	
h4 {
	font-size:2ßpx;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:black;
}

.plakettentext {
	width:630px;
	padding:12px 0px 0px 20px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#CCC;
}

p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:14px;
}

.active {
	background-image:url(../images/buttons/aa.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:62px;
}

.inactive {
	background-image:url(../images/buttons/bb.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:62px;
}

hr {
	width:480px;
	margin-top:20px;
	margin-bottom:20px;
}

#footer {
	clear:both;
	margin:10px 0px 20px 22px;
	height:70px;
	background-color:black;
	color:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	width: 680px;
	padding:10px 0px 20px 20px;
}
