/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Bookman, Garamond, Georgia, serif;
 font-size: 100%;

 background: url(../img/bg2.jpg) center repeat-y #ffffff;
}
#header { 
 margin: 20px 0 0 0;
 width: 100%;
 height: 176px;
 background: url(../img/header.png) center no-repeat;
 text-align: center;
}

#wrapper { 
 margin: 0 auto;
 width: 100%;
padding: 0 0 0 0;
 background: url(../img/wrapper-footer2.png) center no-repeat;
 text-align:center;
}

#content {
	width:880px;
	padding: 0 10px;
	text-align: left;
	margin: 0 auto;
	overflow:auto;
	height: 480px;
}
.content {
	width:880px;
	padding: 0 10px;
	text-align: left;
	margin: 0 auto;

}
.content-center {
	width:880px;
	padding: 0 10px;
	text-align: center;
	margin: 0 auto;

}

#navigation {
height:41px;
padding: 5px 0 0 0;
 width: 100%;
 background: url(../img/nav.png) center no-repeat;
 text-align: center;
}

#footer { 
 width: 902px;
 clear: both;
 color: #333;
 height: 80px;
 /*background: url(../img/footer.png) no-repeat;*/
 margin: 0px 0px 0px 0px;
 padding: 0px;
}
.clear { clear: both; background: none; }

.logo {
	padding: 30px 0 0 50px;
	float: left;
}

.claim {
	text-align: center;
	padding: 50px 0 0 380px;
	height:130%;
}
.claim-letter {
	font-variant: small-caps;
	color: #000000;
	font-size: 1.5em;
	font-weight: bold;
	display: block;
}

.nav {
	display: inline;
	font-variant: small-caps;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	padding: 0px;
	line-height: 0em;
}

.nav-link {
	color: #000000;
	text-decoration: none;
	padding:5px;
	text-shadow: #444444 5px 2px 4px;
}

.nav-link:hover {
	color: #444444;
	text-decoration: none;
	text-shadow: #888888 5px 2px 4px;
	padding: 5px;
}

#active {
	color: #7c8b6e;
	text-decoration: none;
	text-shadow: none;
	padding: 5px;
}




h1 {
	color: #000000;
	padding: 0px 10px 20px 10px;
	font-size: 1.6em;
}

h2 {
	color: #000000;
	text-align: left;
	padding:10px;
	line-height: 2em;
	font-size:1.4em;
}
h3 {
	color: #000000;
	line-height: 2em;
	font-size:1.2em;
	padding: 0px 10px 10px 10px;
}
h4 {
	color: #000000;
	padding: 0 10px;
	line-height: 1.5em;
	font-size:1em;
}

a {
	color: #000000;
}

p {
	padding: 0px 10px 15px 10px;
	line-height: 1.3em;
	font-size: 1.2em;
	color:#000000;
	text-align:left;
}

li {
	color: #000000;
	list-style-type: none;
	list-style-image: none;
	padding: 0 25px;
	line-height: 2em;
	font-size:1.1em;
}

img {
	border: 0px;
}

.center {
	text-align: center;
}

.award {
	border: 1px solid white;
}

.img {
	float: left;
	padding: 0px;
	margin:10px 10px 10px 0px;
}

.img-r {
	float: right;
	padding: 0px;
	margin:10px 10px 10px 0px;
}

.logo-leiste {
	float: left;
	height: 80px;
	margin:0 10px 0 0 ;
	border: none;
}

.borderimage {
	float: left;
	border: 1px solid #c30327;
	padding: 10px;
	height: 130px;
	margin:10px 10px 0px 10px;
}
