/* General
--------------------------------------------------*/
html, body, span, table, p, ul, li, dl, dt, dd, div {
	margin: 0;
	padding: 0;
	}

table {
	background: #fff;
	border:0;
	}

td.pic {
	width: 130px;
}

td.text {
	font-size: 1em;
	vertical-align: bottom;
	color: #c1272d;
}


p {
	clear:both;
	}

img {
	border: 0;
	float: left;
	padding-right: 10px;
	}

img.panel {
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	margin-top: 5px;
	float: left;
	}

#cont-right img.panel {
	padding-bottom: 6px;
	margin-right: 5px;
	float: left;
	}

img.rechner {
	background: #fff;
	margin-right: 8px;
	float: left;
	}

.clearer {
	clear: both;	
	}

.newsimp {
	background-color: #fff;
	border: 1px solid #c1272d;
	padding: 6px 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #c1272d;	
	font-size: 0.9em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	}	

.newsimpred {
	background-color: #c1272d;
	border: 1px solid #c1272d;
	padding: 6px 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #ffffff;	
	font-size: 0.9em;
	font-weight: bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	}

.newsimpblue {
	background-color: #fff;
	border: 1px solid #005b7f;
	padding: 6px;
	margin-top: 15px;
	margin-bottom: 30px;
	color: #005b7f;	
	font-size: 0.9em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	}

.imp {
	background-color: #c1272d;
	padding: 6px;
	margin-top: 15px;
	margin-bottom: 30px;
	color: #fff;	
	font-weight: bold;
	font-size: 1em;
	}

.result {
	background-color: #fff;
	padding: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #c1272d;	
	font-weight: bold;
	font-size: 1.0em;
	}

dl {
	border: 1px solid #c1272d;
	background-color: #fff;
	overflow: auto;
	padding: 5px;
	display: block;
	}

dt {
	padding: 5px 10px 3px 10px;
	font-weight: bold;
	font-size: 1em;
	}

dd {
	padding: 3px 10px 5px 10px;
	display: block;
	font-size: 0.9em;
	overflow: auto;
	}
	
dt.even, dd.even {
	background-color: #eee;
}

dt.odd, dd.odd {
	background-color: #ddd;
}
	
/* Structure
--------------------------------------------------*/

body {
	padding: 0;
	margin: 0;
	height: 100%;
	background: #5aad10 url(../img/bg_back.jpg) repeat-y bottom center;
	}

#background {
	height: 100%;
	background-color: #a8ddfc;
	background:-moz-linear-gradient(top, #55a4ef, #a8ddfc); /* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#55a4ef), to(#a8ddfc)); /* Safari, Chrome */
	background:-webkit-linear-gradient(top, #55a4ef, #a8ddfc); /* Safari, Chrome - neue Syntax! */
	background:-o-linear-gradient(top, #55a4ef, #a8ddfc); /* Opera */
	background:-ms-linear-gradient(top, #55a4ef, #a8ddfc); /* IE */
	background:linear-gradient(top, #55a4ef, #a8ddfc); /* W3C Standard */	
}


#container {
	height: 100%;
	width: 100%;
	background: transparent url(../img/bg_green.png) no-repeat bottom center;
	padding: 20px 0;
	}


#inner {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	width: 840px;
	border: 16px solid #fff;
 	background: #018fd7 url(../img/bg.jpg) repeat-x top left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	-moz-box-shadow: 0 10px 10px #222222;
	-webkit-box-shadow: 0 10px 10px #222222;
	box-shadow: 0 10px 10px #222222;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=90, Color='#222222')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=90, Color='#222222');
 	}

#head, #navbar, #content, #footer {
	padding: 0 auto;
	}

#head {
	height: 150px;
	padding: 8px 0;	
	text-align: center;
	}

#head img {
	padding: 0 30px 5px 30px;
	float: left;
}

#navbar {
	width: 730px;
	float: left;
	padding: 12px 0 0 40px;
	margin: 0;
	}	
	
#content {
	background-color: #fff;
	width: 740px;
	min-height: 400px;
	_height: 400px;
	overflow: none;
	float: left;
	margin: 0 30px;
	padding: 0 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	}	

#cont-left {
	width: 300px;
	overflow: auto;
	float: left;
	padding: 10px 0;
	}

#cont-left p {
	width: 220px;
}

#info {
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	}

.station {
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;	
	margin: 8px 0;
	padding: 6px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	}
	
#cont-right {
	width: 420px;
	float: left;
	padding: 10px 0;
	}
	
#partner #cont-right p {
	height: 80px;
	padding: 10px 0;
}	

	
#footer {
	height: 25px;
	text-align: center;
	clear: both;
	}	
	
/* Typography
--------------------------------------------------*/

body {	
	color: #000;
	font: 13px 'Ubuntu', sans-serif !important;
	text-transform: none;
	}

h1 {
 	color: #c1272d;
	font-size: 2em;
	margin: 4px 0;
	}
	
