@charset "utf-8";
/* CSS Document */
/*General page layout and where you can find styles*/
/*---------------------------------------------------------------------------
1. body
2. typography and default
3. button styles
4. divider
5. basic columns
6. image styles
7. header_top_bg
	7.1 header_top
			- logo
			- phone number
8. header
	8.1 slider_wrapper
		8.1.1 slider_bg
				- slider
		8.1.2 slider_shadow
	8.2 header_text
			- General text
			- bullet list
			- button
9. content_bg
	9.1 content
			- features
10. content_bottom
	10.1 column_3 
			- gallery
	10.2 column_3
			- testimonial
	10.3 column_3_last
			- contact form
11. footer_bg
	11.1 column_2 
			- social
			- copyright
	11.2 column_2_last
			- subscribe form
12. tipsy
---------------------------------------------------------------------------*/

/* 1. body */
/*---------------------------------------------------------------------------*/
body {
	background: url(../images/body_bg.jpg) repeat #dbdbdb;
	/*background-color: #f4f0e5;*/
  height: 100%;
  /*background-color: #BABABA;*/
	border-bottom: 1px solid #e1edf3;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #434343;
	line-height: 1.6em;
}
.clear {
	clear:both;
}
/* 2. typography and default */
/*---------------------------------------------------------------------------*/
h1, h2, h3, h4 {
	font-family: Verdana, sans-serif;
	color: #000D71;
	line-height: 1em;
	font-weight: normal;
}
h1 {
	font-height: 1.2em;
	font-size: 26px;
	margin-bottom: 15px;
}
h2 {
	margin-top:1%;
	font-size: 22px;
	color: #075d85;
	text-align: left;
}
h3 {
	font-size: 20px;
	margin-bottom: 15px;
}
h4 {
	font-size: 16px;
	margin-bottom: 10px;
}
h2 a {
	font-size: 22px;
	color: #075d85;
	text-align: left;
}
a {
	text-decoration: none;
	cursor: pointer;
}
/* 3. button styles */
/*---------------------------------------------------------------------------*/
.button_1 {
	background: url(../images/call-to-action-btn-sprite.png) no-repeat 0 0;
	width: 180px;
	height: 45px;
	float: left;
}
.button_1:hover {
	background: url(../images/call-to-action-btn-sprite.png) no-repeat 0 -70px;
	width: 180px;
	height: 45px;
}
.button_1 a {
	color: #075d85;
	font-size: 22px;
	display: block;
	text-align: center;
	padding-top: 13px;
}
/* 4. divider */
/*---------------------------------------------------------------------------*/
hr.divider {
	background-image: url(../images/divider.png);
	width: 940px;
	height: 2px;
	float: left;
	margin: 20px 0px;
	border: 0;
}
/* 5. basic columns */
/*---------------------------------------------------------------------------*/
/*all column styles given here are not used in template, some additional styles are given if you need to use while customization*/

/*twothird and onethird columns*/
.column_twothird {
	width: 620px;
	margin-right: 20px;
	float: left;
}
.column_onethird {
	width: 300px;
	float: left;
}
/*two columns*/
.column_2 {
	width: 460px;
	margin-right: 20px;
	float: left;
}
.column_2_last {
	width: 460px;
	margin: 0;
	float: left;
}
/*three columns*/
.column_3 {
	width: 300px;
	margin-right: 20px;
	float: left;
}
.column_3_last {
	width: 300px;
	margin: 0;
	float: left;
}
/*four columns*/
.column_4 {
	width: 220px;
	margin-right: 20px;
	float: left;
}
.column_4_last {
	width: 220px;
	margin: 0;
	float: left;
}
/* 6. image styles */
/*---------------------------------------------------------------------------*/
/*all image styles given here are not used in template, some additional styles are given if you need to use while customization*/
.image_left {
	float: left;
	margin-right: 10px;
}
.image_right {
	float: right;
	margin-left: 10px;
}
/*Images to be at center, needs to adjust margin top and bottom as per image size*/
.image_left_center {
	float: left;
	margin: 15px 15px 10px 0px;
}
.image_right_center {
	float: right;
	margin: 15px 0px 10px 15px;
}
/* 7. header_top_bg */
/*---------------------------------------------------------------------------*/
#header_top_bg {
	width: 100%;
	/*background: url(../images/footer-bg.jpg) repeat #808080;*/
	background-color: #BABABA;
	border-bottom: 1px solid #e1edf3;
	border-top: 1px solid #e1edf3;
}
#header_top {
	width: 930px;
	margin: 0 auto;
	padding: 10px 0px;
}
#header_top p {
/*	float: right;*/
	font-size: 20px;
	padding-top: 7px;
}
#header_top h1 {
/*	float: right;*/
	font-size: 34px;
	letter-spacing:10px;
	padding-top: 7px;
}
#header_top h2 {
/*	float: right;*/
	font-size: 20px;
	padding-top: 7px;
}
/*----------logo----------*/
.logo {
	float: left;
}
/* 8. header */
/*---------------------------------------------------------------------------*/
#header {
	width: 940px;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
}
/*----------slider----------*/
#slider_wrapper {
	width: 390px;
	margin-right: 0px;
	float: left;
}
.slider_bg {
	background: #f4f0e5;
	border: 5px solid #95a5ad;
	width: 360px;
	height: 239px;
	float: left;
}
.slider_bg img {
	margin: 5px;
}
.slider_shadow {
	background: url(../images/box-shadow.png) center bottom;
	width: 435px;
	height: 30px;
	margin-left: 0px;
	float: left;
}

