/*
Theme Name: Sexgeschichten.com
Description: Erotic theme for sexgeschichten.com
Author: Sexgeschichten.com
Author URI:
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

body {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background: url(images/bg.png) 50% 0 fixed repeat;
}

*.clear {
	clear: both;
}

a {
	color: #CB0D0D;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration:none;
}

/* =========== */
/* ! wrapper   */
/* =========== */

div#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0 50px;
	background: url(images/page-bg.png) 50% 0 repeat-y fixed;
	position: relative;
}

div#page {
	background: #393F42;
	-moz-box-shadow: 0 0 20px #000000;
	-webkit-box-shadow: 0 0 20px #000000;
	box-shadow: 0 0 20px #000000;
}

/* ========== */
/* ! header   */
/* ========== */

#top {
	width: 1000px;
	height: 110px;
	background: url(images/top.png) 0 0 repeat-x #393f42;
	position: relative;
}
	
.blogname {
	width: 1000px;
	height: 110px;
	text-align: left;
	position: absolute;
	background: url(images/header_bg.png) 0 0 repeat-x;
}
	
.blogname h1,
.blogname div.logo {
	width: 446px;
	height: 64px;
	position: absolute;
	top: 8px;
	left: 19px;
	background: url(images/logo.png) 0 0 no-repeat;
	display: block;
}
.blogname h1 a {
	width: 446px;
	height: 64px;
	display: block;
}
.blogname h1 span {
	display: none;
}

.blogname h2,
.blogname div.logo2 {
	width: 482px;
	height: 40px;
	position: absolute;
	top: 65px;
	left: 21px;
	background: url(images/desc.png) 0 0 no-repeat;
}
.blogname h2 span {
	display: none;
}

div#topimage {
	width: 468px;
	height: 60px;
	position: absolute;
	top: 8px;
	right: 8px;
}

div#girl {
	width: 182px;
	height: 94px;
	position: absolute;
	top: 59px;
	right: 5px;
	z-index: 1000;
	background: url(images/girl.png) 0 0 no-repeat;
}
	
#topbar {
	height: 29px;
	background: url(images/topbar.jpg) repeat-x;
}
#topbar ul.leftmenu {
	height: 24px;
	line-height: 25px;
	margin: 2px 0 0 10px;
	float: left;
}
#topbar ul.leftmenu li,
#topbar ul.rightmenu li {
	margin: 0 10px;
	padding: 0 10px;
	float: left;
}
#topbar ul.leftmenu li {
	padding: 0 5px;
}
#topbar ul.leftmenu li a,
#topbar ul.rightmenu li a {
	color: #FFFFFF;
}
#topbar ul.rightmenu {
	height: 24px;
	line-height: 25px;
	margin: 2px 10px 0 0;
	float: right;
}

#topbar li.dates,
#topbar li.rss {
	padding: 0 0 0 25px !important;
	color: #FFFFFF;
	background: url(images/date.png) 0 4px no-repeat;
}
#topbar ul.leftmenu li a:hover,
#topbar ul.rightmenu li a:hover,
#topbar li.dates:hover {
	color: #DDDDDD;
}
#topbar li.rss {
	background: url(images/rss.png) 0 4px no-repeat;
}

/* ============= */
/* ! main menu   */
/* ============= */

div#foxmenucontainer {
	height: 29px;
	font-size: 14px;
	background: url(images/menu.png) 0 0 repeat-x;
}

div#catmenucontainer{
	height: 29px;
	padding: 0;
	border-top: 1px solid #686D6F;
	background: url(images/catmenu.jpg) 0 0 repeat-x;
}
		
div#catmenu,
div#catmenu ul {
	height: 29px;
	margin: 0px 5px;
	padding: 0px;
	list-style: none;
}
div#catmenu ul ul {
	margin: 0;
}
div#catmenu li {
	height: 29px;
	line-height: 29px;
	float: left;
}
div#catmenu li a,
div#catmenu li span {
  	padding: 0 7px;
	color: #FFF;
    text-shadow: 0 -1px #000000;
    cursor: pointer;
	display: block;
}
div#catmenu li a:hover,
div#catmenu li span:hover {
	color: #fff;
	display: block;
	text-decoration: none;
	background: url(images/menu_hover.png) 0 0 repeat-x;
}
div#catmenu li a.home {
	padding-top: 7px;
	padding-bottom: 7px;
}
div#catmenu li a.home img {
	width: 15px;
	height: 15px;
	display: block;
}
div#catmenu li li {
	width: 130px;
	height: 23px;
	line-height: 22px;
	font-size: 12px;
	margin: 0;
	padding: 0;
	float: left;
}
div#catmenu li li a {
	width: 150px;
	margin: 0px;
	padding: 0 10px;
	color: #FFCDCA;
	border-bottom: 1px solid #2C3133;
	background: url(images/catmenu.jpg) 0 0 repeat-x;
	float: none;
}
div#catmenu li li a:hover {
	width: 150px;
	margin: 0px;
	padding: 0 10px;
	color: #fff;
	border-bottom: 1px solid #2C3133;
	background: url(images/menu_hover.png) 0 0 repeat-x;
	float: none;
}
div#catmenu li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	z-index: 1;
}
div#catmenu li:hover ul {
	left: auto;
	display: block;
}
div#catmenu li:hover ul,
div#catmenu li.sfhover ul {
	left: auto;
}	
	
/* ================ */
/* ! features box   */
/* ================ */

