﻿@charset "UTF-8";
@import "alf_standard.css";
@import "rte.css";

/***********************************************************
	Main
*/

html {
	height: 100%;
}
*{
	font-family: Verdana, Geneva, sans-serif;	
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #efefef;
	font-family: Verdana, Geneva, sans-serif;
	
	font-size: 11px;
	line-height: 130%;
	color: #5f5f5f;
	height: 101%;
	
	background-image: url(../img/design/main_back.gif);
	background-position:center;
}


li {
	margin-left: 20px;
}

table {
	border:0px;
	padding:0px;
	margin:0px
}

p {
	padding: 0px;
}

table tr td {
	padding: 3px;
}

input, select {
	font-family:Arial, Verdana, Helvetica, Tahoma, sans-serif;
	font-size:12px;
	width: 100px;
}

.wide {
	width: 150px;
}
.emails .extra_wide, .extra_wide {
	width: 250px;
}

.normal {
	width: auto;
}

.text_input {
	border: 1px solid #666666;
}

.button {
	width: auto;
}

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;
	
}

img, div {
	margin: 0px;
	padding: 0px;
	border: none;
}

a {
	text-decoration:none;
	color:#58585a;
}

a:hover, a:active, a:focus {
	color:#333333;
}

.alf_part_error li {
	background-image:none;
	list-style: outside square;
	height:auto;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
}

.alf_part_error ul {
	padding-left: 10px;
}


/***********************************************************
	Page
*/

#page {
	width:1013px;
	margin:0 auto;
	position:relative;
	height: 100%;
	background-image:url(../img/design/content_back.gif);
	background-repeat: repeat-y;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */

}

#content {
	position:relative;
	float: left;
	width: 810px;
	padding-left: 0px;
	padding-top: 26px;
}

#menu_logo {
	position:relative;
	float: left;
	width: 119px;
	height:105px;
}

#content a {
	text-decoration:none;
	font-weight: bold;
	color: #5f5f5f;
}
#content a:hover {
	color: #333333;
}

#content_top {
	width: 122px;
	height: 225px;
	left: 0px;
	top: 0px;
	position: absolute;
	background-image: url('../img/design/main_back_top.gif');
}

#content_bottom {
	width: 361px;
	height: 181px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	background-image: url('../img/design/main_back_bottom.gif');
}

#content_min {
	position: relative;
	float:right;
	width: 5px;
	height: 470px;
}

#content_content {
	position: relative;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 30px;
}

#main_inner {
	
}

#header_top {
	width: 940px;
	height: 78px;
	color: #999999;
	padding-right: 15px;
	padding-top: 12px;
	padding-left: 25px;
	font-size: 10px;
	position: relative;
}

#header_submenu {
	position: absolute;
	top: 12px;
	right: 15px;
}
#header_menu {
	position: absolute;	
	bottom: 0px;
	right: 15px;
	height: 52px;
}
#header_logo {
	position: absolute;
	left: 25px;
	bottom: 4px;
}

#header_menu div {
	float:left;
	position: relative;
}

#header_menu a, #header_footer a {
	text-decoration:none;
	color:#FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	line-height: 18px;
	
}

#header_menu .container{
	padding-top: 3px;
	background-color: #bcc0c4;
	height: 22px;
}

#header_menu .focus {
	background-color: #2e5467;
	font-weight: normal;
}

#header_menu a:hover, #header_footer a:hover {
	text-decoration:none;
	color:#EEEEEE;
}

#feet {
	width: 900px;
	color: #999999;
	padding-right: 55px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 25px;
	font-size: 10px;
	overflow: visible;
	position:relative;
}

.feet_menu div {
	float: left;
	padding-right: 6px;
}

.div_content {
	margin-left: 15px;
	margin-right: 15px;
}

.content_line {
	width: 990px;
	height: 17px;
	background-image: url(../img/design/content_line.gif);
	background-repeat: no-repeat;
	padding-bottom: 9px;
	float: none;
}

.content_logo_line {
	width: 990px;
	height: 17px;
	background-image: url(../img/design/content_logo_line.gif);
	background-repeat: no-repeat;
	margin-top: 9px;
}

