/* Styles for new axxo site - development */

/* init */
/********/
html, body, div {margin: 0px; padding: 0px; border: 0px;}
body {
	font-family: /* 'Droid sans',*/ Calibri, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 15px; /* for calibri */
	/* font-size: 13.45px; */

	
	/* font-size-adjust: 0.46; */ /*Aspektwert von Calibri*/ 
}

a img {border: 0px;}



/* layout and basic styles */
/***************************/

body {
	background-color: #343e44; 
	padding-top: 27px;
	padding-bottom: 46px;
}
#wrapper, #header, #announce, #logobanner, #footer
	{
	/* width: 1100px; */
	width: 1050px;
	}

#wrapper {
	/* width: 1050px; */
	/* position: relative; */
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
	/* margin-top: 27px;
	margin-bottom: 46px; */
	background-image: url(../images/bg_wrapper.jpg);
	background-repeat: repeat-y;
	background-position: -25px !important; 
	
	/* position: relative; */
	/* float: none; */


}

#header {
	position: relative;
}

#announce {
	position: relative;
	float: right;
	width: 920px;
	background-image: url(../images/bg_announce.jpg);
	background-repeat: no-repeat;
	background-color: #343e44;
	/* padding-left: 90px;
	padding-right: 90px; */
	padding-left: 65px;
	padding-right: 65px;
	background-position: center bottom;	
}

#announce ul {
	position: relative;
	float: right;
	list-style-type: none;
	margin: 0px; padding: 0px;
}

#announce ul li {
	display: inline;
	margin: 0 0 0 10px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 23px;
	height: auto !important;
	height: 23px;
	background-image: url(../images/bg_announce_li.jpg);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	background-color: #a5c635;
	float: right;
	
}
#announce ul li a {
	/* font-size: 12px; */
	font-size: 0.8em;
	line-height: 23px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#announce ul li a:link {}
#announce ul li a:visited {}
#announce ul li a:hover {color: #343e44; }
#announce ul li a:active {}


#logobanner {
	position: relative;
	background-image: url(../images/bg_logobanner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
	clear: right;
}

a#logo_rollover {
	display: block;
	position: absolute;
	top: 33px;
	left: 63px;
	width: 125px;
	height: 35px;
	border: 0px solid;
		
}

#teaser {
	width: 1000px;
	position: relative;
	/* margin-left: 50px;
	margin-right: 50px; */
	margin-left: 25px;
	margin-right: 25px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	background-image: url(../images/bg_teaser_page.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
	background-color: #4d7610;
	/* overflow: hidden; */
	border: none; outline: none;
	/* zoom: 1; */
			
}

#teaser_slideshow {
	/* position: relative; */
	width: 1000px;
	height: 324px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	border: none; outline: none;
	background-color: tranparent;
}

/* Teaser flip buttons */
#teaser_flip_left, 
#teaser_flip_right {
	background-image: url(../images/bg_flip_left.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 324px;
	position: absolute;
	z-index: 200;
	/*
	opacity:inherit;
	filter:inherit;
	*/
	/* background: transparent; */
	overflow: hidden;
	border: none; outline: none;
}

#teaser_flip_left {
 background-image: url(../images/bg_flip_left_both.png);
 top: 0px; left: 0px;
}

#teaser_flip_left:hover {background-position: -40px 0px;}

#teaser_flip_right {
  background-image: url(../images/bg_flip_right_both.png);
  background-position: -40px 0px;
 top: 0px; right: 0px;
}

#teaser_flip_right:hover {background-position: 0px 0px;}


#teaser_flip_left:focus, #teaser_flip_right:focus,
#teaser_flip_left:active, #teaser_flip_right:active
 {border: none; outline: none;}

#navigation {
	background-color: #ebecec;
	width: 920px;
	/* margin-left: 50px;
	margin-right: 50px; */
	margin-left: 25px;
	margin-right: 25px;
	padding-left: 40px;
	padding-right: 40px;
	float: right;
	
	margin-bottom: 40px;
}

#navigation ul {
	position: relative;
	float: right;
	list-style-type: none;
	margin: 0px; padding: 0px;
	z-index: 1; /* parent el needs some z-index in IE6, bugfix */
}

