/*
Farben:
#99CCFF
#CC9966
#996666
#663300
*/
BODY{
	background-color: #D3BEA4;
	margin-top: 50px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
A {
  color: #000000;
  text-decoration: none;
}
A:HOVER {
  color: #ffffff;
  text-decoration: underline;
}
A IMG{
	border: none;
}
#tabMain{
	background-image: url(../img/hintergrund.jpg);
	background-repeat: no-repeat;
	height: 510px;
	width: 750px;
	border-spacing: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-top: 1px;
	border-color: #663300;
	border-style: solid;
}
#tabNav{
	width: 200px;
	/*height: 350px;*/
	border-spacing: 1px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 1px;
	border-top: 0px;
	border-color: #663300;
	border-style: solid;
}

#content{
  /*border: 1px #996666 solid;*/
  height: 350px;
  width: 600px;
  vertical-align: top;
}
#footer{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-top: 5px;
	border-color: #D3BEA4;
	border-style: solid;
	background-color: #336633;
	color: white;
	border-spacing: 0px;
}
#footer_Text{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: white;
}
#footer A{
	color: Silver;
}
.seitentitel{
	font-size: 14px;
}
.subnav A{
	width:30px;
	display:block;
	background-color: #CC9966;
	font-size: 10px;
	text-decoration: none;
	border: 1px solid #ffffff;
	color: #ffffff;
}
.subnav A:HOVER{
	background-color: #CC7755;
}
.aktivenav A{
	width:30px;
	display:block;
	background-color: #CC7755;
	font-size: 10px;
	text-decoration: none;
	border: 1px solid #ffffff;
	color: #ffffff;
}
H2{
	font-size:12px;
}
H1{
	font-size:16px;
	font-weight: bold;
}
.keyword{
	font-size:10px;
	padding: 0px;
	margin: 0px;
}
P{
	font-size: 10px;
}
TABLE{
  border: 0px solid #000000;
}
TH{
  font-size: 10pt;
  border: 0px solid #000000;
}
TD{
  font-size: 9pt;
  border: 0px solid #000000;
  vertical-align: top;
  padding: 2px;
}

