* { margin: 0;
    padding: 0;}

/* Höhen- und Breitenanpassung zu 100%; Scrollbar ausblenden */
body, html{ width: 100%;
            height: 100%;
            overflow: hidden;
	    font-family:  Verdana, Times New Roman,Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    color: #FFFFFF;
}

/* BG-Image auf unterste Ebene anordnen */
#bgImg{ position: absolute;
        top: 0;
        left: 0;
        border: 0;
        z-index: 1;}

/* Body-Dummy absolut über BG-Image legen; Scrollbar bei Bedarf einblenden */
#bodyDiv{ position: relative;
          top: 0;
          left: 0;
          z-index: 2;
          overflow: auto;
          width: 100%;
          height: 100%;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a:link {color: #E6E6BB;	
       text-decoration: none;
       font-weight: bold;
}


a:visited {
       text-decoration: none;
       color: #E6E6BB;
       font-weight: bold;
}

a:active {
       text-decoration: none;
       color: #E6E6BB;
       font-weight: bold;
}

a:hover {
       text-decoration: none;
       color: #492910;
       font-weight: bold;
}



#centrecontainer
{
	position: absolute;
	top: 50%;
	left: -100px;
	width: 100%;
}

#outercontainer
{
	margin-left: -400px;
	position: absolute;
	top: -400px;
	left: 50%;
}

#header
{
	width: 800px;
	height: 5px;
	letter-spacing: 1px;
}

#container    
{
	margin-top: 70px;
	border: 0px solid #cc0000;
	width: 1000px;
	height: 644px;
	background-image:url('bg-main.gif');
}

#containermain
{

	margin-left: 100px;
	width: 800px;
	height: 100%;
	background: #transparent;
	border-right: 0px solid #transparent;
	padding: 0px;
}



/* Bild-Bereich */
#slogan {
	height: 90px;
	background: url("-------img/header.jpg") no-repeat top center;
}

#slogan h1 {
	padding-left: 10px;
	padding-top: 10px;
	font-size: 24px;
	font-weight: normal;
}

#slogan h2 {
	margin-left: 10px;
	margin-top: 7px;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
}

/* Content-Blöcke */
#containermenu {
	margin-top: 40px;
	height: 185px;
	background: #transparent;
	padding: 7px;
}

/* Content mitte */
#content1 {
	margin-left: 275px;
	margin-right: 295px;
	height: 165px;
}

#content1 h2 {
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
}

#content1 ul {
	border-bottom: 0px;
	margin-left: 10px;
	padding: 0;
	list-style-type: none;
}
#content1 li {
	width: 100%;
	- background-image: url("img/xxx");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
}

/* Content links */
#content2 {
	float: left;
	width: 230px;
	margin-top: -165px;
	margin-left: 5px;
	height: 165px;
}

#content2 h2 {
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
}

#content2 ul {
	border-bottom: 0px;
	margin-left: 10px;
	padding: 0;
	list-style-type: none;
}
#content2 li {
	width: 100%;
	- background-image: url("img/xxx");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
}

/* Content rechts */
#content3 {
	float: right;
	width: 230px;
	margin-top: -165px;
	margin-right: 20px;
	height: 165px;
}

#content3 h2 {
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
}

#content3 ul {
	border-bottom: 0px;
	margin-left: 10px;
	padding: 0;
	list-style-type: none;
}
#content3 li {
	width: 100%;
	- background-image: url("img/xxx");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
}

#footer
{
	width: 760px;
	text-align: center;
	padding: 80px 0px;
	color: #ffffff;
        font-weight: normal;
	height: 40px;
	line-height: 25px;
}

#footer a:link {color: #E6E6BB;	
       text-decoration: none;
       font-weight: normal;
}

#footer a:visited {
       text-decoration: none;
       color: #E6E6BB;
       font-weight: normal;
}

#footer a:active {
       text-decoration: none;
       color: #E6E6BB;
       font-weight: normal;
}

#footer a:hover {
       text-decoration: none;
       color: #492910;
       font-weight: bold;
}












