* {
    margin: 0;
    padding: 0;
}

body {
    line-height: 1.35;
    color: #f4f4f4;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 1px 1px 0 #000;
}

#lightbox {
    position: relative;
	margin-right: 10px;
    width: 100%;
	height: 90%;
}

.mainpic-container {
    margin: 10px 0 20px 0px;
    border: 2px solid #f0f1f2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: rgba(24,25,26,0.95);
    overflow:hidden;
    width: 996px;
    height: auto;
}

.mainpic {
	max-height: 600px;
	max-width: 1000px;
    display: block;
    margin: 0 auto;
}

.box {
	float: left;
	margin: 0 1.85% 0 0;
	padding: 5px 2% 10px;
	width: 27.5%;
	min-height: 119px;
	border: 2px solid #f0f1f2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 1px 1px 0 #000;
	background: rgba(24,25,26,0.95);
}

.box:last-of-type {
	margin: 0;
}

h2 {
	margin: 0 0 3px;
	line-height: 20px;
	color: #f0f1f2;
	font-size: 20px;
	font-weight: 300;
	text-transform: lowercase;
}

h2 .red {
	color: #e2000f;
	font-size: 25px;
	font-weight: normal;
    font-family: 'gochi_handregular';
}

h2:after {
	content: "";
	display: block;
	height: 1px;
	border-bottom: 1px solid #353535;
	background: #000000;
}

.info {
	line-height: 18px;
	font-size: 11px;
}

.info .info-label {
	float: left;
	margin: 0 2% 0 0;
	width: 30%;
	color: #949799;
	font-weight: 600;
}

.info .info-text {
	float: left;
	width: 68%;
	color: #f0f1f2;
}

.info .info-text.red {
	color: #e2000f;
}

.info .info-text.uppercase {
	text-transform: uppercase;
}

.voting {
	margin: 10px 0;
}

.voting .plus {
	float: right;
	width: 52px;
	height: 47px;
	background: url(../bilder/layout/sprite.png) -57px -137px;
    cursor: pointer;
}

.voting .minus {
	float: left;
	width: 52px;
	height: 47px;
	background: url(../bilder/layout/sprite.png) 0 -137px;
    cursor: pointer;
}

.voting .score {
	padding: 2px 0 0;
	line-height: 20px;
	color: #c8cacc;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

.voting .score span {
	color: #e2000f;
	font-size: 24px;
}

.werbung-container {
    min-height: 90px; 
    margin: 0 6px 12px;
    padding-left: 2px; 
}

.werbung-container #Top_Flash_FEM_DIV {
    left: 7px !important;  
    z-index: auto !important;
}

.werbung-container #FEM_WALL_DIV {
    left: 743px !important; 
    z-index: auto !important;
}

.button {
	display: block;
	height: 26px;
	line-height: 26px;
	color: #222222;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #c8cacc;
}

.button:hover {
	background: #f2f2f2;
}

.clear:after {
    content: ".";
    display: block;
    height: .1px;
    clear: both;
    visibility: hidden;
    font-size: 0;
    overflow: hidden;
}

@font-face {
    font-family: 'gochi_handregular';
    src: url('../font/gochihand-regular-webfont.eot');
    src: url('../font/gochihand-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/gochihand-regular-webfont.woff') format('woff'),
         url('../font/gochihand-regular-webfont.ttf') format('truetype'),
         url('../font/gochihand-regular-webfont.svg#gochi_handregular') format('svg');
    font-weight: normal;
    font-style: normal;
}