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;
}

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;
}

#layout
{
	width: 1000px;
}

#layout-top
{
	height: 350px;
	width: 1000px;
	z-index:1;
}

#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-repeat: no-repeat;
	padding-left: 100px;
}

#layout-mid-left-bot
{
	height: 100px;
	width: 134px;
	margin-left: 100px;
}

#layout-mid-mid
{
	width: 462px;	
	float: left;	
	padding-right: 10px;
	padding-top: 10px;	
}

#layout-mid-right
{
	height: 300px;
	width: 230px;
	float: right;
	background-image: url(../img/languagekasten.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 325px;
	left: 770px;
	padding: 10px;
	color: #2f5d38;
}

#layout-bot
{
	width: 1000px;
	height: 11px;
	background-repeat: no-repeat;
}

#fahnen
{
	padding-top:5px;
	float: left;
}

#langchooser
{
	padding:4px 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;
	height: 15px;
	font-size:10px;
	width:105px;
	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;
}