body {
	background: url("/images/layout/bg_pattern.gif") repeat scroll 0 0 #540101;
    margin: 0;
    padding: 12px 0 0;
	color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    text-align: left;
}

#wrapper {

	background: url("/images/layout/bg_header.gif") no-repeat #F7F5EF;
    margin: 0 auto 10px;
    position: relative;
    width: 972px;
	padding:164px 0 15px 0;
	
	-moz-border-radius: 0 12px 12px 12px; /* FF1+ */
	-webkit-border-radius: 0 12px 12px 12px; /* Saf3-4, iOS 1+, Android 1.5+ */
	border-radius: 0 12px 12px 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */

	/* useful if you don't want a bg color from leaking outside the border: */        
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 

}
img {
	border:none;
}
#logo {
	left: 16px;
    position: absolute;
    top: 56px;
}

#icon_contact {
	left: 58px;
    position: absolute;
    top: 16px;
}

#icon_home {
	left: 16px;
    position: absolute;
    top: 16px;
}

#icon_sitemap {
	left: 100px;
    position: absolute;
    top: 16px;
}

#tieinstruction_day {
	background: #ECE4D5;
    border: 1px solid #C9B389;
    display: block;
    height: 63px;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 450px;
	padding: 27px 20px 0 30px;
	text-decoration:none;
	color:#50493C;
	font-family: Verdana;
	font-size: 12px;
	
	-moz-border-radius: 4px; /* FF1+ */
	-webkit-border-radius: 4px; /* Saf3-4, iOS 1+, Android 1.5+ */
	border-radius: 4px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */

	/* useful if you don't want a bg color from leaking outside the border: */        
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
}

#tieinstruction_day span {
	font-weight: bold;
	font-size: 15px;
}

#tieinstruction_day img {
	position: absolute;
	right: 20px;
	top: 11px;
}

#hrow {
	display:block;
	width:940px;
	height:18px;
	left: 16px;
    position: absolute;
    top: 126px;
	
	-moz-border-radius: 4px; /* FF1+ */
	-webkit-border-radius: 4px; /* Saf3-4, iOS 1+, Android 1.5+ */
	border-radius: 4px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */

	/* useful if you don't want a bg color from leaking outside the border: */        
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	
	
	background-color: #B60809;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#B60809), to(#720202)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #B60809, #720202); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #B60809, #720202); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #B60809, #720202); /* IE10 */
	background-image:      -o-linear-gradient(top, #B60809, #720202); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #B60809, #720202);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#B60809', EndColorStr='#720202'); /* IE6–IE9 */
	
}

#wrapper > table > tbody > tr > td {
	padding: 0 16px;
}

.nav a {
	background: url("/images/layout/bullet_arrow.gif") no-repeat scroll 22px 8px #DBD1BE;
    border-bottom: 1px solid #E9DAC0;
    border-top: 1px solid #C1B7A5;
    color: #4A4437;
    display: block;
    font-family: arial;
    font-size: 12px;
    height: 26px;
    line-height: 28px;
    padding-left: 39px;
    text-decoration: none;
    width: 177px;
}

