/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Ende CSS Reset */ 
html, body{
	height: 100%;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	background:#cc0066;
	font-size: 12px;
	color:#666666;
	line-height:1.2;
}
strong{
	font-weight:bold;
}
p{
	margin: 0 0 12px 0;
}
h1{
	margin: 0;
	line-height:1;
	font-size:24px;
	font-weight:normal;
	font-family:'pluto_sansbold';
	color: #cf0042;
	text-transform: uppercase;
}
h2{
	margin: 0 0 12px 0;
	line-height:1;
	font-size:18px;
	font-weight:normal;
	font-family:'pluto_sansbold';
	color: #666666;
	text-transform: uppercase;
}
h3{
	margin: 0;
	line-height:1.1;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
}
a, a:link{
	color: #d40050;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
ul{
	margin-left:15px;
	margin-bottom:20px;
}
ul li{
	list-style:disc;
	line-height:1.5;
}
ol{
	margin-left:21px;
	margin-bottom:20px;
}
ol li{
	list-style:decimal;
	line-height:1.5;
}
.unterstrichen{
	text-decoration: underline;
}
#main{
	width: 940px;
	margin: 0 auto;
}
#wrapper{
	float: left;
	width: 100%;
	background: #fff;
	-webkit-box-shadow:  0px 0px 30px 1px #650032;
        
        box-shadow:  0px 0px 30px 1px #650032;
	padding-bottom: 50px;
}
#inner_wrapper{
	float: left;
	width: 852px;
	margin-left: 44px;
}
.news_girls_date{
	float: left;
	width: 100%;
	margin: 14px 0 20px 0;
	color: #666666;
	font-size: 13px;
	font-family: 'pluto_sans_regularregular';
	text-align: right;
}
.logo{
	float: left;
	width: 100%;
	margin-bottom: 12px;
}
.logo a, .logo a:link{
	text-decoration: none;
}
.main_nav{
	float: left;
	width: 100%;
}
.main_nav ul{
	margin-left:0;
	margin-bottom:0;
	float: left;
}
.main_nav ul li{
	list-style:none;
	line-height:1;
	float: left;
}
.main_nav ul li a, .main_nav ul li a:link{
	color: #666666;
	font-family:'pluto_sansbold';
	font-weight: normal;
	text-decoration: none;
	font-size: 15px;
	display: block;
	padding: 0 10px;
}
.main_nav ul li.active a, .main_nav ul li a:hover{
	color: #d40050;
}
.sub_nav{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 12px;
	height: 19px;
}
.sub_nav a, .sub_nav a:link{
	color: #666666;
	font-size: 13px;
}
.sub_nav a{
	padding-right: 15px;
}
.sub_nav a:last-child{
	padding-right: 0;
}
#content_wrapper{
	float: left;
	width: 100%;
	margin-top: 25px;
}
.lefter{
	float: left;
	width: 170px;
	min-height: 12px;
}
.middle{
	float: left;
	width: 480px;
	margin-left: 33px;
	min-height: 12px;
}
.righter{
	float: left;
	width: 130px;
	margin-left: 39px;
	min-height: 12px;
}
.righter .imgright img, .righter img{
	border: 1px solid #cc0033;
}
.righter a, .righter a:link{
	text-decoration: none;
}
.girls_wrapper{
	float: left;
	width: 453px;
	margin-left:9px;
}
.girl{
	float: left;
	width: 87px;
	margin-left: 35px;
	text-align: center;
	min-height: 207px;
}
.girl img{
	padding-bottom: 17px;
}
.girl h3, .girl h3 a, .girl h3 a:link{
	font-family:'pluto_sansbold';
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}
.nomarginleft{
	margin-left: 0!important;
}
.online_link, .istrans{
	color: #d40050;
	font-size: 11px;
}
.girls_wrapper.girl_imgs .girl{
	min-height: 170px;
}
.img33_wrapper{
	float: left;
	width: 100%;
}
.img33_wrapper{
margin-top: 20px;
	margin-bottom: 20px;
}
.img33{
	float: left;
	width: 141px;
	margin-left: 15px;
}
.girls_wrapper .img33:first-child{
	margin-left: 0;
}