/* Standard Stylesheet
www.vielfalt.biz
Start: 23.05.2007
Letzte Aenderung: 
*/

/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-size: 90%;
	line-height: 145%;
	color: #444;
	background:	url(../images/bg.png) #FFF no-repeat 30px 60px;
	background-color: #FFF;
	font-family: Arial, Geneva, "Lucida Grande","Lucida Sans Unicode", "sans-serif";
}

a:link {
	color: #02519E;
	text-decoration : none;
	background-color: transparent;
	}

a:visited {
	color: #002866;
	text-decoration : none;
	background-color: transparent;
}

a:hover, a:active {
	color : #CC3333;
	text-decoration : underline;
	background-color: transparent;
}

b  { 
 	font-weight : bold; 
}
 
h1	{
	font : 160% arial, helvetica, geneva, sans-serif;
	font-weight: normal;
	color : #00499A;
	display: none;
	background-color: transparent;
}
 
h2	{
	border-bottom: 1px solid #00499A;
	font : 140% arial, helvetica, geneva, sans-serif;
	color : #00499A;
	font-weight : normal;
	margin-top : 20px;
	margin-bottom : 15px;
	padding-bottom: 3px;
	background-color: transparent;
}

h3 {
	margin-top: 15px;
	margin-bottom: 0;
	color: #00499A;
	font-size: 100%;
	background-color: transparent;
}

ul	{list-style-image : url(bullet.gif);}

p {margin: 0 0 10px 0;}

strong {color: #555;}

#navcontainer ul
{
	padding-left: 0;
	margin-top: 10px;
	margin-left: 0;
	background: url(images/bgTopNav.png) #02519E;
	color: #FFF;
	float: left;
	width: 100%;
	border: 1px solid #02519E;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 1px 1.5em;
	background: url(images/bgTopNav.png) #02519E;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	background: url(images/bgTopNavActive.png) #6F86A9;
	color: #fff;
}

#navcontainer a.active {
	background: url(images/bgTopNavActive.png) #6F86A9;
}

#wrapper {
	text-align: left;
	margin-left: 100px;
	width: 750px;
}

#header {
	margin: 20px 0 0 0;
	padding-bottom: 5px;
}

#content {
	margin-top: 25px;
	margin-left: 110px;
	margin-right: 20px;
}

#content ul {
	list-style: url(../images/li.png);
	padding-left: 14px;
	margin-left: 5px;
}

#footer {
	margin-top: 30px;
	margin-bottom: 10px;
	background: url(images/bgFooter.png) #6F86A9 0 -15px;
	font-size: 80%;
	border: 1px solid #3f6297;
}

#footer a {
	color: #FFF;
}

.footerContent {
	padding: 1px 0 2px 110px;
	color: #FFF;
}

.clearfix:after 
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.img120 {
	width: 120px;
	padding: 3px;
	border: 1px solid #6F86A9;
	margin-right: 15px;
}

.date {
	font-size: 80%;
}

/*
.anfahrtsSkizze {
	float: left;
	width: 203px;
	border: 1px solid #6F86A9;
	margin-top: 15px;
	margin-right: 10px;
}
*/

.anfahrtsBeschreibung {
	width: 600px;
	/*float: right;*/
	margin-top: 5px;
}

.trenner {
	height: 5px;
	margin-top: 5px;
	border-bottom: 1px dotted #6F86A9
}

.red  { 
	color : #CC3333; 
	background-color: transparent;
}

.small  { 
	font : 10px verdana, arial, helvetica, geneva, sans-serif;
	color : #666666;
	background-color: transparent;
}

.kasten { 
	background-color: #E5EDF5;
	border: 1px solid #6F86A9; 
	margin: 15px 0 5px 0;
	padding: 8px;
}

#rahmen {
	border-width : 1px;
   border-style : solid;
   border-color : #CC3333;
   padding : 5px;
}

.bilder {
	margin: 15px 0 5px 0;
}

.bilder a img {
	padding: 5px;
	/*border: 1px solid #c9d9f1;*/
	background-color: #c3d3ea;
	margin-right: 10px;
}

.bilder a:hover img {
	/*border: 1px solid #334f7a;*/
	background-color: #02519E;
}

.clearfix:after 
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}