div.featout {
	width: 670px;
	padding: 5px;
	margin: 0 4px 5px 5px;
	background: #2e3335;
	border: 1px solid #000000;
	cursor: pointer;
	position: relative;
}
div.featout div#new_story {
	width: 78px;
	height: 76px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(images/new_story.png) 0 0 no-repeat;
}
div.featured {
	width: 670px;
	background: #393F42;
}
div.featured:hover {
	background: #232628;
}
div.featured div.img {
	width: 218px;
	height: 268px;
	margin: 5px 0 5px 5px;
	padding: 5px;
	border: 1px solid #CB0D0D;
	background: #000000;
	float: left;
}
div.featured div.img:hover {
	border-color: #FF0000;
	background-color: #2e3335;
}
div.featured div.img img {
	width: 218px;
	height: 268px;
}
div.featured .h2 {
	width: 425px;
	line-height: 18px;
	margin: 5px 0 0 5px;
	font-size: 18px;
	overflow: hidden;
	font-weight: bold;
	float: left;
}
div.featured .h2 a {
	color: #fff;
	text-shadow: 1px 1px #000000;
}
div.featured .h2 a:hover {
	color: #CCC;
}
div.featured div.text {
	width: 425px;
	height: 210px;
	margin: 3px 0 0 5px;
	text-align: justify;
	overflow: hidden;
	float: left;
}
div.featured div.text p {
	line-height: 15px;
	font-size: 12px;
}
div.featured div.text *::selection {
	color: #000;
	background: #CCCCCC;
}
div.featured div.text *::-moz-selection {
	color: #000;
	background: #CCCCCC;
}
div.featured div.text p a {
	color: #CCCCCC;
}
div.featured div.text p a:hover {
	color: #FFFFFF;
}
div.featured div.meta_cat {
	width: 335px;
	height: 21px;
	line-height: 22px;
	margin: 1px 0 0 0;
	padding: 0 0 0 10px;
	color: #CB0D0D;
	border-top: 1px solid #CB0D0D;
	position: absolute;
	bottom: 11px;
	left: 240px;
}
div.featured div.meta_cat a {
	color: #FF0000;
}
div.featured div.meta_cat a:hover {
	color: #CB0D0D;
}
div.featured div.meta_readmore {
	width: 90px;
	height: 21px;
	margin: 1px 0 0 0;
	text-align: center;
	border-top: 1px solid #CB0D0D;
	position: absolute;
	bottom: 11px;
	right: 5px;
}
div.featured div.meta_readmore span {
	width: 90px;
	height: 19px;
	margin: 2px 0 0 0;
	background: url(images/postmore.png) 0 0 no-repeat;
	display: block;
}
div.featured div.meta_readmore a:hover {
	background: url(images/postmore.png) 0 -19px no-repeat;
}
div.featured div.meta_readmore a:hover {
	color: #CCCCCC;
}

/* ========== */
/* ! newbox   */
/* ========== */

div.newbox {
	width: 336px;
	height: 92px;
	border: 1px solid #000000;
	position: relative;
	background: #2e3335;
}
div.newbox:hover {
	background: #232628;
}
div.newbox.left {
	margin: 0 0 5px 5px;
	float: left;
}
div.newbox.right {
	margin: 0 3px 5px 0;
	float: right;
}
div.newbox div.img {
	width: 100px;
	height: 70px;
	margin: 5px 5px 0 0;
	padding: 5px;
	cursor: pointer;
	border: 1px solid #CB0D0D;
	background-color: #000000;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	float: right;
}
div.newbox div.img:hover {
	border-color: #FF0000;
	background-color: #2e3335;
}
div.newbox h2,
div.newbox a {
	width: 208px;
	line-height: 12px;
	margin: 5px 0 0 5px;
	font-size: 12px;
	font-weight: normal;
	float: left;
	display: block;
}
div.newbox h2 a,
div.newbox a {
	color: #FF0000;
}
div.newbox h2 a:hover,
div.newbox a:hover {
	color: #FFF;
}
div.newbox p {
	width: 208px;
	height: 56px;
	line-height: 11px;
	margin: 2px 0 0 5px;
	font-size: 11px;
	text-align: justify;
	float: left;
	display: block;
	overflow: hidden;
}

/* ============= */
/* ! miniboxes   */
/* ============= */

div.minibox {
	width: 336px;
	height: 223px;
	padding-top: 3px;
	text-align: left;
	cursor: pointer;
	background: #2e3335;
	border: 1px solid #000000;
	position: relative;
}
div.minibox:hover {
	background: #232628;
}
div.minibox.left {
	margin: 0 0 5px 5px;
	float: left;
}
div.minibox.right {
	margin: 0 3px 5px 0;
	float: right;
}

div.minibox div.postcats {
	width: 315px;
	height: 22px;
	line-height: 23px;
	margin: 2px 0 0 -5px;
	padding: 0 5px;
	color: #FF0000;
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
	border-bottom: 1px solid #FF0000;
}
div.minibox div.postcats a {
	color: #FFF;
}
div.minibox div.postcats a:hover {
	color: #CCC;
}

div.minibox h2,
div.minibox h3 {
	width: 315px;
	line-height: 18px;
	margin: 0 0 3px -5px;
	padding: 3px 5px 0 5px;
	font-size: 14px;
	text-shadow: 1px 1px #000000;
	display: block;
	border-top: 1px solid #7A0000;
}
div.minibox h2 a,
div.minibox h3 a {
	color: #FFF;
}
div.minibox h2 a:hover,
div.minibox h3 a:hover {
	color: #FF0000;
}
div.minibox a.headline {
	width: 315px;
	line-height: 18px;
	margin: 0 0 3px -5px;
	padding: 3px 5px 0 5px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-shadow: 1px 1px #000000;
	display: block;
	border-top: 1px solid #7A0000;
}
div.minibox a.headline:hover {
	color: #FF0000;
}

div.minibox div.box_content {
	height: 195px;
	padding: 0 10px 2px 10px;
	overflow: hidden;
	background: transparent;
}
div.minibox div.box_content p {
	margin: 0;
	padding: 0;
	line-height: 14px;
	font-size: 11px;
	text-align: justify;
}
div.minibox div.box_content p::selection {
	color: #000;
	background: #CCCCCC;
} 
div.minibox div.box_content p::-moz-selection {
	color: #000;
	background: #CCCCCC;
}
div.minibox div.box_content div.img {
	width: 100px;
	height: 70px;
	margin: 2px 5px 0 0;
	padding: 5px;
	border: 1px solid #CB0D0D;
	background-color: #000000;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	float: left;
}
div.minibox div.box_content div.img:hover {
	border-color: #FF0000;
	background-color: #2e3335;
}
div.minibox div.box_content div.img a {
	width: 100px;
	height: 70px;
	display: block;
}
div.minibox div.line {
	width: 219px;
	height: 1px;
	position: absolute;
	top: 41px;
	left: 117px;
	background: #CB0D0D;
	display: none;
}

