body {
	margin-top: 0px; 
	margin-left: 0px; 
	text-align: left;
	color: #000000;
	background: #000000 url('images/bg.jpg') repeat;
	font: normal 10px Verdana, sans-serif;
}


#header {
	text-align: left;
	background: url('images/header.jpg') no-repeat;
	height: 743px;
}


.content {
	text-align: left;
	clear: both;
	background: #ffffff;
	height: 100%;
}


/* ---------------------------------- Links ---------------------------------- */

A {
	color: #39685C;
	text-decoration: none;
	font: bold 12px Verdana, sans-serif;
}

A:visited {
	color: #39685C;
	text-decoration: none;
	font: bold 12px Verdana, sans-serif;
}

A:hover, A:active {
	color: #94B3AB; 
	text-decoration: line-through;
	font: bold 12px Verdana, sans-serif;
}

/* ---------------------------------- Headlines ---------------------------------- */

h1{
	font: normal 20px Century Gothic;
	margin: 0px;
	padding: 0px;
	color: #C4D552;
	letter-spacing: 2px;
	font-weight: bold;
 	text-decoration: italic;
	text-transform: uppercase;
}


h2{
	font: normal 14px Century Gothic;
	margin: 0px;
	padding: 0px;
	color: #C4D552;
	letter-spacing: 2px;
	font-weight: bold;
 	text-decoration: italic;
	text-transform: uppercase;
}

h3 {
	font: normal 20px Century Gothic;
	margin: 0px;
	padding: 0px;
	color: #C4D552;
	letter-spacing: 2px;
	font-weight: bold;
 	text-decoration: italic;
	text-transform: uppercase;
}

h4{
	color: #C4D552;
	font: normal 10px Century Gothic;
	letter-spacing: 3px;	
	display: block;
	margin-top: -5px; 
	margin-left: 20px;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-weight: bold;
}

h5{
	color: #8C8C8C;
	font: normal 8px Century Gothic;
	letter-spacing: 3px;	
	display: block;
	margin-top: -5px; 
	margin-left: 0px;
	margin-bottom: 8px;
	text-transform: lowercase;
}

h6 {
	color: #8C8C8C;
	font: normal 10px Century Gothic;
	letter-spacing: 3px;	
	display: block;
	margin-top: -5px; 
	margin-left: 20px;
	margin-bottom: 8px;
	text-transform: lowercase;
}

/* ----------------------------- Sonstiges ---------------------------- */

.newsbg {
	text-align: left; 
	background: #F5F5F5;
	border: solid 1px #CECECE;
	padding: 5px;
	width: 460px;
	
}

.newsbg2 {
	text-align: left; 
	border-left: solid 1px #8C8C8C;
	border-top: solid 1px #8C8C8C;
	padding: 10px;
	width: 250px;
	color: #8C8C8C;
	
}

p,td {
	font: normal 10px Verdana, sans-serif;
	line-height: 1.5em;
	margin: 1.2em 0;
}

ul {
	list-style-type: square;
	color: #000000;
}

i {
	font: normal 10px Verdana, sans-serif;
	color: #EDAB1B;
	
}

u {
	font: normal 11px Verdana, sans-serif;
	color: #68891C;	
	
}

b {
	font: normal 10px Verdana, sans-serif;
	color: #888888;
	font-weight: bold;
	text-decoration: none;
}

blockquote {
	border-left: 10px solid #4B4B4B;
	background: #C2C2C2;
	color: #000000;
	display: block;
	margin: 10px;
	padding: 0 0 0 10px;
}

input {
 	width: 150px;
	border: 1px solid #fff;
	background: #BBBBBB;
	color: #000000;
	font: normal 10px Verdana, sans-serif;
}

select {
	width: 200px;
	border: 1px solid #fff;
	background: #4B4B4B;
	color: #000000;
}

.button  {
	width: 200px;
	border: 1px solid #fff;
	background: #BBBBBB;
	color: #C4D552;
}

textarea {
	font: normal 10px Verdana, sans-serif;
	width: 250px;
	border: 1px solid #fff;
	background: #4B4B4B;
	color: #000000;
}