#header_content {
	width: 1001px;
	overflow: hidden;
	color: #FFF;
}

#header_content a {
	background-image: url(../img/design/header_dot.gif);
	color: #FFF;
}
#header_content a:hover {
	color: #EEE;
}


#main {
	width: 989px;
	padding-left: 12px;
	padding-right: 12px;
}

#foot {
	background-image: url('../img/design/main_bottom.gif');
	background-repeat: no-repeat;
	width:950px;
	height:20px;
	text-align: right;
	padding-top: 10px;
	padding-right: 24px;
	font-size: 11px;
}

#foot a {
	color: #FFFFFF;
	text-decoration: none;
}

#foot a:hover {
	text-decoration:none;
	color:#CCCCCC;
}

.flag_span {
	border-left: 1px solid #9A9A9A; 
	padding-left:4px; 
	padding-top: 0px; 
	margin-left: 5px;
}

.language_select_div {
	float:right;
	top:-1px; 
	position:relative; 
	width: 107px; 
	height:20px;
	overflow:visible;
	font-size: 11px;
}
.language_select {
	border:1px solid #9A9A9A; 
	padding: 0px; 
	padding-bottom: 0px;
	margin-left: 10px; 
	padding-left: 4px; 
	padding-right: 1px;
	padding-top: 1px;
	/*overflow:hidden;
	height:16px;*/
	width: 90px; 
	background-color:#FFFFFF;
	position: absolute;
}
/*
.language_select:hover {
	overflow:visible;
	height: auto;
}

.language_select:hover {
	overflow:visible;
	height: auto;
}
.language_select:hover .language_list {
	top:0px;
}*/

.emails input {
	width: auto;	
}

.language_list {
	position:relative;
	text-align: right;
}

.template_menu {
	text-align:left; 
	position:absolute; 
	top: -175px; 
	right: 0px;
	background-color: #FFF; 
	border: 1px solid #666; 
	padding: 3px;
	width: 190px;
}
.template_menu div {
	border-bottom: 1px solid #666;
	padding-bottom: 3px;
	padding-top: 3px;
	width: 190px;
}

.template_menu a img {
	/*border-right: 1px solid #304b47;*/
}

.product_details {
	border: 1px solid #6c6c6c;
	padding: 10px;
}

.product_details .side_left {
	float: left;
	width: 400px;
}

.product_details .side_right {
	float: right;
	width: 310px;

}
.product_details .side_right td {
	padding: 0px;
	padding-bottom: 8px;
}

.table_header {
	background-color: #f0f0f2;	
	font-weight: bold;
}
.table_content {
	background-color: #ced1d5;	
}
.table_padding {
	padding: 5px;	
	border-bottom: 1px solid #FFF;
}

.image_border {
	border: 1px solid #6c6c6c;
}

.sell_upload_div {
	position:absolute;
	left: 400px;
	top: 53px;
}

.sell_upload_div_bottom {
	position:absolute;
	left: 400px;
	bottom: 45px;
}

.sell_upload {
	height: 66px;
}

.sell_upload .img {
	width: 95px;
	border-right: 1px solid #6C6C6C;
	float: left;
	margin-right: 15px;	
}


/***********************************************************
	Überschriften
*/

h1, .h1 {
	height:20px;
	font-size:20px;
	padding-bottom: 22px;
	font-weight: normal;
	color: #304b47;
	font-family:Verdana, Arial, Helvetica, Tahoma, sans-serif;
}

h2 {
	height:20px;
	font-size:18px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 18px;
	font-weight: normal;
	color: #304b47;
}

#header_content h2 {
	color: #FFF;
}