div.minibox div.meta {
	width: 326px;
	height: 21px;
	padding: 2px 0 0 0;
	margin: 0 5px;
	background: transparent;
	border-top: 1px solid #FF0000;
	position: absolute;
	bottom: 0;
}
div.minibox div.meta div.postviews {
	width: 200px;
	height: 19px;
	line-height: 19px;
	padding: 0 0 0 10px;
	font-size: 11px;
	text-align: left;
	float: left;
}
div.minibox div.meta div.postmore {
	width: 90px;
	height: 19px;
	float: right;
}
div.minibox div.meta div.postmore span {
	width: 90px;
	height: 19px;
	display: block;
	background: url(images/postmore.png) 0 0 no-repeat;
}
div.minibox div.meta div.postmore a:hover {
	background: url(images/postmore.png) 0 -19px no-repeat;
}
	
/* ======= */
/* ! ads   */
/* ======= */

div#feature_ad {
	width: 392px;
	padding: 7px;
	margin: 5px;
	text-align: center;
	background: #2c3133;
	border: 1px solid #000000;
	float: left;
}
div#feature_vid {
	width: 244px;
	margin: 5px 0 5px 1px;
	padding: 7px 11px;
	text-align: center;
	background: #2c3133;
	border: 1px solid #000000;
	float: left;
}
div#feature_ad:hover,
div#feature_vid:hover {
	border-color: #CB0D0D;
	background: #232628;
}
div#feature_miniad {
	width: 268px;
	height: 33px;
	margin: 6px 0 0 1px;
	background: #000000;
	float: left;
}
div#feature_miniad:hover {
	background: #CB0D0D;
}
div#feature_miniad a {
	width: 88px;
	height: 31px;
	margin: 1px 0 0 1px;
	display: block;
	float: left;
}

div.banner_250x300 {
	width: 250px;
	height: 300px;
	margin: 5px auto 0 auto;
	padding: 5px;
	background: #000000;
	border: 1px solid #CB0D0D;
}
	
div.banner_4x4 {
	width: 279px;
	margin: 0 0 0 11px;
}

div.banner_120x240 {
	width: 120px;
	height: 240px;
	margin: 5px 0 0 5px;
	padding: 5px;
	border: 1px solid #CB0D0D;
	background: #000000;
}
div.banner_4x4 div.banner_120x240 {
	float: left;
}
div.sidebar div.banner_120x240 {
	margin: 0;
	position: absolute;
	left: 8px;
	bottom: 8px;
}

div.kosmonaut_120x600 {
	width: 120px;
	height: 600px;
	margin: 8px 0 8px 8px;
	padding: 5px;
}
div.banner_468x60 {
	width: 468px;
	height: 60px;
	margin: 10px auto 0 auto;
	padding: 5px;
	border: 1px solid #CB0D0D;
	background: #000000;
}
div.kosmonaut_300x250 {
	width: 300px;
	height: 250px;
	margin: 5px auto 0 auto;
}
div.sidebar_300x300 {
	width: 300px;
	height: 300px;
	margin: 5px auto 0 auto;
}
div.banner_300x640 {
	width: 278px;
	height: 630px;
	margin: 5px auto 0 auto;
	padding: 10px;
	background: #2e3335;
	border: 1px solid #CB0D0D;
}
div.banner_300x340 {
	width: 280px;
	margin: 5px auto 0 auto;
	padding: 9px 9px 5px 9px;
	background: #2e3335;
	border: 1px solid #CB0D0D;
}
div.kosmonaut_600x100 {
	width: 640px;
	height: 100px;
	margin: 0 auto 5px auto;
	padding: 5px;
	border: 1px solid #CB0D0D;
	background: #000000;
}

div.banner_250x300:hover,
div.banner_120x240:hover,
div.kosmonaut_120x600:hover,
div.banner_468x60:hover,
div.banner_300x640:hover,
div.kosmonaut_600x100:hover,
div.banner_300x340:hover {
	border-color: #FF0000;
	background-color: #2e3335;
}

/* ========== */
/* ! search   */
/* ========== */

#search {
	width: 239px;
	height: 28px;
	padding-top: 5px;
	background: url(images/search.png) 0 0 no-repeat;
	position: absolute;
	top: 77px;
	right: 132px;
}

#search form {
	margin: 0 0 0 3px;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}

div.searchsubmitbutton {
	width: 43px;
	height: 27px;
	cursor: pointer;
	position: absolute;
	top: 23px;
	left: 0;
}

#s {
	margin-left:10px;
	float: left;
	width:145px;
	padding: 4px 7px;
	background:#fff url(images/form.gif) repeat-x;
	border:1px solid #fff;
	font: normal 100% "century Gothic", Arial, Helvetica, sans-serif;
	color:#B71C1A;
}

#searchsubmit {
	width: 48px;
	height: 27px;
	margin-left: 5px;
	cursor: pointer;
	background: url(images/submit.png) -1px -1px no-repeat;
	border: 1px solid #990000;
	float: left;
}


.feed{
	width:288px;
	height:34px;
	margin:5px 0px 0 0;
	background:#232628 url(images/feed.jpg) top no-repeat;
	padding:30px 5px 0 5px;
	border:1px solid #404548;
}

.rssicon{
	float: left;
	margin:0px 2px 0 3px;
	
}