.nav .begin {
    background-position: left top;
    border-bottom: 1px solid #E9DAC0;
    border-top: medium none;
    color: #4A4437;
    display: block;
    font-family: arial;
    font-size: 14px;
    height: 44px;
    line-height: 46px;
    margin-top: 20px;
    padding-left: 21px;
    width: 195px;
	
	-moz-border-radius: 4px 4px 0 0; /* FF1+ */
	-webkit-border-radius: 4px 4px 0 0; /* Saf3-4, iOS 1+, Android 1.5+ */
	border-radius: 4px 4px 0 0; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */

	/* useful if you don't want a bg color from leaking outside the border: */        
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	
	background-color: #ECE4D5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ECE4D5), to(#CFC4AE)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ECE4D5, #CFC4AE); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #ECE4D5, #CFC4AE); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ECE4D5, #CFC4AE); /* IE10 */
	background-image:      -o-linear-gradient(top, #ECE4D5, #CFC4AE); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ECE4D5, #CFC4AE);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ECE4D5', EndColorStr='#CFC4AE'); /* IE6–IE9 */
}

.nav .top {
	margin-top: 0;
	padding-top: 0;
}

h1, h2, h3, h1 a, h2 a, h3 a {
	color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    text-align: left;
}

.blog h2, .black h2 {
	font-size: 14px;
}

.blog h3, .black h3 {
	font-size: 12px;
}

H4 {
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align:center;
}

H5 {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align:left;
}
	
LI {
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:17px;
	text-align:left;
}

BR {
	
}	

.nav {
	color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    margin: 0;
    text-align: left;
}

.randomtie {
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align:left;
	padding-left:12px;
}

.imgbrdr {
	border: 1px solid #000000;
}

.rednav {
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
	text-align:left;
}

.stext {
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:12px;
	text-align:left;
}

.rtext {
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:17px;
	text-align:left;
}

.btext {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:17px;
	text-align:center;
}

.rjtext {
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:17px;
	text-align:justify;
}

.searchlabel {
	font-size: 9px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align:left;
}

.searchbox {
	background:#ffffff;
	border:1px solid #ccc;
	border-bottom-color:#999;
	border-right-color:#999;
	color:#000000;
	font:13px arial,sans-serif;
	height:25px;
	margin-left:12px;
	padding:5px 8px 0 6px;
	vertical-align:top;
	width:123px;
}

.btnouter {
	border-right:1px solid #e7e7e7;
	position:relative;
	height:32px;
	z-index:2;
	margin-left:12px;
	margin-top:2px;
	width:123px;
}

.btninner {
	background:#eee;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	border-top:1px solid #cccccc;
	height:30px;
}

.srchbtn {
	font:15px arial,sans-serif;
	background-position:bottom;
	border:none; color:#000000;
	cursor:pointer;
	height:30px; margin:0;
	vertical-align:top;
	background-image:url('grybtn.png');
	background-repeat:repeat-x;
	overflow:hidden;
	width:122px;
}

.red {
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
	line-height:17px;
	text-align:left;
}

.white {
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height:17px;
}

.form {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:17px;
	text-align:right;
}

.formtext {
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:17px;
	text-align:left;
}

.centertext {
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:17px;
}

.next {
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:17px;
	text-align:right;
}	

.yellowbox {
	padding-top:6px;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:10px;
	border: #D2D26A 1px solid;
}

.topbr {
	font-size: 12px;
	line-height:16px;
}	

.navbr {
	display: none;;
}

.divbr {
	font-size: 8px;
	line-height:7px;
}	

.copyright {
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:12px;
}	

.guarantee {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
	line-height:17px;
	text-align:center;
}

.mainindent {
	
}
	
.tnt1 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	width:487px;
	background-color:#FFF8DD;
	padding-top:4px;
}

.tnt2 {
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	width:487px;
	background-color:#FFF8DD;
	padding-bottom:4px;
}

.tnt3 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}

.tnt4 {
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}

.tnt5 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}

.tnttbl {
	border:1px solid #D5E0E8;
	padding:4px;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;	
}

#footer {
    margin: 0 auto 30px;
    width: 972px;
	color: #8D4034;
    font-size: 0.75em;
	position: relative;
}
#footer a {
	color: #8D4034;
    margin: 0 20px;
    text-decoration: none;
}

#primary {
	display: none;
}

#reply-title {
	margin-top: 20px;
}

/*
label {
	display: inline-block;
    width: 60px;
}
*/
.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

#footer img {
	position: absolute;
    right: 0;
    top: 0;
}

.post h2.entry-title {
	border-top: 1px solid #DDDDDD;
    padding-top: 10px;
}

.post .entry-meta {
	margin-bottom: 10px;
}

#columnleft {
	float: left;
    margin-right: 20px;
    width: 512px;
}

.ad {
	float: right;
    width: 160px;
}

#featured_ties {
	color: #4A4437;
    float: right;
    margin-left: 20px;
    width: 182px;
}

#featured_ties h2 {
    border-bottom: 1px solid #E9DAC0;
    color: #4A4437;
    display: block;
    font-size: 12px;
	height: 24px;
	width: 162px;
    margin: 0;
    padding: 10px;
    text-align: center;
	
	-moz-border-radius: 4px 4px 0 0; /* FF1+ */
	-webkit-border-radius: 4px 4px 0 0; /* Saf3-4, iOS 1+, Android 1.5+ */
	border-radius: 4px 4px 0 0; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
	
	/* useful if you don't want a bg color from leaking outside the border: */        
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	
	background-color: #ECE4D5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ECE4D5), to(#CFC4AE)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ECE4D5, #CFC4AE); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #ECE4D5, #CFC4AE); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ECE4D5, #CFC4AE); /* IE10 */
	background-image:      -o-linear-gradient(top, #ECE4D5, #CFC4AE); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ECE4D5, #CFC4AE);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ECE4D5', EndColorStr='#CFC4AE'); /* IE6–IE9 */
	
	line-height: 14px;
	
}

#featured_ties ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#featured_ties li {
    background-color: #DBD1BE;
    border-bottom: 1px solid #E9DAC0;
    border-top: 1px solid #C1B7A5;
    margin: 0;
    padding: 10px;
}