#navigation ul li {
	/* display: inline; */
	margin: 0 0 0 0px;
	position: relative;
	z-index: 2;
	/*
	padding-left: 10px;
	padding-right: 10px;
	*/
	padding: 0px;
	 float: left;
}

#navigation ul li a {
	text-transform: uppercase;
	display: block;
	float: left;
	margin: 0 0 0 1px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	line-height: 30px;
	/* font-size: 13px; */
	font-size: 0.86em;
	color: #343e44;
	font-weight: bold;
	text-decoration: none;
	/* background-image: url(../images/bg_announce_li.jpg); */
	background-repeat: repeat-x;
	background-position: 0px bottom;
	/* background-color: #a5c635; */
	cursor: pointer;
}

#navigation ul li a:link {}
#navigation ul li a:visited {}
#navigation ul li a:hover, #navigation ul li a.currentpage:hover
 {background-image: url(../images/bg_navigation1_ro.jpg); background-color: #495962; color: white;}
#navigation ul li a:active {}

#navigation ul li a.currentpage 
{ background-color: #d9ddde; color: #343e44;}


/* 2. nav ebene */
#navigation ul ul {
	position: absolute;
	z-index: 20;
	display: none; /*debug IE8 */
	top: 100%;
	left: 0%;
	width: 200px;
	float: none;
	border: 1px solid #dcdddd;
	margin-left: 1px;
	background-color: #edeeee;
}

#navigation ul ul li a {
	z-index: 20;
	display: block;
	position: relative;
	float: none;
	text-transform: none;
	margin-left: 0px;
	/*
	margin-top: 2px;
	margin-bottom: 2px;
	*/
	padding-top: 2px;
	padding-bottom: 2px;
	width: 180px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	line-height: 20px;
	
	/* font-size: 12px; */
	font-size: 0.8em;
	/* background-image: url(../images/transp.gif); background-repeat: repeat; */
	
	
}

#navigation ul ul li {
	position: relative;
	z-index: 20;
}

/* debug
#navigation li:hover ul {display: block !important;}
*/


#content {
	clear: right;
	width: 920px;
	/* z-index:0; */
	/* margin-left: 50px;
	margin-right: 50px; */
	margin-left: 25px;
	margin-right: 25px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	
	 padding-top: 0px; /* for ie6/7, orig padding 40px would lead to 40px padding, if blog_post are used fitbottom/fittop style; + changed margin-bottom of #navigation form 0 to 40 */
	
	min-height: 250px;
	height: auto !important;
	height: 250px;
	
	
	/* height: auto !important; */
	/* position: relative; */
	/* float: left; */
	
}

.section {
	/* position: relative; */
	
}

.container_posts {
	width: 550px;
	float: left; /*
	position: relative;
	*/
	margin-left: 0px; margin-right: 0px;
}

#container_secondary {
	width: 345px;
	float: right;
}

.container_left {
	width: 152px !important;
	margin-right: 40px;	
	float: left;
	/* position: relative; */
}

.container_right {
	width: 152px !important;
	/* */
	/* float: left; */ margin-left: 0px; margin-right: 0px;
	float: right;
	/* position: relative; */
	/* clear: right; */
	
}

.container_right, .container_left {
	min-height: 25px;
	height: auto !important;
	height: 25px;
	/* overflow: hidden; */
	/* word-wrap: break-word; */
}

ul.sbmenu {
	list-style-type: none;
	margin: 0px;
	margin-bottom: 35px;
	padding: 0px;
	/* 
	padding-top: 5px;
	padding-bottom: 5px;
	*/
	background-color: #ebecec;
	position: relative;
}

ul.sbmenu li {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	/* font-size: 10px; */
	/* font-size: 0.66em; */
	line-height: 10px;
	/* overflow: hidden; */
}

ul.sbmenu li a {
	display: block;
	color: #94999c;
	/* font-size: 15px; */
	font-size: 1em;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
	/* padding: 0px; */
	margin: 0px;
	position: relative;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	/* overflow: hidden; */
	
}

