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

/***********************************************************
	Main
*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f7f7f7;
	
	font-size: 13px;
	line-height: 140%;
	color: #232323;
	
	background-image: url(../img/design/hint_top.gif);
	background-repeat: repeat-x;
}

table {
	border-collapse:collapse;
	border-spacing:0px;
	border:0px;
	padding:0px;
	margin:0px
}

p {
	padding-bottom: 10px;
}

table tr td {
	padding: 3px;
}

input {
	font-family:Arial, Verdana, Helvetica, Tahoma, sans-serif;
	font-size:12px;
}

.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:underline;
	color:#58585a;
}

a:hover, a:active, a:focus {
	color:#c01e25;
}

li {
	background-image:url(../img/design/symbol_blitz.gif);
	background-position:left;
	background-repeat:no-repeat;
	list-style-image:none;
	list-style-type: none;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
}
ul {
	padding-left: 10px;
}

.alf_part_error li {
	background-image:none;
	list-style: outside square;
	height:auto;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-top: 5px;
	font-size: 13px;
	font-weight: bold;
}

.alf_part_error ul {
	padding-left: 10px;
}


/***********************************************************
	Page
*/

#page {
	width:969px;
	margin:0 auto;
	position:relative;
}

#main_field {
	padding-left: 28px;
	padding-right: 26px;
}

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

#content a {
	text-decoration:none;
	color:#c01e25;
}
#content a:hover, #content a:active, #content a:focus {
	text-decoration:none;
	color:#58585a;
}

#content_sub {
	position:relative;
	float: right;
	width: 240px;
}

#header {
	width: 969px;
	height: 195px;
}

#header_top {
	width: 923px;
	height: 52px;
	background-image: url(../img/design/header_top.jpg);
	background-repeat: no-repeat;
	padding-left: 28px;
	padding-right: 18px;
	padding-top: 32px;
	font-size: 12px;
}

#header_top input {
	width: 95px;
	border: solid 1px #CCCCCC;
	color: #666666;
}

#header_menu {
	background-image: url(../img/design/header_menu.gif);
	background-repeat: no-repeat;
	width: 969px;
	height: 43px;
	padding-left: 45px;
	padding-top: 17px;
}

#header_menu a {
	margin-left: 15px;
	text-decoration:none;
	font-weight: bold;
	color:#FFFFFF;
}

#header_menu a:hover, a:active, a:focus, .selled {
	color:#c01e25;
}
#header_menu .selled {
	color:#c01e25;
}

.box {
	width: 675px;
	background-image: url(../img/design/box_main_back.gif);
	position: relative;
}

.box .content {
	padding: 30px;
	padding-top: 25px;
	padding-bottom: 8px;
}

.box_sub {
	width: 240px;
	background-image: url(../img/design/box_sub_hint.gif);
}

.box_sub .content {
	padding: 15px;
}

.message_box {
	
	float: left;
	width: 400px;
	
}

.search_box {

	margin-top: 5px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 2px solid #000000;

}

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

h1 {
	height:20px;
	font-size:22px;
	padding-bottom: 15px;
	color: #c01e25;
}

h2 {
	color: #c01e25;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}


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

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


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


#search_box_fly {
	position: fixed;
	right: 10px;
	top: 80px;
	width: 100px;
	background-color: #FFFFFF;
	border: 2px solid #DDDDDD;
	padding: 3px;
	text-align: right;
}

.grey {
	font-size: 11px;
	color: #666666;
	line-height: 12px;
}

.nothing_box {

	background-color: #EFEFEF;
	padding: 2px;
	margin-top: 1px;

}

.kunde_header {
	margin-bottom: 2px;
	padding: 3px;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
}

.line {
	
	margin-top: 10px;
	border-top: 1px solid #CCCCCC;
	margin-bottom: 10px;
	height: 1px;
	font-size: 6px;
	
}

.box_cost {
	float: left;
	margin-bottom: 13px;
	padding: 10px;
	border: 1px solid #5782E4;
	border-left-width: 5px;
	padding-bottom: 0px;
	width: 45%;
}

.box_cost a {
	margin:0px;
	padding:0px;
	line-height: 5px;
}

