/* CSS Document */

body {

    color:#666666;
    background-color:#666666;
    background-image:url('../images/bg.png');
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:0px;
	margin-bottom:0px
    }
	
div#Inhalt {
	
	width:800px;
	border:none;
	margin:0px auto;
	text-align:left;
	margin-bottom:0px;
	}
	
div#Header {

	width:100%;
	height:196px;
	border:medium none;
	background-image:url('../images/header.png');
	background-repeat:no-repeat
	}
	
h1, h2 {
	position: absolute;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 27px;
	font-weight: bold;
	color: #ffffcc;
	margin:120px 0px 0px 235px;
}
	
h2 {
	font-size: 12px;
	margin-top:150px;
}
	
div#Navi {
	
	width:775px;
	height:41px;
	border:medium none;
	text-align:left;
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	background-image:url('../images/nav_bg.png');
	background-repeat:repeat-x;
	padding-left:25px
	}

div#Navi a {
	line-height:250%;
	padding: 0px 10px 0px 10px;
	margin: 20px 0px 10px 0px;
	color:#FF6600;
	border-width: 0px;
	border-right:2px solid #333333;
	text-decoration: none;
}

div#Navi a.first {
	padding-left: 0px;
}

div#Navi a.last {
	border-right:0px;
}
	
div#NavSpacer {
	
	width:100%;
	height:9px;
	}
	
div#Content {
	
	width:778px;
	background-color:#FFFFFF;
	background-image:url('../images/con_top_bg.png');
	background-repeat:no-repeat;
	min-height:500px;
	padding:11px;
	}
	
.Tab
{
  width:160px;
  float:left;
}


.Tab2
{
  width:30px;
  float:left;
}

div#ContentCol1 {

	float: left; width: 242px;
	margin: 0; padding: 0;
	}
	
div#ContentCol2 {
	margin-left: 20em;
    padding: 0 1em;
	}
	
div#ContentCol1a {

	background-image:url('../images/con_nav_bg_t.png');
	background-repeat:no-repeat;
	min-height:12px
	}
	
div#ContentCol1b {
	
	border-top:none;
	border-left: solid 2px;
	border-left-color:#E8E8E8;
	border-right:solid 2px;
	border-right-color:#E8E8E8;
	border-bottom:solid 2px;
	border-bottom-color:#E8E8E8;
	background:#F8F8F8;
	width:216px;
	padding-left:11px;
	padding-right:11px;
	padding-bottom:11px;	
	}

div#Footer {

	width:750px;
	height:75px;
	background-image:url('../images/footer_bg.png');
	background-repeat:repeat-x;
	padding-left:25px;
	padding-right:25px;
	line-height:600%
	}

a:link {
	color:#FF6600;
}

.image {
	width: 100%
	disply:block;
	text-align:center;
}