/************* GENERAL CSS ************/

* {
margin:0;
padding:0;}
.liste {
	color: #000000;
	padding-left: 30px;
	list-style-image: url(content/gfx/kreuz.png);
}


body {
	margin: 0px;
	padding: 0px;
	background: #DDDDDD url(images/back.png) repeat-y center top;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #333333;
	height: 60px;
}

h1, h3, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #996600;
	font-weight:bold;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #996600;
	font-weight: bold;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-weight:bold;
	font-size: 0.75em;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #900;
}

a:hover {
	text-decoration: underline;
	color: #993300;
}

blockquote {
font-style:italic;}

/************* HEADER STUFF ************/

#header {
	width: 770px;
	height: 120px;
	margin: 0px auto;
	padding-top:30px;
	background-image:url(content/gfx/banner.gif);
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	color: #000;
	font-size: 3em;
	text-transform: uppercase;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************************************ MENU ****************************************/



#menu {
	behavior: url(src/csshover.htc);
	width: 760px;
	margin: 0px auto;
	background-color: #000000;
	height: 23px;
}

#menu ul {
	float:left;
}

#menu li {
	float:left;
	position:relative;
	list-style-type:none;	
}

#menu a {
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	font-size: 0.8em;
	display:block;
	background-color: #000000;
	color: #FFFFFF;
}

#menu a:hover {
	background-image: url(images/buttn.png);
	background-repeat: repeat-x;
	background-position:bottom;
	background-color: #FFFFFF;
	color: #000000;
	padding: 5px 15px 5px 15px;
	
}


#active li a {
	background-color: #000000;
	color: #FFFFFF;
}

#active a {
	background-color: #FFFFFF;
	color: #000000;
}


#active a:hover {
	border:none;
}

#menu li:hover ul 
	{
	display:block;
	}

#menu li ul 
	{
	position:absolute;
	display: none;
	background-color: #000000;
	left: -1px;
	/* Sollte man Sich merken - die 3 Browser Typen abhängigen "Opacity"-Werte */
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	}

#menu li ul li a {
	padding-left:19px;
}

#menu li ul li a:hover {
	background-image:none;
	border-left:4px solid #008678;

}
/********************************************* CONTENT ******************************************/

#content {

	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 480px;
	padding: 0px 20px 40px 20px;
}

#right {
	background-color:#000000;
	float: right;
	width: 200px;
	padding: 10px 20px 10px 20px;
	color: #000000;
	border: 1px solid #000000;
	margin-right: 8px;
	margin-bottom: 5px;
	font-weight:bold;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

#right img{
	margin-top:10px;
	margin-left:20px;
	border:1px solid #000000;
	}

#right h2, h3{
	color:#000000;
	}

#right a{
	color:#FFFFFF;
	}
	
#right a:hover{
	color:#990000;
	text-decoration:none;
}
.box {
	padding-bottom:5px;
	padding-top:5px;
	padding-left: 5px;
	clear: both;
}
.bildl {
	float:left;
	height:200px;
	width:186px;
	border:solid 1px silver;
	padding:5px;
	margin-right:10px;
} 

.bildr {
  	float:right;
	height:50px;
  	width:90px;
  	border:solid 1px silver;
  	padding:5px auto;
  	margin-left:10px;
} 

.bild {
	float:left;
} 

.box a img {
text-decoration:none;
border:none;
}



.zettel {
	margin:10px 20px 30px 100px;
	width:auto;
	}
.zetteloben {
	background-image: url(content/gfx/zetteloben.gif);
	height: 27px;
}
.zettelunten {
	background-image: url(content/gfx/zettelunten.gif);
	padding:10px;
}


/************* FOOTER ************/

#footer {
	clear: both;
	width: 750px;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #CCCCCC;
	margin: 20px auto;
	
	margin-bottom: 5px;
}

#xmas {
	/* Dämlicher Weihnachtsmann  :P  */
	position:fixed;
	background-position: 0 0;	
	right:0px;
	bottom:0px;
	width:145px;
	height:160px;
	/*-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;*/
	/*background:transparent url('images/xmas.png') no-repeat scroll;*/
	text-indent:-9999px;
	}