/* #### global.css #### */ 
@charset "UTF-8";

@media print {
	.dontprint {
		display: none;	
	}
}

/***********************************************************
	Reset browser specific definitions and define universalities
*/

* {
	margin:0;
	padding:0;
}

html {
	margin:0;
	padding:0;
	height: 100%;
}

img, div {
	margin: 0px;
	padding: 0px;
	border: none;
}

table {
	border-collapse:collapse;
	border-spacing:0px;
	border:0px;
	padding:0px;
	margin:0px
}

table tr td {
	padding: 3px;
}

p {
	padding: 0px;
}

h1, .h1 {
	padding-bottom:10px;
	font-size:18px;
}

hr {
	color: #999999;
	size:1px;
}

/***********************************************************
	Error Block
*/

.system_messages, .error_messages {
	padding: 2px;
	margin-bottom: 15px;
	margin-top: 5px;

}

.system_messages ul, .error_messages ul {
	margin-left: 0px;
	padding-left: 0px;
}

.system_messages {
	border: 1px solid #FCD5B1;
	border-bottom: 3px solid #FCD5B1;
	background-color: #FFF7EA;
	font-weight: normal;
}

.error_messages {
	border: 1px solid #DD2323;
	border-bottom: 3px solid #DD2323;
	background-color: #FFD1D1;
	font-weight: normal;
}

.alf_part_error li {
	background-image:none;
	list-style: none;
	height:auto;
	padding-bottom: 5px;
	padding-left: 23px;
	padding-top: 6px;
	font-size: 12px;
	font-weight: bold;
	background-image: url('../img/icons/error.png');
	background-repeat: no-repeat;
	background-position: left;
}

.system_messages h1 {
	color: #FF6600;
	font-size: 12px;
}

.error_messages h1 {
	color: #CC0000;
	font-size: 12px;
}

.alf_part_error .system_messages li {
	background-image: url('../img/icons/information.png');
}

/*********************************
	Msg Block - JS
*/

#alf_blackbox {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #000000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

#alf_msg_box {
	position: fixed;
	left: 40%;
	top: 40%;
	height: 70px;
	width: 250px;
	padding: 6px;
	border: 1px solid #FAC87C;
	background-color:#FEF0E0;
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
}

#alf_msg {
	height: 50px;
	overflow: auto;
}

#alf_msg_box .buttons {
	text-align: center;
}

/******************************/


.alf_list_page {
	
}
.alf_list_page a {
}

.alf_list_page .active {
	cursor: default;
}

/****************/

.admin_panel {
	position:fixed;
	left:0px;
	top: 0px;
	padding: 5px;
	border: 1px solid #666666;
	background-color: #FFF;
	color: #000;
	z-index: 999;
}

.admin_panel a {
	color: #000;
	font-weight: normal;
}

/****************/

.line, .line_middle {
	border-top: 1px dotted #333;
	padding-bottom: 5px;
	margin-top: 5px;
	line-height: 0px;
}

.line_top {
	border-top: 1px dotted #333;
	padding-bottom: 10px;
	line-height: 0px;
}

.line_bottom {
	border-top: 1px dotted #333;
	margin-top: 10px;
	padding-bottom: 2px;
	line-height: 0px;
}

/*// Buttons //*/


.button_ok {
	font-weight: bold;
	color: #390;
}

.button_cancle {
	font-weight:normal;
	color: #C00;
}

/* Sonstiges */

.right {
	float: right;
	width: 220px;
	text-align: right;
	margin-left: 10px;
}

.left {
	float: left;
	width: 220px;
	text-align: left;
	margin-right: 10px;
}

.longer {
	width: 260px;
}

.short {
	width: 80px;
}

.shorter {
	width: 60px;
}
.rot {
	color: #CC0000;
	font-weight: bold;
}

.focus {
	font-weight: bold;
	color: #a6a6a6;
}

.white {
	color: #FFF;	
}

.small {
	color: #666666;
	font-size: 10px;
	line-height: 14px;
}
.small_art a {
	text-decoration:underlined;
	color:#666666;
}
.small_art a:hover, .small_art a:active, .small_art a:focus {
	text-decoration:none;
	color:#000000;
}
.clear, .clear_both {
	clear:both;
}

.wide {
	width: 150px;
}

.normal {
	width: auto;
}

/*************/

.alpha_70 {
	opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}
.alpha_50 {
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
.alpha_30 {
	opacity: 0.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
}
.alpha_0 {
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

#tooltip {
	position: absolute;
	padding: 3px;
	border: 1px solid #999;
	background-color: #F2F2F2;
}

/* #### alf_list_page.css #### */ 
/** alf_list_page **/

#content .alf_list_page {
	margin-top: 15px;
	margin-bottom: 8px;
}

#content .alf_list_page a {
	font-weight: normal;
	padding: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #AAA;
	color: #AAA;
	background: none;
}


#content .alf_list_page .active {
	border: 1px solid #A4100D;
	background-color: #F0F0F0;
	color: #A4100D;
}


#content .alf_list_page a:hover {
	border: 1px solid #47545E;
	color: #47545E;
}

/* #### include_geo.css #### */ 
/** include_geo **/

.geo_list {
	position:absolute;
	border: 1px solid #999;
	background-color: #F5F5F5;
	padding: 0px;
}

.geo_list div {
	padding: 3px;
	cursor: pointer;
}

.geo_list .selected, .geo_list div:hover {
	background-color: #E8D7A8;
}
/* #### include_image.css #### */ 
/** include_image **/

.btn_upload_div {
	height: 23px;
	overflow: hidden;
	width: 100px;
	position: relative;
}

.btn_upload_div input {
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

.btn_upload_button {
	border: 1px solid #666;
	padding: 1px;
	background-color: #FEFEFE;
	font-weight: bold;
}

/* #### include_pulldown.css #### */ 
/** include_pulldown **/

.pulldown {
   background-repeat: no-repeat;
	height: 22px;
	padding-top: 2px;
	padding-left: 5px;
	text-align: left;
	position: relative;
	cursor: pointer;
	z-index: 8888;
}

.pulldown_list {
	background-color: #FFF;
	border: 1px solid #4b3164;
	position: absolute;
	top: 22px;
	left: 0px;
	width: 90%;
	z-index: 9999;
}

.pulldown_list div {
	padding-left: 3px;	
	cursor: pointer;
}
.pulldown_list div:hover {
	background-color: #E4DEEE;
}
/* #### include_rte.css #### */ 
.rteImage {
        background: #FAFAFA;
        border: 1px solid #FAFAFA;
        cursor: pointer;
        cursor: hand;
		  padding: 3px;
		  vertical-align: bottom;
}

.rteImageRaised, .rteImage:hover {
        background: #FAFAFA;
        border: 1px solid #999;
        cursor: pointer;
        cursor: hand;
}

.rteImageLowered, .rteImage:active {
        background: #FAFAFA;
        border: 1px solid #999;
        cursor: pointer;
        cursor: hand;
}

.rteVertSep {
        margin: 0 4px 0 4px;
		  vertical-align: bottom;
}

.rteBack {
        letter-spacing: 0;
        padding: 0px;
		  margin-top:2px;
		  border: 1px solid #999;
        background: #FAFAFA;
		  border-bottom: none;
		  padding-bottom: 2px;
}

.rteBack tbody tr td, .rteBack tr td {
        background: #FAFAFA;
        padding: 0;
}

.rteDiv {
        display: block;
        position: relative;
}
/* #### light.css #### */ 
/** light **/

#light_blackbox {
	position:fixed;
	height:100%;
	width:100%;
	background-color: #000;
	filter: alpha(opacity=40);
	opacity: 0.4;
	z-index: 300;
	left: 0;
	top: 0;
}

#light_center {
	position: fixed;
	left: 49%;
	top: 50px;
	width: 5px;
	height: 10px;
	overflow:inherit;
}

#light_lightbox {
	position:absolute;
	background-color: #FFFFFF;
	overflow: hidden;
	z-index: 500;
	border: 1px solid #CCC;
}

#light_content {
	zoom:1;
	background-color: #FFFFFF;
	padding: 10px;
}

#light_loading {
	position:fixed;
	left: 48%;
	top: 48%;
	width: 32px;
	height: 32px;
	background-color: #FFF;
	padding: 10px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	z-index: 900;
}
/* #### temp_box.css #### */ 
/** temp_box **/

.t_box, .t_box_info {
	
   background-image: url('../img/design/t_box.jpg');
   background-repeat: no-repeat;
   width: 528px;
   height: 27px;
   padding-top: 10px;
   text-align: center;
   
   position: relative;
   left: -23px;
   
   margin-top: 0px;
   margin-bottom: 5px;
   

}

.t_box_info {
   left: -22px;
	width: 520px;
	background-color: #A4100D;
	background-image: none;
	color: #FFF;
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
}

/* #### temp_table.css #### */ 
/** temp_table **/

.temp_table {
	margin-top: 20px;
	margin-bottom: 20px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

.temp_table .col_1 {
	float: left;
	width: 450px;
	padding: 3px;
	padding-right: 5px;
}

.temp_table .col_2 {
	float: left;
	width: 235px;
	padding: 3px;
	padding-left: 5px;
}

.register .temp_table .col_1 {
	width: 435px;
}

.register .temp_table .col_2 {
	width: 220px;
}

.temp_table .row {
	padding-bottom: 2px;
	border-bottom: 1px solid #999;
}

.temp_table .first {
	font-weight: bold;
	border-top: 1px solid #999;
	padding-top: 2px;
	background-color: #A4100D;
	color: #FFF;
}

.temp_table .back_1 {
	background-color: #F3F3F3;
}

.temp_table .back_2 {
	background-color: #E2E2E2;
}
/* #### temp_title_login.css #### */ 
/** temp_title_login **/

#bubble {
   background-image: url('../img/design/bubble.png');
   background-repeat: no-repeat;
   width: 313px;
   height: 155px;
   position: absolute;
   left: -115px;
   top: -187px;
   z-index: 1000;
   padding: 20px;
   padding-left: 30px;
   line-height: 18px;
   text-align: left;
}

