body {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	line-height: 16px;	
	color: #000000;
	margin: 0px;
	padding-left: 100px;
	background-color: #767575;
	background-image: url(../art/bginhalt.gif);
	background-repeat: repeat-y;
}

.antifloat {
	clear: both;
	visibility: hidden;
}


h1 { /* seitentitel */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #FFFFFF;
}

h2 {  /* titel */
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #BC1F20; 
}

h3 { 
	font-size: 11px; 
	font-weight: bold; 
	line-height: 16px;
	color: #BC1F20; 
}

h4 { 
	font-size: 11px; 
	font-weight: bold; 
	line-height: 16px;
	color: #767575; 
}

h5 {
	font-size: 9px; 
	color: #BC1F20; 
}

ul {
	margin-left: 0.8em;
	padding-left: 0.8em;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

li {	
	list-style-image: url(../art/tuepfli.gif);
	line-height: 16px;
}


a {
	font-size: 11px; 
	line-height: 16px; 
	text-decoration: underline;
	color: #000000;
}

a:hover { 
	color: #666666;
	
}
form input {
	 border: 1px solid #666666;
	 font-size: 11px;
	 margin: 2px;
}

form textarea {
	border: 1px solid #666666;
	 margin: 2px;
}

/* layout */

#set {
	width: 695px;
	height: 100%;
}

/*kopf*/

#kopfcontainer {
	width: 695px;
	height: 165px;
	background-color: #505151;
	border-right: 1px solid #B7BFC2;
}

#balken	 {	
	width: 695px;
	height: 20px;
	border-bottom: 1px solid #B7BFC2;
}

#navcontainer {
	width: 565px;
	margin-left: 137px;
	z-index: 3;
}

#logo {
	width: 155px;
	height: 120px;
	margin-top: 23px;
	float: left;
}

#kopfbild {
	width: 540px;
	height: 120px;
	margin-top: 23px;
	z-index: 1;
	float: right;
}

#titel {
	width: 250px;
	top: 115px;
	left: 535px;
	text-align: right;
	position: absolute;
	z-index: 2;
}

/* inhalt */

#contentcontainer {
	width: 695px;
	background-image: url(../art/bgset.gif);
	background-repeat: repeat-y;
	position: absolute; 
	padding-bottom: 50px;
}

#spalte {
	width: 155px;
	padding-top: 70px;
	margin: 0px;
	background-color: #505151;
	float: left;	
}

.kaestli {
	height: 145px;
}

#inhalt {
	width: 480px;
	background-color: #FFFFFF;
	margin-top: 70px;
	padding: 0px 15px;
	float: right;
}

* html #inhalt {
	width: 510px;
}


/*navigation*/

.menu {
	position: absolute;
	top: 9px;
	width: 90px;
	float: left;
}

* html .menu {
	top: 20px;
}


.menu ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 90px;
	float: left;
}


/*navigation 1. stufe*/

.menu a {
	border-color: #B7BFC2;	
	border-style: solid;
	border-width: 1px 0 1px 1px;
	background-color: #505151;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	cursor: default;
	height: 20px;
	margin: 0;
	display: block;
	padding-top: 2px;
	color: #FFFFFF;	
}

.menu a:hover {
	color: #CCCCCC;
	background-color: #647176;
}


.menu a:activ {
	color: #CCCCCC;
	background-color: #647176;
}


/*navigation 2. stufe*/

#smenu1, #smenu2, #smenu3, #smenu4, #smenu5, #smenu6  {
	font-size: 11px;
	margin-left: -0.8em;
	display: none;
	width: 90px;
	float: left;
}


#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a, #smenu5 a, #smenu6 a {
	border: 1px solid #B7BFC2;
	font-weight: normal;
	padding-top: 3px;
	border-top: 0px;	
	cursor: pointer;
}