h3 {
	color: #2e5467;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}

hr {
	color: #999999;
	size:1px;
}


/*******+++++++*****/

.focus {
	font-weight: bold;
	color: #8e8e8e;
}

.white {
	color: #FFF;	
}

.text_editor {
	padding: 2px;
	border: 1px solid #666;
	height: 100px;
	width: 100%;
	overflow: auto;
	word-wrap: break-word;
}

.t_text {
	font-weight: normal;
	padding-bottom: 22px;
}

.t_text img, .t_boldtext img {
 	vertical-align:middle;
}

.t_text strong, .t_text b, * b {
	color:#8e8e8e;
}

.t_boldtext {
	font-weight: bold;
	color: #8e8e8e;
	padding-bottom: 22px;
}

.t_image {
	padding-bottom: 22px;
}

.t_line, .line {
	padding-bottom: 22px;
	height: 1px;
	line-height: 1px;
	border-top: 1px dotted #A6A6A6;
}

.line_top {
	border-top: 1px dotted #A6A6A6;
	padding-bottom: 10px;
	line-height: 0px;
}

.div_line {
	border-bottom: 1px dotted #A6A6A6;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.line_bottom {
	border-top: 1px dotted #A6A6A6;
	margin-top: 10px;
	padding-bottom: 2px;
	line-height: 0px;
}

.edit_line {
	border-top: 3px solid #304b47;
	border-bottom: 1px solid #304b47;
	margin-bottom: 4px;
}
.edit_box {
	padding: 2px;
	border-top: 3px solid #304b47;
	/*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 #CCCCCC;
	margin-bottom: 4px;
	margin-top: 4px;
}

#copyright_name {
	float: left;
	width: 200px;
	font-weight: bold;
}
#copyright_email {
	float: left;
	width: 400px;
	font-weight: bold;
}
#gallery_image {
	border-bottom: 1px solid #a6a6a6;
	border-top: 1px solid #a6a6a6;
	height: 411px;
	background-color: #454545;
	text-align: center;
}
#gallery_list {
	padding: 8px;
	padding-left: 10px;
	background-color: #454545;
}
#gallery_list img {
	cursor: pointer;
	vertical-align: bottom;
}

.gallery_front_list {
	width: 825px;
	overflow: hidden;
}

.gallery_front_list img {
	cursor: pointer;
	vertical-align: bottom;
	margin-right: 8px;
	margin-top: 8px;
}

#gallery_comment {
	padding: 3px;
	overflow: auto;
	height: 49px;
	border-bottom: 1px solid #a6a6a6;
}

.product_comment {
	width: 700px;
	height: 37px;
	float: left;
	font-size: 10px;
	line-height: normal;
	padding: 2px;
	padding-top: 3px;
	padding-left: 10px;
	font-weight: bold;
}

.product_pix {
	width: 692px;
	height: 95px;
	border-top: 1px solid #a6a6a6;
	border-bottom: 1px solid #a6a6a6;
	float: left;
	padding: 10px;
}

.product_content {
	width: 712px;
	height: 397px;
	float: left;
}

.product_left {
	width: 115px;
	height: 536px;
	border-right: 1px solid #a6a6a6;
	float: left;
	text-align: center;
	padding: 10px;
}

.template_textarea {
	width: 95%;
	height: 100px;
	color: #666666;
}

.special_active {
	/*background-color: #304b47;
	padding-left: 3px;
	padding-right: 3px;*/
	font-weight: bold;
}

.input_td {
	padding: 0px;
}

.img_list {
	overflow: hidden;
	padding-top: 10px;
}

.img_list img {
	padding-right: 20px;
	cursor: pointer;
}

.line_item {
	padding: 3px;
	border-bottom: 1px solid #DDDDDD;
}

.colored {
	color: #304b47;
	font-weight: bold;
}

.short {
	width: 60px;
}

.long {
	width: 300px;
}

.info {
	float: left;
}

.right {
	float: right;
	width: 220px;
	text-align: right;
	margin-left: 10px;
}

.left {
	float: left;
	width: 220px;
	text-align: left;
	margin-right: 10px;
}

.middle {
	text-align: center;
	font-size: 14px;
}

.category_item {
	padding-right: 10px;
	border-right: 1px solid #DDDDDD;
}

#button_left, #button_right {
	position:absolute;
	top:280px;
	left:5px;
	background-color:#FFF;
	padding: 10px;
	font-weight:bold;
	cursor: pointer;
	z-index: 500;
}
#button_right {
	left:auto;
	right:0px;
	top:280px;
}

.light_bottom {
	text-align: right;
	padding: 0px;	
	padding-top: 5px;
	padding-bottom: 5px;
}
.light_border {
	border: 1px solid #9A9A9A;
	width: 848px;
}

