html, body {height:100%;}


body {
	background-color: #606874;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
	  div#Head {
	background-color: #FFFFFF;
	text-align: left;      /* standardkonforme horizontale Zentrierung */
	width: 950px;
	height: 123px;
	margin: 0;
  }
  

div#Container {
	text-align: left;      /* standardkonforme horizontale Zentrierung */
	width: 950px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
  }
* html #container {height: 100%;}
  
  div#Navigation {
	width: 950px;
	padding: 0;
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	height: 28px;
  }

    div#Content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #000000;
	width: 920px;
	margin-left: 30px;
  }
  
    #Content a {color: #000000;}
	#Content a:hover {color: #333333;}
    #Content ul {padding-left:15px;margin:0;}
	#Content li {
	margin:0;
	padding:10px;
	list-style-type: disc;
	list-style-position: outside;
	color: #000000;
}
  
  

h1 {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: normal;
	margin: 0px;
	font-weight: bold;
	font-size: 24px;
	color: #E2001A;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 0px;
	padding-top: 15px;
}	
		
    div#Footer {
	position:fixed;
	bottom:0px;
	width:100%;
	height: 31px;
	color: #666666;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
		}
		
	


/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_four */

.menu4 {padding:0 0 0 1em; margin:0; list-style:none; height:28px; background:url(img/pro_four0.gif);}
.menu4 li {float:left;}
.menu4 li a {display:block; float:left; height:28px; line-height:28px; color:#FFF; text-decoration:none; font-family:arial, verdana, sans-serif; text-align:center; padding:0 0 0 5px; cursor:pointer; font-size:11px;}
.menu4 li a b {float:left; display:block; padding:2px 14px 0 14px;}
.menu4 li.current a {color:#000; background:url(img/pro_four2.gif);}
.menu4 li.current a b {background:url(img/pro_four2.gif) no-repeat right top;}
.menu4 li a:hover {color:#000; }
.menu4 li a:hover b {}
.menu4 li.current a:hover {color:#000; background: url(img/pro_four2.gif); cursor:default;}
.menu4 li.current a:hover b {background:url(img/pro_four2.gif) no-repeat right top;}

