/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* standardkram */


/*FARBEN

stiftungsblau: 5c697e
sehr helles beige: f9f9f3
dunkles beige: f2f0e4
stiftungsrot: aa3636
schrift (wie blau):  */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #5c697e;
}
a:hover {
	color: #aa3636;
}
a:visited {
	color: #5c697e;
}
body {
	background: #f9f9f3 url(../img/hintergrund.png) repeat-x;
	color: #5c697e;
	font: normal;
	font-family: Verdana, sans-serif;
	font-size: .9em;
	margin: 0;
	line-height: 1.35;
}

p,code,ul {
	padding-bottom: 1.2em;
}
cite 
{font-weight:bold;}

h1 {
	font-size: 1.2em;
	margin-bottom: 4px;
	color: #aa3636;
	padding-top: 0px;
}

h3 {
	font-size: 1.0em;
	color: #aa3636;
}

h2 {
	font-size: 0.8em;
	color: #aa3636;
	padding-bottom: 10px;
}


.erlaeuterung
{font-size:0.7em;
font-style:italic;
}

/* die bilderpositionierung */

img {
  padding: 2px 2px 2px 2px;
 border: 1px solid #c3c8d4;
 }
 
 .noborder
 {border: none;}
 
.left
{ 
display: block;
  padding: 0px 8px 0px 0px;
}
#left /*wegen dem textfluss*/
{ display:block;
  float:left;
  margin-right:12px;
  margin-top:5px;
  margin-bottom:10px;
}
.right
{ 
float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;

  
}






/* Struktur */
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* container>main>header, title, topnav, content mit items rechts und sidenav links. dann clearer>footer*/

.container {
	background: url(../img/hintergrund.png) repeat-x; 
	margin: 0 auto;
	padding-bottom: 6px;
	width: 1080px; /*1116 = 1080bild+2*18rand*/
}

.main {
background: #f9f9f3 ;
	clear: both;
	/*padding: 0px 18px;*/
	border-bottom: 2px solid #c3c8d4;
}

.header {
	background: url(../img/header.png) no-repeat;
}

.title  {
	color: #FFFFFF;
	font: normal 3em Verdana,sans-serif;
	height: 142px;
	line-height: 142px;
	margin-bottom: 8px;
	text-align: center;
}


/* die ganze top navigation bar */
.topnav {
	/*position:relative;*/
/*clear:both;*/
width:1080px;
	height:28px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	border-bottom: 1px solid #c3c8d4;
	font-size:0.7em;
	background-color: #f9f9f3;

}

.topnavpath{
padding: .25em 2em .3em 0px;
}

#nav ul{
float:right;
white-space: nowrap;
width:500px;
list-style:none;
}

#nav ul li{
display:inline;
}

#nav ul li a{
padding: .25em 2em .3em 2em;
color: #5c697e;
text-decoration:none;
float: right;
border-right:1px solid #c3c8d4;
}

#nav ul li a:hover{
color: black;
text-decoration:none;
border-right:1px solid #c3c8d4;
}

/*######################################sitemap liste ähnlich sidenav######################################################*/
.sitemap h2,.sitemap ul {
	padding-left: 100px;
}

.sitemap {
	margin-top: 12px;
	/*border: 1px solid #c3c8d4;*/
	/*border-top: none;*/
	width: 500px;
}

.sitemap ul {
	
	margin: 0;
	padding: 0;
}
.sitemap ul ul li{
	margin: 0;
	padding-left:5px;
}
.sitemap li {
	border-top: none;
	list-style: none;
	margin: 0;
}
.sitemap li a {
	color: #5c697e;
	/*display: inline-block;*/
	font-size: 0.7em;
	padding: 1px 6px 5px 125px;
	text-decoration: none;
}
.sitemap li a:hover {
	color: #000000;
}


/*############################################### gesamte navi links ##########################*/
.sidenav h1,.sidenav ul {
	padding-left: 12px;
}

.sidenav {
	background-color: #f9f9f3;
	margin-top: 12px;
	/*border: 1px solid #c3c8d4;*/
	/*border-top: none;*/
	float: left;
	width: 225px;
}
.sidenav h1 {
	color: #AA3636;
	font-size: 1.1em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav ul {
	
	margin: 0;
	padding: 0;
}
.sidenav ul ul li{
	
	margin: 0;
	padding-left:10px;
	}
.sidenav li {
	
	border-top: none;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #5c697e;
	/*display: inline-block;*/
	font-size: 0.7em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #000000;}
	
	
	


/* #################################################inhalt auf der seite ####################################*/
.content {
background-color: #f9f9f3;
	margin-top: 12px;
	float: right;
	width: 844px; /*844 wars*/
	
	
}
.content .item {
	padding: 6px 12px;
	/*border: 1px solid #c3c8d4;*/
	/*border-top: none;*/
	/*background-color: #f3efe7;*/
	margin-bottom: 8px;
	/*min-height:663px;*/
}

/*
html>body .content .item{ /* be nice to opera (&gekko) 
height: auto;
min-height: 663px;*/


.content ol
{padding-left:100px;
padding-bottom:10px;
font-size:.9em;
list-style-type:disc}



/*#################################### clearer unter allem #########################################################*/
.clearer {
	clear: both;
}


/* ######################################### footer #################################################################*/
.footer {            /*oberer rand ist im main festgelegt*/
	background: #f9f9f3;
	color: #666;
	font-size: 0.7em;
	margin: 0 auto;
	text-align: left;
	padding: 5px;
	width: 1080px;
}
.footer a {
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}


/*################################ die aktuelle box rechts ##########################################################*/
.box_right {
position:relative;
float:right;
clear:both;
width:200px;
margin:0 0 1px 10px;
padding:0 10px 0 10px;
background:#ffffff;
color:#5c697e;
font-family:Verdana, sans-serif;
font-size: 0.8em;
}
	
.box_right p {
margin:10px 0px;
}
#boxrand
{
border:2px solid #AA3636;
}
