/*
schrift dunkelgrau: #323130
schrift mittelgrau: #726F6D
hintergrund: #C5C0BD
*/

body {
	width: 95%;
	margin: auto;
	background-color: #C5C0BD;
	background-image: url(../art/bg.gif);
	background-repeat: repeat-x;
}

p, td, th, tr, li  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: left;
	color: #323130;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 18px; 
	text-decoration: underline;
	color: #323130;
}

a:hover {
	color: #726F6D;
}

.legende  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #726F6D;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: normal;
	margin: 0px 0px 24px 0px;
	padding: 0px;
	color: #726F6D;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #323130;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #323130;
}

ul {
	list-style-type: disc;
	margin-left: 1.3em;
	padding-left: 0em;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #323130;
}

li {
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #323130;
}

.antifloat {
	clear: both;
	visibility: hidden;
}

/* 	layout  */

#set {
	width: 1000px;
	margin: auto;
}

/*  kopf und tools  */

#kopf {
	width: 1000px;
	height: 130px;
	padding: 0px;
	margin: 0px;
	background-image:url(../art/bgkopf.gif);
	background-repeat: repeat-y;
}

#top {
	width: 1000px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

#logo {
	width: 970px;
	padding: 60px 0px 10px 30px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #726F6D;
}

#tools {
	width: 970px;
	padding: 0 30px 20px 0px;
	margin: 0px;
	background-image:url(../art/bginhalt.gif);
	background-repeat: repeat-y;
	display: block;
	color: #726F6D;
}

*html #tools {
	padding: 0px 30px 2px 0px;
}

.knopf,.knopfact{
	width: auto;
	padding: 0px 5px;
	display: inline;
}
.knopfact{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 12px; 
	text-decoration: none;
	text-transform: uppercase;
	color: #323130;
}
#sprachtools {
	float: right;
	padding-right: 5px;
}

#funktionstools {
	float: right;
	padding-right: 40px;
}

*html #funktionstools {
	padding-right: 55px;
	float: right;
}

#tools a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 12px; 
	text-decoration: none;
	text-transform: uppercase;
	color: #726F6D;
}

#tools a:hover{
	color: #FFFFFF;

}

#tools a:aktiv {
	color: #323130;
}

#linie {
	width: 1000px;
	height: 1px;
}

/*  inhalt  */

#inhalt {
	width: 930px;
	min-height: 515px;
	background-image: url(../art/bginhalt.gif);
	background-repeat: repeat-y;
	padding: 35px 10px 20px 60px;
}

#navcontainer {
	width: 200px;
	margin-right: 50px;
	float: left;
}

#contentcontainer {
	position: relative;
	width: 300px;
	padding: 0px;
	float: left;
	z-index: 0;
}

#bildcontainer {
	width: 360px;
	float: left;
}

#bild {
	width: 360px;
}

#legende {
	width: 360px;
	margin-top: 15px;
	letter-spacing: 1px;	
}
.csc-textpic-caption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: left;
	color: #323130;	
}
.vorschaubild {
	width: 120px;
	height: 120px;
	margin: 5px 10px 5px 0px;
	float: left;
}

#textcontainer { /* breit  */
	width: 450px;
	padding: 0px;
	float: left;
}

#bildkleincontainer { /* schmal */
	width: 180px;
	margin-left: 40px;
	float: left;
}

/*  fuss  */

#fuss {
	width: 940px;
	padding-left: 60px;
	background-image: url(../art/bginhalt.gif);
	background-repeat: repeat-y;
}

#siteby {
	width: 250px;
	text-decoration: none;	
	text-transform: none;
	text-align: left;
	color: #DAD4D1;
	float: left;
}

#siteby a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 1px;
	text-decoration: none;	
	text-transform: none;
	color: #84817E;
}

#siteby a:hover {
	color: #FFFFFF;
}

#adresse {
	width: 630px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 1px;
	text-decoration: none;	
	text-transform: none;
	color: #726F6D;
	float: left;
}

#adresse a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	text-decoration: none;	
	text-transform: none;
	color: #726F6D;
}

#adresse a:hover {
	color: #FFFFFF;
}

#bottom {    
    width: 1000px;
    margin: 0px;
    padding: 0px;
}


/* navigation */

/*	stufe 1  */

#navcontainer ul { 
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding-left: 0px;
}

#navcontainer ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #C5C0BD;
}

#navcontainer ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	text-decoration: none;
	color: #726F6D;
}

#navcontainer ul a:hover {
	color: #FFFFFF;
}

#navcontainer ul a.active {
	color: #FFFFFF;
}

#navcontainer ul a:hover.active {
	color: ##323130;
}

#navcontainer ul a.parentactive {
	color: #FFFFFF;
}

#navcontainer ul a:hover.parentactive {
	color: #323130;
}


/*	stufe 2  */

#navcontainer ul ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	list-style-type: none;
	list-style-image: none;
	padding: 2px 0px 0px 0px;
	border-bottom: 1px solid #C5C0BD;
}

#navcontainer ul ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #726F6D;
}

#navcontainer ul ul li {
	font-weight: normal;
}

#navcontainer ul ul li a:hover {
	color: #FFFFFF;
}

#navcontainer ul ul li a.active {
	color: #FFFFFF;
}

#navcontainer ul ul li a:hover.active {
	color: #323130;
}


/*	stufe 3  */

#navcontainer ul ul ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	/*list-style-type: disc;
	margin-left: 1.3em;
	padding-left: 0em;*/
	border-bottom: 1px solid #C5C0BD;
}

#navcontainer ul ul ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	padding-left: 10px;
	background-image: url(../art/tupfgrau.gif);
	background-repeat: no-repeat;
	color: #726F6D;
}

#navcontainer ul ul ul li a:hover {
	background-image: url(../art/tupfweiss.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#navcontainer ul ul ul li a.active {
	background-image: url(../art/tupfweiss.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#navcontainer ul ul ul li a:hover.active {
	background-image: url(../art/tupfdunkel.gif);
	background-repeat: no-repeat;
	color: #323130;
}


/* galerie */
#galNavi{
	width: 250px;
}

#contentcontainer .first{
	float: left;
	display: block;
	width: 120px;
	height: 120px;
	margin-right: 10px;
	margin-bottom: 10px
}
#contentcontainer .second{
	float: left;
	display: block;
	width: 120px;
	height: 120px;
	margin-bottom: 10px;
}
#galNavi{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #323130;
}
#galNavi span{
	margin-left: 5px;
	margin-right: 5px;
}
#galNavi a{
	color: #726F6D;
	text-decoration: none;
}
#galNavi a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

#galerie{
}
#galerie a{
	text-decoration: none;
	}
#galerie a .pic{
	position: absolute;
	display: none;
	top: 0;
	left: 300px;
	width: 360px;
	z-index: 1;
}
#galerie a:hover .pic{
	position: absolute;
	display: block;
	top: 0;
	left: 300px;
	width: 360px;
	z-index: 1;
}
#galerie a:hover span.pic img, #bildcontainer .imgLeg{
	margin-bottom: 0.3em;
}


/* print styles deaktivieren */
#printkopf, #printtitel{
	display: none;
}