.color_field {
	border: 1px solid #666;
	height: 24px;
	width: 100px;
	cursor: pointer;
	padding: 3px;
	padding-top: 9px;
	text-align: center;
	margin-right: 3px;
}

#color_table {
	position:absolute;
	top: 30px;
	left: 130px;
	width: 560px;
	height: 500px;
	border: 1px solid #666;
	overflow: auto;
	background-color:#FFF;
}

.alf_list_page {
	color: #A6A6A6;	
}

#content .alf_list_page a {
	color: #A6A6A6;	
	font-weight: normal;
}

#content .alf_list_page a:hover {
	color: #47545E;
}

/********/

.red {
	color: #E3101D;
	font-weight: bold;
}

.small {
	color: #666666;
	font-size: 10px;
	font-weight: normal;
}

.small_art a {
	text-decoration:none;
	color:#A6A6A6;
}

.small_art a:hover, .small_art a:active, .small_art a:focus {
	text-decoration:none;
	color:#000000;
}

.dot  {
	text-decoration:none;
	color:#666666;
	font-weight: bold;
	padding-left: 14px;
	background-image: url(../img/design/dot.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #5f5f5f;
	line-height: 17px;
}

.dot a:hover {
	text-decoration:none;
	color:#333333;
}


.t_text a,.t_boldtext a  {
	text-decoration:none;
	font-weight: bold;
	color: #5f5f5f;
}

.t_text a:hover,.t_boldtext a:hover {
	text-decoration:none;
	color:#333333;
}

.breit {
	width: 85%;
}

/********/

.search {
	position: relative;
}

.search .map {
	width: 350px;
	float: left;
}

.search .rightmenu {
	width: 155px;
	float: right;
}

.impressum_fix {
	padding-top: 18px;
	margin-top: 18px;
	border-top: 1px dotted #A6A6A6;
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px dotted #A6A6A6;
	position: relative;
}

.news {
	padding-top: 3px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	position: relative;
}

.news .info {
	padding-top: 12px;
	float: none;
}

.team {
	padding-top: 24px;
	border-bottom: 1px dotted #A6A6A6;
	padding-bottom: 6px;
	position: relative;
	height: 110px;
	line-height: 22px;
}

.team .img {
	width: 95px;
	height: 110px;
	border-right: 1px solid #9A9A9A;
	float: left;
}

.team .info {
	float:left;
	width: 300px;
	height: 110px;
	padding-left: 18px;
}

.team .link {
	float:right;
	width: 80px;
	height: 110px;
	text-align: right;
}

.opinion {
	padding-top: 24px;
	border-bottom: 1px dotted #A6A6A6;
	padding-bottom: 18px;
	position: relative;
}
.opinion .img {
	width: 250px;
	height: 120px;
	border-right: 1px solid #9A9A9A;
	float: left;
}
.opinion .info {
	width: 300px;
	height: 130px;
	float: left;
	padding-left: 18px;
}
.opinion .comment {
	padding-top: 18px;
}

.faq {
	padding-top: 18px;
	border-bottom: 1px dotted #A6A6A6;
	padding-bottom: 18px;
	position: relative;
	color: #FFFFFF;
	width: 100%;
}

#content .faq .dot {
	color: #FFFFFF;
	background-image: url(../img/design/faq_dot.gif);
}
#content .faq .dot:hover {
	color: #333333;
}

.job {
	padding-top: 18px;
	border-bottom: 1px dotted #A6A6A6;
	padding-bottom: 6px;
	position: relative;
	color: #FFFFFF;
	width: 100%;
}

.job .header {
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	position: relative;
	height: 20px;
	background-color: #691313;
	border-bottom: 1px solid #FFF;
}

.job .answer {
	padding: 10px;
	padding-top: 4px;
	padding-bottom: 0px;
	position: relative;
	height: 20px;
	background-image: url(../img/design/faq_back.gif);
}

.job .info {
	position: relative;
	float: none;
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ebebeb;
	color: #47545e;
	margin: 0px;
	border-bottom: 1px solid #FFF;
}