.input{
	margin-left:5px;
	float: left;
	width: 200px;
	padding: 2px 3px;
	background: #EFEFEF url(images/form.gif) repeat-x;
	border: 1px solid #FFFFFF;
	font: normal 100% "century Gothic", Arial, Helvetica, sans-serif;
	color:#333;} 
.sbutton {
	margin-right:10px;
	float: right;
	margin-top: 0px;
	background: #167498 url(images/fbutton.jpg) repeat-x;
	border: none;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height:24px;
	line-height:24px;
	}


	
/* =========== */
/* ! content   */
/* =========== */

div#welcome {
	width: 680px;
	margin: 0 5px 5px 5px;
	background: #2e3335;
	border: 1px solid #000;
	position: relative;
}
div#welcome h1 {
	width: 660px;
	height: 29px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 18px;
	color: #FFF;
	text-shadow: 0 -1px #000;
	border-bottom: 1px solid #000;
	background: url(images/menu.png) 0 0 repeat-x;
}
div#welcome p {
	margin: 10px;
	text-align: justify;
}

div#welcome2 {
	width: 680px;
	margin: 0 5px 5px 5px;
	background: #2e3335;
	border: 1px solid #000;
	position: relative;
}
div#welcome2 h2 {
	width: 660px;
	height: 29px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 18px;
	color: #FFF;
	text-shadow: 0 -1px #000;
	border-bottom: 1px solid #000;
	background: url(images/menu.png) 0 0 repeat-x;
}
div#welcome2 p {
	margin: 10px;
	text-align: justify;
}
div#teaser {
	width: 680px;
	margin: 5px;
	background: #2e3335;
	border: 1px solid #000000;
	position: relative;
}
div#teaser h1,
div#teaser h2 {
	height: 29px;
	line-height: 29px;
	padding: 0 10px;
	color: #FFFFFF;
	text-shadow: 0 -1px #000000;
	background: url(images/menu.png) 0 0 repeat-x;
	border-bottom: 1px solid #000000;
}
div#teaser h1 {
	font-size: 16px;
}
div#teaser div.border {
	width: 158px;
	height: 208px;
	margin: 10px 0 10px 10px;
	padding: 5px;
	float: left;
	background: #000000;
	border: 1px solid #CB0D0D;
}
div#teaser div.border div.img {
	width: 158px;
	height: 208px;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
div#teaser p img {
	padding: 5px;
	margin: 0 10px 10px 0;
	border: 1px solid #CB0D0D;
	background: #000;
}
div#teaser p {
	margin: 10px 10px 0 10px;
	text-align: justify;
	display: block;
	float: left;
}
div#teaser p.full {
	width: auto;
	margin: 10px;
	float: none;
}
div#teaser p::selection {
	color: #000;
	background: #CCCCCC;
} 
div#teaser p::-moz-selection {
	color: #000;
	background: #CCCCCC;
}
div#teaser div.banner_468x60 {
	margin: 0;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

div#content {
	width: 690px;
	padding: 5px 0 0 0;
	float: left;
}

div#content div.single {
	width: 680px;
	margin: 0 5px 5px 5px;
	background: #2e3335;
	border: 1px solid #000000;
}
div#content div.single.full {
	width: 988px
}

h2#headline,
h3#headline {
	width: 660px;
	height: 29px;
	line-height: 30px;
	margin: 0 0 5px 5px;
	padding: 0 10px;
	font-size: 18px;
	color: #FFFFFF;
	text-shadow: 0 -1px #000000;
	background: url(images/menu.png) 0 0 repeat-x;
	border: 1px solid #000;
}

div#content div.title {
	padding: 5px 0 2px 5px;
	background: #292D2F;
	border-bottom: 1px solid #000000;
}
div#content div.title:hover {
	background: #232628;
}
div#content div.title h1,
div#content div.title h2,
div#content div.title .h2,
div#content div.title h3 {
	margin: 5px 0 5px 5px;
	line-height: 18px;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 1px 1px #000000;
}
div#content div.title h2 a,
div#content div.title .h2 a {
	color: #FFFFFF;
}
div#content div.title h2 a:hover,
div#content div.title .h2 a:hover {
	color: #CCCCCC;
}
div#content div.title h3 {
	line-height: 16px;
	margin: 0 0 5px 5px;
	font-size: 14px;
}
div#content div.title div.date {
	padding: 2px 5px;
	font-size: 11px;
	color: #FF0000;
}
div#content div.title div.date a {
	color: #FF0000;
}
div#content div.title div.date a:hover {
	color: #CCC;
}
div#content div.title div.previous {
	width: 310px;
	margin: 0 0 5px 5px;
	color: #CB0D0D;
	float: left;
}
div#content div.title div.next {
	width: 310px;
	margin: 0 5px 5px 0;
	text-align: right;
	color: #CB0D0D;
	float: right;
}
div#content div.entry {
	background: #2E3335;
}
div#content div.entry p {
	margin: 8px 10px;
	line-height: 15px;
	text-align: justify;
}
div#content div.entry a {
	color: #FFFFFF;
}
div#content div.entry a:hover {
	color: #CCCCCC;
}
div#content div.entry *::selection {
	color: #000;
	background: #CCCCCC;
} 
div#content div.entry *::-moz-selection {
	color: #000;
	background: #CCCCCC;
}
div#content div.entry iframe {
	margin: 0 auto;
	text-align: center;
}
div#content div.singleinfo {
	height: 25px;
	line-height: 24px;
	padding: 0 10px;
	color: #fff;
	background: #292d2f;
	border-top: 1px solid #222629;
}
div#content div.singleinfo:hover {
	background: #232628;
}
div#content div.singleinfo div.category {
	width: 550px;
	height: 25px;
	line-height: 24px;
	color: #FF0000;
	float: left;
}
div#content div.singleinfo div.category a {
	color: #FF0000;
}
div#content div.singleinfo div.category a:hover {
	color: #CCC;
}
div#content div.singleinfo div.readmore {
	width: 100px;
	height: 25px;
	line-height: 24px;
	color: #FFFFFF;
	cursor: pointer;
	text-align: right;
	float: right;
}
div#content div.singleinfo div.readmore a {
	color: #FFFFFF;
}
div#content div.singleinfo div.readmore a:hover,
div#content div.singleinfo div.readmore:hover {
	color: #CCCCCC;
}

