/* Überschriften */
* {
	font-size: 9pt;
	font-family: Arial;
	color: #444444;
	empty-cells: show;
}

p {
	text-align: justify;
}

h1 {
	text-align: left;
    font-size: 13pt;
   	font-family: Arial;
   	font-weight: bold;
	color: #666666;
}

h3 {
    font-size: 13pt;
   	font-family: Arial;
   	font-weight: bold;
	color: #666666;
}

h4 {
	font-size: 10pt;
	font-weight: bold;
	color: #999999;
}

/* Definierte Klassen */
.textOrange {
	color: #FF8000;
}


.textCenter {
   font-size: 9pt;
   font-family: Verdana;
   text-align: center;
}

.textBold {
	font-size: 9pt;
	font-family: Verdana;
	font-weight: bold;
}

.textSmall {
	font-size: 7pt;
	font-family: Verdana;
}

/* Formularelemente */

select, input {
   font-size: 8pt;
}

/* DHTML Menü */
#menu1, #menu2{
	color: #ffffff;
	text-decoration: none;
}

#menu1 a:hover, #menu2 a:hover{
	color: #ffffff;
	text-decoration: underline;
}

/* Grund-Design */

body {
	margin: 2px;
}

a:link {
   border: 0px solid black;
   text-decoration: none;
   color: #015110;
}

a:visited {
   border: 0px solid black;
   text-decoration: none;
   color: #015110;
}

a:active {
   border: 0px solid black;
   text-decoration: none;
}

a:hover {
   border: 0px solid black;
   text-decoration: underline overline;
}

a img {
	border: 0px solid black;
}


body {
	background-color:EEEEEE;
	background-image:url(../img/layout/background.gif);
	background-repeat: repeat-x;

}

.banner {
   background-image:url(../img/layout/banner.jpg);
   background-repeat:repeat-x;
   width:100%;
}

.logo {
	position: absolute;
	top: 99px;
	left: 63px;
	border: none;
}

div.links a.linkPfeil,
div.links a.linkPfeil:active,
div.links a.linkPfeil:visited {
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana;
	color: #999999
}

a.smallLink,
a.smallLink:ACTIVE,
a.smallLink:VISITED {
	font-size: 7pt;
	font-weight: bold;
	font-family: Verdana;
	color: #999999;	
}

/* Registerkarten */

.selectedReg {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #FFFFFF;

	margin-left: 5px;

   font-size: 8pt;
   font-family: Arial;
   text-align: center;
   background-color: #FFFFFF;
}

.unselectedReg {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;


	height: 20px;

   font-size: 7pt;
   font-family: Arial;
   text-align: center;
   color: #000000;
}

.unselectedReg a:link, .unselectedReg a:visited, .unselected a:active {
	color: #000000;
}

.selectedReg a:link, .selectedReg a:visited, .selected a:active {
	color: #000000;
}

.unselNoPic {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
   font-size: 8pt;
   font-family: Arial;
   text-align: right;
}

.registerSpacer {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;

	width: 3px;
}

/* Schnellsuch - Leiste links */
.navigation {
	width: 140px;
	background-color: #666666;
	text-align: right;
	
	padding-right: 6px;
	padding-bottom: 10px;
}

.navigation div {
	padding-top: 15px;
}

.navigation * {
	font-size: 8pt;	
} 

.navigation a, 
.navigation a:active,
.navigation a:visited {
	color: #FFFFFF;	
	font-weight: bold;
	
}

.linkBox {
	width: 140px;
	background-color: #7D7D7D;
	text-align: right;
	
	margin-top: 10px;
	
	padding-right: 6px;
	padding-bottom: 10px;
	
}

.linkBox a, 
.linkBox a:active,
.linkBox a:visited {
	color: #FFFFFF;	
	font-weight: bold;
	
	padding-top: 5px;
}

.linkBox img {
	padding-top: 15px;
}

/* Login */
.login {
	width: 140px;
	background-color: #666666;
	text-align: right;
	
	margin-top: 10px;
	
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 1px;
	
	line-height: 30px;
}

.login input{
   width: 125px;
   font-size: 8pt;
   font-family: Arial;
}

.login input.button {
    width: 130px;	
	color: white;
	background-color: #666666;	
}

/* Rechte Seite mit Boxen */

.mainSiteBox {
	background-color: #FFFFFF;
	border-color: #666666;
	border-width: 1;
	border-style: solid;

	margin-left: 10px;
	margin-right: 10px;

	margin-bottom: 0px;
	margin-top: 8px;

	cursor: pointer;
}

.mainSiteBox td {
	padding: 3px;
}

.bannerPic {
	margin-top: 5px;
   margin-bottom: 0px;
	border: 0px;
	padding: 0px;
}

.bannerPic img {
	margin-bottom: 0px;
	border: 0px;
	padding: 0px;
}

.visitors {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	padding: 2px;
}

.rightLink {
	font-size: 7pt;
	font-weight: bold;
	font-family: Verdana;
}

/* Sub-Menüs */

.subMenu div {
	position: absolute;
	background-color: #666666;
	color: #FFFFFF;
   visibility: hidden;
}

.subMenu table {
   margin: 5px;
}

.subMenu a {
   font-size: 8pt;
}

.subMenu a:link , .subMenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
   font-size: 8pt;
   font-family: Verdana;
}

.subMenu a:hover {
	text-decoration: underline overline;
}

.subMenu a:active{
	color: #FFFFFF;
	text-decoration: none;
}