html
{
	height: 100%;
}

body
{
	 text-align: left;
    font-size: 0.7em;
    font-family: Arial;
	 padding: 0;
	 margin: 0;
	 background-color: #FFF;
	 height: 100%;
	 
}

h1
{
	font-size: 1em;
	margin: 0;
}

/* Links */

a:link {
	color: #444;
	text-decoration: none;
}

a:visited {
	color: #444;
	text-decoration: none;
}

a:hover {
	color: #444;
	border-bottom: 1px dotted;
}

a:active {
	color: #444;
	border-bottom: 1px dotted;
}

a:focus {
	color: #444;
	border-bottom: 1px dotted;
}

.white-link:link{
	color: #FFF;
	font-weight: bold;
}

.white-link:visited{
	color: #FFF;
	font-weight: bold;
}

.white-link:hover{
	color: #FFF;
	font-weight: bold;
	border-bottom: 1px dotted;
}

.white-link:active{
	color: #FFF;
	font-weight: bold;
	border-bottom: 1px dotted;
}

.no-decoration:hover{
	border-bottom: 0px;
}

.no-decoration:active{
	border-bottom: 0px;
}

.no-decoration:focus{
	border-bottom: 0px;
}

#layout
{
	width: 1000px;
}

#layout-top
{
	height: 200px;
	width: 1000px;
	background-image: url(../img/biogas_top_new.jpg);
	position: relative;
}

#layout-menu-top
{
	
	height: 23px !important;
	width: 760px;
	padding-left: 235px;
	padding-top: 1px;
	position:absolute;
	top: 175px;
}

#layout-holder-top-left
{
	width: 530px;
	height: 22px;
	float: left;
}

#layout-holder-top-left-menu-cut
{
	margin-left: -1px;
	background-color: #dedc1e;
	width: 5px;
	height: 20px; 
	display: block;	
	float: left;
}

#layout-holder-top-right
{
	width: 230px;
	height: 22px;
	float: left;
}

#layout-holder-top-left1
{
	height: 30px;
	width: 440px;
	background-image: url(../img/holder_top.gif);
	background-repeat: no-repeat;
	padding-left: 239px;
	padding-top: 20px;
	float:left;
}

#layout-holder-top-right1
{
	height: 30px;
	width: 311px;
	padding-top: 20px;
        float: left;
}

#layout-mid
{
	width: 1000px;
	background-image: url(../img/technischezeichnung.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#layout-left
{
	width: 1000px;

}

#layout-mid-left
{
	float: left;
}

#layout-mid-left-top
{
	min-height: 98px;
	width: 134px;
	background-image: url(../img/strichfortsetzung.gif);
	background-repeat: no-repeat;
	padding-left: 100px;
}

#layout-mid-left-bot
{
	height: 450px;
	width: 134px;
	margin-left: 100px;
	line-height:1.7em;
}

#layout-mid-mid
{
	width: 462px;	
	float: left;	
	padding-right: 10px;	
	overflow:hidden;
}

#layout-mid-right
{
	width: 230px;	
	float: right;	
}

#layout-bot
{
	width: 1000px;
	height: 11px;
	background-image: url(../img/bottomlinie.gif);
	background-repeat: no-repeat;
}

#fahnen
{
	padding-top:5px;
	float: left;
}

#langchooser
{
	padding:3px 0px 0px 3px;
	float: left;
}

li.links
{
	margin-left: 20px;
}

.clear
{
	clear: both;
}

.news-vorschau
{
	width: 180px;
}

.prev-headline
{
	font-size: 1.2em;
	height: 20px;
	line-height: 19px;
	vertical-align: middle;
	color:#00492C;
	margin-bottom: 1px;
	font-weight: bold;
	width: 220px;
}

#layout-print
{
	display: none;
}

/* Formulare */
.form-div
{
width: 499px;
clear: both;
display: block;
padding-bottom: 5px;
}

.form-label-div
{
width: 100px;
float: left;
}

.form-field-div
{
float: left;
}

input.inputfield
{
width: 350px;
border: 1px #00492C solid;
}

select.selectBox
{
	border: 1px #00492C solid;
	background-color: #dedc1e;
	font-size:10px;
	width:134px;
	font-family: Arial;
}

textarea.textarea
{
width: 450px;
height: 200px;
border: 1px #00492C solid;
}

input.button
{
border: 1px #00492C solid;
background-color: #FFFFFF;
}

.form-error
{
color: #990000;
}