/*CSS - Styleguide*/

/*
	http://www.quarzsande.com/
   	css styles
   
   	Copyright 2009, Markus Spiske
   	http://www.temporausch.com
*/

/*general styles*/
html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
	margin: 0;
	padding: 0;
	color: #1e1e1e;
}

body {
	font: 12px/175% Lucida Grande, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	background: url(../img/body_bg.gif) repeat-x;
	text-align: center;
}

h1 {
	font-family: Lucida Grande, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 160%;
	color: #3f97c3;
}

h2 {
	font-family: Lucida Grande, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 5px;
	color: #fff;
}

h3 {
	font-family: Lucida Grande, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0px;
	color: #3f97c3;
}

h4 {
	font-family: Lucida Grande, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0px;
	color: #3f97c3;
}

h5 {
	font-family: Lucida Grande, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #3f97c3;
}

h6 {
	font-family: Lucida Grande, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 2px 2px 13px;
	color: #3f97c3;
	background-color: #e8f6fb;
	margin-bottom: 10px;
}

a {outline: none;}

a:link, a:visited {
	color: #666;
	text-decoration: none;
}

a:hover, a:active {
  	text-decoration: none;
}

a.navi:link, a.navi:visited {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

a.navi:hover, a.navi:active {
	font-size: 12px;
  	color: #fff;
  	text-decoration: none;
}

a.grey:link, a.grey:visited, a.grey:active {
	color: #666;
	text-decoration: underline;
}

a.grey:hover {
  	color: #666;
  	text-decoration: none;
}

a.blue:link, a.blue:visited, a.blue:active {
	color: #3f97c3;
	text-decoration: underline;
}

a.blue:hover {
  	color: #3f97c3;
  	text-decoration: none;
}

a.blue_B:link, a.blue_B:visited, a.blue_b:active {
	color: #3f97c3;
	text-decoration: underline;
	font-weight: bold;
}

a.blue_B:hover {
  	color: #3f97c3;
  	text-decoration: none;
	font-weight: bold;
}

a.ref:link, a.ref:visited, a.ref:active {
	color: #1e1e1e;
	text-decoration: none;
}

a.ref:hover {
  	color: #3f97c3;
  	text-decoration: none;
}

a.bold10:link, a.bold10:visited, a.bold10:active {
	color: #666;
	text-decoration: underline;
}

a.bold10:hover {
  	color: #000;
  	text-decoration: underline;
}

a.footer_link:link, a.footer_link:visited, a.footer_link:active {
	color: #0a4b70;
	line-height: 200%;
	text-decoration: none;
	border-bottom: 1px dotted #0a4b70;
}

a.footer_link:hover {
  	color: #000;
	line-height: 200%;
	text-decoration: none;
	border-bottom: 1px dotted #0a4b70;
}

a.top:link, a.top:visited, a.top:active {
	color: #999;
	font-size: 10px;
	text-decoration: none;
}

a.top:hover {
  	color: #0a4b70;
	font-size: 10px;
  	text-decoration: none;
}

a img, a:hover img {
	border: none;
}

.highlight_content {
	margin-top:7px;
	font-size: 10px;
	color: #e1e1e1;
	font-weight: normal;
	line-height: 130%;
}

.image_info {
	margin-top: 10px;
	margin-left: 30px;
	font-size: 12px;
	color: #60c5ed;
	font-weight: normal;
	line-height: 185%;
}

.blue_hl {
	color: #3f97c3;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

.info {
	font-size: 10px;
	color: #666;
	line-height: 140%;
}

.indent_box {
	padding-left: 10px;
}

.indent_box_wide {
	padding-left: 30px;
}

.indent_box_small {
	padding-left: 20px;
	font-size: 11px;
	color: #666;
	line-height: 130%;
}

.headline_box {
	width: 250px;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
}

.headline_newsbox {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #0a4b70;
}

.date_newsbox {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #000;
}

hr.headline {
	border: none;
	width: 250px;
  	color: #ccc;
  	background-color: #ccc;
 	height: 1px;
}

hr {
	border:none;
	border-top: 1px dotted #999;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.newsbox {
	width: 500px;
	margin-top: 50px;
	float: left;
	text-align: left;
}

.newsbox_pic {
	width: 185px;
	height: 190px;
	float: left;
	text-align: left;
	margin-top: 25px;
}

.newsbox_content {
	width: 280px;
	height: 190px;
	padding: 0px;
	margin-left: 10px;
	margin-top: 25px;
	float: left;
	text-align: left;
}

.clear {
	clear: both;
}

/*------------------formular------------------*/

form div label {
	float: left;
	width: 120px;
	font-size: 12px;
	color: #666;
}

form div {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 1.5em;
}

input:hover {
	border: 1px solid #d6d6d6;
	background-color: #e8f6fb;
}

input:focus, input:active {
	border: 1px solid #d6d6d6;
	background-color: #e8f6fb;
}

textarea:hover {
	border: 1px solid #d6d6d6;
	background-color: #e8f6fb;
}

textarea:focus, textarea:active {
	border: 1px solid #d6d6d6;
	background-color: #e8f6fb;
}

input.txt {
	border: 1px solid #d6d6d6;
	font-size: 12px;
	color: #3f97c3;
	width: 220px;
	margin-bottom: 0px;
}

input.send {
	border: 1px solid #d6d6d6;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	width: 220px;
	margin-top: 20px;
	padding: 5px;
}

textarea {
	border: 1px solid #d6d6d6;
	font-size: 12px;
	color: #3f97c3;
	width: 220px;
	margin-top: 0px;
}

/*------------------container------------------*/
#container {
	width: 880px;
	margin: 0 auto;
}

/*------------------head------------------*/
#head {
	width: 220px;
	height: 170px;
	margin-top: 0px;
	text-align: left;
	float: left;
}

