*
{
	margin:0px;
	padding:0px;
}

body
{
	color: #B3B3B3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	background-color: Black;
	margin: 0;
	padding: 0;
}

h1
{
	margin: 0;
	padding: 40px 0 0 0;
	font-family: "trebuchet ms",arial,tahoma,verdana,sans-serif;
	font-weight: normal;
	letter-spacing: .005em;
	color: #B3B3B3;
	font-size: 26pt;
}

h2
{
	margin: 0;
	padding: 24px 0 7px 220px;
	font-family: "trebuchet ms",arial,tahoma,verdana,sans-serif;
	font-weight: normal;
	letter-spacing: .005em;
	color: #B3B3B3;
	font-size: 15pt;
}

h3
{
	margin: 0;
	font-family: "trebuchet ms",arial,tahoma,verdana,sans-serif;
	font-weight: bold;
	letter-spacing: .005em;
	color: #B3B3B3;
	font-size: 10pt;
}

td
{
	horizontal-align:top;
	font-size: 0.9em;
	padding: 0px 20px 0px 20px ;
	border-bottom: 1px solid #484848;
	border-top: 1px solid #484848;
	background-color: #222222;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}

p
{
	font-size: 0.9em;
	line-height:17px;
	margin-bottom: 7px;
	margin-top: 0;
}

a
{
	color: #9ca74b;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #B3B3B3;
}

form
{
	margin:0;
}

/* Header Informationen------------------------------------------------------------------------------------------------------------------- */
.header
{
	width:760px;
	margin-left:auto;
	margin-right:auto;
}

.header ul
{
        margin: 0;
	padding-left: 0;
	height: 44px;
	line-height: 44px;
	display: block;
	list-style: none;
	background-color: #4D4D4D;
	background-image: url(images/bg_topnav.gif);
	background-repeat: no-repeat;
}

.header li
{
	display: inline;
	background-color: #222222;
	float: right;
}

.header li a
{
	height: 44px;
	line-height: 44px;
	display: block;
	padding-left: 27px;
	padding-right: 27px;
	border-left: 1px solid Black;
	float: left;
}

.header li a:hover
{
	background-color: #444444;
	text-decoration: none;
}

.header .home
{
	height:185px;
	background-image: url(images/bg_startseite_v4.jpg);
	background-repeat: no-repeat;
	background-color: #4492C8;
	border-top: 3px solid Black;
}

.header .news
{
	height:130px;
	background-image: url(images/bg_aktuelles.jpg);
	background-repeat: no-repeat;
	background-color: #4492C8;
	border-top: 3px solid Black;
}

.header .gallery
{
	height:130px;
	background-image: url(images/bg_galerie.jpg);
	background-repeat: no-repeat;
	background-color: #4492C8;
	border-top: 3px solid Black;
}

.header .contact
{
	height:130px;
	background-image: url(images/bg_kontakt.jpg);
	background-repeat: no-repeat;
	background-color: #4492C8;
	border-top: 3px solid Black;
}

.header .disclaimer
{
	height:130px;
	background-image: url(images/bg_startseite.jpg);
	background-repeat: no-repeat;
	background-color: #4492C8;
	border-top: 3px solid Black;
}

/* Content Informationen------------------------------------------------------------------------------------------------------------------- */
.content
{
	width:760px;
	margin-left:auto;
	margin-right:auto;
}

/* Text Informationen------------------------------------------------------------------------------------------------------------------- */
.text_right
{
	padding: 20px 0px 0px 0px;
	border-top: 4px solid #9ca74b;
	margin-bottom: 0.5em;
}

.text_left
{
	padding: 20px 0px 0px 0px;
	border-top: 4px solid #9f423a;
	border-bottom: 1px dashed gray;
	margin-bottom: 0.1em;
}

.text_left_head
{
	padding: 20px 0px 0px 0px;
	border-top: 4px solid #9f423a;
	border-bottom: 1px dashed gray;
	margin-bottom: 0.1em;
}

.text_left_head_continue
{
	padding: 20px 0px 0px 0px;
	border-bottom: 1px dashed gray;
	margin-bottom: 0.1em;
}

.text_left p, .text_right p, .text_left_continue p, .text_right_continue p, .text p, .text_left_head_continue p, .text_left_head p
{
	font-size:1em;
}

/* Footer Informationen------------------------------------------------------------------------------------------------------------------- */
.footer
{
	width:760px;
	margin-top:27px;
	margin-left:auto;
	margin-right:auto;
	border-top: 4px solid #363636;
        text-align: right;
	padding-top: 5px;
}

.footer p
{
	font-size: 0.8em;
	line-height: 14px;
	margin: 0;
	color: #DDDDDD;
}

.footer a
{
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	color: #B3B3B3;
}

.footer a:hover
{
	color: #B3B3B3;
	text-decoration: underline;
}

