body {
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 13px;
	color: #333;
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	background-image: url(bg.gif);
	background-attachment:fixed;

}

#logo {
	background-image: url('head.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 600px;
	height: 150px;
	margin: 0px auto 0px auto;
border-bottom: 1px solid #d1d1d1;
}

/* Navigation */


#navigation{
	margin-left: 0px;
}

#navigation ul {
width: 150px;
float: left;
}

#navigation li {
	background-color: #376590;
	font-size: 0.9em;
	border-top: 5px solid #fff;
	list-style-type: none;
	height: 25px;
	
}

#navigation li a {
	display: block;
	padding: 6px;

}

*html #navigation {
margin-left: -30px;
}

*html #navigation li a {
display: block;
padding: 0px;
text-align: center;
}

*html #navigation li{
background-color: #376590;
font-size: 0.9em;
border-top: 5px solid #fff;
list-style-type: none;
vertical-align: center;
height: 25px;
}

#navigation #foerder {
background-color: #fff;
}

#navigation li a:link, li a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#navigation li a:hover {
	background-color: #5283B0;
	text-decoration: none;
	color: #fff;
}

*html #navigation li a:hover {
	background-color: #376590;
	text-decoration: none;
	color: #fff;
}

#navigation .unterkategorie {
	background-color: #FFFFFF;
	font-size: 0.8em;
	border-top: 1px dotted #CCC;
	height: 25px;
}



#navigation .unterkategorie a {
	display: block;
	padding: 6px;
	padding-left: 20px;
}

*html #navigation .unterkategorie a {
display: block;
padding: 0px;
text-align: center;
}

#navigation .unterkategorie a:link, .unterkategorie a:visited {
	color: #333;
	text-decoration: none;
}

#navigation .unterkategorie a:hover {
	background-color: #F1F1F1;
color: #333;
}

*html #navigation .unterkategorie a:hover {
	background-color: #fff;
	color: #333;
	margin: 0px;
	padding: 0px;
}

/* Inhalt */

#inhalt {
width: 550px;
background-color: #fff;
float: right;
margin: 10px 20px 50px 10px;
}

#inhalt img{ padding: 6px; border-color: #f1f1f1; border-style: solid; }

#eintrag{
background-color: #fff;
}

#eintrag #preimg{
float: right;
margin: 4px;
}



#inhalt .autor {
	font-size: 0.9em;
	margin-bottom: 10px;
}

#inhalt input, select {
	font-size: 0.9em;
	width: 400px;
	border: 1px solid #CCC;
	padding: 4px;
}

#inhalt input:hover, #inhalt input:focus, #inhalt select:focus, #inhalt textarea:hover, #inhalt textarea:focus {
	border: solid 1px #5580DD;
}

#inhalt input[type="submit"]{
	float: right;
	width: 150px;
	margin-right: 6px;
	background-color: #F1F1F1;
}

#inhalt select {
	width: 410px;
}

#inhalt textarea {
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 1em;
	color: #000000;
	font-size: 0.9em;
	width: 400px;
	border: 1px solid #CCC;
	padding: 4px;
}

#inhalt h1 {
	margin: 0 0 10px;
	padding: 3px 0 0;
	font-size: 1.5em;
	color: #5283b0;

}

#inhalt h2 {
	font-size: 1.0em;
	padding: 6px;
	color: #fff;
	background-color: #5283B0;
	margin-bottom: 10px;
	margin-top: 25px;

}

#inhalt h3 {
	margin: 0px;
	font-size: 1.1em;
	color: #333;
	margin-bottom: 8px;
	padding-top: 15px;
	border-bottom: 1px solid #f1f1f1;
}

#inhalt h3 a {
	text-decoration: none;
	color: #922E2E;
}

#inhalt h3 a:hover {
	text-decoration: underline;
	color: #922E2E;
}

#inhalt .teaser {
	font-style: italic;	
}

#inhalt .info {
	border-top: 1px solid black;
	font-size: 0.7em;
	color: #666;
	padding: 6px;
	text-align: right;
}

#extra {
	border-top: 1px solid #F1F1F1;
	padding: 10px;
	padding-bottom: 0;
	margin-top: 10px;
}

#inhalt .autorinfo {
	text-align: right;
	font-size: 0.8em;
	color: #999;
}

#inhalt .functions {
	float: left;
	width: 250px;
	margin: 0px auto;
	font-size: 0.8em;
}




/* Generelles */

a:link {
	color: #922E2E;
	text-decoration: none;
}
#inhalt a:link { color: #922e2e; text-decoration: none; }
#inhalt a:visited{
color: #922E2E;
font-weight: normal;
}

#inhalt a:hover{
text-decoration: underline;
}

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

/* Eigenes */ 

#container{
margin: 10px auto 10px auto;
background-color: #fff;
width: 800px;
-moz-border-radius: 11px;
overflow: hidden;
}

#foerder{
margin-top: 10px;
}

img{
border:none;
}


#foerder a:hover{
background-color: none;
}

