@charset "utf-8";

*.html {
	margin:0px;
	padding:0px;
}
body {
	
	margin:0px;
	padding:0px;
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
}
div, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li {
	margin: 0px;
	padding: 0px;
}

div#rand{
	

	width:1036px;
	margin:0 auto;
	text-align:left;

	
	}

div#container {
	margin:0 auto;
	width:1024px;

}
#container a:link, #container a:visited {
	text-decoration: none;
	color: #000000;
}
#container a:hover {
	color: #ffffff;
	background-color:#ec7f22;
}
#header {
	margin:0px;
	padding:0px;
	position:relative;
	height:90px;
}
#header .logo {
	position:absolute;
	height:67px;
	width:720px;
	bottom:0px;
	margin-left:30px;
	margin-bottom:10px;
	margin-top:10px;
	
}

#header .logo img#firstLogo{
	padding-right:75px;
}

#header .lang-find {
	position:absolute;
	right:20px;
	margin-top:30px;
	text-align:left;
}
#menu_top {
	margin:0px;
	padding:0px;
	height:35px;
}
#menu_top .balkon_top {
	height:10px;
	background-color:#8c8c8c;
}
#menu_top .balkon_bottom {
	height:10px;
	background-color:#f58220;
}
#menu_top .menu li {
	list-style:none;
	display:inline;
	margin-left:30px;
	margin-right:45px;
	font-weight:bold;
	font-size:100%;
}
#banner {
	height:400px;
	width:980px;
	margin: 25px auto 25px auto;
}
#content {
	position:relative;
	margin:0px;
	padding:0px;
	height:400px;
	width:1024px;
}
#content .menu_bottom {
	margin-left:25px;
	width:350px;
}
#content .menu_bottom li {
	margin:0;
	display:list-item;
	list-style:none;
	border-bottom:solid 1px #CC3333;
	text-align:right;
	font-weight:bold;
	font-size:17px;
	margin-bottom:15px;
	
	
	
}
#content .menu_bottom li img {
	border:none;
	vertical-align:bottom;
	margin-left:10px;

	
}
#footer {
	font-size:10px;
	margin:0 auto 0 auto;
	width:350px;
	padding-bottom:10px;
}
#adr {
	margin-top:30px;
	font-size:12px;
	color:#8c8c8c;
}
#content .infos {
	position:absolute;
	top:0;
	left:460px;
	background-color:#ddd;
}
#news {
	text-indent:10px;
	position:absolute;
	width:240px;
	height:330px;
	left:470px;
	font-size:20px;
	font-weight:bold;
	background-image:url(grafiken/news.jpg);
	background-repeat:no-repeat;
	background-position:center;
	top:0px;
	border:solid #999 1px;
	padding-top:10px;
	
}
#service {
	text-indent:10px;
	position:absolute;
	left:550px;
	top:0px;
	width:240px;
	height:330px;
	font-size:20px;
	font-weight:bold;
	margin-left:200px;
	background-image:url(grafiken/service.jpg);
	background-repeat:no-repeat;
	background-position:center;
	border:solid #999 1px;
	padding-top:10px;
}

#service li{
	
list-style:none;
font-size:14px;
text-indent:10px;
	
	
	}
#pscroller1 {
	text-indent:0px;
	margin-left:10px;
	width: 220px;
	height: 280px;
	border: 0px solid black;
	padding: 2px;/*background-color: lightyellow;*/
}
#pscroller2 a {
	text-decoration: none;
}
.someclass {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#lics {
	margin-top:10px;
}

#list3 { font-size:14px; font-weight: bold;}
#list3 div.selected .title {}
#list3 div div {
	border-left:8px solid #999999;
	
}

#list3 div.title {
	border: 0px solid #3366AA;

	cursor: pointer;
}
#list3 div.selected {
	border-bottom: none;
}

hr {
	color:#999;
	size:1px;
	margin-bottom:0px;
	padding-bottom:0px;
}





a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}


















/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {

	width: 240px;	
	background:#ddd;
	margin:0px;
	padding:0px;

}

/* accordion header */
#accordion h2 {
	background:#ddd;
	margin:0;
	padding:5px 15px;
	font-size:12px;
	font-weight:normal;
	border-top:0px solid #999;
	border-bottom:1px solid #999;

	cursor:pointer;
	text-indent:0px;
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	background-color:#ddd;
	font-weight:bold;
}

/* accordion pane */
#accordion div.pane {
	border:1px solid #fff;
	border-width:0 2px;
	display:none;
	height:auto;
	padding:5px;
	color:#000;
	font-size:11px;
	background-color:#FFF;
	text-indent:0px;

}

#accordion a{
	margin-left:30px;
}
