body {
	margin: 0;
	padding: 0;
	line-height: 160%;
	font-family: Arial;
	font-size: 14px;
	color: #333333;
	background: #FFFFFF;
}

a:link, a:visited { color: #000; text-decoration: none; font-weight: bold;} 
a:active, a:hover { color: #F00; text-decoration: underline;}

#container {
	margin: auto;
	width: 950px;
	padding: 0px 10px;
	background: url(images/bg_main.gif) repeat-y;
	
}

#header {
	float: left;
	height: 190px;
	width: 850px;
	padding: 0 20px;
}

#logo {
  height: 100px;
  margin :auto;
  margin-top:30px;
}

h1 {
	margin: 0px;
	padding: 3px 0px 15px 0px;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}

h2 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #3e78b2;
}
p{
	margin: 0px;
	padding: 0 0 10px 0;
	text-align: justify;
}

#menu {
	float: left;
	width: 950px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: #DE540F;
	
}

#menu ul {
	margin: 0 0 0 50px;
	padding: 0px;
	list-style: none;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	float: left;
	width: 172px;
	height: 20px;
	margin-top: 10px;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#menu ul li .lastmenu{
	border-right: 1px solid #CCCCCC;	
}

#menu li a:hover{
	color: #FFFFFF;
}

.partner{
    clear: both;
	width: 950px;
	height: 20px;
	background: #CCCCCC;
	text-align: center;
	margin-top:7px;
	font-weight: bold;
}

.sloj{
	clear: both;
	width: 900px;
	padding-left:50px;
	margin-bottom:40px;
}

.werbungru {
	clear: both;
	width: 950px;
	height: 60px;
	background: #59A5EF;
	text-align: center;
}

#banner {
	clear: both;
	width: 950px;
	height: 80px;
	background: #59A5EF;
	text-align: center;
}

#banner  a,img{
	border : none;
}

.fullgraybox {
	clear: both;
	float: left;
	width: 800px;
	padding: 25px;
	margin: 25px;
	position:relative;
}

* html .fullgraybox {
	clear: both;
	float: left;
	width: 798px;
	padding: 25px;
	margin: 50px 50px 25px 25px;
	border: 1px solid #CCCCCC
}

.fullgraybox img{
	float: left;
	margin: 3px 20px 0 0px;
}

#footer {
	clear: both;
	padding: 15px 0px 0px 0px;
	width: 950px;
	height: 30px;
	text-align: center;
}

#footer a{
	font-weight: normal;
}