div#handy div.handymenu {
	width: 988px;
	height: 26px;
	line-height: 25px;
	margin: 0 0 5px 5px;
	text-align: center;
	border: 1px solid #272b2d;
	background: url(images/menu.png) 0 0 repeat-x;
}
div#handy div.handymenu a {
	margin: 0 10px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 0 -1px #000000;
}
div#handy div.handyframe {
	width: 860px;
	margin: 10px auto 0 auto;
	background: #FFFFFF;
}
div#handy div.handyframe iframe {
	width: 860px;
	height: 640px;
}

/*--------*/
/* Member */
/*--------*/

div.member {
	position: relative;
}
div.member.hide {
	display: none;
}
div.member::after {
	display: table;
	content: '';
	clear: both;
}

div.fsk * {
	box-sizing: border-box;
}
div.fsk {
	width: 690px;
    padding: 5px 0 0 0;
    float: left;
	background: #393F42;
	box-sizing: border-box;
}
div.fsk div.inner {
	width: 100%;
	height: 100%;
    background: #2e3335;
    border: 1px solid #000;
}
div.fsk div.inner div.headline {
	width: 100%;
    height: 29px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    text-shadow: 0 -1px #000;
    border-bottom: 1px solid #000;
    background: url(images/menu.png) 0 0 repeat-x;
}
div.fsk div.inner p {
	padding: 20px 20px 10px 20px;
	text-align: justify;
}
div.fsk div.inner div.flex {
	width: 100%;
	padding: 15px 10px;
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
}
div.fsk div.inner div.flex div.numbox {
	width: 50%;
	padding: 10px;
}
div.fsk div.inner div.flex div.numbox div.numboxinner {
	padding: 5px 10px 15px 10px;
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background: #ff0000;
	background: -moz-linear-gradient(top, #ff0000 0%, #a00000 100%);
	background: -webkit-linear-gradient(top, #ff0000 0%,#a00000 100%);
	background: linear-gradient(to bottom, #ff0000 0%,#a00000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#a00000',GradientType=0 );
}
div.fsk div.inner div.flex div.numbox div.numboxinner::after {
	content: '';
	clear: both;
	display: table;
}
div.fsk div.inner div.flex div.numbox div.numboxinner div.title {
	width: 35%;
	height: 50px;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 -1px #000;
	align-items: center;
	display: flex;
	float: left;
}
div.fsk div.inner div.flex div.numbox div.numboxinner div.number {
	width: 65%;
	height: 50px;
	line-height: 50px;
	text-shadow: 0 -1px #000;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	float: right;
}
div.fsk div.inner div.flex div.numbox div.numboxinner div.number span {
	color: orange;
	font-size: 16px;
}
div.fsk div.inner div.flex div.numbox div.numboxinner div.price {
	width: 100%;
	height: 12px;
	font-size: 10px;
	text-align: right;
	text-shadow: 0 -1px #000;
}

/* ============ */
/* ! Layer Ad   */
/* ============ */

div#fade_out {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(images/fade_out.png) 0 0 repeat;
	z-index: 5000;
	top: 0;
	left: 0;
}
div#fade_out.hide {
	display: none !important;
}

div#layer {
	width: 844px;
	height: 444px;
	margin: 0 0 0 -422px;
	position: absolute;
	top: 200px;
	left: 50%;
	background: url(images/layer_ad_bg.png) 0 0 no-repeat;
	z-index: 9000;
}
div#layer div#layer_close {
	width: 100px;
	height: 16px;
	cursor: pointer;
	position: absolute;
	top: 6px;
	right: 4px;
}
div#layer img {
	width: 800px;
	height: 400px;
	top: 22px;
	left: 22px;
	position: absolute;
	display: block;
}
div#layer.hide {
	display: none !important;
}

/* ============== */
/* ! navigation   */
/* ============== */


div#navigation {	
	width: 680px;
	height: 20px;
	margin: 0 0 0 6px;
}
div#navigation div#wp_page_numbers,
div#navigation div#wp_page_numbers li {
	background: none;
}
div#navigation div#wp_page_numbers li a,
div#navigation div#wp_page_numbers li.page_info {
	color: #CCCCCC;
	background: #2E3335;
	border-color: #272B2D;
}
div#navigation div#wp_page_numbers li a:hover {
	color: #FFFFFF;
	background: #232628;
}
div#navigation div#wp_page_numbers li.active_page a {
	font-weight: bold;
	color: #FF0000 !important;
	background: #232628;
}

/* =========== */
/* ! sidebar   */
/* =========== */

div#side{
	width: 300px;
	margin: 0 4px 0 0;
	padding: 0 0 10px 0;
	float: right;
}

div#side h2.small {
	height: 26px;
	line-height: 27px;
	margin: 5px 0 -1px 0;
	padding: 0 0 0 10px;
	font-size: 13px;
	color: white;
	border: 1px solid black;
	text-shadow: 0 -1px black;
	background: url(images/minimenu.png) 0 0 repeat-x;
}

ul#box_chooser {
	width: 290px;
	height: 21px;
	margin: 5px 5px 0 5px;
}
ul#box_chooser li {
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	font-size: 12px;
	color: #CB0D0D;
	float: left;
	cursor: pointer;
	background: #2e3335;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}
ul#box_chooser li:hover,
ul#box_chooser li.active {
	color: #FF0000;
	background: #232628;
}
ul#box_chooser li+li {
	margin-left: 5px;
}
ul#tags,
ul#lastentries,
ul#popularentries {
	width: 278px;
	padding: 0 10px;
	background: #232628;
	border: 1px solid #000000;
}
ul#tags {
	padding: 3px 10px;
}
ul#tags li,
ul#lastentries li,
ul#popularentries li {
	line-height: 16px;
	font-size: 12px;
}
ul#tags li a,
ul#lastentries li a,
ul#popularentries li a {
	color: #FFFFFF;
}
ul#tags li a:hover,
ul#lastentries li a:hover,
ul#popularentries li a:hover {
	color: #CCCCCC;
}
ul#tags li {
	padding: 5px 0;
	text-align: center;
}
ul#lastentries li a,
ul#popularentries li a {
	width: 278px;
	line-height: 14px;
	padding: 5px 0;
	font-weight: bold;
	display: block;
}
ul#popularentries li a::selection,
ul#lastentries li a::selection,
ul#tags li a::selection {
	color: #000;
	background: #CCCCCC;
}
ul#popularentries li a::-moz-selection
ul#lastentries li a::-moz-selection,
ul#tags li a::-moz-selection {
	color: #000;
	background: #CCCCCC;
}
ul#lastentries li+li,
ul#popularentries li+li {
	border-top: 1px dotted #FF0000;
}
ul#tags li p,
ul#lastentries li p,
ul#popularentries li p {
	width: 268px;
	height: 36px;
	line-height: 12px;
	margin: -5px 0 5px 5px;
	font-size: 11px;
	text-align: justify;
	display: block;
	overflow: hidden;
}

