/*
Theme Name: tarifeverleichen
Theme URI: http://jabre.com.org/
Description: Theme for tarifeverleichen.
Version: 1.0
Author: Carola Scheide edited by Jan Brendemühl jabre.com
Author URI: http://jabre.com/
Tags:
Copyright (c) 2008, C&S Software Solutions

*/

/* defaults */

.clearfix:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}

.clearfix {
display: inline-block;
}

/* Hides from IE-mac \*/ 
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


 
* {
	margin: 0px;
	padding: 0px;
	border:0 none;
	font-size: 100.01%;
}

body {
	font-family: Arial, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background: #B7CCD6 url(images/body.gif) repeat-x left 139px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #000;
	margin: 0 0 0.25em 0;
}

h1 {
	font-size: 200%;
}  /* 24px */
h2 {
	font-size: 200%;
}  /* 24px */
h3 {
	font-size: 150%
}  /* 18px */
h4 {
	font-size: 133.33%
}  /* 16px */
h5 {
	font-size: 116.67%
}  /* 14px */
h6 {
	font-size: 116.67%;
	font-style: italic
}  /* 14px */

a {
	text-decoration: none;
	color: #2D6797;
}

a:hover {
	text-decoration: underline;
	color: #7CA5B9;
}

td, em {
	line-height: 1.5em;
}

p, li, dd, dt {
	margin-bottom: 0.5em;
	line-height: 1.5em;
}

.postmetadata {
	font-size: 0.92em;
	color: #545454;
	margin-top: 1em;
	padding-top: 0.5em;
	border-top: 1px solid #fff;
}

.navigation {
	display: block;
	text-align: center;
	margin: 0px;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


#header {
	background: transparent url(images/head.gif) repeat-x;
	display: block;
	height: 139px;
	z-index: -1;
	width: 100%;
}

#headcontainer {
	width: 1150px;
	margin: 0 auto;
}

#headlogo {
	float: left;
	margin: 0px;
}

#searchform {
	height: 41px !important;
	width: 289px;
	float: left;
	position: relative;
	margin: 28px 0px 0px 301px;
	background:transparent url(images/form_bg.gif) no-repeat 0 0;
}

#searchform fieldset {
	background:transparent no-repeat left center;
	text-align: left;
	padding: 12px 0px 0px 14px;
}
	
.searchinput 
{
	width:180px;
	height:16px !important;
	border: 0 none;
	margin: 0px;
}

#searchsubmit
{
	width:53px;
	text-transform:uppercase;
	background: transparent url(images/search_btn.gif) no-repeat 0 0;
}

#abo 
{
	position:relative;
	float:right;
	/*margin-right:125px;
	background:transparent url(images/button_abo.jpg) no-repeat scroll 0 0;
	width:85px;
	height:19px;*/
}

#searchform a img {
	position: relative;
	float: left;
}

#jmx #searchform {
	margin: 50px 0px 50px 52px;
}

#main {
	z-index:2;
	text-align:left;
	margin: 0 auto;
	width: 1150px;
	min-width: 400px;
	min-height: 400px;
	height:100%;
}

.box {
	width: 695px;
	background: transparent;
	position: relative;
	left: 15px;
}

.box .tl {
	position: absolute;
	width: 15px;
	height: 45px;
	background:transparent url(images/leftcorner.png) no-repeat scroll 0 0;
	top: 0px;
	left: -15px;
}

.box #tm {
	width: 683px;
	background: transparent url(images/menu_verlauf.gif) repeat-x 0 0;
	position: relative;
}

.box .tr {
	width: 13px;
	height: 45px;
	background:transparent url(images/rightcorner.png) no-repeat scroll 0 0;
	position: absolute;
	top: 0px;
	right: -1px;
}

.box .inside {
	padding: 20px;
}

ul#menu {
	display: block;
	height: 45px;
	list-style-type: none;
	padding: 0 5px 0 5px;
}

ul#menu li {
	float: left;
	text-align: center;
	width: 90px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 45px;
	height: 45px;
	border-left: solid 1px #919191;
	background: transparent url(images/menu_button_bg.gif) no-repeat 0 0;
}

ul#menu li a {
	font-size: 105% !important;
	font-weight: bold;
	height: 20px;
	padding: 0px 6px 0 6px;
	color: #545454;
}

