/*------------------------------------------------------------------------------

	Projekt:	Bäckerbote Web    |	   Copyright:	robau Mediengestaltung

------------------------------------------------------------------------------*/

@import 'reset.css';

/*	----------  body  ------------------------------------------------------------------------------*/

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: x-small;
	text-align:center;
	height:100%;
}

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.bold {
	font-weight:bold;
}

/*	----------  html  ------------------------------------------------------------------------------*/

html {
	min-height: 100%;
	margin-bottom: 1px;
	background-color:#FFF;
}

/*	----------  website  ------------------------------------------------------------------------------*/

#website {
	position:relative;
	margin:0 auto;
	height:100%;
	width:950px;
	color:#444;
	text-align:left;
}

/*	----------  header  ------------------------------------------------------------------------------*/

#header {
	width:950px;
	height:160px;
	background-image:url(../images/bg_header.jpg);
	background-repeat:no-repeat;
}

#header p {
	padding:8px 0 0 700px;
}

#header a {
	color:#444;
	font-size:13px;
}

#header a:hover {
	text-decoration:underline;
}

.red {
	color:#E40404;
}

/*	----------  content  ------------------------------------------------------------------------------*/

#content {
	width:950px;
	position:relative;
}
 
/*	----------  navigation  ------------------------------------------------------------------------------*/

#nav {
	width:342px;
	height:338px;
	background-image:url(../images/bg_navi.jpg);
	background-repeat:no-repeat;
	padding:10px 0 0 10px;
	margin-top:20px;
}

#nav ul {}

#nav ul li {}

#nav ul li a {
	background-image:url(../images/arrow_navi.gif);
	background-repeat:no-repeat;
	background-position:0 10px;
	display:block;
	color:#444;
	font-weight:bold;
	height:18px;
	font-size:13px;
	padding:5px 0 5px 12px;
}

#nav ul li a:hover {
	color:#E40404;
	background-image:url(../images/arrow_navi_active.gif);
	background-repeat:no-repeat;
}

#nav ul li a.active {
	background-image:url(../images/arrow_navi_active.gif);
	background-repeat:no-repeat;
	color:#E40404;
	position:relative;
}

#nav ul li a.last_link {
	background-image:none;
}

/*	----------  left  ------------------------------------------------------------------------------*/

#left {
	width:352px;
	font-size:12px;
	line-height:130%;
	float:left;
	font-size:10px;
}

#left_txt {
	width:340px;
	padding:0 0 0 0;
}

#left_txt p {
	margin-bottom:20px;
	padding-bottom:20px;
	line-height:150%;
	padding-left:20px;
	padding-right:25px;
	background-image:url(../images/bg_sidebar.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	text-align:justify;
}

#left_txt a {
	color:#E40404;
	background-image:url(../images/arrow_navi.gif);
	background-repeat:no-repeat;
	background-position:right 5px;
	text-decoration:none;
	padding-right:15px;
}

#left_txt a:hover {
	background-image:url(../images/arrow_navi_active.gif);
	background-repeat:no-repeat;
	background-position:right 5px;
	text-decoration:underline;
}

/*	----------  main  ------------------------------------------------------------------------------*/

#main {
	width:584px;
	background-image:url(../images/shadow_content_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	font-size:12px;
	line-height:160%;
	float:left;
	padding:20px 10px 20px 0;
	text-align:justify;
}

#main p {
	padding:0 0 0 25px;
}


#main p a.video{
	width:344px;
	height:194px;
	margin:0 0 0 120px;
	background-image:url(../images/video1.jpg);
	background-repeat:none;
	border:1px solid #D70000;
	display:block;
}

#main p a.video:hover{
	width:344px;
	height:194px;
	background-image:url(../images/video2.jpg);
	background-repeat:none;
	border:1px solid #D70000;
	display:block;
}

#main a {
	color:#E40404;
}
#main a:hover {
	text-decoration:underline;
}

#main ul {
	overflow:auto;
	zoom:1;
	margin-top:10px;
}

#main ul li {
	background-image: url(../images/main_bullet.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:8px;
}

.center {
	text-align:center;
	padding-top:2px;
}

/*.diamond {
	font-weight:bold;
	color:#B2B2B2;
	margin-right:5px;
}

.platin {
	font-weight:bold;
	color:#859AA9;
}

.gold {
	font-weight:bold;
	color:#F8C20C;
}

.basic {
	font-weight:bold;
	color:#EE893E;
}*/

.table_diamond {
	width:142px;
	height:154px;
	background-image:url(../images/bg_diamond_table.jpg);
	position:absolute;
	padding-top:20px;
	padding-left:10px;
	padding-bottom:20px;
	padding-right:10px;
}

