/*   MAIN BOXES         
======================= */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFFFFF url(images/layout/header_tile.jpg) top left repeat-x
		;
	color: #000;
}

/* ID s */
#container {
	position: relative;
	width: 100%;
}

#content {
	position: relative;
	width: 950px;
	min-height: 600px;
	margin: 0 auto;
}

#footer {
	margin-top:30px;
}

/*            HEADER                  */
	/*==================================  */
#header {
	position: relative;
	height: 213px;
}

#header_logo {
	position: absolute;
	top: 120px;
}

#img_left {
	position: absolute;
	top:0;
	bottom: 0px;
}

#img_right {
	position: absolute;
	right: 0px;
}

#header_list {
	position: absolute;
	height: 80px;
	top: 125px;
	left: 325px;
}

#header_list ul {
	padding: 0 0;
}

#header_list li {
	margin-left: 0;
	list-style-type: none;
	line-height: 20px;
	font-weight: bold;
	font-size: 12px;
	color: #979797;
}

/*            NAVI                  */
	/*==================================  */
#navi {
	position: absolute;
	top: 214px;
	
}

#nav ul {
    margin: 0; 
    padding: 0;
	
    text-align: left;
}


#navi li {
	
	list-style: none;
	display: inline;
    margin: 0; 
    margin-right: 10px;
	padding: 0;
	
	
	color: #fff;
	/*
	float: left;
	line-height: 20px;
	list-style-position: inside;
	list-style-type: none;
	margin-right: 6px;
		
	margin-top: -12px;
	valign: center;
	text-align: left;
	width: 50px;
	
	*/
}

#navi a:link, #navi span{
	
	color: #fff;
	text-decoration: none; 
	font-weight: normal;
	
}


#navi a:visited {
	
	color: #fff;
	text-decoration: none; 
	font-weight: normal;
	
}

#navi a:hover {
	
	color: #fff;
	text-decoration: underline; 
	font-weight: normal;
	
}

#navi a:active {
	
	color: #fff;
	text-decoration: none; 
	font-weight: normal;
	
}


/*            Untermenü                */
	/*==================================  */


#untermenue {
	position:absolute;
	top:15px;
	left:146px;
	background-color:#f8572b;
	height:90px;
	width:163px;
	z-index:99;
}

#untermenue ul {
	margin-top:1px;
	border-top:1px solid #fff;
}

#untermenue ul li {
	margin:0 !important;
	padding:0 !important;

}

#untermenue ul li a {
	margin-top:0 !important;
	padding-top:0 !important;
	display:block;
	width: 163px;
	height: 30px;
	text-indent:25px;
	line-height:30px;
	background-color: #f8572b;
    color: #fff;
    text-decoration: none !important;
}
#untermenue ul li a:hover {
	background-color: #fff;
    color: #f8572b;
	border:1px solid #f8572b;
	width: 161px; /* abzüglich Border */
	height: 28px; /* abzüglich Border */
}




/*        MainBox full width                  
==================================  */
#main {
	position: absolute;
	width: 950px;
	top: 250px;
}

/*    InnerTextBox reduced width                  
==================================  */
#txt {
	position: relative;
	width: 580px;
	text-align: justify;
}
#txt h2 {
	margin-top:40px;
	margin-bottom:10px;
	text-decoration:underline;
}
#txt ul {
	text-align:left;
	margin-left:50px;
}
#txt li {
	line-height:20px;
}
#txt table a img {
border: 1px solid #000;	
}

#txt table a:hover img {
border: 1px solid #f8572b;	
}

.referbox p a img {
border: 1px solid #000;	
}
.referbox p a:hover img {
border: 1px solid #f8572b;	
}

/*    Sidebox
==================================  */
#sidebox {

	position: absolute;
	background-color: #f3f3f3;
	padding: 10px;
	width: 290px;
	top: 40px;
	right: 0px;
	color:#636262;
}


/*    Sideimg
==================================  */
#sideimg {

	position: absolute;
	width: 290px;
	top: 40px;
	left: 640px;
}
#sideimg img {
	border:1px solid #666;
}




/*            FOOTER                  
==================================  */
#footer {
	font-size: 10px;
	color: #979797;
}

#footer h4 {
	font-size: 10px;
	color: #979797;
	font-weight:normal;
	margin:10px 0;
}

/* LINK DEFINITION 
========================= */
a.content:link {
	color: #F8572B;
	text-decoration: underline;
	font-weight: normal;
}

a.content:visited {
	color: #F8572B;
	text-decoration: underline;
	font-weight: normal;
}

a.content:hover {
	color: #F8572B;
	text-decoration: underline;
	font-weight: normal;
}

a.content:active {
	color: #F8572B;
	text-decoration: underline;
	font-weight: normal;
}

h1,h2,h3 {
	background: transparent;
	padding: 0;
}

h1 {
	font-size: 1.80em;
	color: #000;
	font-weight: normal;
	margin-bottom: 3px;
}

h2 {
	font-size: 1.20em;
	color: #F8572B;
	font-weight: normal;
	margin-bottom: 5px;
}

h3 {
	text-align: left; 
	font-size: 1.3em; 
	font-weight: bold; 
	color: #979797;
	
}

p {
	margin: 16px 0;
}

table {
	margin: 0 0;
	width: 100%;
}

.red {
	color: red;
	font-size: 12px;
	font-weight: bold;
}

.grey {
	color: #979797;	
}
