/* - HTML + BODY STYLE - */


* {

	margin: 0px;
	padding: 0px;

}
 
html {

	width: 100%;
	height: 100%;
	background: #dfdfdf; 
	text-align: center;

}

body {

	width: 100%;
	height: 100%;
	font-size: 12px;
	line-height: 18px;
	color: #222; 
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
	margin: 0px auto;
	text-align: center;	

}


/* - TABELLEN EINGENSCHAFTEN - */


td {

	font-size: 11px;
	line-height: 18px;
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";

}


/* - MISC STYLE - */


ul {

	margin: 0px;
	padding: 0px;

}

li {

	list-style: none;

}

form {

	margin: 0px;
	padding: 0px;

}

img {

	border: none;

}


/* - FLOAT CLEANER - */


#cleaner {

	clear: both;
	height: 0px;
	font-size: 0px;
	display: block;
	width: 100%;

}


/* - STANDARD LINK FORMATIERUNG - */


a {

	color: #333;
	text-decoration: none;

}

a:hover {

	color: #333;
	text-decoration: underline;

}


/* - LAYER + CONTAINER - */


#layer {

	width: 794px;
	border: 10px solid #fff;
	padding: 0px;
	background: #fff;
	position: relative;
	margin: 0px auto;
	text-align: left;

}


/* - HEADER - */


#header {
	
	width: 794px;
	height: 178px;
	background: #fff url('../images/header.jpg') no-repeat;
	position: relative;
	
}


/* - LOGO - */


#logo {
	
	width: 794px;
	height: 148px;
	position: absolute;
	top: 0px;
	left: 0px;
	
	
}


/* - MENU LAYER - */


#menu {

	width: 794px;
	height: 30px;
	padding: 0px;
	background: transparent;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px auto;
	text-align: left;

}

#menu ul {
	
	background: transparent;
	padding: 0px;
	margin: 0px;	
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	
}

#menu ul li {
	
	display: block;
	background: transparent;
	padding: 0px;
	margin: 0px;
	float: left;
	list-style: none;
	position: relative;
	z-index: 100;
	font-size: 12px;
	
}


/* - MENU LINKS - */


#menu ul li a, {
	
	height: 10px;
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	background: transparent;
	line-height: 9px;
	padding: 10px 10px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	
}

#menu ul li a:hover {
	
	height: 10px;
	display: block;
	float: left;
	color: #000;
	text-decoration: none;
	background: transparent;
	line-height: 9px;
	padding: 10px 10px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	
}

#menu ul li a.aktiv, #menu ul li a:hover.aktiv {
	
	height: 10px;
	display: block;
	float: left;
	color: #000;
	text-decoration: none;
	background: transparent;
	line-height: 9px;
	padding: 10px 10px;
	margin: 0px;
	font-size: 12px;
	
}


/* - DROP DOWN MENÜ - */


#menu table {

	position: absolute;
	z-index: 1000;
	left: 0px;
	top: 0px;
	border: none;
	
}

#menu ul li ul {
	
	visibility: hidden;
	position: absolute;
	top: 30px;
	left: 0px;
	display: block;
	text-align: left;
	border: 1px solid #e1ded7;
	border-top: 1px solid #fff;
	border-bottom: none;
	margin: 0px;
	padding: 0px;
	background: #fff;

}

#menu ul li ul li {
	
	border: none;
	border-bottom: 1px solid #e1ded7;
	margin: 0px;
	padding: 0px;
	background: #fff;
	
}

#menu ul li:hover ul, #menu ul a:hover ul {
	
	visibility: visible;
	
}

#menu ul li ul li a {
	
	width: 160px;
	height: 24px;
	display: block;
	padding: 0px 12px 2px 12px;
	text-decoration: none;
	line-height: 24px;
	font-size: 12px;
	color: #333;
	background: #fff;
	margin: 0px;
	border: none;
	font-weight: normal;
	overflow: hidden;
	
}

