/*	blu.css | V1.0 by blu.plane
	> bluplane.com										*/

/* browser reset by Eric Meyer > meyerweb.com	*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}:focus{outline:0;}body{line-height:1;color:black;background:white;}ol,ul{list-style:none;}table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}

/* typography */
html { font-size: 62.5%; font-family: "Lucida Grande", Tahoma, Arial, sans-serif; }
#container { font-size: 1.2em; line-height: 1.6em; color: #444; }
p { margin-bottom: 1.6em; }
strong, th, thead td { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size: 92%; font-family: monaco, "Lucida Console", courier, monospace; }
code, pre { color: #c33; }
pre { margin-bottom: 1.6em; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
address { margin-bottom: 1.6em; }

/* headings */
h1, h2, h3, h4 { font-weight: normal; color: #03925c; }
h5, h6 { font-weight: bold; color: #03925c; }
h1 { font-size: 1.9em; margin: 1em 0 .5em; }
h2 { font-size: 1.7em; margin: 1.07em 0 .535em; }
h3 { font-size: 1.5em; margin: 1.14em 0 .57em; }
h4 { font-size: 1.3em; margin: 1.23em 0 .615em; }
h5 { font-size: 1.2em; margin: 1.33em 0 .67em; }
h6 { font-size: 1em; margin: 1.6em 0 .8em; }

/* links */
a { position: relative; padding: 0.3em 0 .1em 0; } /* for larger click-area */
a:link { text-decoration: underline; color: #03925c; }
a:visited { text-decoration: underline; color: #03925c; }
a:hover { text-decoration: underline; color: #026741; }
a:active, a:focus { text-decoration: underline; color: #000; }
#header a { text-decoration: none;}

/* additional text styling */
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.highlight {background:#ff0;}
.error, .info, .success {padding: 0.8em 0 0.8em 2.6em; margin: 1.8em 0 1.6em 0;border:2px solid #ddd;}
.error {background:#FBE3E4 url(../images/cross.gif) 8px 50% no-repeat;color:#8a1f11;border-color:#FBC2C4;}
.info {background:#FFF6BF url(../images/info.gif) 8px 50% no-repeat;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2 url(../images/tick.gif) 8px 50% no-repeat;color:#264409;border-color:#C6D880;}

/* quotes */
blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote { padding: 0 1em; margin: 1.6em 0 1.6em 0;}
blockquote *:first-child { margin: .8em 0; }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }

/* forms */
form { margin-bottom: 1.6em; }
form div { margin-bottom: .8em; }
fieldset { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
legend { font-weight: bold; font-size:1.2em; padding-left: .8em; padding-right: .8em; }
legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
label { font-weight: bold; }
textarea, input { padding: .4em .4em .16em .4em; }
textarea, input[type='text'], input[type='password'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #03925c; }
input, select { cursor: pointer; }
input[type='text'],input[type='password'] { cursor: text; }
select { padding: .1em .2em 0 .2em; }
option { padding: 0 .4em; }

/* lists */
ul li { margin-left: .85em; }
ul { list-style-type: disc; margin: 0 0 1.6em 1.5em; }
#left ul, #right ul { margin: 0 0 1.6em 0.6em; }
ul ul { list-style-type: square; }
ul ul ul { list-style-type: circle; }
ol { list-style-position: outside; list-style-type: decimal; margin: 0 0 1.6em 2.35em; }
#left ol, #right ol { margin: 0 0 1.6em 1.6em; }
ol ol, ul ol { margin-left: 2.5em; }
dl { margin-bottom: 1.6em; }
dt { font-weight: bold; margin-top: .8em; margin-bottom: .4em; }

/* tables */
table { border-top: 1px solid #ccc;  border-left: 1px solid #ccc; margin-bottom: 1.6em; }
th, td { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; padding: .8em; }
caption { padding-bottom: .8em; } /* padding instead of margin for IE */

/* buttons */
.button { display: inline-block; margin:0 0.583em 0.667em 0; padding:5px 10px 5px 7px; border:1px solid #dedede; border-top:1px solid #eee; border-left:1px solid #eee; background-color:#f5f5f5; font-size:100%; line-height:130%; text-decoration:none; font-weight:bold; color:#565656; cursor:pointer; }
fieldset .button { float: left; }
.reset { padding-left: 2.6em; background: #f5f5f5 url(../images/cross.gif) 8px 50% no-repeat; }
.submit { padding-left: 2.6em; background: #f5f5f5 url(../images/tick.gif) 8px 50% no-repeat; }
.button img { margin:0 3px -3px 0 !important; padding:0; border:none; width:16px; height:16px; float:none; }
.button:hover { background-color:#eee; border:1px solid #ddd; }
.button:active { background-color:#ddd; border:1px solid #ccc; }

/* layout */
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none; margin-bottom: 1.6em; }
.clearfix:after, #container:after {content:".";display:block;height:0;clear:both;visibility:hidden;max-height:0;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html #container {height:1%;}
.clearfix, #container {display:block;}
.clear { clear:both; }
.box { padding: 10px; border: 1px solid #ccc; background: #E6F2EC; xxcolor: #fff;}
#content img { float: left; margin-right: 10px; padding: 3px; border: 1px solid #ddd; border-bottom: 1px solid #ccc; }
#content .captcha_img { float: none; margin: 0 5px -4px 0; padding: 0; border: none;}

/* site structure (common for all layouts) */
body { background: #E6F2EC; }
#container { width: 960px; margin: 0 auto; text-align: left; background: #fff; border: 2px solid #ccc; border-top: none; }
#header { width: 960px; height: 160px; }
#header h1 { margin: 0; position: relative; top: 43px; left: 0;}
#header h1 a span { display: none; }
#header #sofortkontakt { width: 320px; float: right; margin-top: -45px; }
#header p { margin: 0 0 0 10px; line-height: 1.4em; float: right; }
#header #sofortkontakt img { float: left; margin-right: 8px; }
#header h2 { font-size: 1.2em; margin: 0 0 0.8em 0; text-align: right; }
#topmenu{ clear: both; width: 960px; }
#contentwrapper { float: left; width: 100%; }
#footer { clear: left; width: 100%; border-top: 1px solid #ccc; padding-top: 15px; }
.innerpad { margin: 20px; margin-top: 0; }

/* topmenu */
#topmenu ul {
	background: #03925c;
	list-style: none;
	overflow: hidden;
	margin: 0 0 15px 0;
	}
#topmenu ul li {
	margin: 0 1px 0 0;
	width: 191px;
	float: left;
	position: relative;
	}
#topmenu ul li a {
	display: block;
	text-decoration: none;
	padding: 9px 10px 12px 9px;
	font-size: 0.85em;
	font-weight: normal;
	color: #c6e9c1;
	border-top: #007146 1px solid;
	border-left: #007146 1px solid;
	}
#topmenu ul li a strong {
	display: block;
	color: #d2f5cc;
	font-size: 1.2em;
	padding: 1px 0 2px 0;
	}
#topmenu ul li a:hover {
	background: #00a164;
	border-top: #007146 1px solid;
	border-left: #007146 1px solid;
	color: #d9ebd6;
	}
#topmenu ul li a.current, #topmenu ul li a.current:hover {
	background: #00a164;
	color: #d9ebd6;
	border-top: #007146 1px solid;
	border-left: #007146 1px solid;
	}
#topmenu ul li a.current strong {
	color: #dcf7d7;
	}
#topmenu ul img {
	float: left;
	margin: 3px 10px 0 0;
	border: none;
	}
	
/* submenu */
#submenu {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	}
#submenu li {
	margin: 0;
	}
#submenu li a {
	background: url(../images/menu_arrow.gif) no-repeat 3px 55%;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	}
#submenu li a:hover, #submenu li a.current {
	background-color: #E6F2EC;
	}