@charset "iso-8859-1";

body {
	background-color: #000000;
	left: 0px;
	top: 0px;
	margin: 0px;
}

/* ===== ID ============================================================================================== */

#id_main {
	position: absolute;
	left: 45px;
	top: 65px;
	width: 600px;
	height: 550px;
}
#id_menu {
	position: relative;
	left: 0px;
	top: 0px;
	width: 600px;
	height: 550px;
}
#id_logo {
	background-image: url("../gif/logo.gif");
	background-repeat: no-repeat;
	position: relative;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 45px;
}
#id_desc {
	position: relative;
	left: 0px;
	top: 0px;
	width: 600px;
	height: 150px;
}
#id_comm {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100px;
	height: 18px;
}
#id_back {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100px;
	height: 60px;
}
#id_rentner {
	position: relative;
	left: 0px;
	top: 0px;
	width: 768px;
	height: 626px;
}

/* ===== CLASS =========================================================================================== */

.style_comm_link {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 11pt;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-decoration: none;
}
.style_comm_link:hover {
	color: #AAAAAA;
}
.style_back_link {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 11pt;
	letter-spacing: 0px;
	color: #666666;
	text-decoration: none;
}
.style_back_link:hover {
	color: #AAAAAA;
}