ul.sbmenu li a:link {}
ul.sbmenu li a:visited {}
ul.sbmenu li a:hover,
ul.sbmenu li a.current
 {color: #343e44; background-image: url(../images/arrow.gif); background-repeat: no-repeat; background-position: left center;}
ul.sbmenu li a:active {}

ul.sbmenu li a:hover {
	background-color: #d9ddde;
}

li.sbmenu_header {
	color: #343e44;
	/* font-size: 13px !important; */
	font-size: 0.86em !important;
	line-height: 20px !important;
	font-weight: bold !important;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 5px 5px 10px !important;
	border-bottom: 1px solid #d9ddde;
	
}




#tagline {
	
	position: relative; top: 4px;
	background-color: #f5f5f5;
	width: 920px;
	min-height: 120px;
	height: auto !important;
	height: 120px;
	/* margin-left: 50px;
	margin-right: 50px; */
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 0px;
	padding-left: 40px;
	padding-right: 40px;
	clear: both;
}

#footer {
	position: relative; top: 4px;
	background-color: #63747a;
	width: 920px;
	min-height: 44px;
	height: auto !important;
	height: 44px;
	line-height: 40px !important;
	/* font-size: 12px; */
	/* font-size: 0.8em; */
	/* margin-left: 50px;
	margin-right: 50px; */
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 0px;
	/* margin-bottom: 46px; */
	padding-left: 40px;
	padding-right: 40px;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	
	clear: both;
}

#ar_footer_img {
	position: absolute; bottom: 4px; right: 0;
}

#ar_footer_zitat {
	position: absolute; top: 25px; right: 160px;
}

/* blog posts */
/**************/


.blog_post {
	position: relative; left: -13px; top: -13px;
	margin-bottom: 10px;
	/* float: left; */
	/* z-index: 0; */
	/* width: 100%; */
	
}

.blog_post_top {
	width: 562px;
	height: 13px;
	/* float: left; */
	background-image: url(../images/bg_post_top.jpg);
	background-repeat: no-repeat;
	line-height: 1px; font-size:1px;
}


.blog_post_outer {
	width: 562px;
	/* float: left; */
	background-image: url(../images/bg_post_outer.jpg);
	background-repeat: repeat-y;
}

.blog_post_inner {
	/* width: 536px; */
	width: 456px;
	/* float: left; */
	min-height: 134px;
	height: auto !important;
	height: 134px;
	padding: 40px 40px 15px 40px;
	margin-left: 13px;
	background-image: url(../images/bg_post_inner.png);
	background-repeat: no-repeat;
	background-position: 0px top;
	/* background-color: #333d43; */
	/* overflow: hidden; */
}

.blog_post_bottom {
	width: 562px;
	height: 35px;
	/* float: left; */
	background-image: url(../images/bg_post_bottom.jpg);
	background-repeat: no-repeat;
	/* clear: both; */
}

/*
.blog_post_outer,
.blog_post_inner,
.blog_post_bottom
{
margin-top: 0px; margin-bottom: 0px;
}
*/


a#button_blog {
	display: block;
	position: relative; left: -14px; top: -14px;
	
	width: 237px;
	height: 72px;
	background-image: url(../images/bg_button_blog.jpg);
	background-repeat: no-repeat;
	background-position: 0px -72px;
}

a#button_blog:hover {
	background-position: 0px -72px;
	background-position: 0px 0px;
}

a#button_blog span {display: none; }


a#button_nl {
	display: block;
	position: relative; left: -5px; top: -5px;
	
	width: 165px;
	height: 40px;
	background-image: url(../images/bg_button_nl.jpg);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}

a#button_nl:hover {
	background-position: 0px -40px;
	background-position: 0px 0px;
}

a#button_nl span {display: none; }


a#button_nl_hp {
	display: block;
	position: absolute; right: 20px; /* left: -5px; */
	padding: 0px;
	width: 153px;
	height: 40px;
	background-image: url(../images/bg_bestellen_hp.png);
	background-repeat: no-repeat;
	background-position: 0px -41px;
	
	margin-top: -35px;
}

a#button_nl_hp:hover {
	background-position: 0px 0px;
}

a#button_nl_hp span {display: none; }



