/* Allgemein */
body {
	margin:0px;
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-BASE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #cdcdcd;
	SCROLLBAR-SHADOW-COLOR: #cdcdcd;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #cdcdcd;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	background-color: #d1dccc;
	background-image: url(../gfx/background.jpg);
	background-repeat: repeat-x;
}

* { 
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, Sans-serif;
	font-size: 11px;
}

input,select,option {
	font-size: 11px;
}

/* Links */
a {
	font-size: 11px;
	color:#000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.link1 a {
	color: #ffffff;
	text-decoration: none;
	padding-left: 6px;
}
.link1 a:hover {
	text-decoration: underline;
}

.link1b a {
	color: #ffffff;
	text-decoration: none;
	width: 140px; /* nur IE */
}
.link1b a:hover {
	text-decoration: none;
}

.link2 a {
	font: bold 12px;
	color: #556BA0;
	text-decoration: none;
}
.link2 a:hover {
	text-decoration: underline;
}

.link_rechts a {
	font: normal 10px;
	text-decoration:none;
}
.link_rechts a:hover {
	text-decoration:underline;
}

.linkts a{
	font: bold 9px;
	color: #5F7A62;
	text-decoration: none;
}
.linkts a:hover {
	text-decoration: underline;
}


/* Schriften */
h1 {
	font-size: 15px;
	color: #000000;
}
h2 {
	font-size: 15px;
	color: #000000;
	margin: 0px;
}
h3 {
	font-size: 12px;
	color: #000000;
}
h4 {
	font-size: 11px;
	color: #000000;
	margin: 0px;
}
h5 {
	font-size: 10px;
	color:#333333;
	padding-left: 8px;
	margin: 0px;
}
.adr_grau {
	font-size: 11px;
	color:#333333;
}
h6 {
	font-size: 11px;
	color:#FFFFFF;
	
	margin: 0px;
}

/* Tabellen */
.tab_menu {
	padding-left: 10px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#ADC3AF;
}
.tab_rechts {
	border-width: 1px;
	border-style: solid;
	border-color: #669966;
}
.tab_news {
	border-width: 1px;
	border-style: solid;
	border-color: #cc6666;
}
.tab_content {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-style: solid;
	border-color: #990000; /*#669966;*/
}