div.sidehead {
	width: 278px;
	height: 26px;
	line-height: 27px;
	margin: 5px 0 0 0;
	padding: 0 10px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 0 -1px #000000;
	background: url(images/minimenu.png) 0 0 repeat-x;
	border: 1px solid #000000;
}

div.info {
	width: 288px;
	line-height: 15px;
	padding: 3px 5px 5px 5px;
	font-size: 11px;
	text-align: justify;
	color: #CCCCCC;
	background: #2e3335;
	border: 1px solid #000000;
	border-top: none;
}

div.highlights {
	width: 300px;
}
div.highlight {
	width: 298px;
	margin: 5px 0 0 0;
	background: #2e3335;
	border: 1px solid #404548;
}
div.highlight:hover {
	background: #232628;
}
div.highlight div.border {
	width: 100px;
	height: 60px;
	margin: 5px 0 5px 5px;
	padding: 4px;
	float: left;
	border: 1px solid #CB0D0D;
	background: #000000;
}
div.highlight div.border:hover {
	border-color: #FF0000;
	background-color: #2e3335;
}
div.highlight div.border div.img {
	width: 100px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
div.highlight div.border div.img a {
	width: 100px;
	height: 60px;
	display: block;
}
div.highlight h2 {
	width: 173px;
	height: 54px;
	line-height: 17px;
	margin: 5px 0 0 5px;
	font-size: 14px;
	overflow: hidden;
	float: left;
}
div.highlight h2 a {
	color: #888888;
}
div.highlight h2 a:hover {
	color: #CCCCCC;
}
div.highlight .cat {
	width: 173px;
	height: 16px;
	line-height: 15px;
	font-size: 10px;
	padding: 0 0 0 5px;
	color: #CB0D0D;
	border-top: 1px solid #CB0D0D;
	overflow: hidden;
	float: left;
}
div.highlight .cat a {
	color: #CB0D0D;
}
div.highlight .cat a:hover {
	color: #FF0000;
}

div.sidebar {
	width: 147px;
	margin-top: 5px;
	font-size: 14px;
	float: left;
	background: #2e3335;
	border: 1px solid #000000;
	position: relative;
}
div.sidebar.right {
	height: 629px;
	float: right;
	border-top: none;
}
div.sidebar h2 {
	height: 26px;
	line-height: 27px;
	padding: 0 0 0 10px;
	font-size: 13px;
	color: #FFFFFF;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-shadow: 0 -1px #000000;
	background: url(images/minimenu.png) 0 0 repeat-x;
}
div.sidebar ul {
	margin: 5px 0;
}
div.sidebar ul li {
	padding: 3px 0;
	margin: 0 5px;
	font-size: 12px;
}
div.sidebar ul li+li {
	border-top: 1px dotted #CCCCCC;
}
div.sidebar ul li a {
	line-height: 16px;
	padding: 0 ;
	color: #FF0000;
	display: block;
}
div.sidebar ul li a:hover {
	color: #CCC;
}
div.sidebar ul li span {
	padding: 5px;
	line-height: 13px;
	font-size: 11px;
	display: block;
}

div.related {
	width: 680px;
	margin: 0 0 5px 5px;
	background: #2E3335;
	border: 1px solid black;
}
div.related ol {
	margin: 10px;
	padding: 0 0 0 17px;
}
div.related ol,
div.related ol li {
	list-style: decimal;
}
	
/* ========== */
/* ! footer   */
/* ========== */

div#footer {
	line-height: 15px;
	padding: 5px 20px;
	color: #999;
	font-size: 11px;
	text-align: center;
	clear: both;
}

/* =========== */
/* ! Overlay   */
/* =========== */

div#overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6000;
	background: url(images/overlay.png) 0 0 repeat;
}
div#fsk {
	width: 1000px;
	margin: 0 0 0 -500px;
	position: fixed;
	top: 10px;
	left: 50%;
	z-index: 6001;
}

body#fsk-check {
	background: none;
}
body#fsk-check a {
	color: #FFF;
}
div.checker {
	width: 600px;
	height: 475px;
	margin: 10px auto;
	padding: 10px;
	line-height: 15px;
	text-shadow: 0 -1px #000;
	box-shadow: 0 0 10px #000;
	background: url(images/bg.png) 50% 0 fixed repeat;
}
div.layer_ads {
	width: 1000px;
	height: 300px;
	margin: 0 auto;
}
div.layer_ads iframe {
	width: 600px;
	height: 300px;
	margin: 0 auto;
	box-shadow: 0 0 10px #000;
	float: none;
	display: block;
}


	/* The Page Title */

h2.pagetitle {
	padding:0;
	margin:10px 0 20px 0;
	font-size:20px;
	text-align:center;
	color:#eee;
	}

/* The Comments */

.comments {
	padding-left:10px;
	}
.comments form {
	}
.comments textarea {
	width:90%;
	height:156px;
	background:#fff;
	border:1px solid #D0D0D0;
	color:#444;
	padding:10px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;

	}
h3 #comments-count {
	font-weight:bold;
	font-size:18px;
	margin:0 0 0 20px;

}	
	
#commentform {
	padding-left:23px;
	}
#commentform input {
	background:#fff;
	border:1px solid #D0D0D0;
	color:#333;
	padding-left:10px;
	}