/* TOP Blog Button on homepage */
a#button_blog_hp {
	
	/* display: inline-block; */
	display: block;
	vertical-align: middle;
	margin-left: 15px;
	padding: 0px;
	width: 153px !important;
	height: 40px !important;
	background-image: url(../images/bg_blog_hp.png);
	background-repeat: no-repeat;
	background-position: 0px -41px;
	
	/* update 22.11.2011 */
	 float: right;
	/* update 03.12.2011 FIX IE */
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 0px;
	
}

a#button_blog_hp:hover {
	background-position: 0px 0px;
}

a#button_blog_hp span {display: none; }





.blog_post .blog_post_highlight_section {
	background-image: url(../images/bg_post_hl.gif);
	background-repeat: repeat-x;
	background-color: #7bab1b;
	
	padding-top: 12px;
	padding-bottom: 12px;
	
	padding-left: 40px;
	padding-right: 40px;
	
	/* position: relative; left: -40px; */
	/* width: 456px; */
	margin-right: -40px;
	
	margin-left: -40px;
	margin-top: 35px;
	font-weight: bold;
	/* display: inline; */
	
	
}



.blog_post_highlight_section ul {
	margin-left: 0px;
	padding-left: 15px;	
}

.blog_post_highlight_section ul li {
	margin-bottom: 10px;
}


.snippettext {
	background-color:#EBECEC;
	padding: 5px 10px 1px 10px;
	margin-bottom: 35px;
}

.snippettext p {
	margin-top: 0px;
	margin-bottom: 5px;
	/* font-size: 11px; */
	font-size: 0.73em;
}

.snippettext a {
	font-weight: bold;
	color: #748087;
	text-decoration: underline; 
}

.snippettext a.refimage img {
	margin-bottom: 10px;
}


.snippettext a:hover {
	color: #9EC124;
}


.snippettext.highlight {
	background-image: url(../images/bg_post_hl.gif);
	background-repeat: repeat-x;
	background-color: #7bab1b;
}

.snippettext.highlight p {
	color: white;
	/* font-size: 12px; */
	font-size: 0.8em;
}

.snippettext.highlight a {
	color: white;
	/* font-size: 12px; */
	/* font-size: 0.8em; */
	text-decoration: none;
}

.snippettext.highlight a:hover {
	color: #343E44;
}



.snippettext.bordered {
	background-color: white;
	border: 1px solid #9EC124;
}

.snippettext.amazon {
	background-color: white;
	border: 1px solid #d9ddde !important;
	padding-top: 10px !important;
}

.snippettext.bordered p {
	color: #9EC124;
	font-weight: bold;
	/* font-size: 13px; */
	font-size: 0.86em;
}

.snippettext.centered p {
	font-weight: bold;
	/* font-size: 13px; */
	font-size: 0.86em;
	text-align: center;
}

.snippettext.plain {
	background-image: none;
	background-color: white;
	padding: 5px 0px 1px 0px;
}

.snippettext.plain p {
	/* font-size: 12px; */
	font-size: 0.8em;
	margin-bottom: 1em;
}


table.contenttable td {
	vertical-align: text-top;
}


/* blog posts fitting together for subpages */
/********************************************/

.blog_post.fitbottom {
	/* margin-bottom: 0px !important; */
	margin-bottom: -13px !important;
	/* margin-bottom: -53px !important; */
	
}

.blog_post.fitbottom .blog_post_inner {
	padding-bottom: 0px !important;
}

.blog_post.fittop {
	top:0px !important;
}

.blog_post.fittop .blog_post_inner {
	background-image: none !important;
}

.section.fittop {
	/* top: -13px !important; */
	clear: left; /* for ie6, macht zwar abstand, aber besser als layout-break */
	padding-top: 0px !important;

}

/* typography */
/**************/
p, ul, ol {
	/* font-size: 15px; */
	font-size: 1em;
	line-height: 1.25;
	color: #343e44;
}

#footer a {	color: #88979e;}
#footer a:link {}
#footer a:visited {}
#footer a:hover {color: white;}
#footer a:active {}

#tagline a {color: #88979e; text-decoration: none; font-weight:100;}
#tagline a:link {}
#tagline a:visited {}
#tagline a:hover {color: #9ec124; /* font-weight: bold; text-decoration: underline; */}
#tagline a:active {}

