*{
margin:0px;
padding:0px;
}

body{
background:url(../cssimg/bg.jpg) left top repeat;
width:100%;
height:100%;
font-family:Tahoma, sans-serif;
font-size:12px;
}
a{
color:#000000;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
li{
list-style:none;
}
h1{
font-size:30px;
margin:10px 0;
text-indent:-5px;
z-index: -5;
}
h2{
font-size:15px;
margin:10px 0;
}
p{
margin:10px 0;
}
li{
list-style-image:url(../cssimg/li.jpg);
line-height:25px;
margin-left:20px;
}

#main{
width:968px;
height:auto;
margin:auto;
background:url(../cssimg/bgRepeat.jpg) center top repeat-y;
position:relative;
}
#header{
width:100%;
height:102px;
background:url(../cssimg/header.jpg) center top no-repeat;
}
#mainMenu{
width:420px;
height:100px;
position:absolute;
left:380px;
top:-2px;
}
#mainMenu li{
float:left;
list-style:none;
margin:0px;
}
#mainMenu a{
font-size:15px;
font-weight:bold;
color:#000000;
width:95px;
margin:5px;
display:block;
text-align:center;
padding:10px 0;
}
#mainMenu a:hover{
background:#FF6600;
text-decoration:none;
}

#middle{
width:964px;
height:430px;
background:#FFFFFF;
float:left;
}

#left{
background:url(../cssimg/leftBg.jpg) left top no-repeat;
height:430px;
width:335px;
position:relative;
float:left;
}
#logo{
width:300px;
height:300px;
background:url(../cssimg/logo.png) no-repeat;
position:relative;
left:25px;
top:25px;
}
#call{
color:#FFFFFF;
font-size:36px;
width:100%;
position:absolute;
bottom:20px;
text-align:center;
}

#right{
float:left;
height:450px;
width:500px;
padding:0 50px;
}
#footer{
background:url(../cssimg/footer.jpg) center top no-repeat;
width:100%;
height:13px;
float:left;
}
#footer p{
position:relative;
left:300px;
top:15px;
}
#footer p, #footer a{
color:#FFFFFF;
}

/*content formatting*/
#kontakt{
width:100%;
position:relative;
top:70px;
text-align:left;
}
.scroll{
height:350px;
width:500px;
padding-right:10px;
overflow:auto;
}

.accordion {
	width: 480px;
	border-bottom: solid 1px #c4c4c4;
	margin:20px 0;
}
.accordion h3 {
	background: #ffdfc0 url(images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	background-color: #FF6600;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: #FFF;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}