@charset "UTF-8";


@import url(ie6.css);
@import url(yaml/core/base.css);
@import url(yaml/navigation/nav_shinybuttons.css);
@import url(basemod_one_col.css);
@import url(lightbox.css);
@import url(lightbox.css);


/* 
Headbereich: 
@import url(yaml/debug/debug.css);

#top= 120pt
#topnavbar= 8pt
#topnav= 28pt

*/

/* import url(content.css); */

/* @import url(yaml/print/print_003_draft.css); drucken */

/* Lightbox (Dialog) */


/* Von den Grafikern definierter Style @import url(font.css); */


/* Mehrfach verwendeter Style */

/* Header 
#header {
 background: url("../images/texture_public_header.png") repeat-x;
}
*/



.public_head {
	height: 80px;
	position: relative;
	bottom: 0;
	left: 0;
	width: auto; 
	min-width: 50em;
	max-width: 80em;
	z-index: 0;
}


.public_head #topnavbar {
	background-color: #000000;
	height: 0.5em;
	position: relative;
	top: 0px;
	width: 784px;
	min-width: 50em;
	max-width: 80em;
	color: #000;
}


.public_head #topnav {
	background-color: #B13614;
	position: relative;
	right: 0pt;
	top: 0px;
	height: 1.5em;
	padding-right: 1em;
	padding-top: 0.5em;
	text-align: right;
	text-decoration: none;
	vertical-align: middle;
	width: 772px;
	min-width: 58em;
	max-width: 80em;
	z-index: 1;
}
.public_head #topnav a { 
	color: #fff; 
}

.public_head #logo {
	top: 0px;
	padding-left: 16px;
	padding-top: 16px;
	padding-bottom: 0px;
	position: relative;
	width: auto; 
	min-width: 49em;
	max-width: 80em;;
}



.login_con {
	background: url("../images/login_bg.png");
	width: 745px; 
	min-width: 47em;
	max-width: 80em;
	height: 9em;
	position: absolute;
	top: 12px;
	left: 0px;
	right: 0px;
	padding-left: 5%;
	z-index: 1;
}

.login_con #text {
	background: url("../images/input.png") no-repeat;
	width: 222px;
	height: 18px;
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 3px;
	border: 0;
}

.login_con #close {
	background: url("../images/close.png") no-repeat center center;
	width: 13px;
	height: 13px;
	padding: 3px;
	position: absolute;
	right: 0;
	bottom: 1em;
	right: 1em;	
	cursor: pointer;
}

.loginform {
	background: #fff;
}



/*
 * Ab hier koennten wir modularisieren!
 */

/* index.php */
#start_page_top {
	background: url("../images/border.gif") no-repeat left bottom;
	position: relative;
	width: 780px;
	height: 320px;
	overflow: hidden;
}

#start_page_bottom {
	position: relative;
	width: 715px;
	margin-top: 50px;
	margin-left: 8px;
	margin-right: 75px;
}

#start_page_top_left_image {
	background: url("../images/start_top_left.png") no-repeat bottom left;
	height: 320px;
	overflow: auto;
	position: relative;
	margin-left: 70px;
	/*bottom: 0;*/
	bottom: 6px;
}

#start_page_text_top_left {
	background: url("../images/white_overlay.png") repeat;
	position: absolute;
	width: 310px;
	left: 14px;
	margin: 10px;
	bottom: 8px;
	background-image: url(../images/white_overlay2.gif);
}

#start_page_top_right_image {
	background: url("../images/start_top_right_price.png") no-repeat center center;
	overflow: auto;
	height: 320px;
	position: absolute;
	bottom: 0;
	left: 405px;
	background-image: url(../images/start_top_right_price.png);
}

#plus {
	background: url("../images/plus.png") no-repeat center center;
	width: 64px;
	height: 64px;
	position: absolute;
	left: 320px;
	top: 110px;
	bottom: 0;
}

#start_page_text_top_right {
	background: url("../images/white_overlay.png") repeat;
	width: 310px;
	position: absolute;
	right: 0px;
	margin-right: 62px;
	bottom: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	background-image: url(../images/white_overlay2.gif);
}
/** JETZT KOMMT DAS FUER DAS 1. FEATURE
#start_page_text_top_right {
	background: url("../images/white_overlay.png") repeat;
	width: 310px;
	position: absolute;
	right: 0px;
	margin: 6px 120px 30px 8px;
	bottom: 10px;
}*/

/**#start_page_text_bottom_middle {
	position: absolute;
	top: 150px;

}**/

.important_list {
	list-style-image: url(../images/list_important.png);
	margin-left: 1px;
}

/** Nur für IE6 **/
.important_list {
	list-style-image: url(../images/list_important.gif);
	margin-left: 1px;
}

.black {
	left: 0;
	right: 0;
	width:100%;
	text-align: center;
	margin-right: 62px;
	background: #000000;
	color: #ffffff;
	font-size: 18px;
}

/* about.php */
#about_us_top {
	width: 100%;
	min-height: 200px;
}

#about_us_bottom {
	width: 100%;
}

ul{
   margin-top: 5px;
}

/* faq.php */
.faq_expand {
	background: #f4f4f4;
	list-style-image: url("../images/list_minus.png");
}
/*
.faq_expand div {
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
}
*/

.faq_collapse {
	background: #fff;
	list-style-image: url("../images/list_plus.png");
}

/*
.faq_collapse div {
	display: none;
}
*/

.no_underline_black {
	color: #333333;
	text-decoration: none;
}

.underline_black {
	color: #333333;
	text-decoration:underline;
}