#logobanner a {color: #343e44; text-decoration: none;}
#logobanner a:link {}
#logobanner a:visited {}
#logobanner a:hover { text-decoration: underline;}
#logobanner a:active {}

#posts_paginate a {color: #88979e; text-decoration: none; font-weight:100;}
#posts_paginate a:link {}
#posts_paginate a:visited {}
#posts_paginate a:hover {color: #9ec124; font-weight: normal; text-decoration: underline;}
#posts_paginate a:active {}

#posts_paginate {
	text-align: center;
}
/* 
a#paginate_newer, 
a#paginate_older {
	display: block;
	width: 250px;
}

a#paginate_newer {
float: left;
}

a#paginate_older {
float: right;
}
*/

h2.poststrailer {
	margin: 0px;
	/* font-size: 18px; */
	font-size: 1.2em;
	color: #343E44;
	color: #748087;
	
	/* position: relative; */
	width: 370px;
	float: left;


}

div.poststrailer {
	position: relative;
	top: -15px;
	
	/* update 22.11.2011 */
	width: 540px;
	float: left;
	line-height: 40px;
}

#logobanner p {
	position: absolute;
	margin-top: 0px;
	width: 500px;
	position: absolute; right: 65px; top: 17px;
	text-align: right;
	/* font-size: 11px; */
	font-size: 0.73em;
	line-height: 21px;
	color: #343e44;
	font-weight: bold;
}

#logobanner p img {
	position: relative; top: 7px;
}
	

#teaser h1 {
	/* font-size: 40px; */
	font-size: 2.66em;
	line-height: 100px;
	margin: 0 0 0 40px; padding: 0px;
	color: white;

}

#teaser h1 span {
	/* font-size: 20px; */
	/* font-size: 1.33em; */
	font-size: 0.5em;
	margin: 0 0 0 0px; padding: 0px;
	line-height: 85px; /* strangly needed, to avoid teaser container/h1 expanding in height... */
	display: inline-block;
}

#footer p {
	color: #88979e;
	/* font-size: 12px; */
	font-size: 0.8em;
	margin: 0px; padding: 0px;
	line-height: 40px;
}


#tagline p#tagline_header {
	padding-top: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #88979e;
	font-weight: bold;
	
}

#tagline p.tags {
	/* position: relative; */ /* top: 12px; */
	color: #88979e;
	width: 120px;
	/* font-size: 14px; */
	font-size: 0.93em;
	line-height: 18px;
	font-weight: bold;
	/* padding: 12px 0px 0px 0px; */
	padding: 0px;
	margin: 0px;
	margin-right: 5px;
	padding-top: 15px;
	padding-bottom: 30px;
	float: left;
	/*
	column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	*/
	
}

.blog_post div.video_container {
	width: 500px;
	margin-left: -22px;
	margin-bottom: 12px;
	overflow: hidden;
}

.blog_post p {
	padding: 0px; margin:0px;
	color: white;
	margin-bottom: 12px;
}

.blog_post ul, .blog_post ol {
	color: white;
	margin-left: 0px;
	padding-left: 15px;
}

.blog_post ol {
	margin-left: 5px;
}

.blog_post h2 {
	color: white;
	/* font-size: 32px; */
	font-size: 2.13em;
	margin-top: 0px;
	margin-bottom: 12px;
	font-weight: bold;
}

.blog_post h2 span.trigger{
	color: #9ec124;
	text-decoration: underline;
}

.blog_post h3 {
	color: #9ec124;
	/* font-size: 22px; */
	font-size: 1.46em;
	margin-top: 0px;
	margin-bottom: 12px;
	font-weight: bold;
}

.blog_post_highlight_section h3 {
	color: white;
	margin-top: 0.5em;
}

.blog_post h3.response_error {
	color: #e0542f;
}
.blog_post p.odd {
	background-color: #4d5a60;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 40px;
	padding-right: 40px;
	// width: 456px;
	margin-left: -40px;
	margin-right: -40px;
	
}

.blog_post p.even {
	padding-top: 12px;
	padding-bottom: 12px;
}