h2 {
 	color: #c1272d;
	font-size: 1.6em;
	margin: 4px 0;
	}
	
h3 {
	font-size: 1.2em;
 	color: #c1272d;
	}	

.hl1 {
	color: #ffffff;
	font-size: 2.2em;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.4em;
	}

.hl2 {
	color: #ffffff;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.6em;
	}

.hl3 {
	color: #ffffff;
	font-size: 1.7em;
	text-transform: uppercase;
	font-weight: bold;
	}
		
ul, p {
	font-size: 0.9em;
	line-height: 1.3em;
	margin-bottom: 5px;
	}	

label {
	font-size: 0.9em;
	}
	
#navbar {	
	font-size: 1em;
	font-weight: bold;
	}

.slink, .footmsg {
	font-size: 0.8em;
	}

.slink {
	padding: 5px;
}

.dlink {
	clear: both;
	display: block;
	padding: 15px 0;
}

.footmsg, .footmsg a {
	color: #fff;
	}	

.topic {
	font-size: 1em;
	font-weight: bold;
 	color: #c1272d;
	display: block;
	padding-top: 3px;
	}

.small {
	font-size: 0.9em;	
	line-height: 1.1em;
	padding-top: 8px;
	padding-bottom: 8px;
	}

#ansbox {
	color: #000;
	font-size: 0.9em;
	line-height: 1.3em;
	margin-bottom: 5px;
}	

#ansbox p{
	color: #005b7f;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
}	


/* Links
--------------------------------------------------*/	
a {
	color: #005b7f;
	text-decoration: none;
 	}

a:hover {		
	color: #005b7f;
	text-decoration: underline;
	}

.newsimpred a {
	color: #fff;
}
	
/* Navigation
--------------------------------------------------*/

#navbar a {
	color: #005b7f;
	background: #fff;
	text-decoration: none;
	padding: 6px 10px;
	display: block;
	height: 14px;
	float: left;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	margin: 0;
	border-bottom: 2px solid #ddd;
 	}


#navbar a:hover {		
	color: #c1272d;
	border-bottom: 2px solid #ddd;
	height: 18px;
	margin-top: -4px;
	}

#home #navhome, #gas #navgas, #service #navtech, #faq #navfaq, #partner #navpartner, #karte #navkarte, #film #navfilm {
	color: #c1272d;
	border-bottom: 2px solid #fff;
	height: 18px;
	margin-top: -4px;
	}

#navbar ul {	
	display: inline;
	}

#navbar li {	
	float: left;
	display: inline;
	list-style-type: none;
	padding: 0 2px;
	}


/* Kontakt
--------------------------------------------------*/

form {
	border: 1px solid #000;
	margin-bottom: 30px;
	padding: 10px;
	}

form.preise {
	padding: 10px;
	width: 220px;
	}

form.rechner {
	padding: 10px;
	width: 300px;
	}
	
form p {
	clear: both;
	}

label {
  	display: block;
  	font-weight: bold;
	}

input, textarea {
  	float: left;
  	clear: right;
  	border: 1px solid #000;
  	vertical-align: bottom;
	}

select {
	float: left;
	margin-bottom: 10px;
	}

#cont-right label, #content label {
  	width: 120px;
	_width: 100px;
  	margin: 5px 10px 0 0;
	}

#cont-right input, #cont-right textarea, #content input, #content textarea {
  	width: 240px;
	_width: 180px;
  	height: 22px;
  	margin: 0 0 18px 0;
  	padding: 2px 4px 2px 4px;
	color: #000;
	font-size: 1.1em;
	}
		
#cont-right textarea#message, #content textarea#message {
  	overflow: auto;
	width: 320px;
  	height: 140px;
	}

#cont-right input.send, #content input.send {
  	width: 120px;
  	margin: 0 0 0 5px;
  	padding: 0;
	}

#cont-left label {
	width: 120px;
	margin: 5px 10px 0 0;
	}		
		
#cont-left input.send {
	width: 120px;
  	margin: 0 0 0 5px;
	padding: 0;
	}	

#cont-left textarea#message{
  	overflow: auto;
	width: 200px;
  	height: 80px;
	}
	
#cont-left input, #cont-left textarea {
	width: 200px;
	}
	
	
#cloud1 {
	position: absolute;
	display: inline;
	top: 0;
	left: -140px;
	z-index: 1;
	width: 350px;
	height: 130px;
	background: transparent url(/img/cloud1.png) no-repeat top center;
}
	
#cloud2 {
	position: absolute;
	display: inline;
	top: 150px;
	left: -360px;
	z-index: 2;
	width: 350px;
	height: 130px;
	background: transparent url(/img/cloud1.png) no-repeat top center;
}

#cloud3 {
	position: absolute;
	display: inline;
	top: 350px;
	left: -100px;
	z-index: 1;
	width: 180px;
	height: 74px;
	background: transparent url(/img/cloud2.png) no-repeat top center;
}



