﻿@charset "utf-8";
/* CSS Document */


body {
	background: #ffffff;
	font-family: Verdana;
	text-align: justify;
	font-size: 10pt;
	padding: 10px 0px 10px 0px;
}


/* HEADER--------------------------------------------------------- */


#header {
	background: #ffffff;
	color: #e84f13;
	letter-spacing: 5px;
	text-align: center;
	height: 80px;
	line-height: 80px;
	margin: auto;
	width: 870px;
	border-bottom: dotted 1px #e84f13;
}


/* MENU--------------------------------------------------------- */

#menu {
	background: #f0f0f0;
	border-top: dotted 1px #e84f13;
	border-bottom: dotted 1px #e84f13;
	display: block;
	height: 20px;
	margin: auto;
	width: 870px;
}

#menu a {
	color: #e84f13;
	font-size: 8pt;
	height: 20px;
	line-height: 20px;
	padding: 4px 30px 3px 30px;
	text-align:center;
	text-decoration: none;
}

#menu a:hover {
	background: #e84f13;
	color: #ffffff;
	font-size: 8pt;
	height: 20px;
	line-height: 20px;
	padding: 4px 30px 3px 30px;
	text-align:center;
	text-decoration: none;	
}

#menu a.aktiv {
	background: #e84f13;
	color: #ffffff;	
}


/* MAIN--------------------------------------------------------- */

#main {
	background: #ffffff;
	color: #414141;
	line-height: 12.3pt;
	margin: auto;
	padding: 15px 15px 15px 15px;
	width: 832px;
	text-align: justify;
	line-height: 18px;
	}
	
#main a {
	color: #e84f13;
	text-decoration: underline;
}

#main a:hover {
	color: #9f370e;
	text-decoration: underline;
}

#main a.link {
	color: #e84f13;
	line-height: 28px;
	text-decoration: none;
}

#main a:hover.link {
	color: #9f370e;
	text-decoration: none;
}

#main img {
	margin-bottom: 5px;
	margin-right: 5px;
	border: 0px;
}

#main img.float {
	float: left;
	margin-right: 5px;
}

#main img.hp {
	margin-right: 0px;
}

#main p.zitat {
	font-size: 11px;
	font-style: italic;
}
	
#main table.hp {
	width: 832px;
}


#main td {
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}

td.tabelle1
{
	background: #f0f0f0;
	font-size: 10pt;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	text-align: justify;
}

td.links
{
	font-size: 10pt;
	border-left: solid 1px #e84f13;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	text-align: justify;
}
td.rechts
{
	font-size: 10pt;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	text-align: justify;
}

td.news1
{
	background: #e84f13;
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	text-align: justify;
}
td.news2
{
	background: #f0f0f0;
	font-size: 10pt;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	text-align: justify;
}

td.portfolio1
{
	background: #e84f13;
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	text-align: center;
}
td.portfolio2
{
	background: #f0f0f0;
	font-size: 10pt;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	text-align: justify;
}


#main hr {
	width: 790px;
	margin: 10px 0px 10px 0px;
}
	
#main h1 {
	color: #e84f13;
	font-family: Verdana;
	font-size: 16px;
	text-align: left;
	}
	
#main h2 {
	color: #e84f13;
	font-family: Verdana;
	font-size: 13px;
	
	}


#main h3 {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #e84f13;
	text-decoration: none;
	margin: 2px;
	}
	
#main h3:hover {
	color: #e84f13;
	text-decoration: none;
	}
	
#main h4 {
	color: #e84f13;
	font-size: 11px;
	text-decoration: underline;
	margin-top: 0px;
	margin-bottom: 2px;
	}

#main h4:hover {
	color: #e84f13;
	text-decoration: underline;
	}
	
/* FOOTER--------------------------------------------------------- */


#footer {
	background: #ffffff;
	border-bottom: dotted 1px #e84f13;
	color: #414141;
	font-size: 10px;
	text-align: left;
	height: 25px;
	line-height: 18px;
	margin: auto;
	width: 850px;
	padding-left: 10px;
	padding-right: 10px;
}

#footer a {
	color: #414141;
	text-decoration: none;
}

#footer a:hover {
	color: #e84f13;
	text-decoration: underline;
}