.header_login {
	padding-top: 5px;
	position: relative;
}

.header_login .left {
	width: 300px;
	padding-top: 20px;
}

.header_login .icon {
	background-image: url('../img/design/headerline_login.jpg');
	background-repeat: no-repeat;
	height: 65px;
	width: 72px;
	float: left;
}

.header_login .icon:hover {
	background-image: url('../img/design/headerline_logout.jpg');
}
/* #### virtual_temp.css #### */ 
/** virtual_temp **/

.t_text {
	font-weight: normal;
	padding-bottom: 22px;
}

.t_text img, .t_boldtext img {
 	vertical-align:text-bottom;
}

.t_text strong, .t_text b, * b {
	/*color:#3E3E3E;*/
}

.t_room {
	height: 20px;
	clear: both;
}

.t_boldtext {
	font-weight: bold;
	padding-bottom: 22px;
}

.t_image {
	margin-bottom: 15px;
	background-color: #FFF;
	padding: 1px;
	border: 1px solid #d6d6d6;
}

.t_image_left {
	padding-bottom: 10px;
	padding-right: 10px;
	float: left;
}
.t_image_right {
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
}

.t_line, .line, .short_line {
	padding-bottom: 22px;
	margin-top: 22px;
	height: 1px;
	line-height: 1px;
	border-top: 1px solid #8c8c8c;
}

.t_line {
	clear:both;	
}

.line {
	padding-bottom: 15px;
	margin-top: 15px;
}

.short_line {
	padding-bottom: 3px;
	margin-top: 4px;
}

.temp_submit_menu {
	margin-top: 2px;
	margin-bottom: 4px;
	background-color: #CCC;
	padding: 2px;
}
/*
.div_line {
	border-bottom: 1px dotted #A6A6A6;
	margin-bottom: 5px;
	padding-bottom: 5px;
}*/

.edit_line {
	border-top: 3px solid #333;
	border-bottom: 1px solid #666;
	margin-bottom: 4px;
	background-color: #DEDEDE;
	text-align:center;
}

.edit_line_active {
	font-weight: bold;
	border-color: #000000;
	border-top-width: 4px;
}

.edit_box {
	padding: 2px;
	border-top: 3px solid #666;
	/*border-top-width: 3px;
	border-bottom-width: 3px;*/
	margin-bottom: 4px;
	margin-top: 4px;
}

.edit_grad {
	width: 30px;
}

.edit_endline {
	padding: 2px;
	border-top: 3px solid #333;
	margin-bottom: 4px;
	margin-top: 4px;
}

/**ADD*/

.temp_view_add {
	text-align:left; 
	position: absolute; 
	top: -175px; 
	right: 0px;
	background-color: #FFF; 
	border: 1px solid #666; 
	padding: 3px;
	width: 190px;
	z-index: 800;
}
.temp_view_add div {
	padding-bottom: 3px;
	padding-top: 3px;
	width: 190px;
}

/* #### main.css #### */ 
/***********************************************************
	Main
*/

html {
	height: 100%;
}

*{
	font-family: Verdana, Geneva, sans-serif;	
}

body {
	width: 100%;
	/*max-width: 100%;
	min-width: 1000px;*/
	height: 100%;
	margin: 0px;
	background-color: #ffffff;
	background: url('../img/design/bg_body.png') repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	
	font-size: 11px;
	line-height: 130%;
	color: #47545e;
	padding-bottom: 1px;
}

input[type=checkbox], input[type=radio] {
	vertical-align:bottom;
	width: auto;
	margin-bottom: 6px;
}

input[type=text], input[type=password] {
	border: #b3b3b3 solid 1px;
	padding: 3px;
}

input[type=button], input[type=submit], select {
	padding: 2px;
	cursor: pointer;
}

.right {
	width: 200px;
}
.left {
	width: 200px;
}

/***********************************************************
	Page
*/

#page {
	width: 100%;
	margin: 0 auto;
	position: relative;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */

}

.page_center {
	width: 990px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding: 0;
}

/****** Header **/

#header {
	padding-left: 0px;
	padding-right: 0px;	
	position: relative;
}

#header_top {
	width: 980px;
	height: 92px;
	padding-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
	position: relative;
	left: 0px;
}

.header_logo {
	background: url('../img/design/logo.png') no-repeat 0 0 transparent;
	height: 92px;
	width: 490px;
	position: absolute;
	left: 0px; top: 0px;
}

.white_search {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 44px;
	width: 490px;
	background: #ffffff;
}

.search {
	position: absolute;
	top: 44px;
	left: 490px;
	height: 48px;
	width: 490px;
	background: url('../img/design/bg_search.png') no-repeat 0 0 transparent;
	text-align: left;
}

.btn_lupe {
	width: 20px;
	height: 15px;
	left: 100px;
	position: relative;
	left: 41px;
	top: 2px;
}

#input_search {
	color: #afb5b9;
	width: 315px;
	margin-left: 43px;
	margin-top: 13px;
	border: 0;
	padding: 0;
}

.btn_search {
	position: absolute;
	top: 9px;
	right: 9px;
	width: 97px;
	height: 28px;
	background: url('../img/design/btn_search.png') no-repeat 0 0;
	cursor: pointer;
	float: right;
	z-index: 10;
}

.btn_search:hover {
	background: url('../img/design/btn_search_over.png') no-repeat 0 0;
}

#input_search_active {
	background: #ffffff;
}

#header_bottom {
	width: 980px;
	overflow: hidden;
	height: 247px;
	position: relative;
}

.header_pic {
	width: 980px;
	height: 220px;
	overflow: hidden;
	z-index: 5;
	position: absolute;
	left: 0px;
	top: 0px;
}

.header_pic_red {
	position: absolute;
	top: 102px;
	left: 490px;

	background: #a4100d;
	width: 459px;
	height: 48px;
	z-index: 10;
	line-height: 48px;
	padding-left: 31px;
	text-align: left;
}

.header_pic_gray_more {
	background: url('../img/design/bg_header_pic_gray_more.png') 0 0;
	position: absolute;
	top: 150px;
	left: 490px;
	width: 458px;
	height: 28px;
	z-index: 10;
	line-height: 28px;
	padding-right: 32px;
	text-align: right;
	color: #ffffff;
	font-weight: bold;
}

.header_button_left, .header_button_right {
	background-image: url('../img/design/head_dot_left.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 130px;
	color: #FFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	height: 37px;
	width: 37px;
	z-index: 1000;
	left: 18px;
	cursor: pointer;
}

.header_button_right {
	background-image: url('../img/design/head_dot_right.png');
	left: auto;
	right: 25px;
}

.header_button_right:hover {
	background-image: url('../img/design/head_dot_right_hover.png');
}

.header_button_left:hover {
	background-image: url('../img/design/head_dot_left_hover.png');
}

.slide_item .header_pic_red {
	top: 177px;
}

.slide_item .header_pic_gray_more {
	top: 225px;
}

.header_pic_gray_more a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.header_pic_gray_more a:hover{
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

.slide_item {
	position: absolute;
	left: 0;
	top: 0;
}

.pic_changer {
	position: relative;
	float: right;
	height: 21px;
	width: 84px;
	z-index: 10;
	top: 275px;
	margin-right: 25px;
}

.btn_change , .btn_change_active {
	float: left;
	padding: 0px;
	width: 21px;
}

.btn_change  a {
	background: url('../img/design/btn_pic_change.png') no-repeat 0 0;
	width: 21px;
	height: 21px;
	cursor: pointer;
	display: block;
}

.btn_change a:hover, .btn_change_active a {
	background: url('../img/design/btn_pic_change_hover.png') no-repeat 0 0;
	width: 21px;
	height: 21px;
	cursor: pointer;
	display: block;
	padding: 0px;
}

.header_pic_gray_top {
	position: absolute;
	width: 490px;
	height: 28px;
	top: 0px;
	left: 0px;
	background: #757f86;
	z-index: 10;
}

.header_pic_darkgray_bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 210px;
	height: 28px;
	background: #47545e;
}

.header_pic_gray_bottom {
	position: absolute;
	bottom: 0px;
	width: 770px;
	height: 28px;
	background: #757f86;
	left: 210px;
}

/****/

#page_middle {
	background: url('../img/design/bg_page_middle.png') repeat-x 0 0;
}

/** Container **/

#container {
	background: url('../img/design/bg_container.png') repeat-y 0 0 transparent;
	margin-top: 1px;
	padding-bottom: 45px;
}

#container .column {
	float: left;
	position: relative;
}

#left {
	width: 231px;
	padding-left: 9px;
}

#center {
	width: 519px;
}

#right {
	width: 210px;
	padding-left: 21px;
	position: relative;
	top: -16px;
}


/****/

/** Content **/

#content_header {
	background-color: #666;	
}

#content {
	position:relative;
	text-align:left;
	width: 530px;
}

#content a {
	text-decoration:none;
	font-weight: bold;
	color: #47545E;
}

#content a:hover {
	color: #333333;
}

#content_content {
	position: relative;
	width: 530px;
    margin-left: -10px;
    padding-top: 10px;
}

#article {
	margin-top: 10px;
}

.article_header {
	background: url('../img/design/bg_article_header.png') no-repeat;
	width: 531px;
	height: 10px;
	padding-left: 72px;
}

.article_body {
	background: url('../img/design/bg_article_body.png') repeat-y;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 23px;
	padding-right: 28px;
	line-height: 18px;
}

.article_bottom {
	background: url('../img/design/bg_article_bottom.png') no-repeat;
	width: 531px;
	height: 20px;
}

.aktuelles_article span.text {
	font-weight: normal !important;
}

