/* CSS File fuer SVG */

html
{
	height:100%;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	height: 100%;
}


/************************ SCHRIFT *********************/	

h1, h2, h3, p 
{
	margin:0px;
	padding:0px;
}
	
h1
{
	color: #065081;
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: bold;
}

h2
{
	color: #065081;
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: bold;
}

	
h3
{
	color: #065081;
	font-size: 13px;
	font-weight: bold;
}	
	
h4
{
	color: #065081;
	font-size: 12px;
	font-weight: bold;
}

p
{
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 17px;
}		

a
{
	color: #FFFFFF;
	text-decoration: underline;
}	
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}	
* {
	margin:0;
	padding:0;
}

img
{
	border: 0px;

}

/************************ Grund-Layout *********************/	


#wrapper
{
	width: 953px;
	height: auto;
	padding: 0;
	margin: 15px auto 15px auto;
}

#header
{
	width: 953px;
	height: 82px;
	float: left;
}
#header .logo
{
	width: 756px;
	float: left;
}
#header .nav_symbol
{
	width: 197px;
	height: 82px;
	float: right;
}

/************************ OBERER Content Bereich *********************/

#content
{
	width: 930px;
	height: auto;
	float: left;
	line-height: 16px;
	font-size: 12px;
	background-color: #204161;
	min-height: 270px;
	border-left-width: 23px;
	border-left-style: solid;
	border-left-color: #EF7C28;
}
#content .normal
{
	height: auto;
	width: 887px;
	float: left;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	min-height: 210px;
}
#content .normal h1, h2, h3, p
{
	color: #FFFFFF;
}
#content .left
{
	width: 427px;
	float: left;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	min-height: 210px;
}
#content .left h1, h2, h3, p
{
	color: #FFFFFF;
}

#content .right
{
	height: 270px;
	width: 460px;
	float: right;
	min-height: 270px;
}


/************************ Navigation oben *********************/	

#navigation {
	text-align: center;
	height: 20px;
	float: right;
}
#navigation ul {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation li {
	display: inline;
	text-align: center;
	padding: 0;
	float: left;
/*
	background-image: url(navi_back_off.gif);
	background-repeat: repeat-x;
	background-position: center top;
*/
	margin-left: 1px;
}
#navigation a {
	color: #204161;
	float: left;
	margin:	0;
	padding-left:2px;
	text-decoration: none;
/*
	background-image: url(navi_left_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
*/
}
#navigation a span {
	display: block;
/*
	background-image: url(navi_right_off.gif);
	background-repeat: no-repeat;
	background-position: right top;
*/
	padding-top: 3px;
	padding-right: 13px;
	padding-bottom: 3px;
	padding-left: 7px;
	float: none;
}
#navigation a:hover {
	text-decoration: none;
	color: #EF7C28;
/*
	background-image: url(navi_left_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
*/
}
#navigation a:hover span {
	display: block;
/*
	background-image: url(navi_right_on.gif);
	background-repeat: no-repeat;
	background-position: right top;
*/
	padding-top: 3px;
	padding-right: 13px;
	padding-bottom: 3px;
	padding-left: 7px;
}
#navigation a.selected {
	text-decoration: none;
        color: #EF7C28;
/*
	background-image: url(navi_left_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
*/
}
#navigation a.selected span {
	display: block;
/*
	background-image: url(navi_right_on.gif);
	background-repeat: no-repeat;
	background-position: right top;
*/
	padding-top: 3px;
	padding-right: 13px;
	padding-bottom: 3px;
	padding-left: 7px;
}

/************************ Sub-Navigation oben *********************/	

#subnavcontainer
{
	width: 927px;
	float: left;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #204161;
}

#subnav {
	height: 19px;
	float: right;
	text-align: center;
}

#subnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#subnav li {
	display: inline;
	float: left;
	text-align: center;
}
#subnav a  {
	float: left;
	display: block;
	text-decoration: none;
	color: white;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	font-size: 11px;
	font-weight: bold;
}
#subnav a:visited  {
color: white;
}
#subnav a:hover  {
	color: #EF7C28;
}
#subnav a.selected  {
	color: #EF7C28;
}

/************************ UNTERER Content Bereich *********************/

#content_sub
{
	width: 930px;
	height: auto;
	float: left;
	line-height: 16px;
	font-size: 12px;
	background-color: #EF7C28;
	min-height: 270px;
	margin-top: 42px;
	border-left-width: 23px;
	border-left-style: solid;
	border-left-color: #204161;
}
#content_sub .left
{
	height: 270px;
	width: 467px;
	float: left;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	min-height: 270px;
}
#content_sub .havas
{
	height: 175px;
	width: 297px;
	float: right;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 140px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 20px;

}
#content_sub .right
{
	height: 185px;
	width: 417px;
	float: left;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding: 20px;
}
#content_sub .right h1
{
	font-size: 45px;
	color: #FFFFFF;
	line-height: 60px;
}
#content_sub .right a:link {
	text-decoration: none;
	color: #204161;
	float: right;
}
#content_sub .right a:visited {
	text-decoration: none;
	color: #204161;
}
#content_sub .right a:hover {
	text-decoration: underline;
	color: #204161;
}
#content_sub .right a:active {
	text-decoration: none;
	color: #204161;
}


/************************ Navigation unten *********************/	

#nav_angebote_container
{
	height: 35px;
	width: 437px;
	float: left;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#nav_angebote {
	height: 17px;
	float: left;
	width: 420px;
}

#nav_angebote ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	text-decoration: none;
}

#nav_angebote li {
	display: inline;
	float: left;
	text-align: center;
}
#nav_angebote  a  {
	float: left;
	display: block;
	text-decoration: none;
	color: white;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	font-size: 12px;
}
#nav_angebote  a:visited  {
color: white;
}
#nav_angebote  a:hover  {
	color: #204161;
}
#nav_angebote  a.selected  {
	color: #204161;
}

/************************ Footer *********************/

#footer
{
	clear:both;
	width: 920px;
	height: 19px;
	margin-left: 26px;
	color: #3976B1;
	margin-top: 8px;
	float: left;
}
#footer a:link {
	text-decoration: none;
	color: #3976B1;
}
#footer a:visited {
	text-decoration: none;
	color: #3976B1;
}
#footer a:hover {
	text-decoration: underline;
	color: #EF7C28;
}
#footer a:active {
	text-decoration: none;
	color: #204161;
}	

/************************ Eigene Tabellen *********************/

.tabelle_preise
{
	border: 1px solid #EF7C28;
	width: 100%;
}
.tabelle_preise thead
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #EF7C28;
	text-align: left;
	text-transform: uppercase;
}
.tabelle_preise th, .tabelle_preise td
{
	padding: 4px;
}
.tabelle_preise .tr-odd
{
	color: #3976B1;
	background-color: #ffc991;
}
