/*  
Version 1.1	
*/



/* Beginn Main-Layout */

* {
	padding: 0;
	margin: 0;
	}

body {
	background-color:#fff;
	font-size:1.0em;
	color:#000000;
	font-family:Arial, sans-serif;
	}
	
a:link, a:active, a:visited {
	text-decoration: none;
	color:#3a5978;
	cursor:pointer;
	}

ul, ul ul, ul ul ul {
	list-style-type:none;
	}

.floatr {
	float: right;  
	padding: 5px;  
  }
	
h1 {
	font-size:1.3em;
	font-weight:bold;
	padding-bottom:7px;
	}

h2 {
	font-size:1.1em;
	font-weight:bold;
	padding-bottom:5px;
	}

h3 {
	font-size:1.0em;
	font-weight:bold;
	padding-bottom:5px;
	}
img  {
  border:0;
  }
		
/* Ende Main-Layout */
	
/* Beginn Header-Layout */
	
#seitentitel {
	height: 65px;
	text-align: right;
	font-size: 1.5em;
	background:#ffffff url(../layout/bg_top.png) no-repeat scroll left top;
	padding-right: 10px;
	}

#menue {
	height: 20px;
	padding-left: 10px;
	font-size:1.1em;
	font-weight:bold;
	 background:#c8d0e0 url(../layout/bg_menue.png) no-repeat scroll left top;  
	}
	
#untertitel {
	height: 15px;
	padding-left: 10px;
	font-size:1.1em;
	font-weight:bold;
	background:#ffffff url(../layout/bg_untertitel.png) no-repeat scroll left  top;  
	}

#simple {
	height: 125px;
	padding-left: 10px;
	background:#c8d0e0 url(../layout/simple.gif) no-repeat scroll left top;
	}
#simplefoot {
	clear: both;
	height: 25px;
	padding-left: 10px;
	background:#c8d0e0;
	}
/* Ende Header-Layout */

/* Beginn Men-Layout */

#hauptmenue {
	float: left;
	clear:right;
	width: 200px;
	font-size:0.9em;
	padding-top:10px;
	padding-bottom:10px;
	}
	
#links li a {
	display:block;
	padding-left:10px;
	padding-bottom:2px;
	font-weight:bold;
	border-bottom: 1px solid #e1e1e1;
	}

#links li a:hover {
	background-color:#eaeaea;
	}

#weblinks img {
	margin-left: 10px;
	margin-top: 100px;
	margin-bottom: 10px;
	}

#weblinks li a {
	font-size:0.9em;
	display:block;
	padding-left:10px;
	padding-bottom:2px;
	border-bottom: 1px solid #e1e1e1;
	}

#weblinks li a:hover {
	}

/* Ende Men-Layout */

/* Beginn Inhalt-Layout */

#content {	
	width:730px;
	margin-left:200px;
	padding: 10px;
	padding-bottom:30px;
	background-color:#fff;
	font-size:0.8em;
	border-left: 1px solid #e1e1e1;
	text-align:justify;
	}

#content a {
	text-decoration:underline;
	}

#content img {
	padding: 2px 2px 2px 2px;
	float: left;
	}
	
#content h1 {
	font-size:1.3em;
	font-weight:bold;
	padding-bottom:10px;
	}
	
#content h3 {
	font-size:1.1em;
	font-weight:bold;
	margin-top: 10px;
	padding-bottom:5px;
	}
	
#content ul li{
	list-style-type:disc;
	list-style-position:inside;
	margin-left:3px;
	margin-top: 5px;
	}
	
#content ul ul li{
	list-style-type:circle;
	list-style-position:inside;
	margin-left:10px;
	margin-top: 2px;
	}
	
/* Ende Inhalt-Layout */

/* Beginn Footer-Layout */

#footer {
	clear:both;
	height: 25px;
	padding-left: 10px;
	background:#ffffff url(../layout/bg_footer.png) no-repeat scroll left top; 
	font-size:0.9em;
	line-height:1.8em;
	}
	
/* Ende Footer-Layout */

/* Nur für den MSIE */

* html #header-container {
	float:left;
	width:100%;
}

*html #footer-container {
	width:100%;
	clear:both;
	position:fixed;
	/* bottom:0; */
	}

*html #content-container {
	float:left;
	position:relative;
	width:100%;
	}

* html #footer {
    height:25px;
}

* html #hauptmenue {
    position:static;
    top:0px; left:0; bottom:0px;
	margin:0;
	height:100%;
    width:200px;
	z-index:3;
}

* html #hauptmenue ul {
	margin:0;
	padding:0;
	}

* html #hauptmenue li {
	height:0;
	margin:0;
	padding:0;
	}
	
*html #menue-grafik {
	position:static;
	left:10px;
	margin-top:100px;
	}
	
* html #content {
    position:static;
    top:0; bottom:0; left:220; right:0;
    height:100%;
    width:600px;
	padding-top:5px;
	padding-left:5px;
    margin:0;
	z-index:2;
	}

*html #content a {
	text-decoration:underline;
	}

*html #content img {
	padding: 2px 2px 2px 2px;
	}
	
*html #content h1 {
	font-size:1.4em;
	font-weight:bold;
	padding-bottom:10px;
	}
	
*html #content h3 {
	font-size:1.1em;
	font-weight:bold;
	margin-top: 5px;
	padding-bottom:5px;
	}
	
*html #content ul li{
	list-style-type:disc;
	list-style-position:outside;
	margin-left:12px;
	margin-top: 5px;
	}
	
*html #content ul ul li{
	list-style-type:circle;
	list-style-position:outside;
	margin-left:10px;
	margin-top: 2px;
	}

