@charset "utf-8";
/* CSS Document */


body {
	background-color:#FFF;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	font:11px tahoma, verdana, arial, sans-serif;
}

img {
	border: 0px;
}

#divMain {
	width:800px;
	border-left:2px solid #000000;
	border-right:2px solid #000000;
	border-top:2px solid #000000;
	border-bottom:2px solid #000000;
	text-align:left;
}

#divHeader {
	border-top:1px solid #000000;
	padding-top:20px;
	border-bottom:1px solid #000000;
	height:135px;
	background-image:url(../images/header_bg.png);
	background-repeat:repeat-x;
}

#divImages {
	width:614px;
	height:123px;
	float:right;
	margin-right:5px;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

#divContact {
	width:163px;
	height:113px;
	float:right;
	margin-right:5px;
	border:1px solid #000000;
	padding:5px;
	background-color:#ffbb55;
}

#divMenu a {
	color: #000000;
}

#divMenu a:hover {
	color: #964808;
	text-decoration:none;
}

#divBody {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}


#divPicture {
	float:right;
	width:205px;
	height: 260px;
	margin-right:10px;
	margin-left:10px;
}

#divPictureUM {
	float:right;
	width:172px;
	height: 222px;
	margin-right:10px;
	margin-left:10px;
}

#divPictureCenter {
	float:none;
	width:452px;
	height: 303px;
	margin-right:10px;
	margin-left:150px;
}

#divPictureKerze {
	float:none;
	width:575px;
	height: 190px;
}

#divPictureLeft {
	float:left;
	width:185px;
	height: 240px;
	margin-left:5px;
}

#divMenu {
	text-align:center;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	background-color:#ffbb55;
	padding-top: 5px;
	padding-bottom: 5px;
}

#divFooter {
	text-align:center;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	background-color:#ffbb55;
	padding-top: 5px;
	padding-bottom: 5px;
}

#divFooter a, #aimpr {
	color: #000000;
}

#divFooter a:hover, #aimpr:hover {
	color: #964808;
	text-decoration:none;
}

#aimpr {
	text-decoration:none;
}