.blog_post p.meta {
	margin-top: 15px;
	margin-bottom: 0px;
	color: #88979e;
	width: 45%;
	float: left;
}

.blog_post p.meta img {
	margin-right: 5px;
}

.blog_post p.quote-source {
	font-weight: bold;
	color: #9ec124;
}

.blog_post p.quote {
	/* font-weight: bold; */
	/* font-size: 20px; */
	font-size: 1.33em;
}

.blog_post p.quote img{
	margin-right: 10px;
}


.blog_post p.tags {
	margin-top: 15px;
	margin-bottom: 0px;
	position: relative;  right: -38px;
	/* left: 38px; */
	/* margin-right: -38px; */
	/* margin-left: 38px; */
	color: #343e44;
	font-weight: bold;
	/* width: 45%; */
	float: right;
	/*
	min-height: 23px;
	height: auto !important;
	height: 23px;
	line-height: 23px;
	*/
	max-width: 45%;
	
	/* width: 225px; */
	text-align: right;
	padding-left: 6px; padding-right: 9px; padding-top: 3px; padding-bottom: 5px; /* update 22.11.2011 */
	background-image: url(../images/bg_announce_li.jpg);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	background-color: #a5c635;
	

}

.blog_post p.tags a {margin-left: 4px;}

.blog_post a {
	color: #9ec124; text-decoration: underline;
}

.blog_post a:link {}
.blog_post a:visited {}
.blog_post a:hover { color: white;}
.blog_post a:active {}

.blog_post p.tags a {
	color: #343e44;
	text-decoration: none;
	
	/* update 22.11.2011 */
	/* line-height: 23px; */
	line-height: 1.25 !important;
}
.blog_post p.tags a:hover { color: white;}




br.clear {clear: both; }

.blog_post br.clear,
#tagline br.clear {
	font-size:2px;
	line-height: 2px;
}


p.portal_teaser {
	position: relative;
	color: #748087;
	background-color: #f5f5f5;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 192px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 145px;
	text-align: right;
}

p.portal_teaser a {
	font-weight: bold;
	color: #748087;
	text-decoration: underline; 
}



p.portal_teaser a:hover {
	color: #9EC124;
}


img.portal_teaser_img {
	position: absolute;
	top: -25px;
	right: 25px;
}



/* Inline Headlines Image Replacements? */
#sfg_h1 {}
img.blogtitleimage {margin-bottom: 35px;}


/* Formularstyles */
form input, form textarea {font-size: 0.73em;}
form label {width: 450px; display: block; float: left; clear: left; color: white;}
form input.formfield, form textarea, .formtext {margin-bottom: 15px; width: 450px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.formtext {font-size: 0.73em;}
.error {border: solid 2px #e0542f}
.errorcheckbox {outline: solid 2px #e0542f; border: solid 2px #e0542f}
.index { font-size: 0.53em; vertical-align: top; position: relative; top: -2px; left: 2px;}
/* For spancatch -> not visible to users */
form textarea#comment, form label#comment_label {display: none; width: 5px; height: 5px;}
#form_response {
	margin-top: 15px;
}

table.formtable {margin-bottom: 15px; margin-left: 0px;}

table.formtable td,
table.formtable td p
 {
	margin: 0px;
	padding: 0px;
}

table.formtable td {padding-right: 20px; vertical-align: text-top;}

/* fixes */
/* fixing 1px strange border of cylce-container in IE8 */
#ie8borderfix {
width: 1px;
height: 324px;
position: absolute;
top: 0px;
left: 1000px;
background-color: #242b31;
z-index: 401;
}

/* fixing strange ie6 bug if blogposts are "merged" together via fittop und fitbottom... */
.blog_post .blog_post_fixie6float {
	/* padding-top: 12px;
	padding-bottom: 12px; */
	padding-left: 40px;
	padding-right: 40px;
	width: 456px;
	height: 1px; font-size: 1px;
	margin-left: -40px;
	margin-top: 0px;
}

/* fixing chrome blog_post_inner from beeing to small in height, if only inline image is inside */
p.chromefix {
	height: 1px !important;
	line-height: 1px !important;
	margin: 0px !important;
	padding: 0px !important;
	
	
}


