/* LAYER */

body {
margin: 0px;
padding: 0px;
width: 100%;
background: url("../images/background.gif");
}

#webdesign {
position: absolute;
left: -2000px;
top: -2000px;
width: 1px;
height: 1px;
			}

#logo {
position: absolute;
margin: 0;
padding: 0;
top: 3px;
left: 50%;
margin: 0px 0px 0px -440px;
display: none;
}

#container {
position: absolute;
margin: 0px 0px 0px -405px;
width: 810px;
left: 50%;
top: 30px;
}

#banner {
width: 810px;
height: 182px;
margin: 0;
}

#content {
position: relative;
width: 810px;
heigt: auto;
background: #fff;
margin: 0;
}

#navigation {
position: relative;
float: left;
width: 164px;
height: auto;
display: none;
}

#text {
position: relative;
float: left;
width: 500px;
height: auto;
margin: 29px 0px 0px 0px;
padding: 0px 0px 0px 40px;
}

#images {
position: relative;
float: right;
width: 250px;
height: 300px;
padding: 0px 8px 0px 0px;
margin: 29px 0px 0px 0px;
}

#footer {
position: relative;
width: 810px;
height: 23px;
background: url("../images/footer.jpg");
}

/* NAVIGATION */

#navigation ul {
margin: 30px 0px 0px -8px;
padding: 0px;
list-style-type:none;
padding-left: 50px;
}

#navigation ul li {
margin: 0;
padding: 0;
}

#navigation ul li a {
display: block;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
color: #000;
width: 80px;
height: 22px;
text-decoration: none;
line-height: 22px;
text-indent: 10px;
}

#navigation ul li a:hover, #navigation ul li a.active, #navigation ul li a:active {
background: url("../images/navi.gif") no-repeat;
background-position: -1px -3px;

}

#navigation ul li.sublink {
margin-left: 10px;
height: 17px;
}

#navigation ul li.sublink a {
font-weight: normal;
font-size: 11px;
line-height: 15px;
height: 15px;
text-indent: 0px;
width: 70px;
}

#navigation ul li.sublink a.active, #navigation ul li.sublink a:active, #navigation li.sublink a:hover {
background: none;
border-bottom: 2px solid #FFF212;
}

/* FORMATIERUNGEN */

h1 {
margin-top: 0px;
border-bottom: 2px solid #FFF212;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
}

#text h1 {
width: 370px;
}

#images h1 {
width: 245px;
margin-left: 5px;
}


h2, p, #text {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #565658;
}

h2 {
font-weight: bold;
}

/* KLASSEN */

.clear {
clear: both;
height: 1px;
overflow: hidden;
}

/* FORMULAR */

/* GENERAL FORMFIELD DEFINITION */
input, textarea, select {
	border: 1px solid #565658;
	background: #fff;
	width: 200px;
	color: #565658;
}

select.select {
	border: 0px solid #333;
}

/* FONT DEFINITIONS FORMFIELDS */
input.text, select, textarea, input.submit {
	padding: 3px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
}

/* RADIO AND CHECKBOX */
input.radio, input.checkbox {
	width: auto;
	border: 0px;
	background: #fff;
}

/* SUBMIT BUTTON */
input.submit {
	background: #221E1F;
	width: auto;
	color: #FFF100;
	border: 0px solid #333;
}

/* SPECIFIC TEXTAREA HEIGHTS */
textarea.large {	height: 7em; }
textarea.small {	height: 1em; }
