@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-family:Verdana, sans-serif;
	font-size:0.95em;
	border:0px solid #EB6E00;
}

#top {
	border-width:1px 1px 0;
}

#bottom {
	border-width:0 1px 1px;
}

a {
	text-decoration:underline;
    color: #EB6E00;
}

a:hover, a:active, a:focus {
	text-decoration:underline;
	color:black;
}

h1 {
	font-size:2.0em;
	color:black;
	font-family:Verdana, sans-serif;
    border-bottom: 2px solid #EB6E00;
    padding-bottom: 7px;
    margin-bottom: 10px;
}

h2 {
	font-size:1.5em;
	color:black;
	font-family:Verdana, sans-serif;
    border-bottom: 2px solid #EB6E00;
    padding-bottom: 5px;
    margin-bottom: 7px;
}

h3 {
    font-size:1.3em;
	color:black;
    font-weight: bold;
	font-family:Verdana, sans-serif;
    margin-bottom: 5px;
}

p {
    margin: 5px;
}

input {
    border: 1px solid black;
}

textarea {
    border: 1px solid black;
}

b {
	color:black;
	font-family:Verdana, sans-serif;
}

body {
	background-color:black;
	padding: 20px;
}

#wrap {
	background-color:white;
	border-width:1px;
	width:700px;
	margin: 0 auto;
}

#left {
    display: inline;
	float:left;
	width:170px;
	height:500px;
}

#logo {
	background-image:url("logo.png");
	width:170px;
	height:155px;
	background-repeat:no-repeat;
	border-width:0 0 1px;
}

#menu {
	width:100%;
}

#menuList {
	margin: 15px 20px 2px;
	list-style-type:none;
}

#menuList li {
	display:block;
}

#menuList .current {
    color: #EB6E00;
}

#menuList a {
	margin: 3px 20px;
	float: left;
	display: block;
	font: 120% Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #000000;
	/*c94c07*/
	text-decoration:none;
}

#menuList a:hover, #menuList a:active, #menuList a:focus {
	color: #EB6E00;
	/*text-decoration:underline;*/
}

#right {
    line-height: 1.2em; /* to avoid the peekaboo bug */
    display: inline;
	float:left;
	border-width:0 0 0 1px;
	width:515px;
	min-height:550px;
}

#head {
	width:100%;
	height:155px;
	border-width:0 0 1px 0;
	background-image:url("header.png");
	background-repeat:no-repeat;
}

#content {
	width:90%;
	padding:5%;
	line-height:180%;
	text-align: justify; 
}

#footer {
	float:left;
	height:20px;
	width:100%;
	border-width:1px 0 0;
	font-size:80%;
}

#footerList {
	/*margin: 15px 20px 2px;*/
	list-style-type:none;
	text-align:center;
	margin:3px 10px 0;
}

#footerList li {
	display:inline;
}

#footerList a {
	font-family:Verdana, sans-serif;
	/*letter-spacing: 0.2em;*/
	color: #000000;
	/*c94c07*/
	text-decoration:none;
}

#footerList a:hover, #footerList a:active, #footerList a:focus {
	color: #EB6E00;
	/*text-decoration:underline;*/
}

/* die naechsten 2 anweisungen sorgen dafuer, dass floatende elemente eingeschlossen werden */

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

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

.galery {
    list-style-type: none;
    margin-top: 10px;
}

.galery li {
    display: inline;
    padding-right: 25px;
    float: left;
}
.galery img {
      border: 1px solid black;
}
.galery h2 {
    width: 200px;
    text-align:center;
}

