/* allgemeine Formatierung */
body {	
	font-family: Verdana;
	font-size: 11px;
	background-image: url(../images/hintergrund.jpg);
	background-repeat: repeat-x;
	background-color: #76ADE5;
}
.form {
	font-size: 11px;
	width: 300px;
}
.button {
	font-size: 11px;
	background-color: #76ADE5;
	border: 1px solid #000; 
}

/* Container */
#main {
	width: 775px;
	margin: 0px auto;
	border: 3px solid #ffffff;
	background-color: #ffffff;
}
#headerTop {
	width: 755px;
	height: 25px;
	padding:10px 10px 0 10px;
	border-bottom: 1px solid #000;
}
#headerImage {
	width: 775px;
	height: 197px;
	padding-top: 5px;
	padding-bottom: 5px;
}
td#headerImageLeft {
	width:  388px;
}
td#headerImageRight {
	width: 387px;
}
#navi {
	width: 755px;
	height: 20px;
	padding: 20px 10px 0 10px;
	background-image:  url(../images/bg_navi.jpg);
	background-repeat: repeat-x;
	color: #F49B00;
	text-align: center;
}
#content {
	width: 775px;
	min-height: 435px;
	height: auto !important;  /*moderne Browser*/
	height: 435px;  /* IE */
	padding-top: 50px;
}
td#contentLeft {
	width: 344px;
	padding: 0 20px 50px 20px;
	line-height: 20px;
}
td#contentMiddle {
	width: 7px;
	background-image: url(../images/trenner_blau.jpg);
	background-repeat: repeat-y;
}
td#contentRight {
	width: 344px;
	padding: 0 20px 50px 20px;
}
#footer {
	width: 775px;
}
td#footerLeft {
	width: 388px;
	height: 39px;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
}
td#footerMiddle {
	width: 193px;
	height: 39px;
	text-align: center;
}
td#footerRight {
	width: 194px;
	height: 39px;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
}

/* Schriftformatierung */
.header {
	font-weight: bold;
	color: #DA0300;
	font-size:13px;
}
h1 {
	font-size: 11px;
	font-weight: bold;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	color: #F49B00;
}

/* Navigation */
a:link, a:visited, a:active {
	color: #F49B00;
	text-decoration: none;
}
a:hover {
	color: #F49B00;
	text-decoration: underline;
}
a.navi:link, a.navi:visited, a.navia:active {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a.navi:hover {
	color:#F49B00;
	font-weight: bold;
	text-decoration: none;
}
a.subnavi:link, a.subnavi:visited, a.subnavi:active {
	color: #000;
	text-decoration: none;
}
a.subnavi:hover {
	color: #F49B00;
	text-decoration: none;
}