.produkt_cost {
	position: relative;
	left: -10px;
	margin: 0px;
}

.box_cost .right {
	width: 130px;
}

.box_cost .sub_info {
	padding-top: 10px;
}

.line_item {
	padding: 3px;
	border-bottom: 1px solid #DDDDDD;
}

.line_item:hover {
	border-color: #CC0000;
}
.line_box {
	margin-bottom: 2px;
	margin-top: 6px;
	padding: 3px;
	border: 1px solid #DDDDDD;
}

.new_message {
	font-weight: bold;
}

.icon_img {
	margin-top: 5px;
	vertical-align:bottom;
}

.gallery_img {
	margin-bottom:2px;
	cursor: pointer;
}

.friend_box {
	width: 100px;
	min-height: 160px;
	border: 1px solid #DDDDDD;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	float: left;
}

.main_pic {
	position: relative;
	left: -25px;
}

.filiale {
	margin-bottom: 2px;
	padding: 3px;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	margin-top: 10px;
}

.edit_box {
	background-color: #FFF7EC;
	margin-bottom: 2px;
	padding: 3px;
	border: 1px solid #FAC06B;
	margin-top: 2px;
}

.history {
	margin-top: 4px;
	padding-top: 4px;
	border-top: 1px solid #3399FF;
}

.standort .line_item {
	margin-top: 5px;
}

.historylist {
	margin-top: 4px;
	padding-top: 4px;
}

.history_item {
	margin-bottom: 3px;
	padding: 3px;
	border: 1px solid #DDDDDD;
	background-color: #F8F8F8;
	margin-top: 2px;
	border-top: 2px solid #3399FF;
}

.history_item .info {
	width: 600px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #DDDDDD;
}

.list_question {
	float: left;
	width: 200px;
}

.list_answer {
	float: left;
	width: 200px;
	font-weight: bold;
}

.list_line {
	clear: both;
	border-top: 1px solid #DDDDDD;
	line-height: 0px;
	padding-bottom: 6px;
	width: 400px;
}

.kommentar {
	margin-bottom: 2px;
	padding: 3px;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	color: #999999;
}

.links {
	float: left;
	width: 220px;
}

.short {
	width: 60px;
}

.long {
	width: 300px;
}

.line_sitem {
	margin-bottom: 2px;
	padding: 3px;
	border: 1px solid #DDDDDD;
	background-color: #f9f9f9;
}


.titel {
	font-size: 15px;
	font-weight: bold;
	color: #3399FF;
}


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

#header_top .left, #header_top .right {
	width: 350px;
}

.abstand {
	margin-bottom: 30px;
}

.cut {
	width: 130px;
	overflow: hidden;
}

/************/

.line_red {
	background-color:#F4CFC6;
	color: #CC0000;
}
.line_orange {
	background-color:#FAE4B4;
	color: #C07016;
}
.line_green {
	background-color:#EBFAEF;
	color: #339900;
}
.line_gray {
	background-color:#CCCCCC;
	color: #666666;
}
.line_light_gray {
	background-color:#EAEAEA;
	color: #666666;
}

/********/

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

.small {
	color: #666666;
	font-size: 11px;
	font-weight: normal;
}
.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;
}

.input_style {
	width: 140px;
}

.breit {
	width: 95%;
}

.user_img {
	border: 1px solid #666666;
	vertical-align: bottom;
}

.user_img_box {
	float:right;
	width: 150px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.left_user_img {
	float:left;
	width: 85px;
	border-right: 1px solid #999999;
	margin-right: 10px;
}

.user_content {
	float:left;
	width: 450px;
}

/*********************/

#header_menu a.menu_anmelden {
	/*background-image: url('../img/design/anmeldung.gif');
	background-repeat: no-repeat;
	padding-top: 13px;*/
	color: #FFCC00;
}
#header_menu a.menu_anmelden:hover, a.menu_anmelden:active, a.menu_anmelden:focus, .menu_anmelden.selled {
	color:#c01e25;
}
#header_menu a.selled {
	color:#c01e25;
}

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

.clear {
	clear:both;
}

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

.selected {
	border-color: #FF6600;
}