@charset "utf-8";
/* Body */
body {
	background-color: #FFFFFF;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: small;
	text-decoration: none;
	color: #FFFFFF;
	text-align: left;
	background-image:url(../img_unikat/body_bg.jpg);
	background-repeat: repeat;
	height: 100%;
}

/* DIVs */

#container {
	margin: auto;
	width: 900px;
	height: 544px;
	background-image:url(../img_unikat/container_bg.png);
	border: 1px solid #f19000;
}

#navi {
	width: 250px;
	height: 130px;
	float: right;
	padding-top: 5px;
}

#logo {
	width: 250px;
	height: 160px;
	float: left;
	text-align: left;
}

#content {
	width: 545px;
	height: 310px;
	margin-left: 200px;
	overflow: auto;
	float: left;
}

#newsletter {
	width: 145px;
	height: 250px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	background-color: #781121;
}

#tanzkessel {
	clear: both;
	width: 100px;
	height: 70px;
	float: right;
	text-align: right;
	background-color:#1a171b;
}

#foot {
	margin: auto;
	width: 900px;
	text-align: center;
	margin-top: 10px;
	clear: both;
}

#content td {
	border-bottom: 1px solid #CC3333;
}
