@charset "utf-8";
/* Body */
body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	color: #333;
	background-color: #c9cbcc;
	line-height: 125%;
	background-image: url(../../media/img/site/body_bg.png);
	background-repeat: repeat;
}

/* DIVs */

#container {
	margin: auto;
	width: 910px;
	background-color: #e3e4e5;
	padding-top: 3px;
}

#left {
	width: 675px;
	float: left;
}

#right {
	width: 235px;
	float: left;
	background-image: url(../../media/img/site/right_kontakt_bg.png);
	background-repeat: repeat-y;
}

#right_kontakt {
	width: 195px;
	padding-left: 20px;
	padding-right: 20px;
}

#head {
	width: 665px;
	height: 120px;
	margin-left: 10px;
	margin-top: 5px;
}

#navi {
	width: 655px;
	height: 35px;
	margin-left: 10px;
	background-image: url(../../media/img/site/navi.png);
	background-repeat: no-repeat;
	background-color: #cc071e;
	margin-top: 5px;
	padding-left: 10px; 
}

#subnavi {
	width: 643px;
	height: 25px;
	margin-left: 21px;
	margin-right: 11px;
}


#content {
	width: 605px;
	margin-left: 10px;
	margin-top: 10px;
	background-color:#FFF;
	padding-left: 30px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	background-image:url(../../media/img/site/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#foot {
	width: 665px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: center;
}

#aktion {
	width: 185px;
	background-image: url(../../media/img/site/aktion_bg.png);
	background-repeat: repeat-y;
	padding: 10px 20px 0 20px;
}