.aktuelles_article:hover .btn_red_small{
	background: url('../img/design/btn_next_red_small_hover.png') no-repeat 0 0;
}

.aktuelles_article {
	position: relative;
	background: url('../img/design/bg_article_aktuelles.png') no-repeat 0 0;
	width: 480px;
	height: 58px;
	margin-bottom: 9px;
	padding-left: 13px;
	padding-top: 9px;
	float: left;
}

.last {
	margin-bottom: 0px;
}

.date {
	color: #757f86;
	font-weight: bold;
}

.ueberschrift {
	color: #47545e;
	font-weight: bold;
}

.text {
	line-height: 29px;
}

.aktuelles_article:hover .date, .aktuelles_article:hover .ueberschrift, .aktuelles_article:hover .text {
	text-decoration: underline;
}

.read_more {
	position: relative;
	float: right;
	margin-top: -9px;
	left: 0px;
}

.btn_red_small  {
	background: url('../img/design/btn_next_red_small.png') no-repeat 0 0;
	width: 25px;
	height: 25px;
	padding: 0px;
	float: right;
}

.ueber h1 {
	padding-top: 13px;
}

.ueber ul {
	margin-left: -7px;
	color: #a4100d;
}

.ueber span {
	color: #47545e;
}

/****/

/** FULL_CONTENT **/

.full_content #container {
	background: url('../img/design/bg_container_full.png') repeat-y;
}

.full_content #center {
	width: 750px;
}

.full_content #content {
	width: 761px;
}

.full_content #content_content {
	width: 761px;
	margin-left: -12px;
}

.full_content #right {
	display:none;
}

.full_content .article_header {
	background: url('../img/design/bg_register_head.png') no-repeat;
	width: 761px;
	height: 10px;
}

.full_content .article_body {
	background: url('../img/design/bg_register_body.png') repeat-y;
    padding: 0 28px 5px 23px;
	width: 710px;
}

.full_content .article_bottom {
	background: url('../img/design/bg_register_bottom.png') no-repeat;
	height: 20px;
	width: 761px;
}

.full_content #bottom_rings {
	background: url('../img/design/bg_page_bottom_rings_full.png') no-repeat;
}

/*******/



/**** Menu **/

#menu {
	text-align: left;
	width: 229px;	
	float: left;
	margin-top: 0px;
	margin-left: -9px;
	margin-bottom: 15px;
}

#menu div {
	vertical-align: middle;
}

#menu .group {
	background: url('../img/design/bg_menu_group.png') no-repeat 0 0;
	padding-left: 20px;
    padding-bottom: 8px;
    padding-top: 7px;
	height: 14px;
	overflow: hidden;
}

#menu a {
	font-weight: normal;
	text-decoration: none;
	color: #efefef;
	display: block;
}

#menu a:hover {
	color: #efefef;	
	text-decoration: underline;
}

#menu .submenu  {
	padding-left: 30px;
    padding-bottom: 8px;
    padding-top: 7px;
	height: 14px;
	overflow: hidden;
}

#menu .bg_submenu {
	background: url('../img/design/bg_menu_submenu.png') no-repeat 0 0;
}

#menu .bg_submenu_active {
	background: url('../img/design/bg_menu_sub_active.png') no-repeat 0 0 !important;
}

.menu_empty {
	background: #757f86;
	width: 210px;
	height: 29px;
	position: relative;
	margin-left: 0px;
}

.menu_border {
	width: 189px;
	height: 28px;
	border-bottom: 1px solid #ADB3B8;
}

#menu .menu_active {
	background: url('../img/design/bg_menu_active.png') no-repeat 0 0 !important;
}

#menu .menu_active_silent {
	font-weight: bold;
}
/****/

/** Blöcke **/

#block {
	text-align: left;
	padding-bottom: 10px;
}

#block h2 {
	color: #a4100d;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial;
	padding: 0;
}

#block_header {
	position: relative;
	background: url('../img/design/bg_block_ring.png') no-repeat 0 0;
	height: 54px;
	width: 195px;
}

#block_body {
	position: relative;
	background: url('../img/design/bg_block_ring_body.png') repeat-y 0 0;
	padding: 8px 50px 5px 10px;
	color: #363f46;
	width: 177px;
}

#block_bottom {
	position: relative;
	background: url('../img/design/bg_block_ring.png') no-repeat 0 -55px;
	height: 10px;
	width: 195px;
}

#login_message {
	width: 138px;
	margin-bottom: 4px;
}

.teaser_login input {
/*	border: solid 1px #7d868d; */
	border: none;
	outline: none;
	height: 20px;
	width: 140px;
	color: #47545e;
	font-family: Verdana;
	background-color: #FFF;
	padding:0;
    padding-left: 3px;
    margin-left: 2px;
    margin-top: 3px;
}

.teaser_login #block_body {
	padding-left: 22px;
}

.teaser_login .t_line {
	margin-top: 10px;
	padding-bottom: 10px;
	width: 146px;
}

.login_menu {
	line-height: 24px;
	width: 146px;
}

.login_user {
	background: url('../img/design/login_user.png') no-repeat 0 0;
	height: 25px;
	width: 146px;
    margin-bottom: 4px;
}

.login_password {
	background: url('../img/design/login_password.png') no-repeat 0 0;
	height: 25px;
	width: 146px;
    margin-bottom: 4px;
}

.btn_login {
	background: url('../img/design/btn_login.png') no-repeat 0 0;
	height: 35px;
	width: 135px;
	float: right;
	margin-top: 15px;
	margin-right: 0px;
}

.btn_login  img{
	border: none !important;
}

.login_link {
	background: url('../img/design/btn_next_red_big.png') no-repeat right 0;
	text-align: left;
	font-weight: bold;
	line-height: 50px;
	height: 53px;
	padding-right: 58px;
	width: 41px;
	cursor: pointer;
	float: right;
    margin-top: -45px;
	margin-right: 20px;
	text-shadow: -1px 1px 2px white;
}

.login_over:hover .login_link {
	background: url('../img/design/btn_next_red_big_hover.png') no-repeat right 0;
}


/****/


/** Page Bottom **/

#page_bottom {
	background: url('../img/design/bg_page_bottom.png') repeat-x 0 0;
	width: 100%;
	height: 252px;
	z-index: 9;
}

#bottom_rings {
	background: url('../img/design/bg_page_bottom_rings.png') no-repeat 0 0 transparent;
	width: 990px;
	height: 46px;
	position: relative;
	top: -19px;
}

#bottom_links {
	text-align: left;
	padding: 0px;
}

#bottom_links  h6{
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}

#bottom_links hr{
	background: url('../img/design/footer_hr.png') repeat-x;
	border: none 0px;
	height: 2px;
	margin-bottom: 18px;
	margin-top: 4px;
}

#bottom_links a {
	color: #d1d1d1;
}

#bottom_links a:hover {
	color: #d1d1d1;
	text-decoration: underline;
}

#bottom_links .posi  {
	width: 111px;
	margin-left: 12px;
	float: left;
	position: relative;
}

#bottom_links .first {
	margin-left: 10px;
}

#bottom_links  .newsletter {
	width: 211px;
	position: relative; 
	margin-left: 12px;
	float: left;
}

.newsletter input {
	border: none;
	padding: 0;
}

.newsletter_name {
	background: url('../img/design/newsletter_name.png') no-repeat 0 0;
	width: 211px;
	height: 28px;
	margin-bottom: 4px;
}

.newsletter_email {
	background: url('../img/design/newsletter_email.png') no-repeat 0 0;
	width: 211px;
	height: 28px;
	margin-bottom: 4px;
}

.newsletter .input_text {
	margin-top: 5px;
}

.btn_send {
	width: 97px;
	height: 28px;
	background: url('../img/design/btn_send.png') no-repeat 0 0;
	cursor: pointer;
	margin-left: 114px;
	margin-top: 11px;
}

.btn_send:hover {
	background: url('../img/design/btn_send_over.png') no-repeat 0 0;
}

/****/



#main_inner {
	
}

/** Footer **/

#footer {
	position: relative;
	/*background-image: url('../img/design/main_bottom.gif');*/
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 980px;
	height: 24px;
	color: #757f86;
	text-align: right;
	padding-top: 10px;
	padding-right: 0px;
	font-size: 11px;
	font-weight: bold;
}

#footer a {
	color: #757f86;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
	color:#757f86;
}

.footer_left {
	position: relative;
	text-align: left;
	float: left;
	margin-left: 10px;
}

.footer_right {
	position: relative;
	text-align: right;
	float: right;
	margin-right: 20px;
}

/***************/

li {
	margin-left: 20px;
}

input, select {
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	width: 100px;
}

.input_text {
    background-color: #FFF;
    border: medium none;
    height: 20px;
    margin-left: 10px;
    margin-top: 4px;
    outline: medium none;
    padding: 0;
	font-family: Verdana;
}

.newsletter .input_text {
	width: 195px;
}

textarea {
	background-color:#FFFFFF;
	border:1px solid #888888;
	font-family:Arial, Verdana, Helvetica, Tahoma, sans-serif;
	font-size:12px;
	width: 100%;
	height: 70px;
	color: #666666;
}

a {
	text-decoration:none;
	color:#47545e;
}

a:hover, a:active, a:focus {
	color:#333333;
}

label {
	cursor: pointer;
}

label:hover {
	text-decoration: underline;
}

.cursor {
	cursor: pointer;
}

/*********/

.button_ok {
	font-weight: bold;
	color: #390;
}
.button_cancle {
	font-weight:normal;
	color: #C00;
}

/***********************************************************
	Überschriften
*/

h1, .h1 {
	height:20px;
	font-size:22px;
	padding-top: 4px;
	font-weight: bold;
	color: #a4100d;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
}
 .title_login {
	margin-top: -10px;
 }
 