.admin_menu_main {
	padding: 5px;
	background-color:#BA9585;
	border-top: 3px solid #FFFFFF;
	color:#FFF;
}
.admin_menu_sub_title {
	padding: 5px;
}
.admin_menu_sub {
	border: 4px solid #823E20;
	background-color:#955B41;/*823E20 955B41*/
	margin-top: 3px;
	color:#FFF;
}

#menu_list ul {
	margin-top: 4px;
}

#menu_list input {
	width: 200px;
}
#menu_list a {
	color: #FFF;
}

.faq .header {
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	position: relative;
	height: 20px;
	background-color: #304B47;
	border-bottom: 1px solid #FFF;
}

.faq .answer {
	padding: 10px;
	padding-top: 4px;
	padding-bottom: 0px;
	position: relative;
	height: 20px;
	background-image: url(../img/design/faq_back.gif);
}
.faq .feeter {
	height: 12px;
	width: 578px;
	position: relative;
	line-height: 3px;
	top: -2px;
}

.faq .info {
	position: relative;
	float: none;
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ebebeb;
	color: #47545e;
	margin: 0px;
	border-bottom: 1px solid #FFF;
}

.contact table, .contact td {
	padding-left: 0px;
}
.contact .wide {
	width: 220px;	
	height: 15px;
	line-height: 15px;
}

.download {
	padding-top: 18px;
	border-bottom: 1px dotted #A6A6A6;
	padding-bottom: 10px;
	position: relative;
	height: 106px;
}

.download .img {
	width: 95px;
	height: 106px;
	border-right: 1px solid #9A9A9A;
	float: left;
}

.download .info {
	float:left;
	width: 330px;
	height: 170px;
	padding-left: 18px;
}

.download .link {
	float:right;
	width: 80px;
	text-align: right;
	padding-top: 91px;
}

.grey {
	color: #8e8e8e;
}

.content_half {
	width: 515px;
	float: left;
}

.content_right {
	width: 184px;
	float: right;
}

.content_right .line {
	padding-bottom: 12px;
	margin-top: 2px;
}
.content_right .focus {
	padding-top: 4px;
	padding-bottom: 4px;
}

.request_line {
	 width: 810px;
	 height: 24px;
	 padding: 5px;	
	 overflow: hidden;
	 background-repeat:no-repeat;
	 margin-bottom: 10px;
}
.request_line div {
	float: left;
	width:180px;
	padding-left: 10px;
	padding-right: 10px;
	text-align:center;
}

.mailer_list {
	width: 100%;
	border: 1px solid #666666;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	position:relative;
}

.mailer_list .element {
	padding: 1px;
	padding-left: 4px;
	border-bottom: 1px solid #FFF;
	cursor: default;
}

.mailer_list .element:hover div {
	text-decoration: underline;
}

.mailer_list .checkboxes {
	width: 120px;
	overflow:hidden;
	float: left;	
}

.mailer_list .info_adress {
	width: 300px;
	overflow:hidden;
	float: left;	
}

.mailer_list .info_name {
	width: 300px;
	overflow:hidden;
	float: left;
	color: #999999;	
}

.mailer_list .info_date {
	width: 80px;
	overflow:hidden;
	float: left;
	color: #999999;	
}

/***** STANDARD *******/

.clear {
	clear:left;
}

.clear_both {
	clear:both;
}

.special {
	font-weight: bold;
	color: #C01E25;
}

.selected {
	border-color: #FF6600;
}


.product_line:hover td {
	text-decoration:underline;
	cursor: pointer;
}

.flag {

	float: right;
	width: 27px;
	height: 15px;
	border: 1px solid #FFF;
	background-color: #FFF;
	padding: 1px;

}

.flag_s {

	/*border-color: #823E20;*/
	border-color: #888;

}

.alpha_50 {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	position: absolute;
	width: 200px;
	height: 20px;
}

@media print {
	/*
	#header_top, #header_content, #header_footer, #foot, #menu {
		display: none;	
	}
	*/
	body {
		background-color: #ffffff;	
		background-image: none;
	}
	#page {
		background-image:url(../img/design/content_back_print.gif);
		height: auto;
	}
	/*
	html {
		height: auto;	
	}
	*/
	.dontprint {
		display: none;	
	}
}