/* CSS Document */

body {

	/* height: 100%; */
	background-image:url(images/back_body.jpg);
	background-repeat:repeat-x;
	

}

#outer {

	position:			relative;
	/* min-height:   100%; */
	width:				654px;
	border:	      0px solid #306da5;
	padding:			0px 0px 0px 0px;
	margin: 			0px auto 0px auto;
	/* später auf png ändern, wenn der ie das endlich auch durchgängig kann, bild liegt bereits im ordner... */

	background-repeat:	repeat-y;
	overflow:			visible;

}

* html #outer
{
	/* height:       100%; */
}

#top {
	margin: 0px 0px 0px 0px;
	background-image: url(images/top.jpg);
	background-repeat:no-repeat;
	height:235px;


	
 
}
#navi {
	float:right;
	padding-right:10px;
	font-size: 12px;
	size: 12px;
	text-decoration: none;
}

#navi a:link {
font-size: 12px;
	size: 12px;
	color:#cccccc;
	text-decoration: none;
}

#navi a:visited {
font-size: 12px;
	size: 12px;
	color:#cccccc;
	text-decoration: none;
}

#navi a:hover {
font-size: 12px;
	size: 12px;
	color:#FF9933;
	text-decoration: underline;
}

#navi a:active {
font-size: 12px;
	size: 12px;
	color:#FF9933;
	text-decoration: none;
}





#screen
{
	position:			relative;
	min-height:   100%;
  left:				  0px;
	padding:			0px 0px 0px 0px;
	margin: 			0px 0px 0px 0px;
	border:	      0px solid #306da5;
	width:				654px;
	overflow:			visible;
	background-image: url(images/back_container.jpg);
	background-repeat: repeat-y;
}


* html #screen
{
	/* height:       100%; */
}

#bild{

margin:1px 0px 0px 4px;

width: 646px;
height: 94px;

}

#orange_a {


	margin:4px 0px 0px 4px;
	width: 646px;
	height: 12px;
	background-color:#FF9933;
	display: block;
	clear:both;

}

#navi_top {
margin:1px 0px 0px 4px;
background-color:#336699;
	width: 646px;
	height: 22px;

}

#orange_b {


	margin:1px 0px 0px 4px;
	width: 646px;
	height: 3px;
	background-color:#FF9933;
	display: block;
	clear:both;

}


#bottom{
	margin: 0px 0px 0px 0px;
	background-image: url(images/bottom.jpg);
	background-repeat:no-repeat;
	height:28px;
	

}

#unten{

	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	text-align:center;
	padding: 5px;
	width: 646px;
	height:28px;
	
	display:block;
	border:0px solid #666666;

}

#navi_left {

	width: 150px;
	/* height: 200px; */
	min-height: 200px;
	float:left;
	display:block;
	margin:0px 0px 0px 4px; 

}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	padding-left: 5px;
	margin:0px; 
	align: left; 
	overflow: auto;
	min-height:200px;


}

* html #content {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	width: 496px;
	/* padding-left: 155px; */
	margin:0px 0px 0px -5px; 
	display: block;
	text-align: left; 
	border: 0px solid #000000;
	float: right;
	height:100%;
	clear:both;
	
	

}

a:link {
	text-decoration: underline;
	color:#999999;
}

a:visited {
	text-decoration: underline;
	color:#999999;
}

a:hover {
	text-decoration: underline;
	color:#FF9933;
}

a:active {
	text-decoration: underline;
	color:#999999;
}