h2 {
	height:20px;
	font-size:18px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 18px;
	font-weight: bold;
	font-family: Arial;
	color: #ffffff;
}

#content h2, .h2 {
	height: 24px;
	font-size:22px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 18px;
	padding-top: 24px;
	font-weight: bold;
	font-family: Arial;
	color: #a4100d;
	line-height: 24px;
}

h3 {
	color: #2e5467;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}

/*******+++++++*****/

.t_line {
	background: url('../img/design/hr_gray.png') repeat-x;
	height: 2px;
	border: none !important;
}

.focus {
	font-weight: bold;
	color: #a6a6a6;
}

.line {
		
}

.box_red {
	padding: 3px;
	border: 1px solid #BD4A4A;
	background-color: #D5A1A1;
}

.red {
	color: #a4100d;
}

ul {
	list-style-image: url('../img/design/ul_red.png');
}

input.clean {
	background: transparent;
	border: none;
	outline: none;
	height: 19px;
}

.bold {
	font-weight: bold;
}

.float {
	float: left;
}

.spacy {
	line-height: 24px;
}

/*******+++++++*****/

@media print {
	#header_top, #header_content, #header_footer, #foot, #menu {
		display: none;	
	}
}




/* BEGIN: APP_NEWSLETTER */

.login table tr td{
	padding: 0px;
	padding-top: 3px;
}

.news_archive_newsletter {
	margin-top: 35px;
	margin-bottom: 25px;
}

.login input.wide {
	border: #b3b3b3 solid 1px;
	height: 21px;
	width: 165px;
}

.btn_newsletter_send {
	background: url('../img/design/btn_contact_send.png') no-repeat;
	width: 176px;
	height: 38px;
	position: relative;
	top: 14px;
	left: 7px;
    padding-top: 17px;
	padding-right: 41px;
	padding-left: 13px;
	cursor: pointer;
    text-shadow: -1px 1px 2px #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

.btn_newsletter_send:hover {
	background: url('../img/design/btn_contact_send_hover.png') no-repeat;
	color: #333;
}

/* END: APP_NEWSLETTER */

/* BEGIN: LINKS & BUTTONS */

#content .t_text a, .t_text a, a.dot, .doted a {
    background-image: url("../img/design/btn_next_red_small.png");
    background-position: right center;
    background-repeat: no-repeat;
	overflow: visible;
    color: #47545E;
    font-weight: bold;
    padding-bottom: 10px;
    padding-right: 28px;
    padding-top: 4px;
}

#content .t_text a:hover , .t_text a:hover , a.dot:hover {
    background-image: url("../img/design/btn_next_red_small_hover.png");
	color: #333333;
}

.btn_search_middle {
	position: relative;
	background: url('../img/design/btn_middle.png') no-repeat;
	width: 163px;
	height: 38px;
	color: #767676;
    cursor: pointer;
    font-weight: bold;
    margin-right: 41px;
    padding-top: 17px;
	padding-left: 17px;
	text-align: left;
    text-shadow: -1px 1px 2px #FFFFFF;
    text-transform: uppercase;
}

.btn_search_middle:hover {
	background: url('../img/design/btn_middle_hover.png') no-repeat;
	color: #333;
}

.btn_long {
	position: relative;
	background: url('../img/design/btn_long.png') no-repeat;
	width: 276px;
	height: 38px;
	color: #767676;
    cursor: pointer;
    font-weight: bold;
    margin-right: 41px;
    padding-top: 17px;
	padding-left: 12px;
	text-align: left;
    text-shadow: -1px 1px 2px #FFFFFF;
}

.btn_long:hover {
	background: url('../img/design/btn_long_hover.png') no-repeat;
	color: #333;
}

.btn_long_back {
	position: relative;
	background: url('../img/design/btn_long_back.png') no-repeat;
	width: 275px;
	height: 39px;
	color: #767676;
    cursor: pointer;
    font-weight: bold;
    padding-top: 16px;
	padding-left: 55px;
	text-align: left;
    text-shadow: -1px 1px 2px #FFFFFF;
	text-transform: uppercase;
}

.btn_long_back:hover {
	background: url('../img/design/btn_long_back_hover.png') no-repeat;
	color: #333;
}


.btn_ausgabe_bestellen {
	background: url('../img/design/btn_ausgabe_bestellen.png') no-repeat;
	position: relative;
	width: 237px;
	height: 39px;
	color: #767676;
    cursor: pointer;
    font-weight: bold;
	margin-top: 73px;
	margin-left: -8px;
    padding-top: 16px;
	padding-left: 18px; 
	text-align: left;
    text-shadow: -1px 1px 2px #FFFFFF;
	text-transform: uppercase;
}

.btn_ausgabe_bestellen:hover {
	background: url('../img/design/btn_ausgabe_bestellen_hover.png') no-repeat;
	color: #333;
}

.btn_anfrage {
	margin-left: 228px;
	margin-top: 0px;
}

.btn_downloads {
	position: relative;
	background: url('../img/design/btn_downloads.png') no-repeat;
	width: 138px;
	height: 38px;
	color: #767676;
    cursor: pointer;
    font-weight: bold;
    margin-left: 342px;
	margin-top: -30px;
    padding-top: 17px;
	padding-left: 17px;
	text-align: left;
    text-shadow: -1px 1px 2px #FFFFFF;
    text-transform: uppercase;
}

.btn_downloads:hover {
	background: url('../img/design/btn_downloads_hover.png') no-repeat;
	color: #333;
}

.btn_base {
	position: relative;
	color: #767676;
    cursor: pointer;
    font-weight: bold;
    padding-top: 17px;
	text-align: left;
    text-shadow: -1px 1px 2px #FFFFFF;
    text-transform: uppercase;
}

.btn_base:hover {
	color: #333;
}

.btn_member {
   background-image: url('../img/design/btn_member.jpg');
   background-repeat: no-repeat;
   width: 241px;
   height: 59px;
   padding-top: 28px;
   padding-left: 12px;
   float: right;
   margin-top: 10px;
}

.btn_office {
   background-image: url('../img/design/btn_office.jpg');
   background-repeat: no-repeat;
   width: 336px;
   height: 50px;
   padding-top: 27px;
   padding-left: 11px;
   float: right;
   margin-top: 10px;
}

/* END: LINKS & BUTTONS */

.main_boxed {
	padding: 1px;
	border: 1px solid #CCCCCC;
	background-color: #FFF;
}

.sub_boxed {
	background-color: #DEDEDE;
	padding: 10px;
}

/* BEGIN: ZEITSCHRIFT/MAGAZIN */

.newspaper {
	height: 215px;
}

.newspaper table{
	padding: 0px;
	height: 205px;
	
}

.newspaper h2, .bisherige_ausgaben h2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	color: #47545e;
}

.tab1 {
	width: 100px;
}
.tab2 {
	width: 150px;
	padding-bottom: 2px;
}
.tab2 input[type=text], .tab2 select {
	width: 150px;
}

/******/

.shadow_field, .kosten, .bg_beitragshoehe, .field_wide, .choice {
    text-shadow: -1px -1px 1px #54585b;
}

.app_register_tarif input[type="checkbox"], .app_register_tarif input[type="radio"] {
    margin-bottom: 0px;
    vertical-align:top;
}

/* #### item_line.css #### */ 
/** product_list **/

.item_list {
	background-color: #FFF;
	border: 1px solid #333;
}

.item_list .item {
	border-bottom: 2px solid #FFF;
	background-color: #F3F3F3;
}

.item_list .header {
	background-color: #333;
	color: #FFF;
	padding: 4px;
}

.item_list  .item .left, .item_list  .item .right, .item_list  .header .left, .item_list  .header .right {
	padding: 3px;
	margin: 0;
}

.item_list .item:hover {
	opacity: 0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}