/*------------------navi------------------*/
#navbar { 
	float: left;
	margin-left: 30px;
	margin-top: 125px;
	height: 35px;
    font-size: 12px;
}

#navbar ul {
	margin: 0;
	padding: 10px 0 0 10px;
	list-style: none;
}

#navbar li {
    display: inline;
    margin: 0;
    padding: 0;
}

#navbar a {
    float: left;
    background: url(../img/tableftJ.gif) no-repeat left top;
    margin: 0;
    padding: 0 0 0 5px;
    text-decoration: none;
}

#navbar a span {
    float: left;
    display: block;
    background: url(../img/tabrightJ.gif) no-repeat right top;
    padding: 5px 11px 4px 7px;
    color: #fff;
}

#navbar a.active {
    float: left;
    background: url(../img/tableft_active.gif) no-repeat left top;
    margin: 0;
    padding: 0 0 0 5px;
    text-decoration: none;
}

#navbar a span.active {
    float: left;
    display: block;
    background: url(../img/tabright_active.gif) no-repeat right top;
    padding: 5px 11px 4px 7px;
    color: #fff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#navbar a span {float:none;}
#navbar a.active span.active {float:none;}


/* End IE5-Mac hack */

#navbar a:hover span {
	color: #FFF;
}

#navbar a.active:hover span.active {
	color: #FFF;
}

#navbar a:hover {
    background-position: 0% -42px;
}

#navbar a:hover span {
    background-position: 100% -42px;
}

#navbar a.active:hover span.active {
    background-position: 100% -42px;
}

/*------------------imagepic------------------*/

#imagepic_start { 
	width: 880px;
	height: 250px;
	float: left;
	margin-top: 20px;  
	text-align: left;
	background: url(../img/imagepic_start.jpg) no-repeat;
}

#imagepic_produkte { 
	width: 880px;
	height: 250px;
	float: left;
	margin-top: 20px;  
	text-align: left;
	background: url(../img/imagepic_produkte.jpg) no-repeat;
}

#imagepic_zertifikate { 
	width: 880px;
	height: 250px;
	float: left;
	margin-top: 20px;  
	text-align: left;
	background: url(../img/imagepic_zertifikate.jpg) no-repeat;
}

#imagepic_referenzen { 
	width: 880px;
	height: 250px;
	float: left;
	margin-top: 20px;  
	text-align: left;
	background: url(../img/imagepic_referenzen.jpg) no-repeat;
}

#imagepic_anfrage { 
	width: 880px;
	height: 250px;
	float: left;
	margin-top: 20px;  
	text-align: left;
	background: url(../img/imagepic_anfrage.jpg) no-repeat;
}

#imagepic_anfahrt { 
	width: 880px;
	height: 250px;
	float: left;
	margin-top: 20px;  
	text-align: left;
	background: url(../img/imagepic_anfahrt.jpg) no-repeat;
}

#imagepic_unternehmen { 
	width: 880px;
	height: 250px;
	float: left;
	margin-top: 20px;  
	text-align: left;
	background: url(../img/imagepic_unternehmen.jpg) no-repeat;
}

#imagepic_kontakt { 
	width: 880px;
	height: 250px;
	float: left;
	margin-top: 20px;  
	text-align: left;
	background: url(../img/imagepic_kontakt.jpg) no-repeat;
}

#imagepic_links { 
	width: 880px;
	height: 250px;
	float: left;
	margin-top: 20px;  
	text-align: left;
	background: url(../img/imagepic_links.jpg) no-repeat;
}

#imagepic_agb { 
	width: 880px;
	height: 250px;
	float: left;
	margin-top: 20px;  
	text-align: left;
	background: url(../img/imagepic_agb.jpg) no-repeat;
}

#imagepic_impressum { 
	width: 880px;
	height: 250px;
	float: left;
	margin-top: 20px;  
	text-align: left;
	background: url(../img/imagepic_impressum.jpg) no-repeat;
}

#imagepic_input {
	width: 230px; 
	float: right;
	margin-top: 35px;
	margin-right: 30px;  
	text-align: left;	
}

/*------------------highlights------------------*/