ul#menu li.current-cat a {
	color: #3782c3;
}
	
.clearfix {
	clear: both;
}

/* Move #col1 to the right | #col1 nach rechts verschieben */
#col1 {
	z-index: 10;
	position: relative;
	top: -47px;
	float: left;
	width: 710px;
	background-color: transparent;
	margin-top: 1px;
	border-bottom:solid 8px #3782c3;
}

#col1_content {
	padding: 10px 10px 1em 10px;
	display: block;
	height: 100%;
	border-top: 2px solid #fff;
	background: #eee;
}

.post {
	width: 690px;
	overflow: hidden;
}

#col1_content #jmx {
	border:1px solid #fff;
	background: #EAEAEA url(images/article_bg.jpg) repeat-x 0 0;
	padding:0.9em;
	margin-bottom:1.5em;
	overflow: hidden;
}

#col1_content #jmx h1 {
	color:#000;
}

#col1_content #jmx ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

#col1_content #jmx li {
	margin: 7px 0 8px 10px;
}



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

#col1_content #jmx ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

#col1_content #jmx li {
	margin: 7px 0 8px 10px;
	}

#col1_content #jmx ul li:before {
	content: "\25BA \0020";
	}

#col1_content #jmx ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

#col1_content #jmx ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* End Entry Lists */

/*
#col1_content #jmx p {
	margin-bottom:0.5em;
}
*/

/* Hide #col2 | #col2 abschalten */
#col2,#col2_content 
{
	border-top:solid 8px #3782c3;
	width: 680px;
	background-color: silver;
	position: absolute;
	bottom: 0px;
}

/*-- start-navigation -----------------------------------------------*/

#leftbar {
	position:relative;
	top: 10px;
	float:left;
	width:220px;
	padding-top:25px;
}

#leftbar h2 {
	font-size: 12px;
	line-height: 24px;
	color: #5b5b5b;
	text-transform: uppercase;
}

#leftbar ul{
	display: block;
	float: none;
	border: 0 none;
	position: relative;
}

#leftbar li{
	margin: 0;
}

#leftbar .widget, #leftbar .pagenav {
	list-style-type:none;
	list-style-image:none;
	padding: 0 0 24px 0;
	background: transparent url(images/categories_bottom_l.png) no-repeat left bottom;
	margin: 0 0 24px 0;
}

#leftbar .widget ul li, #leftbar .pagenav ul li {
	background: transparent url(images/categories_bg.jpg) repeat-x top left;
	list-style-type:none;
	list-style-image:none;
	margin: 0;
}

#leftbar .widget h2, #leftbar .pagenav h2 {
	background: transparent url(images/nav_l.png) no-repeat top left;
	height: 24px;
	margin: 0;
	padding: 0 0 0 28px;
}

#leftbar .widget ul li a, #leftbar .pagenav ul li a {	
	background: transparent url(images/pfeil_inaktiv.jpg) no-repeat top left;
	display:block;
	height:23px;
	line-height:23px;
	text-indent:26px;
	text-decoration:none;
	color:#282828;
	padding-left:0.2em;
	border-top: 0px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
}

#leftbar .widget ul li.current_page_item a, #leftbar .widget ul li.current_page_parent a, #leftbar .widget ul li.current-cat a, #leftbar .widget ul li.current-cat-parent a, #leftbar .pagenav ul li.current_page_item a, #leftbar .pagenav ul li.current_page_parent a {
	background:transparent url(images/pfeil_aktiv.jpg) no-repeat 0px 0px;
}




#leftbar .widget ul li ul li, #leftbar .pagenav ul li ul li {
	background-color: #EFEFEF;
	padding: 0;
	border: 1px solid;
	border-top: #fff;
	border-bottom: #fff;
	border-right: #aaa;
	border-left: #aaa;
}

#leftbar .widget ul li ul li a, #leftbar .pagenav ul li ul li a {
	background: #EFEFEF url(images/pfeil_umenu.jpg) no-repeat 20px 50% !important;
	margin: 0;
	text-indent: 30px;
}

#leftbar .widget ul li ul li.current_page_item a, #leftbar .widget ul li ul li.current-cat a, #leftbar .pagenav ul li ul li.current_page_item a, #leftbar .pagenav ul li ul li.current_page_item a {
	background: #EFEFEF url(images/pfeil_umenu_aktiv.jpg) no-repeat 20px 50% !important;
	color: #3782c3;
}

