
@charset "utf-8";
/* CSS echt-billiger-telefonsex.de
	- created by Leonid Kukarin
*/

html, body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	top:0;
	bottom:0;
}

a, a:link, a:visited {
	text-decoration:none;
	color: #fdad55;
}

a:hover {
	color: #000;
	text-decoration:underline;
}

h1 {
	font-size: 14px;
	padding:0;
	margin:0 0 10px 0;
}

#body_container {
	width: 1200px;
	bottom:0;
	top:0;
	margin: 0;
	padding: 0;
}

.no_border {
	margin:0;
	padding:0;
}

#header {
	width:100%;
	height:171px;
	top:0;
	background-image:url(../images/header.jpg);
}

#left_container {
	width:201px;
	bottom:0;
	margin:0;
	padding: 78px 0 0 0;
	background-color: #ffefd1;
	background-image:url(../images/left_img_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	float: left;
}

#main_container {
	border-left: 201px solid #ffefd1;
	padding:20px;
	font-size: 12px;
	color:#666;
}