#highlights { 
	width: 880px;
	height: 250px;
	float: left;
	margin-top: 20px;  
	text-align: left;

}

#highlight_1 { 
	width: 250px;
	float: left; 
	margin-left: 0px;
}

#highlight_2 { 
	width: 250px;
	float: left; 
	margin-left: 65px;
}

#highlight_3 { 
	width: 250px;
	float: right; 
}

/*------------------content------------------*/
#content {
	width: 880px;	
	text-align: left;
	margin-top: 20px;
	margin-left: 7px;
	float: left;
}

#content_frame {
	width: 880px; 	
}

/*------------------text------------------*/
#vbox {
    width: 750px;
    padding: 40px 0px 0px 0px;
	float: left;
}

#text {
	width: 500px;
	padding-left: 0px;
	float: left;
	text-align: left;
	margin-bottom: 30px;	 		
}

#text_intro {
	width: 870px;
	height: 340px;
	padding-left: 0px;
	float: left;
	text-align: left;
	background: url(../img/bg_hl_box.gif) no-repeat;	 		
}

#news_intro {
	width: 870px;
	height: 340px;
	padding-left: 0px;
	float: left;
	text-align: left;
	background: url(../img/bg_hl_box_.gif) no-repeat;	 		
}

#order {
	padding-left: 60px;
	float: left;
	text-align: left;
}

#infoboxh_01 {
	background-color: #f3f3f3;
	padding: 20px;
	float: left;
	text-align: left;
	margin-bottom: 20px;	 
	border: 1px solid #e0e0e0;		
}

#infoboxh_02 {
	background-color: #f3f3f3;
	padding: 20px;
	float: left;
	text-align: left;
	margin-top: 0px;	 
	border: 1px solid #e0e0e0;		
}

/*------------------tabelle------------------*/
table {
	font: normal 0.8em "Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    margin: 1em 0;
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
	padding: 0.4em 0.4em 0.4em 0.8em;
}

th {
	font: bold 1.0em Arial, "Trebuchet MS", Verdana,
	Arial, Helvetica, sans-serif;
	color: #116688;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	background-color: #cceeff;
	border: 1px solid #bbdddd;
}
               
td {
	color: #666677;
	border: 1px solid #bbdddd;
}
               
tfoot td {
	background-color: #fff;
	color: #333;
	font-weight: bold;
	empty-cells: hide;
	border: 0;
}

td.preis {
	border: 1px solid #c1dad7;
	background-color: #e8f6fc;
}
               
tr:hover {
	background-color: #f0fad4;
	cursor: pointer;
}
               
table tr th.sub {
	background-color: #e4f4fc;
}

/*------------------gotop------------------*/
#gotop {
	width: 870px;
	height: 25px;
	padding-top: 30px;
	float: left;
	text-align: left;	 		
}

/*------------------box_right------------------*/
#box_right {
	margin-right: 10px;
	width: 280px;
	float: right;
	text-align: left;
}

#box_right_1 {
	background: url(../img/bg_newsbox_01.gif) no-repeat;
	padding: 10px 20px 20px 20px;
	font-size: 10px;
	width: 240px;
	height: 180px;
	float: left;
	text-align: left;
	line-height: 150%;
}

#box_right_2 {
	background: url(../img/bg_newsbox_02.gif) no-repeat;
	padding: 10px 20px 20px 20px;
	font-size: 10px;
	width: 240px;
	height: 180px;
	float: left;
	text-align: left;
	line-height: 150%;
}

#box_right_3 {
	background: url(../img/bg_newsbox_03.gif) no-repeat;
	padding: 10px 20px 20px 20px;
	font-size: 10px;
	width: 240px;
	height: 180px;
	float: left;
	text-align: left;
	line-height: 150%;
}

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

#footer	{
	background-color: #e8f6fb;
	border-top: 1px solid #c1edfe;
	width: 100%;
	font-size: 10px;
	height: 215px;
	position: relative;
  	bottom: 0;
}

#footer_content {
	margin: 0 auto;
	height: 160px;
	width: 880px;
	padding-left: 7px;
	padding-top: 25px;
	text-align: left;
	background: url(../img/logo_dot_events_down_.gif) no-repeat;
	background-position: top right; 	 		
}

#footer_left {
	float: left;
	width: 300px;
	text-align: left;
	color: #0a4b70;	 		
}

#footer_middle {
	float: left;
	width: 100px;
	margin-left: 35px;
	text-align: left;
	color: #0a4b70;	 		
}

#footer_right1 {
	float: left;
	width: 150px;
	margin-left: 35px;
	text-align: left;
	color: #0a4b70;	 		
}

#footer_right2 {
	float: left;
	margin-left: 15px;
	text-align: left;
	color: #0a4b70;	 		
}

/*------------------slimbox------------------*/

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #161616;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 15px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #b29f87;
	line-height: 1.4em;
	font-weight:normal;
	text-align: left;
	border: 15px solid #fff;
	border-top-style: none;
	padding-top: 0px;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}