#hnews {
	width: 150px;
	height: 40px;
	/*background: url(../images/body_bg.jpg) repeat #dbdbdb;*/
	background-color: #BABABA;
	float: left;
	border-top: 1px solid #D3D3D3;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #D3D3D3;
	margin: 0 auto;
	margin-top: 15px;
	padding: 15px 40px 0px 40px;
	/*border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;*/
}
/*----------header_text----------*/
#header_text {
	font-family: Verdana, sans-serif;
	width: 550px;
	float: left;
}
#header_text_l {
	font-family: Verdana, sans-serif;
	width: 300px;
	float: left;
}
#header_text_r {
	font-family: Verdana, sans-serif;
	width: 250px;
	float: left;
}
/*list with checkmark bullet*/
ul.bullet {
	padding-top: 5px;
	padding-bottom: 15px;
}
ul.bullet li {
	background: url(../images/bullet-checkmark.png) no-repeat 0 7px;
	padding-left: 20px;
	line-height: 2em;
	list-style: none;
	display: block;
}
/* 9. content_bg */
/*---------------------------------------------------------------------------*/
#content_bg {
  /*background: #f4f0e5;*/
	background: url(../images/body_bg.jpg) repeat #dbdbdb;
	width: 100%;
	
}
#content {
	width: 860px;
	height: 48px;
	/*background: url(../images/body_bg.jpg) repeat #dbdbdb;*/
	background-color: #BABABA;
	border-top: 1px solid #D3D3D3;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #D3D3D3;
	margin: 0 auto;
	margin-top: 30px;
	padding: 15px 40px 15px 40px;
	/*border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;*/
}

#contentbar {
	width: 860px;
	height: 27px;
	background-color: #BABABA;
	border-top: 1px solid #D3D3D3;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #D3D3D3;
	margin: 0 auto;
	margin-top: 30px;
	padding: 15px 40px 15px 40px;
}

#content2 {
	width: 860px;
	/*background: url(../images/body_bg.jpg) repeat #dbdbdb;*/
	background-color: #ffffff;
	margin: 0 auto;
	margin-top: 15px;
	padding: 15px 40px 15px 40px;
	/*border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;*/
}

#cbox {
	float: left;
	width: 430px;
	height: 50px;
	color: #075d85;
	margin-top: -5px;
}

#cboxl {
	float: left;
	width: 430px;
	height: 50px;
	color: #075d85;
}

p.leistung {
	line-height: 150%;
}

