@charset "utf-8";
/* CSS Document for laith.de */
/* Author: Michael Vollmer, styloweb internet services */

/* Default classes */

body {
	background-color:#000;
}

p {
	margin-top:0px;
	padding-top:0px;
}


/* Layers */

#div_socnet {
	position:absolute;
	height:128px;
	left:0px;
	top:50%;
	margin-top:-64px;
	width:32px;
	z-index:1;
}

#div_main {
	width:955px;
	height:695px;
	left:50%;
	margin-left:-477px;
	top:50%;
	margin-top:-348px;
	position:absolute;
}

#div_left {
	width:364px;
	height:695px;
	float:left;
	background-image:url(../images/back_left.jpg);
}

#div_navi {
	width:190px;
	height:240px;
	margin-left:174px;
	margin-top:455px;
}

#div_right {
	width:591px;
	height:695px;
	float:right;
	background-image:url(../images/back_right.jpg);
}

#div_header {
	width:591px;
	height:88px;
}

#div_content {
	width:472px;
	height:518px;
	overflow:auto;
	overflow-x:hidden;
	padding:28px;
}

#div_footer {
	width:528px;
	height:30px;
	margin-top:2px;
}

#header_link {
	margin-top:50px;
	width:528px;
	height:34px;
	border:0px;
}


/* Text styles */

#div_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #FFF;
}

#div_content a:link, a:active, a:visited {
	color: #CCC;
	text-decoration: underline;
	font-weight: bold;
}

#div_content a:hover {
	text-decoration:none;
}
