﻿@charset "UTF-8";
@import "alf_standard.css";
@import "rte.css";

/***********************************************************
	Main
*/
@media print {
	#header_top, #header_content, #header_footer, #foot, #menu {
		display: none;	
	}
	.dontprint {
		display: none;	
	}
}

body {
	margin-left: 0px;
	margin-top: 29px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #efefef;
	
	font-size: 12px;
	line-height: 140%;
	color: #5f5f5f;
}


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;
}

.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:#F58B46;
}

.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:974px;
	margin:0 auto;
	position:relative;
}

#content {
	position:relative;
	float: left;
	width: 719px;
}

#content a {
	text-decoration:none;
	font-weight: bold;
	color: #5f5f5f;
}
#content a:hover {
	color: #F58B46;
}

#menu a, #header_footer a {
	text-decoration:none;
	color:#FFFFFF;
}

#menu .item {
	position: absolute;
	top: -10px;
	text-align: left;
	height: 20px;
	padding-left: 20px;
	width: 220px;
	padding-top: 14px;
}

#menu .holder {
	position: relative;
	height: 25px;
}

#menu .first {
	top: -10px;
}

#menu .dark {
	background-image: url( '../img/design/menu_dark.gif' );
}

#menu .notdark {
	background-image: url( '../img/design/menu_notdark.gif' );
	padding-left: 25px;
	width: 215px;
}

#menu .focus {
	background-image: url( '../img/design/menu_focus.gif' );
}

#menu a:hover, #header_footer a:hover {
	text-decoration:none;
	color:#CCCCCC;
}

#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: 120px;
	padding-top: 20px;
	width: 578px;
	padding-bottom: 30px;
}

#main_inner {
	width: 960px;
	padding-left: 7px;
	padding-right: 7px;
}

#header_top {
	width: 945px;
	text-align: right;
	height: 21px;
	color: #999999;
	padding-right: 29px;
	padding-top: 12px;
	background-image: url( '../img/design/main_top.gif' );
	font-size: 11px;
}

#header_content {
	width: 960px;
	height: 240px;
	overflow: hidden;
}

#header_footer {
	width: 700px;
	height: 21px;
	background-image: url( '../img/design/main_top_bottom.gif' );
	padding-top: 5px;
	padding-left: 260px;
	color: #FFFFFF;
	font-size: 12px;
}

#main {
	background-image: url( '../img/design/main_back.gif' );
	background-repeat: repeat-y;
	background-color: #FFF;
	width: 974px;
}

#menu {
	float:left;
	width: 240px;
	position:relative;
	padding-right: 1px;
	font-size: 11px;
}

#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: 100px; 
	height:20px;
	overflow:visible;
}
.language_select {
	border:1px solid #9A9A9A; 
	padding: 0px; 
	padding-bottom: 0px;
	margin-left: 10px; 
	padding-left: 4px; 
	padding-right: 1px;
	overflow:hidden;
	height:17px;
	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;
}

.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 #F58B46;*/
}



/***********************************************************
	Überschriften
*/

h1, .h1 {
	height:20px;
	font-size:18px;
	padding-bottom: 30px;
	font-weight: normal;
	color: #f58b46;
}

h2 {
	height:20px;
	font-size:18px;
	padding-bottom: 18px;
	font-weight: normal;
	color: #f58b46;
}


h3 {
	color: #5782e4;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}

hr {
	color: #999999;
	size:1px;
}


/*******+++++++*****/

.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:text-bottom;
}

.t_text strong, .t_text b {
	color:#A6A6A6;
}

.t_boldtext {
	font-weight: bold;
	color: #a6a6a6;
	padding-bottom: 22px;
}

.t_image {
	padding-bottom: 22px;
}

.t_line, .line {
	padding-bottom: 22px;
	height: 1px;
	line-height: 1px;
	border-top: 1px dotted #000000;
}

.flag {

	float: right;
	width: 29px;
	height: 17px;
	border: 1px solid #FFF;
	margin-left: 5px;

}

.flag {

	float: right;
	width: 27px;
	height: 15px;
	border: 1px solid #FFF;
	padding: 1px;

}

.flag_s {

	border-color: #823E20;

}

.flag:hover {

	border-color: #BA9585;

}

.line_top {
	border-top: 1px dotted #000000;
	padding-bottom: 10px;
	line-height: 0px;
}

.div_line {
	border-bottom: 1px dotted #000000;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.line_bottom {
	border-top: 1px dotted #000000;
	margin-top: 10px;
	padding-bottom: 2px;
	line-height: 0px;
}

.edit_line {
	border-top: 3px solid #f58b46;
	border-bottom: 1px solid #f58b46;
	margin-bottom: 4px;
}
.edit_box {
	padding: 2px;
	border-top: 3px solid #f58b46;
	/*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_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: #f58b46;
	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: #F58B46;
	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;
}

.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;
	width:842px;
}
.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;
}

/********/

.red {
	color: #CC0000;
	font-weight: bold;
}

.small {
	color: #666666;
	font-size: 11px;
	font-weight: normal;
}
.small_art a {
	text-decoration:none;
	color:#9A9A9A;
}
.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;
	background-repeat: no-repeat;
	color: #5f5f5f;
}

.dot a:hover {
	text-decoration:none;
	color:#F58B46;
}


.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:#F58B46;
}

.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 #9A9A9A;
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px dotted #9A9A9A;
	position: relative;
}

.news {
	padding-top: 3px;
	border-bottom: 1px dotted #9A9A9A;
	padding-bottom: 6px;
	margin-bottom: 15px;
	position: relative;
}

.news .info {
	padding-top: 12px;
	float: none;
}

.team {
	padding-top: 24px;
	border-bottom: 1px dotted #9A9A9A;
	padding-bottom: 6px;
	position: relative;
	height: 170px;
}

.team .img {
	width: 135px;
	height: 170px;
	border-right: 1px solid #9A9A9A;
	float: left;
}

.team .info {
	float:left;
	width: 300px;
	height: 170px;
	padding-left: 18px;
}

.team .link {
	float:right;
	width: 80px;
	height: 170px;
	text-align: right;
}

.opinion {
	padding-top: 24px;
	border-bottom: 1px dotted #9A9A9A;
	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 #9A9A9A;
	padding-bottom: 18px;
	position: relative;
	color: #FFFFFF;
}

#content .faq .dot {
	color: #FFFFFF;
}
#content .faq .dot:hover {
	color: #F58B46;
}

.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 {
	background-image: url(../img/design/faq_box_top.gif);
	background-repeat:no-repeat;
	width: 558px;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	position: relative;
	height: 25px;
}

.faq .feeter {
	background-image: url(../img/design/faq_box_bottom.gif);
	background-repeat:no-repeat;
	height: 12px;
	width: 578px;
	position: relative;
	line-height: 3px;
	top: -2px;
}

.faq .info {
	position: relative;
	float: none;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #d4bcb2;
	margin: 0px;
}

.faq .dark_header {
	background-image: url(../img/design/faq_box_top_dark.gif);
}
.faq .dark_info {
	background-color: #ba9585;
}
.faq .dark_feeter {
	background-image: url(../img/design/faq_box_bottom_dark.gif);
}

.contact table, .contact td {
	padding-left: 0px;
}

.download {
	padding-top: 18px;
	border-bottom: 1px dotted #9A9A9A;
	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;
}

/***** STANDARD *******/

.clear {
	clear:left;
}

.special {
	font-weight: bold;
	color: #C01E25;
}

.selected {
	border-color: #FF6600;
}
