﻿
#container { 
	width: 980px;
	margin-left: -490px;
	left: 50%;
	text-align: center;
	position: absolute;
}

#header { 
	width: 980px;
	height: 250px;
	background: transparent url('../images/swf_hintergrund.jpg') no-repeat;
}


input, textarea {
    border: 1px #E96A19 solid;
    color: #1B5DA9;
    height: 20px;
}

input, textarea{
    background-color: White;
    border: 1px #E96A19 solid;
    color: #1B5DA9;
    height: 20px;
}

input:focus, textarea:focus {
    background-color: #FEF3D6;
    border: 1px #FBC200 solid;
}



/* Buttons rechts */

#buttons_rechts {
	border-right: 1px #333333 solid;
	border-bottom: 1px #333333 solid;
	background-color: white;
	width: auto;
	height: auto;
	text-align: center;
	margin-top: 4px;
}

#buttons_rechts:hover {
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	background-color: white;
	width: auto;
	height: auto;
	text-align: center;
}

#buttons_rechts a {
  color: #003366;
  font-size: 11px; 
  text-decoration: none;
  font-weight: bold;
}

#buttons_rechts a:hover {
  color: #003366;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
}

/* Buttons rechts ende */



#navigation  {
    height: 30px;
    width: 100%;
    border-top: 1px white solid;
    border-bottom: 1px white solid;
}


table.navigation  {
    height: 100%;
    width: 100%;
    
}



p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : Black;
}
p.fett{
	font-family: Arial,Verdana,Helvetica;
	font-size: 12px;
	font-weight: Bold;
	text-decoration: none;
	color: White;
}


table {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
	color : #000068;
}

H1 span1{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #999999;
}


H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #000068;
}


H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : Black;
}


a, a:visited, a:hover, a:active, a:link { 
font-family:Arial,Verdana,Helvetica;
font-size:11px;
font-weight:Bold;
text-decoration:none;
color:#000068;
} 
