/* Layout Stylesheet */ 

body {
	margin: 20px;
	background: #000044;
	color: #CCCCFF;
	text-align: center;
	padding: 0;
}

#outer {
 text-align:left;
 border:3px solid #ff9900;
 width:850px;
 margin:auto;
 
 }

#hdr {
	height:196px;
	color: #0000FF;
	background-color: #ff9900;
	background-image: url(bilder/titel.jpg);
	border-color: #FF9900;
	border: 0px solid #ff9900
 }

#bar {
	height:60px;
	background:#FF9900;
	color: #FF9900;
	border:solid #ff9900;
	border-width:1px 0 1px 0;
	background-image: url(bilder/bar-titel.jpg);
 }

#bodyblock {
 position:relative;
 background: #ffffff;
 color: #333333;
 width:850px;
 padding:0;
 }

#l-col {
 float:left;
 background:#ffffff;
 color: #333333;
 width:160px;
 }

#cont {
	width:650px;
	background:#ffffff;
	color: #333333;
	text-align:left;
	border-top-width: 0;
	border-right-width: 0px;
	border-bottom-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-left-width: 0px;
	height: auto;
 }

#ftr {
 height:25px;
 background:#ff9900;
 color: #000044;
 border:solid #ff9900;
 border-width:1px 0 0 0;
 margin:0;
 }