ul.features li {
	width: 266px;
	margin-right: 20px;
	margin-bottom: 30px;
	float: left;
	list-style: none;
	background: none;
}
ul.features li.last_feature {
	margin-right: 0px;
}
/* 10. content_bottom */
/*---------------------------------------------------------------------------*/
#content_bottom {
	width: 940px;
	margin: 0 auto;
	padding: 40px 0px 40px 0px;
}
/*----------gallery----------*/
/*change height and width of li, if changing that of thumb*/
ul.gallery li {
	width: 90px;
	height: 70px;
	margin-bottom: 15px;
	margin-right: 15px;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
}
ul.gallery li.last_image {
	margin-right: 0;
}
ul.gallery li img {
	background: #f4f0e5;
	border: 5px solid #95a5ad;
}
/*----------span for testimonial----------*/
#content_bottom span {
	font-size: 11px;
	font-weight: bold;
	color: #075d85;
	display: block;
	padding-bottom: 10px;
}
/*----------contact form----------*/
form.contact_form {
	width: 300px;
}
form.contact_form fieldset {
	border: none;
	background: none;
}
form.contact_form fieldset p {
	background: none;
	padding: 0;
	margin: 0;
	display: block;
}
form.contact_form label {
	width: 98px;
	height: 25px;
	padding-top: 6px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	float: left;
}
form.contact_form input {
	width: 190px;
	height: 13px;
	padding: 5px;
	margin: 10px 0px 0px 0px;
	border: 1px solid #95a5ad;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	outline: none;
	background: #f4f0e5;
	float: left;
}
form.contact_form textarea {
	width: 190px;
	height: 50px;
	padding: 5px;
	margin: 10px 0px 0px 0px;
	border: 1px solid #95a5ad;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	outline: none;
	background: #f4f0e5;
	float: left;
}
form.contact_form input.submit {
	background: url(../images/form-submit-btn.png) no-repeat 0 0;
	width: 202px;
	height: 25px;
	margin: 10px 0px 0px 98px;
	padding: 0;
	background: #d7f3fe; /* for non-css3 browsers */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7f3fe', endColorstr='#0fa0e3'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#d7f3fe), to(#0fa0e3)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #d7f3fe, #0fa0e3); /* for firefox 3.6+ */
	border: 1px solid #95a5ad;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline: none;
	font-family: Verdana, sans-serif;
	color: #075d85;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0px 1px 0px #98e7fe;
	float: left;
}
/*label.error is not used for this template*/
form.contact_form label.error {
	width: 0px;
	font-size: 0px;
	line-height: 0em;
	display: none !important;
}
form.contact_form input.error {
	border: 1px solid #b71e1e;
}
form.contact_form textarea.error {
	border: 1px solid #b71e1e;
}
form.contact_form #result {
	width: 300px;
	float: left;
	text-align: right;
	padding-top: 5px;
}
/* 11. footer_bg */
/*---------------------------------------------------------------------------*/
#footer_bg {
	width: 100%;
	/*background: url(../images/footer-bg.jpg) repeat #808080;*/
	background-color: #BABABA;
	border-top: 1px solid #e7e7e7;
	position: fixed;
	bottom: 0;
	left: 0;
}
#footer {
	width: 940px;
	margin: 0 auto;
	padding: 20px 0px;
	color: #121212;
	font-size: 11px;
	text-shadow: none;
}
/*----------subscribe form----------*/
.subscribe {
	width: 260px;
	float: right;
	position: relative;
}
/*subscribe form*/
form#subform fieldset {
	border: none;
	background: none;
}
form#subform fieldset p {
	background: none;
	padding: 0;
	margin: 0;
	display: block;
}
form#subform input {
	background: url(../images/input-fld-subscribe.png) no-repeat;
	width: 165px;
	height: 15px;
	padding: 5px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #787878;
	line-height: 1.3em;
	outline: none;
	border: none;
	float: left;
}
form#subform input.sub_submit {
	width: 85px;
	height: 25px;
	background: url(../images/subscribe-btn.png) no-repeat;
	padding: 0;
	margin: 0;
	float: left;
	color: #075d85;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0px 1px 0px #98e7fe;
	border: none;
	cursor: pointer;
	outline: none;
	display: block;
}
/*position of error is relative to "suscribe" div*/
form#subform label.error {
	position: absolute;
	top: 25px;
	left: 0;
	color:  #800e0e;
	font-style: italic;
	font-size: 11px;
	text-align: left;
	margin: 0;
	padding: 0;
}
form#subform #result_sub {
	width: 260px;
	height: 15px;
	margin-top: 15px;
	font-size: 12px;
	text-align: left;
	float: left;
}
/*----------social----------*/
ul.social li {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	background: none;
	list-style: none;
}
ul.social li a {
	display: block;
}
/*12. tipsy */
/*---------------------------------------------------------------------------*/
.tipsy {
	padding: 5px;
	font-size: 11px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-repeat: no-repeat;
	background-image: url(../images/tipsy.gif);
}
.tipsy-inner {
	padding: 5px 8px 4px 8px;
	background-color: black;
	color: white;
	max-width: 200px;
	text-align: center;
	text-shadow: none;
}
.tipsy-inner {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.tipsy-north {
	background-position: top center;
}
.tipsy-south {
	background-position: bottom center;
}
.tipsy-east {
	background-position: right center;
}
.tipsy-west {
	background-position: left center;
}