.table_platin {
	width:142px;
	height:154px;
	background-image:url(../images/bg_platin_table.jpg);
	position:absolute;
	left:499px;
	/*top:-154px;*/
	padding-top:20px;
	padding-left:10px;
	padding-bottom:20px;
	padding-right:10px;
}

.table_gold {
	width:142px;
	height:154px;
	background-image:url(../images/bg_gold_table.jpg);
	position:absolute;
	left:646px;
	/*top:-308px;*/
	padding-top:20px;
	padding-left:10px;
	padding-bottom:20px;
	padding-right:10px;
}

.table_basic {
	width:142px;
	height:154px;
	background-image:url(../images/bg_basic_table.jpg);
	position:absolute;
	left:793px;
	/*top:-462px;*/
	padding-top:20px;
	padding-left:10px;
	padding-bottom:20px;
	padding-right:10px;
}

#main .line_top_diamond {
	border-top:1px dashed #E40404;
	padding-top:5px;
}

#main .line_top_platin {
	border-top:1px dashed #E40404;
	padding-top:5px;
}

#main .line_top_gold {
	border-top:1px dashed #E40404;
	padding-top:5px;
}

#main .line_top_basic {
	border-top:1px dashed #E40404;
	padding-top:5px;
}

/*	----------  details  ------------------------------------------------------------------------------*/

#main .solution_box {
	margin-bottom:30px;
	margin-left:5px;
	padding-botom:10px;
	width:594px;
}

#main .solution_box .solutions_details_diamond {
	width:594px;
	padding-bottom:10px;
	padding-top:40px;
	background-image:url(../images/diamond_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-top:-40px;
}

#main .solution_box .solutions_details_platin {
	width:594px;
	padding-bottom:10px;
	padding-top:40px;
	background-image:url(../images/platin_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-top:-40px;
}

#main .solution_box .solutions_details_gold {
	width:594px;
	padding-bottom:10px;
	padding-top:40px;
	background-image:url(../images/gold_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-top:-40px;
}

#main .solution_box .solutions_details_basic {
	width:594px;
	padding-bottom:10px;
	padding-top:40px;
	background-image:url(../images/basic_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-top:-40px;
}

#main .solution_box .details_open {
	margin-left:10px;
	margin-bottom:10px;
	width:310px;
	height:20px;
	color:#E40404;
	cursor:pointer;
}

#main .solution_box .description {
	margin-left:10px;
	padding:5px 0 5px 0;
	font-weight:bold;
}

#main .solution_box .value {
	margin-left:10px;
	width:560px;
}

/*	----------  footer  ------------------------------------------------------------------------------*/

#footer {
	width:950px;
	height:2px;
	background-color:#E40404;
	margin:0 auto;
	position:relative;
}

/*	----------  headlines  ------------------------------------------------------------------------------*/


/* ------------ headline 1 ----------------------------*/
h1 {
	color:#D70000;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	padding:0 0 0 15px;
	margin-bottom:15px;
}

/* ------------ headline 2 ----------------------------*/
h2 {
	color:#E40404;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
	margin-top:10px;
	padding:0 0 0 15px;
}

/* ------------ headline 3 ----------------------------*/
h3 {
	color:#E40404;
	font-size:12px;
	font-weight:bold;
	padding-left:20px;
	margin-bottom:8px;
	line-height:140%;
}

/* ------------ headline 4 ----------------------------*/
h4 {
	color:#E40404;
	font-size:14px;
	font-weight:bold;
	padding:0 0 5px 0;
	margin:10px 0 0 10px;
}

/* ------------ headline 5 ----------------------------*/
h5 {
	color:#E40404;
	width:100px;
	font-size:12px;
	font-weight:bold;
	margin:0 0 5px 10px;
	float:left;
}

/* ------------ headline 6 ----------------------------*/
h6 {
	color:#E40404;
	font-size:11px;
	font-weight:bold;
	margin:10px 0 3px 0;
}

/*	----------  Formular  ------------------------------------------------------------------------------*/

#main table {
		margin-left:30px;
}

#main table tr {
		height:28px;
}

#main table input.text {
	border:1px solid #bbb;
	padding:2px;
	width:220px;
	color:#444;
}

#main .line_top {
	border-bottom:1px dashed #E40404;
	/*text-align:center;*/
	padding-top:5px;
}

.small {
	font-size:10px;
	/*text-align:center;*/
	line-height:120%;
	padding:5px 0 5px 0;
}

#main input.submit { 
	margin:25px 5px 5px 230px;
	padding:2px 5px;
	border:1px solid #E40404;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align:center;
	cursor:pointer;
}

#main input.submit:hover { 
	background-color:#E40404;
	color:#FFF;
}