.comments input#submit {
	padding:0;
	width:72px;
	height:25px;
	background:#167498;
	border:1px solid #368FAF;
	color:#fff;
	}
.comments h2 {
	font-size:19px;
	line-height:30px;
	margin:24px 0 0 10px;
	padding:0;


	font-weight:normal;

	}
.comments ol li p {
	padding:0;
	margin:10px 0;
	color:#ccc;
	
	}
.commentmeta small{
	color: #fff;
	
}

@media (max-width: 1000px) {
	div#wrapper {
		width: 100%;
		overflow: hidden;
		padding: 0;
		background: #f5f5f5;
		height: auto !important;
	}
	div#page {
		width: 100%;
		overflow: hidden;
	}
	#top {
		width: 100%;
		height: auto;
		display: inline-block;
	}
	.blogname {
		width: 100%;
		height: auto;
		display: inline-block;
		position: relative;
		left: inherit;
		top: inherit;
	}
	.blogname h1, 
	.blogname div.logo {
		background: none;
		width: 100%;
		height: auto;
		float: none;
		position: relative;
		left: inherit;
		top: inherit;
	}
	.blogname div.logo img {
		width: 75%;
		height: auto;
		margin: 5px 20% 5px 5%;
	}
	.blogname h2, 
	.blogname div.logo2,
	div#topimage,
	#search,
	div#girl {
		display: none;
	}
	div#menu {
		position: absolute;
		right: 0;
		top: 0;
		background: #484e51;
		width: 15%;
		height: 100%;
	}
	div#menu.open {
		right: 80%;
	}
	div#menu.open div {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	div#menu span {
		width: 60%;
		height: 3px;
		position: absolute;
		left: 20%;
		display: block;
		background: #fff;
	}
	div#menu span:nth-child(1) {
		top: 32%;
	}
	div#menu span:nth-child(2),
	div#menu span:nth-child(3) {
		top: 50%;
	}
	div#menu span:nth-child(4) {
		top: 70%;
	}
	div#menu.open span:nth-child(1),
	div#menu.open span:nth-child(4) {
		display: none;
	}
	div#menu.open span:nth-child(2) {
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	div#menu.open span:nth-child(3) {
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	div#foxmenucontainer {
		position: fixed;
		right: 0;
		width:0;
		overflow: hidden;
		height: 100%;
		top: 0;
		background: #484e51;
		z-index: 999;
		box-shadow: 0 0 15px rgba(0,0,0,0.8);
	}
	div#foxmenucontainer.open {
		width: 80%;
		overflow-y: scroll;
	}
	div#catmenu, div#catmenu ul {
		height: auto;
		width: 100%;
		display: inline-block;
		padding: 0;
		margin: 0;
	}
	div#catmenu li {
		width: 100%;
		line-height: 40px;
		height: auto;
		border-bottom: 1px solid #2C3133;
		float: none;
	}
	div#catmenu li a {
		width: 90%;
		padding: 0 5%;
		line-height: 40px;
		height: 40px;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 20px;
	}
	div#catmenu li a.home {
		padding: 0 5%;
	}
	div#catmenu li a.home img {
		padding: 12px 0 0 0;
		display: none;
	}
	div#catmenu li a.home::before {
		position: relative;
		content: 'Startseite';
	}
	div#catmenu li span {
		width: 90%;
		padding: 0 5%;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 20px;
	}
	div#catmenu li a:hover, 
	div#catmenu li span:hover {
		background: #F24C4C;
	}
	div#catmenu li ul {
		position: relative;
		display: block;
		left: inherit;
		top: inherit;
		width: 100%;
		height: auto;
	}
	div#catmenu li li {
		width: 100%;
		height: 40px;
		line-height: 40px;
		float: none;
		border-top: 1px solid #2C3133;
		border-bottom: none;
	}
	div#catmenu li li a {
		background: none;
		width: 80%;
		padding: 0 5% 0 15%;
		color: #fff;
		text-transform: inherit;
		font-weight: 400;
		font-size: 14px;
	}
	div#catmenu li li a:hover {
		background: #F24C4C;
		width: 80%;
		padding: 0 5% 0 15%;	
	}
	div#content,
	div#side {
		width: 90%;
		padding: 20px 5% 0 5%;
		margin: 0;
		float: none;
	}
	div#side {
		padding: 0 5% 0 5%;
	}
	div#teaser,
	div#content div.single,
	div#welcome,
	div.newbox.left,
	div.newbox.right,
	div.minibox.left,
	div.minibox.right,
	div.minibox,
	div#welcome2,
	ul#tags, 
	ul#lastentries, 
	ul#popularentries,
	div.related {
		width: 100%;
		margin: 0 0 20px 0;
		border: none;
		display: inline-block;
		height: auto;
		padding: 0;
	}
	div#teaser h1, 
	div#teaser h2,
	div#content div.title h1, 
	div#content div.title h2, 
	div#content div.title .h2, 
	div#content div.title h3,
	div#welcome h1,
	h2#headline, h3#headline,
	div#welcome2 h2,
	div#side h2.small,
	div.sidebar h2,
	div#content div.related div.title  {
		width: 90%;
		height: auto;
		background: #ED0000;
		border: none;
		margin: 0;
		padding: 10px 5%;
		font-size: 16px;
		line-height: 20px;
	}
	h2#headline, h3#headline {
		margin: 0 0 10px 0;
	}
	div#content div.title {
		border: none;
		padding: 0;
	}
	div#content div.title div.date {
		color: #fff;
		padding: 10px 5%;
	}
	div#content div.title div.date a {
		color: #fff;
	}
	div#content div.newbox {
		margin: 0 0 10px 0;
		height: 110px;
		overflow: hidden;
	}
	div.newbox div.img {
		margin: 0;
		padding: 0;
		border: none;
		height: 110px;
		width: 40%;
		background-size: cover;
	}
	div.newbox h2, div.newbox a {
		width: 50%;
		margin: 10px 5% 8px 5%;
		font-size: 14px;
		line-height: 18px;
		font-weight: bold;
	}
	div.newbox h2, div.newbox p {
		width: 50%;
		margin: 0px 5%;
		line-height: 16px;
		height: 48px;
		overflow: hidden;
	}
	div.minibox div.box_content {
		height: auto;
		padding: 0 5%;
		width: 90%;
	}
	div.minibox div.postcats {
		width: 100%;
		height: auto;
		font-size: 16px;
		line-height: 30px;
		font-weight: 700;
		text-transform: uppercase;
		padding: 10px 0 5px 0;
		margin: 0;
	}
	div.minibox a.headline {
		width: 100%;
		height: auto;
		font-size: 14px;
		line-height: 20px;
		padding: 10px 0;
		margin: 0;
	}
	div.minibox div.box_content div.img {
		border: none;
		padding: 0;
		width: 40%;
		height: auto;
		background-size: cover;
		margin: 0 20px 5px 0;
	}
	div.minibox div.line {
		display: none;
	}
	div.minibox div.meta {
		width: 100%;
		height: auto;
		padding: 0;
		position: relative;
		left: inherit;
		top: inherit;
		bottom: inherit;
		margin: 0 0 0 0;
		display: inline-block;
	}
	div.minibox div.meta div.postmore,
	div#content div.singleinfo div.readmore {
		width: 50%;
		height: 50px;
		line-height: 50px;
		background: #ED0000;
		text-align: center;
	}
	div#content div.singleinfo div.readmore {
		width: 100%;
	}
	div.minibox div.meta div.postmore span {
		width: 100%;
		display: block;
		text-align: center;
		height: 50px;
		line-height: 50px;
		background: #ED0000;
	}
	div.minibox div.meta div.postmore span::before {
		width: 100%;
		display: block;
		text-align: center;
		height: 50px;
		line-height: 50px;
		background: #ED0000;
		color: #fff;
		content: 'weiterlesen';
	}
	div.minibox div.meta div.postviews {
		width: 45%;
		padding: 0 0 0 5%;
		line-height: 50px;
		height: 50px;
	}
	ul#tags li, 
	ul#lastentries li, 
	ul#popularentries li {
		width: 90%;
		padding: 10px 5%;
		
	}
	ul#lastentries li a, 
	ul#popularentries li a {
		width: 100%;
		display: block;
		height: auto;
		padding: 10px 0;
		text-transform: uppercase;
		font-weight: 700;
	}
	div.kosmonaut_300x250 {
		width: 100%;
		height: auto;
		margin: 0 0 20px 0;
	}
	div.kosmonaut_300x250 img {
		max-width: 100%;
		height: auto;
		display: table;
		margin: 0 auto;
	}
	div#sidebar {
		display: inline-block;
		width: 100%;
	}
	div.sidebar {
		width: 47%;
		margin: 0;
		border: none;
		height: auto;
	}
	div.sidebar_120x600 {
		width: 100%;
		margin: 0;
		padding: 20px 0;
	}
	div.sidebar_120x600 img {
		max-width: 100%;
		height: auto;
		display: table;
		margin: 0 auto;
	}
	div.sidebar ul {
		margin: 0;
	}
	div.sidebar ul li {
		padding: 5px 0;
		margin: 0;
	}
	div.sidebar ul li a {
		width: 90%;
		padding: 1px 5%;
	}
	div.sidebar ul li span {
		width: 90%;
		padding: 5px 5%;
	}
	div.sidebar.right {
		height: auto;
	}
	div#footer {
		width: 90%;
		padding: 20px 5%;
	}
	div#content div.entry p,
	div#welcome p,
	div.minibox div.box_content p,
	ul#tags li p, 
	ul#lastentries li p, 
	ul#popularentries li p,
	div#teaser p {
		padding: 0 10px 22px 10px;
		line-height: 22px;
		font-size: 14px;
		text-align: left;
	}
	div#content div.singleinfo {
		padding: 0;
		height: auto;
		border-top: 2px solid #ED0000;
	}
	div#content div.singleinfo div.category {
		width: 90%;
		padding: 10px 5%;
	}
	div#content div.related div.yarpp-related {
		margin: 0;
		padding: 0 0;
	}
	div.related ol {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	div.related ol li {
		list-style: none;
	}
	div.related ol li a {
		width: 90%;
		padding: 10px 5%;
		line-height: 20px;
		display: block;
		border-bottom: 1px solid #232628;
		color: #fff;
	}
	div#content div.title div.previous,
	div#content div.title div.next {
		width: 40%;
		line-height: 16px;
		font-size: 14px;
		height: 48px;
		padding: 10px 5%;
		margin: 0;
		color: #fff;
	}
	div#content div.title div.previous a,
	div#content div.title div.next a {
		color: #fff;
	}
	ul#popularentries li p,
	ul#lastentries li p  {
		padding: 0 0 22px 0;
		margin: 0;
		height: auto;
		width: 100%;
	}
	div#navigation {
		width: 100%;
		margin: 0 0 20px 0;
		height: auto;
	}
	#wp_page_numbers {
		margin: 0;
	}
	#wp_page_numbers ul {
		display: inline-block;
		background: no-repeat;
	}
	div#navigation div#wp_page_numbers li.page_info {
		display: none;
			
	}
	#wp_page_numbers ul li {
		display: none;
	}
	#wp_page_numbers ul li:last-child,
	#wp_page_numbers ul li:nth-child(2) {
		display: block;
		width: 45%;
		float: right;
		margin: 0;
	}
	#wp_page_numbers ul li:nth-child(2) {
		float: left;
	}
	#wp_page_numbers ul li:last-child a,
	#wp_page_numbers ul li:nth-child(2) a {
		width: 100%;
		height: 50px;
		line-height: 50px;
		text-align: center;
		border: none;
		background: #2E3335;
		display: block;
		margin: 0;
		padding: 0;
		font-size: 26px;
	}
	div#teaser p img {
		padding: 0;
		margin: 7px 10px 0 0;
		border: none;
		width: 50%;
		height: auto;
	}
}

#nafets_imprint {
	padding: 10px;
}