* {
	font-family : Helvetica, Arial, Verdana, sans-serif;
	line-height: 130%;
	margin:0;
	padding: 0;
	color: #444445;
}

body{
	background: url(images/hintergrund-grau-verlaengert.gif); 
	background-repeat: no-repeat;
	background-color: #EDEDEE;	
}

 a:link{
	color: black;
	text-decoration: underline;
}

a:visited{
}

/*
a:link { color:#FF9966; }
a:visited { color:#FF9900; }
a:active { color:#FFFFFF; }
*/

img{
	border: none;
}


/* ****************************   Text Teil Beginn  *********************************** */

#nav-hori{
	margin-top: 89px;
	margin-left: 330px;
	color: white;
	font-weight: bold;
}

#nav-hori ul li {
	display:inline;
	list-style-image : none;	
	color: white;
	font-weight: bold;	
}

#nav-hori a{
	text-decoration: none;
	color: white;
	font-weight: bold;
}

#text{
	background-color: transparent;	
}

div.text{
	width: 80%;
	margin-top: 0px;
	margin-left: 100px;
}

#nav{
	background-color: transparent;
	float: left;
	text-align: left;
	margin-top: 1.5em;
	margin-left: 0.5em;
	max-width: 7em;
}

#nav li{
	list-style: none;
	padding-bottom: 0.2em;
	padding-top: 0.2em;
}

#nav a{
	font-size: 1em;
	text-decoration: none;
	color: #6E6E6E;
}

#nav li li{
	padding-left: 1em;
	font-size: 0.9em;
}

#nav hr{
	border:1px solid white;
}

#inhalt{
	background-color: transparent;
	margin-left: 230px;
	max-width: 450px;
}

#inhalt h1{
	padding-top: 1em;
	font-size: 1.3em;
	color: #C95561;
}

#inhalt h2{
	padding-top: 1em;
	padding-bottom: 0.1em;
	font-size: 1em;
	color: #767676;
}

.text p{
	padding-bottom: 1em;
}


img.right{
	float: right;
	padding-left: 1em;
}

.bold{
	font-weight: bold;
}

p.webautor{
	display: none;
}

#inhalt-kalender{
	background-color: transparent;
	margin-left: 230px;
	max-width: 600px;
}

ul.text{
	margin-left: 2em;
	list-style-type: disc;
}

ul.text2{
	margin-left: 1em;
}

/* ****************************   Fusszeile Beginn  *********************************** */

div.fusszeile{
	padding-top: 0.1em;
	padding-bottom: 0.2em;
	text-align: center;
	font-size: 0.95em;
	background-color: transparent;
}

.fusszeile a{

}
/* ****************************   Fusszeile Ende  *********************************** */


