/* CSS Document */



body {
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #fff;

}

a			{ color: #950024; text-decoration: none; }
a:active	{ color: #000; }
a:hover		{ color: #950024; text-decoration: underline;}

a.sel 			{ color: #9A5D02; text-decoration: none; }
a.sel:active	{ color: #000; }
a.sel:hover	{ color: #9A5D02; text-decoration: underline;}


h1 { font-size: 12px; }
form		{ display: inline; }
fieldset	{ margin: 0em 0em 0em 5em; border: 1px solid #fff; padding: 1em;}

input, textarea, select	{ color: #333; background-color: #FFF; font-family: Verdana, Arial, sans-serif; font-size: 1em; border: 1px solid #999; }
input:focus, 
textarea:focus	{ color: #333; background-color: #F5F5F5; }

label:hover	{ color: #C00; }




#nav
{
    display: none;
}


#nav ul
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

#nav li
{
	margin: 0px;
	padding: 10px;
	float: left;
}

#nav li.menu_blau	{ border-width: 1px 0px 1px 0px; }
#nav li.sel	{ border-top-width: 0px; }
#nav li.sel a { padding-top: 1px; }

#content
{
	width: 500px;
}


#block
{
	padding: 10px 10px 10px 10px;
	background-color: #F8F7DE;
    color: #333;
}

.extras { width: 180px; float: left;}
.extras_2 { width: 180px; float: right; margin-right: 150px; }
.pictures { width: 532px; height: 95px}
.kontakt { margin: 200px}

#fontsize
{
	padding: 8px 0px 0px 0px;
	width: 100px;
	float: right;
	color: #333;
	text-align: right;
}

.image
{
	margin: 10px;
	border: 1px;
	border-style: solid;
	float: right;

}
.image_1
{
	margin: 10px 10px 5px 8px;
	border: 1px;
	border-style: solid;
    position : absolute;
	top: 20px;
	left: 0px;

}

.image_2
{
	margin: 10px;
	border: 1px;
	border-style: solid;
    position : absolute;
	top: 20px;
	left: 200px;

}

.image_3
{
	margin: 10px;
	border: 1px;
	border-style: solid;
    position : absolute;
	top: 20px;
	left: 400px;

}

.plan
{
	margin: 20px;
	border: 1px;
	border-style: solid;
	float: right;

}

.icon
{
	vertical-align: middle;

}




.headline
{
	text-align: center;
    font-weight : bold;
	color: #950024;
}

.center { text-align: center; }

.ignore { display: none; } 
.title { display: block; font-size: 12px; color: #000; margin-right: 130px; float:right;} 

#footer 	
{ 
	background-color:#FFF;
	position: absolute; 
	left: 50px;
	width: 480px; 
}

/* sitemap */

#sitemap {
	margin: 30px 0px 0px 20px;
	padding: 1em 1.5em;
   line-height: 25px;
   }

#sitemap LI {
   padding: 0 0 0 30px;
   margin: 0;
   list-style-type: none;
   }
#sitemap LI { background: url(../img/li_3.gif) no-repeat 0% 0%; }
#sitemap LI.last { background: url(../img/li_1.gif) no-repeat 0% 0%; }
#sitemap UL {
   padding: 0 0 0 30px;
   margin: 0 0 0 -30px;
   list-style-type: none;
   }
#sitemap UL {
   background: url(../img/li_2.gif) repeat-y 0% 0%; }
#sitemap UL.last { background-image: none; }



/* POST */

#feed fieldset label	{ margin: 3px 2px 3px 60px; padding: 4px 1px 2px 3px; float: left; clear: left; width: 7em; text-align: right; }
#feed input, 
#feed textarea		{ margin: 3px 140px 3px 1px; padding: 3px 3px 4px 3px; }
#feed input		{ width: 200px; max-width: 300px; background-repeat: no-repeat; background-position: 4px 50%; padding-left: 3px; }
#feed textarea		{ width: 200px; max-width: 300px; height: 80px; }
#feed .buttons		{ margin: 0em 0em 0.5em 18em; padding-left: 26px; text-align: left; }
#feed .buttons .submit	{ width: auto; padding: 2px 5px 3px 5px; margin: 0px 5px 0px 0px; }
#feed input.checkbox	{ width: auto; margin: 0px; }

#feed .absolute		{ position: absolute; z-index: 12; }
#feed .offset		{ position: absolute; top: -1.4em; left: 10em; }
#feed .balloon		{ background: url("../../images/balloon.gif") no-repeat 0% 100%; padding-bottom: 9px; padding-top: 4px; }
#feed .alert		{ color: #C00; background-color: #FFF; border-width: 1px 1px 0px 1px; border-style: solid; border-color: #C00; padding: 3px 4px; white-space: nowrap; }