.item_list .item:active {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.item_list  .item {
	cursor: pointer;
}
/* #### app_contact.css #### */ 
/** app_contact **/

.input_height {
	height: 26px;
}

/* BEGIN: APP_CONTACT */

.app_contact {
	margin-top: 50px;
}

.app_contact table tr td{
	padding: 1px;
}

.app_contact .field {
	padding-left: 5px;
}

.contact input[type=text],.contact input[type=password] {
	border: #b3b3b3 solid 1px;
	height: 18px;
	width: 165px;
}

.app_contact input.normal {
	border: #b3b3b3 solid 1px;
	height: 12px;
	width: 12px;
	top: 3px;
	position: relative;
}

.app_contact textarea {
	border: #b3b3b3 solid 1px;
	height: 193px;
	width: 233px;
	margin-top: 10px;
}

.btn_contact_reset {
	width: 166px;
	height: 38px;
	background: url('../img/design/btn_contact_reset.png') no-repeat;
	margin-left: -5px;
    padding-top: 17px;
	padding-left: 64px;
    text-shadow: -1px 1px 2px #FFFFFF;
	text-transform: uppercase;
}

.btn_contact_reset:hover{
	background: url('../img/design/btn_contact_reset_hover.png') no-repeat;
	color: #333;
}


.btn_contact_send {
	width: 158px;
	height: 38px;
	background: url('../img/design/btn_contact_send.png') no-repeat;
	margin-right: -7px;
    padding-top: 17px;
	padding-right: 72px;
    text-shadow: -1px 1px 2px #FFFFFF;
	text-transform: uppercase;
}

.btn_contact_send:hover {
	background: url('../img/design/btn_contact_send_hover.png') no-repeat;
	color: #333;
}

/* END: APP_CONTACT */
/* #### app_contact_address.css #### */ 
/** app_contact_address **/


/* BEGIN: APP_CONTACT_ADRESS */

.contact_address .btn_red_small {
	position: relative;
	top: -19px;
	right: -4px;
}

.email:hover .btn_red_small{
	background: url('../img/design/btn_next_red_small_hover.png') no-repeat 0 0
}

/* END: APP_CONTACT_ADRESS */
/* #### app_register.css #### */ 
.register .left {
	width: 162px;
	height: 25px;
}

.bg_reg_selected {
	background: url('../img/design/bg_reg_selected.jpg') no-repeat;
	width: 383px;
	height: 39px;
	float: right;
	margin-top: -220px;
}

.register_check .bg_reg_selected {
	margin-top: -175px;
}

.register .coin_exklusiv {
	margin-top: -28px;
	margin-left: -15px;
	padding-right: 13px;
}

.coin_txt {
	padding-top: 11px;
}

.input_year_month {
	margin-top: 30px;
}

.input_year {
	background: url('../img/design/bg_beratung_check_green.png') no-repeat;
	width: 198px;
	height: 35px;
	padding-top: 11px;
	padding-left: 12px;
}

.input_year_month label:hover {
	text-decoration: none;
}

.input_month {
	background: url('../img/design/bg_beratung_check_gray.png') no-repeat;
	width: 198px;
	height: 35px;
	padding-top: 11px;
	padding-left: 12px;
}

.register .month, .register .year {
	width: 60px;
}

.register .choice {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}

.register .month_price, .register .year_price {
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0px;
    text-align: right;
    width: 83px;
}
.register .or {
	width: 90px;
	padding-left: 30px;
	padding-top: 13px;
}

.register .pos_radiobtn {
	margin-left: 21px;
	padding-top: 2px;
	float: left;
}
/* #### app_register_steps.css #### */ 
.app_register_steps {
	
	width: 749px;
	height: 23px;
	position: relative;
	margin-left: -21px;
	font-weight: bold;
	color: #fff;
	padding-top: 6px;
}

.step_1 {
	background: url('../img/design/reg_step_1.jpg') no-repeat;
}

.step_2 {
	background: url('../img/design/reg_step_2.jpg') no-repeat;
}

.step_3 {
	background: url('../img/design/reg_step_3.jpg') no-repeat;
}

.tarif, .ihre_daten, .fertig  {
	margin-left: 44px;
	width: 210px;
}

.fertig {
	margin-left: 55px;
	width: 180px;
}
/* #### app_register_tarif.css #### */ 
.app_register_tarif {
	margin-top: 20px;
}

.reg_all {
	float: right;
}

.reg_all label:hover  {
	text-decoration: none;
}

.reg_all label:hover .tarif_name  {
	text-decoration: underline;
}

.bg_reg_checkbox {
	background: url('../img/design/bg_reg_checkbox.png') no-repeat;
	width: 664px;
	height: 47px;
	margin-bottom: 70px;
}

.app_register_tarif .coin_basis {
	margin-top: -14px;
	margin-left: -28px;
}

.app_register_tarif .coin_premium {
	margin-top: -14px;
	margin-left: -38px;
}

.app_register_tarif .coin_exklusiv {
	margin-top: -14px;
	margin-left: -35px;
}

.tarif_name {
	padding-left: 16px;
	padding-top: 16px;
	float: left;
}

.dot_query {
	background: url('../img/design/dot_query.png') no-repeat;
	margin-top: 13px;
	margin-left: 10px;
	width: 24px;
	height: 25px;
	float: left;
}

.dot_query:hover {
	background: url('../img/design/dot_query_active.png');
}

.app_register_tarif .bg_beitragshoehe {
	float: right;
	margin-right: 10px;
	margin-top: 3px;
}

.input_radio {
	float: right;
	margin-right: 17px;
	margin-top: 18px;
}
/* #### backup.css #### */ 
/** backup **/


.backup {
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px dotted #aaaaaa;
	position:relative;
	float:none;
	width: 100%;
	display: inline-block;
}

.backup .header {
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
}

.backup .info {
	background-image: url('../img/design/arrow_link.gif');
	padding-left: 14px;
	background-repeat: no-repeat;
	background-position: center left;
	border: 0px;
}

.backup .info_active {
	background-image: url('../img/design/arrow_down.gif');
	padding-left: 14px;
	background-repeat: no-repeat;
	background-position: center left;
	border: 0px;
	font-weight: normal;	
	cursor: pointer;
}

.backup .header:hover {
	background-color: #e1e3e4;
}

.backup .action {
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
}

#backup_archiv .backup .header:hover {
	background-color: #F2F2F2;
}

#backup_archiv .backup .light_back {
	background-color: #F2F2F2;
}

/* #### bgh_urteile.css #### */ 
.bgh_urteile {
	
}

.bgh_urteile .t_line{
	margin-top: 8px;
	padding-bottom: 6px;
}

.bgh_urteile .float {
	float: left;
}

.bgh_urteile .padding {
	padding-right: 5px;
}

.bgh_urteile #year {
	width: 82px;
	height: 21px;
}

.bg_input_textsearch {
	background: url('../img/design/bg_input_textsearch.jpg') no-repeat;
	width: 167px;
	height: 19px;
	padding: 1px 2px;
}

.bgh_urteile #txt {
	width: 168px;
	padding: 0;
}

.bgh_urteile .btn_ok {
	margin-top: -4px;
}

.friendly {
	width: 37px;
	height: 37px;
	float: left;
}

.p_green {
	background: url('../img/design/point_green.png') no-repeat center center;
}

.p_red {
	background: url('../img/design/point_red.png') no-repeat center center;
}

.p_gray {
	background: url('../img/design/point_gray.png') no-repeat center center;
}

.txt_left_float {
	float: left;
	width: 375px;
}

.txt_title {
	font-weight: normal;
	height: 35px;
	overflow: hidden;
	vertical-align:middle;
	display: table-cell;
}

.one_line {
    line-height: 35px;
    vertical-align: middle;
}

.bgh_urteile .pull .info {
	padding-left: 47px;
	width: 400px;
}
/* #### bisherige_ausgaben.css #### */ 
.bisherige_ausgaben {
	margin-top: 0px;
}

.bisherige_ausgaben .t_line {
	margin-top: 19px;
/*	padding-bottom: 6px; */
}

.bisherige_ausgaben .ausgaben_trenner {
	margin-top: 11px;
}

.bisherige_ausgaben select {
	width: 82px;
	height: 21px;
	margin-left: 5px;
}

.bisherige_ausgaben table {
	position: relative;
	padding: 0px;
	border: 0px;
	width: 100%;
}

.bisherige_ausgaben td {
	vertical-align: top;
}

.bisherige_ausgaben .main_boxed {
	margin-bottom: 15px;
}

.bisherige_ausgaben .sub_boxed {
	padding-top: 15px;
	padding-bottom: 15px;
}
/* #### btn_app_register.css #### */ 

.btn_app_register {
	
}

.btn_register, .btn_extra_long {
	background: url('../img/design/btn_mitgliedwerden.png') no-repeat;
	width: 215px;
	height: 41px;
	color: #767676;
    cursor: pointer;
    font-weight: bold;
    margin-right: 41px;
    padding-top: 17px;
	padding-left: 25px;
	text-align: left;
    text-shadow: -1px 1px 2px #FFFFFF;
	text-transform: uppercase;
}

.btn_register:hover, .btn_extra_long:hover {
	background: url('../img/design/btn_mitgliedwerden_hover.png') no-repeat;
	color: #333;
}

.btn_app_register .btn_pos {
	position: relative;
	float: right;
	margin-right: -45px;
	margin-top: -15px;
	margin-bottom: -5px;
}

.btn_app_register .btn_pos_back {
	float: left;
	margin-top: -14px;
	margin-bottom: -5px;
}

.btn_register_back {
	background: url('../img/design/btn_mitglied_back.png') no-repeat;
	width: 175px;
	height: 41px;
	color: #767676;
    cursor: pointer;
    font-weight: bold;
    margin-right: 41px;
    padding-top: 16px;
	padding-left: 65px;
	text-align: left;
    text-shadow: -1px 1px 2px #FFFFFF;
	text-transform: uppercase;
}

.btn_register_back:hover {
	background: url('../img/design/btn_mitglied_back_hover.png') no-repeat;
	color: #333;
}

.btn_extra_long {
	background-image: url('../img/design/btn_extra_long.jpg');
	width: 307px;
	padding-left: 8px;
}

.btn_extra_long:hover {
	background-image: url('../img/design/btn_extra_long_hover.jpg');
}
/* #### btn_middle_controller.css #### */ 

.btn_middle_controller {
	
}

.btn_middle_controller .btn_pos {
	position: relative;
	margin-left: 310px;
	margin-top: -5px;
	margin-bottom: -10px;
}
/* #### btn_mitgliedwerden_controller.css #### */ 

.btn_mitgliedwerden_controller {
	
}

.btn_mitgliedwerden {
	background: url('../img/design/btn_mitgliedwerden.png') no-repeat;
	width: 225px;
	height: 42px;
	color: #767676;
    cursor: pointer;
    font-weight: bold;
    padding-top: 16px;
	padding-left: 15px;
	text-align: left;
    text-shadow: -1px 1px 2px #FFFFFF;
	text-transform: uppercase;
}

.btn_mitgliedwerden:hover {
	background: url('../img/design/btn_mitgliedwerden_hover.png') no-repeat;
	color: #333;
}

.btn_mitgliedwerden_controller .btn_pos {
	position: relative;
	float: right;
	margin-bottom: -5px;
	padding-top: 20px;
}
/* #### cart.css #### */ 
/** app_cart **/

.cart .title {
	padding-top: 11px;
	padding-bottom: 22px;	
}

.cart_content {
	padding-left: 19px;
	padding-right: 19px;
}