#leftbar #tag_cloud {
	background:#EFEFEF url(images/categories_bottom_l.ng) no-repeat left bottom;
	padding-bottom: 34px;
	border-right: 1px solid #aaa;
}

#leftbar #tag_cloud h2 {
	background:#EFEFEF url(images/nav_l.png) no-repeat left bottom;
	margin-bottom: 10px;
}



#right {
	position:relative;
	top: 10px;
	float:right;
	width:220px;
	padding-top:25px;
}

#right h2 {
	font-size: 12px;
	line-height: 24px;
	color: #5b5b5b;
	text-transform: uppercase;
}

#right ul{
	display: block;
	float: none;
	border: 0 none;
	position: relative;
}

#right li{
	margin: 0;
}

#right .widget, #right .pagenav {
	list-style-type:none;
	list-style-image:none;
	padding: 0 0 24px 0;
	background: transparent url(images/categories_bottom.png) no-repeat left bottom;
	margin: 0 0 24px 0;
}

#right .widget ul li, #right .pagenav ul li {
	background: transparent url(images/categories_bg.jpg) repeat-x top left;
	list-style-type:none;
	list-style-image:none;
	margin: 0;
}

#right .widget h2, #right .pagenav h2 {
	background: transparent url(images/nav.png) no-repeat top left;
	height: 24px;
	margin: 0;
	padding: 0 0 0 28px;
}

#right .widget ul li a, #right .pagenav ul li a {	
	background: transparent url(images/pfeil_inaktiv.jpg) no-repeat top left;
	display:block;
	height:23px;
	line-height:23px;
	text-indent:26px;
	text-decoration:none;
	color:#282828;
	padding-left:0.2em;
	border-top: 0px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
}

#right .widget ul li.current_page_item a, #right .widget ul li.current_page_parent a, #right .widget ul li.current-cat a, #right .widget ul li.current-cat-parent a, #right .pagenav ul li.current_page_item a, #right .pagenav ul li.current_page_parent a {
	background:transparent url(images/pfeil_aktiv.jpg) no-repeat 0px 0px;
}




#right .widget ul li .children li, #right .pagenav ul li ul li {
	background-color: #EFEFEF;
	padding: 0;
	border: 1px solid;
	border-top: #fff;
	border-bottom: #fff;
	border-right: #aaa;
	border-left: #aaa;
}

#right .widget ul li .children li a, #right .pagenav ul li ul li a {
	background: #EFEFEF url(images/pfeil_umenu.jpg) no-repeat 20px 50% !important;
	margin: 0;
	text-indent: 30px;
}

#right .widget ul li .children li.current_page_item a, #right .widget ul li .children li.current-cat a, #right .pagenav ul li ul li.current_page_item a, #right .pagenav ul li ul li.current_page_item a {
	background: #EFEFEF url(images/pfeil_umenu_aktiv.jpg) no-repeat 20px 50% !important;
	color: #3782c3;
}

#right #tag_cloud {
	background:#EFEFEF url(images/categories_bottom.png) no-repeat left bottom;
	padding-bottom: 34px;
	border-right: 1px solid #aaa;
}

#right #tag_cloud h2 {
	background:#EFEFEF url(images/nav.png) no-repeat left bottom;
	margin-bottom: 10px;
}

#ad728 {
	/*background:#fff no-repeat 0 1px;*/
	width: 728px;
	height: 90px;
}

#geld {
	background:#fff url(images/geld.jpg) no-repeat 0 1px;
	width: 710px;
	height: 165px;
}

#footer {
	height: 1em;
	clear: both;
}


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	margin: 0 0 0 0.9em;
	}

.commentlist li {
	margin: 15px 0 10px;
	list-style: none;
	border:1px solid #fff;
	background:transparent url(images/article_bg.jpg) repeat-x 0 0;
	padding:0.9em;
	margin-bottom:1.5em;
	}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	padding: 2px;
}

#respond {
	margin: 0 0 0 0px;
	border:1px solid #fff;
	background:transparent url(images/article_bg.jpg) repeat-x 0 0;
	padding:0.9em;
	margin-bottom:1.5em;
}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	border:1px solid #fff;
	background:transparent url(images/article_bg.gif) repeat-x 0 0;
	}
/* End Comments */