/* layout_contact.css */
#backgroundImage {
	position:absolute;
	top:55px;
	left:84px;
	width:850px;
	height:467px;
	background:url(images/kontakt_background.jpg) no-repeat;	
}

#aux{
	position:absolute;
	top:95px;
	left:736px;	
	width:243px;
}
#auxTop{
	width:243px;
	height:9px;
	overflow:hidden;
	background:url(images/auxbackground_reverse_top.png) no-repeat;
}
#auxMiddle{
	background:url(images/auxbackground_grey_middle.png) repeat-y;
}
#auxContent{
	margin:0px 25px 0px 17px;
	font-size:12px;
	line-height:160%;
	padding-top:11px;
	padding-bottom:0px;
}
#auxContent h1, #auxContent h2, #auxContent h3, #auxContent p, #auxContent ul{
	margin-top:0;
	margin-bottom:19px;
}
#auxContent h1{
	font-size:12px;
}
#auxContent h2,h3{
	font-size:11px;
}
#auxBottom{
	width:243px;
	height:29px;
	overflow:hidden;
	background:url(images/auxbackground_reverse_bottom.png) no-repeat;
}

#main{
	position:absolute;
	top:95px;
	left:217px;	
	width:502px;
}
#mainTop{
	height:20px;
	overflow:hidden;
	background:url(images/mainbackground_reverse_top.png) no-repeat;
}
#mainMiddle{
	background:url(images/mainbackground_grey_middle.png) repeat-y;
}
#content{
	margin:0px 20px 0px 17px;
	padding-top:0px;
	padding-bottom:10px;
}
#mainBottom{
	height:10px;
	overflow:hidden;
	background:url(images/mainbackground_reverse_bottom.png) no-repeat;
}