.product_cart {
	background-image: url('../img/design/order_item_back.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
	border-bottom: 1px solid #a8a8a8;
	padding-left: 19px;
	padding-right: 19px;
}

.product_cart .top_content {
	height: 95px;
	overflow: hidden;
}

.product_cart .description {
	float: left;
	width: 210px;
	overflow: hidden;
	padding-top: 14px;
	padding-bottom: 14px;
}

.product_cart .sub_description {
	height: 50px;
	overflow: hidden;
	padding-top: 5px;
}

.product_cart .image {
	float: left;
	width: 140px;
}
.product_cart .action {
	float: left;
	width: 70px;
	padding-top: 14px;
	padding-bottom: 14px;
}
.product_cart .count {
	float: left;
	width: 85px;
	padding-top: 14px;
	padding-bottom: 14px;
}
.product_cart .price {
	float: left;
	width: 83px;
	padding-top: 14px;
	padding-bottom: 14px;
	font-weight: bold;
}

.product_head {
	background-color: #d6d2cd;
	border-top: 1px solid #e0ddd9;
	border-bottom: 1px solid #bdbab6;
	margin-top: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #555555;
	background-image: none;
}

.product_head .description {
	padding: 0px;
}

.product_head .image {
	padding: 0px;
}

.product_head .count {
	padding: 0px;
}
.product_head .action {
	padding: 0px;
}
.product_head .price {
	padding: 0px;
	font-weight: normal;
}

.order_total {
	margin-top: 11px;
	padding-top: 11px;
	background-image: url('../img/design/order_total_back.jpg');
	background-repeat: repeat-x;
	background-position:top;
	border-top: 1px solid #a8a8a8;
}

.order_total .price {
	float: right;
	width: 83px;
	padding-left: 40px;
}
/* #### company.css #### */ 
/** downloads **/

.company {
	padding-top: 20px;	
}

.company .item {
	background-color: #f7f7f6;	
	padding: 10px;
	margin-top: 5px;
}

.company .item_active {
	background-color: #CFCFCF;
}

.company .company_content {
	line-height: 170%;
	float: left;
	width: 300px;
}

.company .item_menu {
	line-height: 170%;
	float: right;
	width: 90px;
	text-align: right;
}

.company .post_box {
	color: #777;	
}
/* #### download_page.css #### */ 
.download_page {
	margin-top: 20px;
}

.bg_downloads {
	background: url('../img/design/bg_downloads.jpg') no-repeat;
	padding-left: 12px;
	padding-top: 13px;
	width: 468px;
	height: 148px;
}

.downloads_pic {
	width: 79px;
	float: left;
	margin-right: 10px;
}

.downloads_txt {
	float: left;
	width: 370px;
}

.download_page .description {
	height: 58px;
	overflow: hidden;
}
/* #### downloads.css #### */ 
/** downloads **/

.downloads {
	padding-top: 20px;	
}

.downloads .item {
	background-color: #eeeded;	
	padding: 10px;
	padding-top: 15px;
	padding-bottom: 5px;
}

.downloads .img {
	width: 100px;
	height: 100px;
	padding-left: 1px;
	padding-top: 1px;
	float: left;
	background-image: url('../img/design/downloads_background.jpg');
   background-repeat: no-repeat;
}

.downloads .info {
	width: 530px;
	min-height: 70px;
	margin: 0;
	padding: 0;
	padding-top: 18px;
}

.downloads .link {
	margin: 0;
	padding: 0;
	text-align: right;
}
/* #### experten_tipps.css #### */ 
.experten_tipps {
	margin-top: 15px;
}

/* #### forum.css #### */ 
/** forum **/

.forum .item, .forum .list_item {
	background-color: #FFF;
	border: 1px solid #AAA;
	margin-bottom: 5px;
}

.forum .list_item .subitem {
	float: left;
	width: 230px;
}

.forum .list_item .main, .forum .title {
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

.forum .title {
	border-bottom: 1px solid #999;
}

.forum .list_item .sub, .forum .item .info {
	background-color: #47545E;
	padding: 5px;
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
}

.forum a:hover .main {
	text-decoration: underline;
}

.forum .item .description {
	padding: 5px;
}

/* #### hotline.css #### */ 
.hotline {
	position: relative;
}

.bg_hotline {
	background: url('../img/design/bg_hotline.jpg') no-repeat right bottom;
	margin-right: -17px;
	z-index: 10;
	height: 175px;
}

.kosten {
	background: url('../img/design/bg_beratung_mitglied.png') no-repeat;
	position: relative;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	padding-left: 6px;
	padding-top: 2px;
	width: 165px;
	height: 41px;
}

.kosten * {
	font-family: Arial;
}

.kosten .left {
	padding-top: 9px;
	margin: 0;
	width: 90px;
}

.kosten .right {
	margin: 0;
	font-size: 22px;
	width: 60px;
	padding-top: 9px;
	padding-right: 9px;
}

.kosten_red {
	background: url('../img/design/bg_beratung_fremd.png') no-repeat;
}

.hotline .kosten_red {
	margin-top: 37px;
}

.mobil {
	margin-top: 40px;
	position: relative;
}

.hotline_nr_1 {
	position: absolute;
	left: 185px;
	top: 11px;
	font-family: Arial;
	font-weight: bold;
	font-size: 26px;
}

.hotline_nr_2 {
	position: absolute;
	left: 185px;
	top: 95px;
	font-family: Arial;
	font-weight: bold;
	font-size: 26px;
}
/* #### insurance.css #### */ 
.insurance {

}

.insurance .t_line {
    margin-top: 8px;
    padding-bottom: 7px;
}

.insurance img {
	margin-top: 9px;
	margin-bottom: -2px;
}

/* #### magazine.css #### */ 
/** magazine **/

.magazine .img {
   width: 125px;
   height: 165px;
	padding-top: 2px;
	padding-left: 2px;
	background-image: url('../img/design/magazine_img.jpg');
   background-repeat: no-repeat;
}

/* #### mietminderung.css #### */ 
.mietminderung {
	
}

.mietminderung .t_line {
	margin-top: 3px;
	padding-bottom: 6px;
}

.mietminderung select {
	width: 55px;
	height: 21px;
}

.mietminderung .item {
	padding-top: 2px;
	padding-bottom: 2px;
}
/* #### mietsrecht_urteile.css #### */ 
.mietsrecht_urteile {
	margin-top: 15px;
}

.mietsrecht_urteile .listing {
	width: 20px;
}

.mietsrecht_urteile .max_width {
	width: 460px;
	overflow: visible;
}

.mietsrecht_urteile .width {
	width: 440px;
	margin-bottom: 15px;
}
/* #### news.css #### */ 
/** news **/

.news {
	padding-top: 20px;
	padding-bottom: 20px;
}


/* #### newsletter_list.css #### */ 
/** newsletter_list **/

.newsletter_list .item {
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #999;
}

/* #### office_details.css #### */ 

.office_details {
	
}

.office_details .btn_pos {
	margin-bottom: -16px;
}

.office_details .btn_pos2 {
	margin-bottom: -10px;
	margin-top: -10px;
}

.office_details .pictures {
	margin-bottom: 13px;
}

.td_width {
	width: 25%;
}

.office_details .adress {
	margin-left: -3px;
}

.office_details .head {
    background-image: url("../img/design/news_item_folded.png") no-repeat;
    color: #757F86;
    cursor: pointer;
    font-weight: bold;
    height: 38px;
    padding-left: 12px;
    padding-top: 17px;
    width: 485px;
}

.office_details .head:hover {
	background-image: url("../img/design/news_item_folded.png") no-repeat;
}

.office_images .t_image {
	height:126px;
	width:93px;
	overflow: visible;
	float: left;
	margin-right: 30px;
}

.office_images .empty_image {
	height:126px;
	width:93px;
	background-color: #DEDEDE;
}
/* #### office_search.css #### */ 

.office_search {
	margin-top: 24px;
}

.office_search_input {
	text-align: right;
	position: relative;
	margin-top: -55px;
	float: right;
	width: 170px;
	height: 115px;
}

.office_search_input .bg_plz_input {
	background: url('../img/design/office_search_input.png') no-repeat;
	width: 170px;
	height: 23px;
	position: relative;
	float: right;
	border: none;
	margin-top: 5px;
	margin-right: -11px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 4px;
}

.office_search_input input {
	width: 150px;
	padding: 0;
}

.office_search  .btn_pos{
	position: relative;
	left: 0px;
	top: 0px;
	margin-bottom: 15px;
}

/* #### office_search_result.css #### */ 

.office_search_result{
	background: url('../img/design/bg_office_search_result.png') no-repeat;
	width: 458px;
	height: 117px;
	margin-bottom: 27px;
	margin-top: 0px;
	padding-top: 13px;
	padding-left: 12px;
	padding-right: 12px;
}

.office_search_result .btn_pos {
	position: relative;
	top: -7px;
	left: 205px;
}


/* #### opinion.css #### */ 
/** opinion **/

.opinion_admin {
	padding-top: 0px;	
}

.opinion_admin .item {
	border: 1px solid #999;
	padding: 10px;
}

.opinion_admin .opinion_content {
}

.opinion_admin .title {
	font-weight: bold;
}

.opinion_admin .comment {
	padding-top: 15px;
}

.opinion_admin .name {
	font-weight: normal;
	color: #999;
}

.opinion_admin .zitat {
}

.opinion_admin .pic {
	width: 210px;
	height: 190px;
	float: left;
}

.opinion_admin .content {
	width: 245px;
	float: left;
}

/* #### opinion_teaser.css #### */ 

.opinion_body {
	height: 302px;
}

.opinion .page_index {
	text-align: right;
	color: #9da3a8;
	margin-right: 39px;
}


.opinion .bubble {
	background: url('../img/design/bg_bubble.png') no-repeat 0 0;
	height: 190px;
	margin-left: 19px;
	color: #757f86;
    padding-left: 33px;
    padding-right: 75px;
    padding-top: 19px;
    position: absolute;
    left: 26px;
    top: 17px;
    z-index: 11;
}

.opinion .btn_prev {
	position: absolute;
	width: 37px;
	height: 37px;
	top: 75px;
	left: 28px;
	z-index: 100;
}

.opinion .btn_next {
	position: absolute;
	width: 66px;
	height: 66px;
	top: 73px;
	left: 450px;
	z-index: 100;
}

.opinion .btn_bubble_prev {
	background: url('../img/design/btn_prev_gray.png') no-repeat 0 0;
	width: 37px;
	height: 37px;
}

.opinion .btn_bubble_prev:hover {
	background: url('../img/design/btn_prev_gray_hover.png') no-repeat 0 0;
}

.opinion .btn_bubble_next {
	background: url('../img/design/btn_next_gray.png') no-repeat 0 0;
	height: 66px;
	width: 66px;
}

.opinion .btn_bubble_next:hover {
	background: url('../img/design/btn_next_gray_hover.png') no-repeat 0 0;
}

.opinion .person_name {
	color: #757f86;
	margin-left: 45px;
	font-weight: bold;
	line-height: 130%;
	position: relative;
	top: 225px;
	width: 200px;
	z-index: 11;
}

.opinion .person_name span {
	color: #47545e;
	font-weight: normal;
}

.opinion .pic {
	background-repeat: no-repeat;
	width: 209px;
	height: 184px;
	top: 153px;
	left: 195px;
	position: absolute;
	z-index: 10;
}

.opinion .comment {
	height: 91px;
	width: 360px;
	overflow: hidden;
}

.opinion .slide_item {
	position: absolute;
	left: 0;
	top: 0;
}

.opinion {
	position: relative;
	left: -20px;
	width: 516px;
	overflow: hidden;
	height: 339px;
	top: 10px;
}


/* #### partner.css #### */ 
/** opinion **/

.partner {
	padding-top: 20px;	
}

.partner .item {
	background-color: #efefef;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.partner .press_content {
	width: 480px;
	float: left;
	padding-bottom: 10px;
	padding-left: 22px;
}

.partner .img {
	width: 148px;
	float: left;
	height: 100px;
	padding-top: 1px;
	padding-left: 1px;
	background-image: url('../img/design/partner_img.jpg');
   background-repeat: no-repeat;
}

.partner .title {
	padding-bottom: 25px;
	padding-top: 10px;
	font-weight: bold;
}

.partner .comment {
	min-height: 60px;
}

.partner .web {
	text-align: right;
	padding-top: 10px;
}
/* #### partner_items.css #### */ 

.partner_items {
	
}

.sorting {
	background: url('../img/design/bg_article_aktuelles.png') no-repeat;
	width: 456px;
	height: 18px;
	margin-top: 20px;
	padding: 20px 12px;
	margin-bottom: 19px;
}

.sorting_how {
	width: 139px;
	height: 21px;
	background: #fff;
	margin-right: 50px;
}

.partner_items .float {
	float: left;
}

.partner_items .padding {
	padding-right: 5px;
}

.partner_items .bg_plz_input {
	background: url('../img/design/bg_input_plz.png') no-repeat;
	width: 61px;
	height: 19px;
	padding-left: 11px;
	padding-top: 3px;
}

.partner_items input[type=text] {
	width: 45px;
	height: 16px;
	padding: 0;
}

.btn_ok {
	background: url('../img/design/btn_ok.png') no-repeat;
	width: 40px;
	height: 24px;
	color: #fff;
	font-weight: bold;
	position: relative;
	margin-top: -3px;
	padding-top: 4px;
	padding-left: 21px;
	text-transform: uppercase;
	float: right;
	cursor: pointer;
}

.btn_ok:hover {
	background: url('../img/design/btn_ok_hover.png') no-repeat;
}

.partner_items .t_line {
	margin-top: 3px;
	padding-bottom: 6px;
}

.big_letter {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 6px;
}

.partner_list {
	margin-top: 5px;
}
.partner_article {
	position: relative;
	background: url('../img/design/bg_article_aktuelles.png') no-repeat 0 0;
	width: 480px;
	height: 58px;
	padding-left: 13px;
	padding-top: 9px;
	float: left;
}

.partner_article:hover .btn_red_small {
	background: url('../img/design/btn_next_red_small_hover.png') no-repeat 0 0;
}

.partner_items .read_more {
	float: right;
    left: 0;
    margin-top: -32px;
    position: relative;
}

.partner_entry {
	font-weight: normal;
}

.name {
	font-weight: bold;
}

/* #### preise.css #### */ 
.preise {
	width: 497px;
}

.light_gray {
	color: #757f86;
}

.preise .pull  .head {
	float: left;
}

.basis  {
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	width: 497px;
}

.premium {
	margin-top: 35px;
	margin-bottom: 20px;
	position: relative;
	width: 497px;
}

.exklusiv {
	margin-top: 35px;
	margin-bottom: 60px;
	position: relative;
	width: 497px;
}

.tarif_office {
	margin-top: 40px;
	margin-bottom: 20px;
	position: relative;
	width: 497px;
}

.coin_basis {
	background: url('../img/design/coin_basis.png') no-repeat;
	position: relative;
	z-index: 10;
	width: 79px;
	height: 79px;
    margin-left: -20px;
    margin-top: -28px;
	float: left;
}

.coin_premium {
	background: url('../img/design/coin_premium.png') no-repeat;
	position: relative;
	z-index: 10;
	width: 94px;
	height: 91px;
    margin-left: -30px;
    margin-top: -30px;
	float: left;
}

.coin_exklusiv {
	background: url('../img/design/coin_exklusiv.png') no-repeat;
	position: relative;
	z-index: 10;
	width: 95px;
	height: 125px;
    margin-left: -30px;
    margin-top: -30px;
	float: left; 
}

.coin_office {
	background: url('../img/design/coin_office.png') no-repeat;
	position: relative;
	z-index: 10;
	width: 128px;
	height: 135px;
    margin-left: -30px;
    margin-top: -43px;
	float: left; 
}

.beitragshoehe {
	height: 45px;
	float: left;
	line-height: 39px;
	width: 108px;
}

.bg_beitragshoehe  {
	background: url('../img/design/bg_beitragshoehe.png') no-repeat;
	color: #fff;
	float: left;
	width: 340px;
	height: 34px;
	padding-top: 11px;
	padding-left: 3px;
}

.bg_beitragshoehe .month {
	float: left;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	width: 85px;
	margin-left: 5px;
	margin-right: 0px;
}

.bg_beitragshoehe .year {
	float: left;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	width: 86px;
	margin-left: 18px;
	margin-right: 0px;
}

.bg_beitragshoehe .month_price {
	float: left;
	text-align: right;
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	width: 62px;
	margin-left: 0px;
	margin-right: 0px;
}

.bg_beitragshoehe .year_price{
	float: left;
	text-align: right;
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	width: 67px;
	margin-left: 0px;
	margin-right: 0px;
}

/* #### product.css #### */ 
.product {
	margin-bottom: 20px;
}

.product .kosten .left, .product .kosten .kosten_red .left {
	width: 95px !important;
}

.product .kosten .right, .product .kosten .kosten_red .right {
	width: 60px !important;
	text-align: right;
}

.shop_pic {
	width: 79px;
	margin-right: 8px;
	float: left;
}

.betrag {
	float: left;
	margin-top: 5px;
	width: 112px;
	text-align: right;
}

.product .img {
	width: 79px;
	float: left;
}

.product .description {
	width: 185px;
	padding-left: 10px;
	float: left;
}

.product .subdescription {
	padding-top: 10px;
}

.product .title {
	height: 34px;
	overflow: hidden;
	font-weight: bold;
}

.product .info {
	overflow: hidden;
	height: 34px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.product .price {
	width: 175px;
	float: right;
	text-align: left;
	padding-left: 15px;
}

.product .t_line {
	margin-top: 6px;
	margin-bottom: 3px;
	margin-right: 10px;
	padding: 0;
}

.product .cart_select {
	padding-top: 0px;
	padding-right: 10px;
}

.product .cart_select select {
	float: left;
	width: 54px;
	margin-top: 4px;
	margin-left: 38px;
	height: 18px;
	padding: 0px;
	text-align: center; 
}

.product .total_view {
	padding-top: 4px;
	float: right;
}

/* #### pull.css #### */ 
/** pull **/

.pull_list {
    padding-top: 10px;
}

.pull .listing {
	width: 27px;
}

.pull {
	padding-bottom: 2px;
    width: 485px;
}

.pull .head {
   background-image: url('../img/design/news_item_folded.png');
   background-repeat: no-repeat;
   width: 485px;
   height: 38px;
   cursor: pointer;
   color: #757f86;
   font-weight: bold;
   padding-top: 17px;
   padding-left: 12px;
}

.pull .head:hover {
   background-image: url('../img/design/news_item_folded_hover.png');
   text-decoration: underline;
}

.pull .head strong {
	color: #47545e;
}

.pull:hover .head strong {
	text-decoration: underline;
}

.pull .opened, .pull .opened:hover {
   background-image: url('../img/design/news_item_open.png');
}


.pull .info {
	width: 465px;
	padding: 10px;
	padding-top: 4px;
	padding-bottom: 14px;
	padding-right: 20px;
	color: #47545e;
	border-top: none;
	margin-right: 20px;
	margin-bottom: 0px;
	background: url('../img/design/news_item_open_body.png') repeat-y;
}

.pull .bottom {
	width: 485px;
	height: 6px;
	background: url('../img/design/news_item_open_bottom.png') no-repeat 0 bottom;
}


/* BEGIN: PULL_EXTENDED */

.pull_extended .head {
	background: url('../img/design/item_folded_big.png') no-repeat;
	height: 59px;
	padding-top: 12px;
	padding-left: 5px;
}

.pull_extended .head:hover {
	background: url('../img/design/item_folded_big_hover.png') no-repeat;
}

.pull_extended .opened, .pull_extended .opened:hover {
    background: url("../img/design/item_open_big.png") no-repeat;
}

.pull_extended .info {
    background: url("../img/design/item_open_body_big.png") repeat-y;
	margin-top: -12px;
	padding-top: 15px;
}

.pull_extended .bottom {
	background: url("../img/design/item_open_bottom_big.png") no-repeat;
}

/* END: PULL_EXTENDED */

/* #### search.css #### */ 
/** search **/

.content_search .item {
	padding: 4px;
	border: 1px solid #999;
	background-color: #FFF;
	margin-bottom: 5px;
	overflow: hidden;
}

.content_search .item:hover .red {
	text-decoration: underline;
}

/* #### seminare.css #### */ 
/** seminare **/

.seminare input[type=text] {
	width: 471px;
}

.seminare .item .left {
	width: 113px;
	float: left;
	font-weight: bold;
}

.seminare .item .right {
	float: left;
	text-align: left;
	width: 354px;
	margin-left: 0px;
}

.seminare .t_line {
    margin-top: 8px;
    padding-bottom: 6px;
}

.field_wide {
   background-image: url('../img/design/field_wide_green.jpg');
   background-repeat: no-repeat;
   width: 335px;
   height: 44px;
   color: #FFF;
   overflow: hidden;
   padding-left: 8px;
   padding-right: 12px;
}

.field_wide .left_col {
	width: 105px;
	padding-top: 11px;
	float: left;
}

.field_wide .right_col {
	width: 225px;
    overflow: hidden;
    padding-top: 2px;
    float: right;
    text-align: right;
}

.field_gray {
   background-image: url('../img/design/field_wide_gray.jpg');
}
/* #### shop_basket.css #### */ 
.shop_basket .left {
	padding-top: 7px;
	width: 170px;
}

.shop_basket .right {
	padding-top: 13px;
	font-weight: bold;
	width: 230px;
}
/* #### shop_top.css #### */ 
.shop_top {
	position: relative;
}

#cart_list {
	padding-right: 13px;
}

.btn_bestellen {
	position: absolute;
	background: url('../img/design/btn_bestellen.png') no-repeat;
	width: 180px;
	height: 39px;
	color: #767676;
    cursor: pointer;
    font-weight: bold;
    right: -6px;
    top: 2px;
    padding-top: 14px;
	padding-left: 12px;
	text-align: left;
    text-shadow: -1px 1px 2px #FFFFFF;
	float: right;
	text-transform: uppercase;
}

.shop_top .head:hover {
	text-decoration: none;
	/*background-image: url('..');*/
}

.shop_top table tr td {
	padding: 1px;
}

.shop_top .head .btn_bestellen:hover {
	text-decoration: underline;
}

.shop_top table {
	font-weight: normal;
}

.shopping_list {
	background: #bfbfbf;
	padding: 7px 14px 10px 14px;
}

.shopping_list .price {
	float: right;
	font-weight: bold;
}

.shop_top ul {
    list-style-image: none;
}

.shop_top li {
	margin-left: 15px;
	line-height: 20px;
}

.shop_top .betrag {
	margin-top: 12px;
	text-align: left;
	width: 72px;
}

.shop_top .bg_beitragshoehe  {
	float: right;
	margin-right: -10px;
   background-image: url('../img/design/shop_summe.jpg');
   background-repeat: no-repeat;
   width: 385px;
   height: 35px;
}

.mwst {
	float: right;
	margin-right: 8px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: -16px;
}

.shop_top .bg_beitragshoehe .month {
	width: 99px;
}

.shop_top .bg_beitragshoehe .month_price {
	text-align: right;
	width: 75px;
	padding-right: 10px;
}

.shop_top .bg_beitragshoehe .year {
	width: 102px;
	margin-left: 5px;
}

.shop_top .bg_beitragshoehe .year_price {
	text-align: right;
	width: 75px;
}

/* #### teaser.css #### */ 
/** teaser **/

.teaser img {
	border-top: #757f86 1px solid;
	border-bottom: #757f86 1px solid;
	margin-left: -9px;
	margin-bottom: 10px;
}

.teaser .help_more {
	text-align: right;
	font-weight: bold;
	line-height: 20px;
	background: url('../img/design/btn_next_red_small.png') right 0 no-repeat;
	height: 25px;
	padding-right: 30px;
	cursor: pointer;
	margin-top: 15px;
}

.a_teaser:hover .help_more {
	background: url('../img/design/btn_next_red_small_hover.png') right 0 no-repeat !important;
}

.teaser img:hover .help_more {
	background: url('../img/design/btn_next_red_small_hover.png') right 0 no-repeat !important;
}

/******** Special ***********/

.teaser .help_more .help {
	color: #a4100d;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial;
	padding: 0;
}

.teaser_hotline .tel_nr {
	background: #fff;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	height: 50px;
	margin-left: -9px;
	padding-left: 4px;
	width: 184px;
	line-height: 50px;
	vertical-align: middle;
	border-top: 1px solid #757F86;
}

.teaser .teaser_hotline img {
	border-top: none;
}

/*
#block .help_more img {
	position: relative;
	right: 0px;
	border: none;
	margin-top: 7px;
}

/*
.teaser_forum .btn_red_small {
	margin-right: -4px;
}

.teaser .help_more {
	line-height: 25px;
	height: 25px;
	margin-top: -2px;
	font-weight: bold;
	line-height: 18px;
	background: url('../img/design/btn_next_red_small.png') right 0 no-repeat;
	height: 25px;
	width: 156px;
	padding-right: 25px;
	float: right;
}

.teaser:hover .help_more {
	background: url('../img/design/btn_next_red_small_hover.png') right 0 no-repeat !important;
}

.teaser_hotline .tel_nr {
	background: #fff;
	color: #a4100d;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	height: 50px;
	width: 100%;
	margin-left: -9px;
	padding-left: 9px;
	width: 179px;
	line-height: 50px;
	vertical-align: middle;
	border-top: 1px solid #757F86;
}

.teaser_hotline .help {
	color: #a4100d;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial;
	padding: 0;
}

.teaser_more_boni {
	line-height: 25px;
	height: 25px;
	margin-top: 22px;
	font-weight: bold;
	line-height: 18px;
	background: url('../img/design/btn_next_red_small.png') right 0 no-repeat;
	height: 25px;
	width: 127px;
	padding-right: 6px;
	float: right;
}

.teaser_more_shop {
	line-height: 25px;
	height: 25px;
	margin-top: 22px;
	font-weight: bold;
	line-height: 18px;
	background: url('../img/design/btn_next_red_small.png') right 0 no-repeat;
	height: 25px;
	width: 79px;
	padding-right: 6px;
	float: right;
}

.teaser_more_vorteile {
	line-height: 25px;
	height: 25px;
	margin-top: 22px;
	font-weight: bold;
	line-height: 18px;
	background: url('../img/design/btn_next_red_small.png') right 0 no-repeat;
	height: 25px;
	width: 160px;
	padding-right: 6px;
	float: right;
}

.teaser_vorteile ul {
	list-style-image:url(../img/design/ul_red.png); 
}

.teaser_vorteile li {
	margin-left: 16px;
}

.teaser_more_bhg {
	line-height: 25px;
	height: 25px;
	margin-top: 22px;
	font-weight: bold;
	line-height: 18px;
	background: url('../img/design/btn_next_red_small.png') right 0 no-repeat;
	height: 25px;
	width: 156px;
	padding-right: 6px;
	float: right;
}

.teaser_more_partner {
	line-height: 25px;
	height: 25px;
	margin-top: 22px;
	font-weight: bold;
	line-height: 18px;
	background: url('../img/design/btn_next_red_small.png') right 0 no-repeat;
	height: 25px;
	width: 156px;
	padding-right: 6px;
	float: right;
}
*/
/* #### temp_member_lock.css #### */ 
/** temp_member_lock **/

.btn_locked {
   background-image: url('../img/design/for_members_only.jpg');
   background-repeat: no-repeat;
   width: 294px;
   height: 103px;
   color: #FFF;
   font-weight: bold;
   padding-left: 185px;
   padding-top: 60px;
}

.btn_locked:hover {
	text-decoration: underline;
   background-image: url('../img/design/for_members_only_hover.jpg');
}

.btn_locked_big {
   background-image: url('../img/design/for_members_only_big.jpg');
   background-repeat: no-repeat;
   width: 278px;
   height: 275px;
   margin-left: 95px;
}

.btn_locked_big:hover {
   background-image: url('../img/design/for_members_only_big_hover.jpg');
}
/* #### vermieter_lex.css #### */ 
.vermieter_lex {

}

.vermieter_lex select {
	width: 284px;
	padding-left: 10px;
}

.vermieter_lex   .pull .info {
	padding: 4px 35px 14px 10px;
	width: 450px;
}

.vermieter_lex .t_line {
    margin-top: 8px;
    padding-bottom: 6px;
}
/* #### vo_betriebskosten.css #### */ 
.vo_betriebskosten {
	margin-top: 15px;
}

.vo_betriebskosten .max_width {
	width: 460px;
	overflow: visible;
}

.vo_betriebskosten .width {
	width: 440px;
	margin-bottom: 15px;
}
/* #### vo_heizkosten.css #### */ 
.vo_heizkosten {
	margin-top: 15px;
}
.vo_heizkosten .listing {
	width: 25px;
}

.vo_heizkosten .max_width {
	width: 460px;
	overflow: visible;
}

.vo_heizkosten .width {
	width: 435px;
	margin-bottom: 15px;
}
/* #### vo_main.css #### */ 
.vo_main {
	margin-top: 15px;
}

.vo_main select {
	width: 188px;
}

/* #### vo_wohnkosten.css #### */ 
.vo_wohnkosten {
	margin-top: 15px;
}

.vo_wohnkosten .listing {
	width: 25px;
}

.vo_wohnkosten .max_width {
	width: 460px;
	overflow: visible;
}

.vo_wohnkosten .width {
	width: 435px;
	margin-bottom: 15px;
}
