/*@CHARSET "ISO-8859-1";*/

html,body {
	margin:0px;
	padding:0;
	width:100%;
	font-family: georgia, times;
	height:100%;
	color:#fff;
	background-image: url(../img/site_back.jpg);
	background-repeat: no-repeat;
	background-color:#000;
	line-height:20px;
	}
	
.site{
	padding:161px 0 0 40px;
}

a:link, a:visited{
	color:#FFFFCC;
	text-decoration:none;
}
a:active, a:hover{
	text-decoration:underline;
}
.active{
	text-decoration:underline;
	list-style-type: square;
	list-style-image: url(../img/square.gif);
}

.navi{
	margin-top:212px;
	width:140px;
	font-size:18px;
	text-align:right;
	float:left;
	padding:0;
	color:#FFFFCC;
}

.navi ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

.navi li{
	padding:0;
	margin-bottom:10px;
}

.navi a{
	margin:0;
	padding:0;
	color:#ffffcc;
	font-weight: lighter;
}

.content{
	float:left;
	width:620px;
	font-size:12px;
	line-height:20px;
	padding-left:20px;
}

.content a:link, .content a:visited{
	text-decoration: underline;
}

.content a:active, .content a:hover{
	text-decoration: none;
}

h1{
	margin:0 0 10px 0;
	padding:0;
	font-size:20px;
	font-weight: lighter;
}
h2{
	margin:0;
	padding:0;
	font-size:12px;
	font-weight: bold;
}

.coltxt_left{
	float:left;
	width:300px;
	margin:0 20px 0 0;
	padding:0;
}
.coltxt_right{
	float:left;
	width:300px;
	margin:0;
	padding:0;
}

.hoerfilm{
	/*border:1px solid #fff;*/
	margin-bottom: 35px;
}

.copyright{
	font-size:10px;
	line-height:18px;
}

img{
	margin-top:20px;
}

p{
	margin-bottom:27px;
}

.footer{
	clear:both;
	border-top:1px solid #ffffcc;
	color:#ffffcc;
	margin-bottom:27px;
	text-align:center;
}