#menu ul li ul li a:hover {
	
	width: 160px;
	height: 24px;
	display: block;
	padding: 0px 12px 2px 12px;
	text-decoration: none;
	line-height: 24px;
	font-size: 12px;
	color: #fff;
	background: #EC1D25;
	margin:0px;
	border: none;
	font-weight: normal;
	overflow: hidden;
	
}

#menu ul li ul li a.aktiv {
	
	width: 160px;
	height: 24px;
	display: block;
	padding: 0px 12px 2px 12px;
	text-decoration: none;
	line-height: 24px;
	font-size: 12px;
	color: #000;
	background: #fff;
	margin: 0px;
	border: none;
	font-weight: bold;
	overflow: hidden;

}

#menu ul li ul li a.aktiv:hover	{
	
	width: 160px;
	height: 24px;
	display: block;
	padding: 0px 12px 2px 12px;
	text-decoration: none;
	line-height: 24px;
	font-size: 12px;
	color: #000;
	background: #EC1D25;
	margin:0px;
	border: none;
	font-weight: bold;
	overflow: hidden;
	
}


/* - TEXT - */


#content {
	
	width: 794px;
	padding: 20px 0px 0px 0px;
	
}


/* - TEXT - */


#content #text {
	
	width: 500px;
	padding: 20px 40px 0px 40px;
	line-height: 22px;
	float: left;
	
}


/* - TEXT : TAG STYLES - */


#content #text h1 { 

	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	color: #BE151A;
	font-family: "Arial";
	text-transform: uppercase;
	letter-spacing: 0px;

}

#content #text h2 { 

	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	color: #BE151A;
	font-family: "Verdana";
	text-transform: none;
	letter-spacing: 0px;

}

#content #text h3 { 

	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	color: #333;
	font-family: "Verdana";
	letter-spacing: 0px;

}

#content #text h4 { 

	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	color: #BE151A;
	font-family: "Verdana";
	letter-spacing: 0px;

}

#content #text h5 { 

	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	color: #333;
	font-family: "Verdana";
	letter-spacing: 0px;

}

#content #text h6 { 

	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	color: #AFAFAF;
	font-family: "Verdana";
	letter-spacing: 0px;

}

#content #text p {

	margin: 0px 0px 15px 0px;

}

#content #text table tr td {

	line-height: 22px;

}

#content #text hr {
         
	border-top: 1px solid #dfdfdf;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0px 0px 15px 0px;
	height: 2px;

}

#content #text a {

	color: #ec1c24;
	text-decoration: underline;

}

#content #text a:hover {

	color: #ec1c24;
	text-decoration: underline;

}

#content #text ul {

	margin: 0px 0px 0px 15px;

}

#content #text ul li {

	list-style: square;
	line-height: 22px;

}

#content #text ul li ul li {

	list-style: square;
	line-height: 22px;
	margin: 0px 0px 0px 5px;

}


/* - TEXT + SIDEBAR - */


#content #sidebar {
	
	width: 194px;
	padding: 0px 20px 0px 0px;
	line-height: 22px;
	float: left;
	
}

#content #sidebar div.box {
	
	border: 1px solid #ec1c24;
	margin: 0px 0px 20px 0px;
	padding: 10px;
	font-size: 11px;
	
}

#content #sidebar ul {
	
	border: 1px solid #ec1c24;
	margin: 0px 0px 20px 0px;
	padding: 10px;
	font-size: 11px;	
	
}

#content #sidebar ul li a {
	
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	
}

#content #sidebar ul li a:hover {
	
	font-weight: bold;
	color: #ec1c24;
	text-decoration: none;
	font-size: 11px;
	
}

#content #sidebar ul li a.aktiv, #content #sidebar ul li a.aktiv:hover {
	
	font-weight: bold;
	color: #ec1c24;
	text-decoration: none;
	font-size: 11px;
	
}


/* - FOOTER - */


#footer {
	
	width: 794px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	border-top: 4px solid #BE151A;
	background: #fff;
	color: #222;
	position: relative;
	
}

#footer p {
	
	color: #222;
	line-height: 27px;
	
}

#footer span {
	
	position: absolute;
	top: 0px;
	right: 0px;
	line-height: 27px;
	text-align: right;
	
}