/*Design und Umsetzung von PlusKomma.de - 2005*/

body{
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFC877 url(../pics/bgmain.gif) repeat-y fixed center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#wrapper{
	width: 770px;
	margin: auto;
	text-align: center;
	background-color: #fff;
	margin-bottom: 0;
}

#fuss{
	background-color: #FFB84E;
	position: fixed;
	_position:absolute;
	bottom: 0px;
	_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
	padding: .5em 0;
	width: 770px;
	font-size: 80%;
	border-top: 1px solid #D41F00;
	margin-left: -385px!
}

/*kopf*/
#header h1{
	background: url(../pics/header.gif) center no-repeat;
	height: 150px;
	text-indent: -3000px;
	margin: 0;	
}

/*navigation*/
#navi{
	margin: 0 0 30px 0;
	padding: 0;
}

#thenavi {
	background: url(../pics/bg_menuitem_big.gif) #fff repeat-x 0px -5px;
	border-top: 1px solid #D41F00;
	border-bottom: 1px solid #D41F00;
	list-style: none;
	margin: 0;
	padding: 3px 0 3px 0;
	font-size: 13px;
}
    
#thenavi li {
	/*border-right: 1px solid #fff;*/	
	display: inline;
}
    
#thenavi li a {
	color: #000;
	padding: 3px 10px;
	text-decoration: none;
}
    
#thenavi li a:hover {
	background: url(../pics/bg_menuitem_big.gif) #fff repeat-x 0px -85px;
	text-decoration: none;
}

#thenavi #current {
	background: url(../pics/bg_menuitem_big.gif) #e2e7ec repeat-x 0px -165px;
	color: #000;
	cursor: default;
	padding: 3px 10px;
}

/*content*/
#birne{
	background: url(../pics/bg_content.gif) 50% 0 no-repeat;
	
	height: 344px;
}

#content{
	text-align: left;
	margin: 0px 130px 20px 130px;
	padding-bottom: 20px;
}

p{
	color: #000;
	line-height:1.3em;
text-align: justify;
}

.bigi{
	font-weight: bold;
	font-style: italic;
}

.bigi img{
	border: 1px solid #D41F00;
	float: right;
}

#content ul{
	list-style: none;
	margin: 0;
}

#content li{
	background: url(../pics/birne_small.gif) 0 5px no-repeat; 
	padding: 2px 0 2px 15px;
	/*font-size: 1em;*/
}

#content li.spez{
	background: url(../pics/birne_small.gif) 0 5px no-repeat;
	padding: 2px 0 2px 15px;
	/*font-size: 1em;*/
}

.unti{
	text-decoration: underline;
}

h1{
	font-size: 130%;
	font-weight: bold;
	color: #D41F00;
	font-family: "Georgia", Times, serif;
}

.blocker{
	display: block;
}

h2{
	font-size: 110%;
	font-weight: bold;
	color: #D41F00;
}

h3{
	font-size: 100%;
	font-weight: bold;
	color: #D41F00;
	margin-bottom: 0;
}

.small{
	font-size: 0.8em;
}

hr {
	color: #D41F00;
	background:#D41F00;
	height:1px;
	border:0px;
	margin-bottom: 0px;
	text-align: center;
	}

address{
	font-style: normal;
}

.alarm{
	font-weight: bold;
	text-align: center;
}

/* cloud */
#cloud { padding: 2px; line-height: 3em; text-align: center; margin: 0;}
#cloud span { padding: 0px; }
#cloud li { display: inline; background-image: none; }
#cloud span.tag4 { font-size: 0.7em; font-weight: 100; }
#cloud span.tag3 { font-size: 0.8em; font-weight: 200; }
#cloud span.tag2 { font-size: 1.2em; font-weight: 300; }
#cloud span.tag1 { font-size: 1.8em; font-weight: 400; }

/*links*/
a:link{
	color: #D41F00;
}

a:visited{
	color: #000;
}

a:hover{
	text-decoration: none;
}

/*tabelle*/
table{
	width:500px;
	margin: 0px 3px 10px 0px;
	border-top: 1px solid #FFB84E;
	border-left: 1px solid #FFB84E;
	border-collapse:collapse;
	margin-bottom: 20px;
}

th, td{
	vertical-align: top;
	border-right: 1px solid #FFB84E;
	border-bottom: 1px solid #FFB84E;
	padding: 5px;
}

th{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFfF0;
	background-color: #FFC877;
	font-size: 90%;
	text-align: left;
}

caption{
	display:none;
}

td{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#tabelle ul{
	list-style: none;
	margin: 0;
}

#tabelle li{
	background: url(../pics/birne_small.gif) 0 6px no-repeat;
	padding: 2px 0 2px 15px;
	font-size: 100%;
}

/*def-list*/
dl{
	line-height: 1.5em;
}
dt{
	color: #D41F00;
	font-weight: bold;
	clear: right;
	border-bottom: 1px dotted #ccc;
}

dd{
	float: right;
	margin: -1.5em 1em 0 0;
	position: relative;
	left: 2px;
}

/*galerie*/

#galerie li{
	background-image: none;
	padding: 5px 10px;
	float: left;
}

#galerie li img{	
	height: 50px;
	width: 50px;
	border: 2px solid #D41F00;
}

#galerie li img:hover{
	border: 2px solid #000;
}

