body {
	spacing:0px;
	font-family: "Courier New", Courier, mono;

}

h2 {
	margin-left:8px;
	margin-top:30px;
	color: #555555;
}

#outer {
	display: block;
	width: 1024px;
	height: 390px;
}

#mainframe{
float: right;
margin-left: 10px;
width: 720px;
height: 390px;
vertical-align: top;
background-color: #dff1a8;
text-align: left;
}

#imgBox {
float: right;
height: 360px;
}

#textBox {
width: 280px;
height: 388px;
padding-left: 12px;
background-color:#f5ffc0;
display: inline-block;
border: solid 1pt  #dff1a8;
border-left-width: 0pt;
float: right;
}

#navi {
display: block;
width: 720px;
height: 28px;
text-align: left;
vertical-align: middle;
background-color: #dff1a8;
}

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

ul.navi {
/*	display: inline;*/
}

li.navi {
	display: inline-block;
	height: 26px;
	vertical-align: middle;
	margin-left:4px;
	margin-top:3px;
}

ul.kontakt li {
	display: block;
	margin-left:0px;
	margin-top:16px;
}

ul.start li{
	display: block;
	margin-left:5px;
	margin-top:16px;
}

a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #000000;
}

div{
	vertical-align: top;
	border: 0pt;
	margin:0pt;
	padding:0px;
	spacing: 0px;
	font-size: 11pt;
	color: #444444;
	font-family: Arial,sans-serif,Helvetica ;
}

textarea{
	width:200px;
	height: 110px;
}

.label{
	font-size: 11pt;
	color: #333333;
	margin-top: 4px;
}
.text {
	font-size: 10pt;
	color: #333333;
	padding-left: 8px;
}

