/*
blau: #4B89AC
dunkelgrau: #6A5A5C
hellergrau: #7B6E6F
*/

body {
	background-color: #ffffff;
	width: 95%;
}

p, td, th, tr, li  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #6A5A5C;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 18px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #4F90B1;
}

a:hover {
	color: #666666;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #4F90B1;
	padding-top: 0px;
}

h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	font-weight: normal;
	padding-top: 10px;
	color: #4F90B1;
}

h4  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #666666;
}


form input {
	 border: 1px solid #666666;
	 font-size: 11px;
}

form textarea {
	border: 1px solid #666666;
}

.antifloat {
	clear: both;
	visibility: hidden;
}

/* 	layout  */


#page {
	width: 980px;
	height: 98%;
	background-color: #FFFFFF;
	background-image: url(../art/inhalt/toplinie.gif);
	background-repeat: repeat-x;
	text-align: left;
	margin: auto;
}

/*  kopf  */


#kopf {
	width: 980px;
	height: 155px;
	padding-bottom: 0px;
	margin-bottom: 25px;
	text-align: left;
}

#logo {
	width: 250px;
	background-color: #FFFFFF;
	margin: 0px;
	float: left;
}

#titelcontainer {
	width: 720px;
	padding-top: 45px;
	padding-bottom: 0px;
	float: left;
} 

#titel { /* logo */
	width: 730px;
	font-family: Papyrus, Arial, Helvetica, sans-serif;
	font-size: 18px; 
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 18px; 
	color: #6A5A5C;
	padding-bottom: 10px;
	border-bottom: 1px solid #6A5A5C;
}

#toolcontainer {
	width: 730px;
	padding-top: 20px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #7B6E6F;	
}

.tools  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #7B6E6F;	
	text-decoration: none;	
	text-transform: none;
}

.tools a:hover {
	color: #4B89AC;	
}


/*  inhalt  */

#inhaltcontainer {
	width: 980px;
	min-height: 500px;
	padding-left: 50px;
	text-align: left;
}

#navigation {
	width: 180px;
	padding-right: 20px;
	padding-top: 15px;
	float: left;
}

*html #navigation {
	width: 200px;
}

#inhalt {
	width: 550px;
	min-height: 500px;
	float: left;
}

#inhaltspalte {
	width: 500px;
	float: left;
}

#rechtespalte {
	width: 230px;
	padding-left: 20px;
	float: left;
}

.kaestchen {
	width: 194px;
	border: 1px solid #4B89AC;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #6A5A5C;	
}

.kaestchen a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #999999;	
	text-decoration: underline;
}

.kaestchen a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #4B89AC;	
	text-decoration: underline;
} 

#galerie {
	width: 750px;
	min-height: 500px;
	float: left;
}

/*  fuss  */

#fuss {
	width: 730px;
	background-image: url(../art/inhalt/bottomline.gif);
	background-repeat: repeat-x;	
	margin-left: 250px;
	padding-top: 30px;
	text-align: left;
}

.adresse {
	width: 270px;
	margin-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #7B6E6F;	
	text-decoration: none;	
	text-transform: none;
	float: left;
} 

.adresse  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #7B6E6F;	
	text-decoration: none;	
	text-transform: none;
	float: left;
}

.adresse a:hover {
	color: #4B89AC;	
}


/*  printlayout */

#printset {
	width: 990px;
	height: 1320px;
	margin: 40px 0px;
}

*html #printset {
	margin: 0px;
}

#printkopf {
	width: 910px;
	height: 270px;	
	background-image: url(../art/printkopf.png);
	background-repeat: no-repeat;
	padding-bottom: 40px;
}

*html #printkopf {	
	display: url(../art/printkopf.png);
	padding-bottom: 40px;
}

#printinhalt {
	width: 580px;
	margin: 0px 90px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	letter-spacing: 1px;
	text-align: left;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
	color: #999999;		
}

*html #printinhalt {
	margin: 0px 90px 0px 40px;
}

/* navigation */

/*	stufe 1  */

#navigation ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

#navigation ul li {
	list-style-type: none;
	list-style-image: none;
	padding: 2px;
	margin: 0;
	border-bottom: 1px solid #FFFFFF;
}

#navigation ul li a {
	display: block;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	color: #999999;
	margin: 0px;
	padding: 0px;
}

#navigation ul a:hover {
	color: #4B89AC;
}

#navigation ul a.active {
	padding-top: 20px;
	color: #4B89AC;
}

#navigation ul a.first {
	margin-top: 0px;
	padding-top: 0px;
	color: #4B89AC;
}

#navigation ul a.single {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #4B89AC;
}

#navigation ul a:hover.active {
	color: #666666;
}

#navigation ul a.parentactive {
	color: #4B89AC;
}

#navigation ul a:hover.parentactive {
	color: #666666;
}


/*	stufe 2  */

#navigation ul ul li {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0;
	border-bottom: 1px solid #FFFFFF;
}

#navigation ul ul li a {
	font-size: 12px;
	line-height: 14px;
	color: #999999;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#navigation ul ul li a:hover {
	color: #4B89AC;
}

#navigation ul ul li a.active {
	color: #4B89AC;
}

#navigation ul ul li a:hover.active {
	color: #666666;
}

#navigation ul ul li a.parentactive {
	color: #4B89AC;
}

#navigation ul ul li a:hover.parentactive {
	color: #666666;
}