#featured_ties a {
	text-decoration:none;
	color: #000000;
}

#featured_ties img {
	border: 1px solid #F7F5EF;
}

#featured_ties .pprice {
	color: #960506;
    display: block;
    font-size: 12px;
    text-align: center;
}

#featured_ties .pname {
	display: block;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
	width: 150px; /* Reingenommen für A/B Splittest Bildergröße */
}
ol {
	margin: 10px 0 55px;
}

.mainindent > #content, #content_blog {
	float: left;
    width: 490px;
}
#Promo {
  float: right;
  margin: 0 0 15px 20px;
}

/* =Election Poll
-------------------------------------------------------------- */
.page-id-503 #content_blog {
  width: 690px;
}
.page-id-503 .wp-polls-ans {
  width: 492px;
  float: left;
}
.page-id-503 .wp-polls ul {
  float: left;
  width: 504px;
  overflow:hidden
}
.page-id-503 .wp-polls LABEL img {
  float: left;
  width: 90px;
  height: 101px;
  border:1px solid #C9B389;
}
.page-id-503 .wp-polls li.question {
  position:relative;
  height:117px;
  width:98px;
  float:left;
}
.page-id-503 .wp-polls .wp-polls-ul input {
  position:absolute;
  bottom:18px;
  left:42px;
}
.page-id-503 .wp-polls p.question {
  display:none;
}
.wp-image-521,
.wp-image-522 {
	margin-top:28px;
}
.page-id-503 .results img {
  width: 90px;
  height: 101px;
  border:1px solid #C9B389;
}
.page-id-503 ul.results {
  float: left;
  list-style: none outside none;
  text-align: left;
  width: 484px;
}
.page-id-503 ul.results li {
  margin:0 0 15px;
}
#poll_election > div  {
  background-clip: padding-box;
  background-color: #ECE4D5;
  background-position: left top;
  border: 1px solid #E9DAC0;
  border-radius: 4px;
  border-top: medium none;
  color: #4A4437;
  padding:20px;
  overflow:auto;
  position:relative
}
#poll_election > div.social-media  {
  background-color: transparent;
  border: none;
  padding:10px 0
}
#poll_election div div.social-media {
  left: 431px;
  position: absolute;
  top: 162px;
}
#poll_1 img {
  float: left;
  margin: 0 20px 0 0;
}
#poll_election button {
  background: -moz-linear-gradient(center top , #AC0606 0%, #640202 100%) repeat scroll 0 0 transparent;
  border: 1px solid #D06262;
  border-radius: 5px 5px 5px 5px;
  color: #FFF;
  display: block;
  font: bold 13px PT Sans,sans-serif;
  letter-spacing: 0.3px;
  margin: 0 0 15px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 1px #000F4D;
  text-transform: uppercase;
  width: 190px;
}
.twitter-share-button {
	height:21px !important;
}
#poll_election #poll_2 ul  {
  list-style:none;
  padding: 0;
}
/*Blog Styles*/
#content .social-info ul li.gplus1 {
  margin: 0 -26px 0 10px;
}
#respond form label {
  display: block;
  line-height: 1.71429;
}
#respond form input {
float: left;
}
#comments {
  clear: both;
}
.comments-title {
  font-size: 0.9em;
}
#comments h3 {
	clear:both
}
#respond h3#reply-title {
  font-size: 1.14286rem;
  line-height: 1.5;
  background: #400000;
  clear: both;
  color: #FFF;
  font-weight: normal;
  text-align: center;
  padding:5px
}.nav-previous {
  float: left;
  margin: 20px 0;
}
.nav-next {
  float: right;
  margin: 20px 0;
}
div.social-info {
  float:none;
  height: 50px;
}
ol.commentlist{
	margin: 10px 5px;
	padding: 10px;
	border:1px solid #4b0000;
}

.comment-body a.comment-reply-link{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #AEAEAE;
}
ol.commentlist li {
	list-style: none;
	background: #fefefe;
	margin-bottom: 20px;
	padding: 8px;
}
ol.commentlist img.avatar{
	padding: 5px;
	background: #DEDEDE;
	border: solid thin #CECECE;
	float: left;
	display: block;
	margin: 0 15px 1px 0;
	width: 32px;
	height: 32px;
}
ol.commentlist .comment-author{
	line-height: 25px;
}
.comment-body cite.fn{
	font-size: 14px;
	font-style: normal;
}
.commentmetadata a{
	margin: 0;
	font-size: 11px;
	color: #999;
}
 
.comment-body .comment-author.vcard{
	margin: 0;
}
#content #comments ol {
	margin: 0 0 20px;
}