body {
	font:normal 10pt/12pt Trebuchet MS, Helvetica, Arial, sans-serif;
	color:#000000;
	background:#FFFFFF;
	margin:6px;
}

td {
	vertical-align:top;
}

p {
	text-align:justify;
}

hr {
    clear:both;
    background:#C4091D;
    margin:10px 0;
    border:1px solid #C4091D;
}

a {
    color:#C4091D;
    text-decoration:underline;
}

a:hover {
    color:#FFD100;
    text-decoration:none;
}

h1 {
    font:inherit;
    font-family:Verdana, Helvetica, Arial, sans-serif;
    font-size:18pt;
    font-weight:normal;
    line-height:20pt;
    color:#EA9216;
    text-align:right;
    border-bottom:2px solid #EA9216;
    font-style:italic;
}

#body {
	margin:auto;
	margin-bottom:10px;
	width:1000px;
	height:auto;
	padding:5px 10px;
}

#header {
	width:980px;
    height:100px;
    background:#222222;
    padding:10px;
    margin-bottom:20px;
}

#header h1 {
    color:#FFFFFF;
	font:normal 25pt/27pt Georgia,"Times New Roman","Bitstream Charter",Times,serif;
    margin-bottom:0;
    text-align:left;
    border:none;
}

#header p {
    color:#FFFFFF;
    font-size:12pt;
}

#content {
	height:auto;
	background-color:inherit;
    margin-bottom:30px;
}

#content-left {
    width:210px;
    height:auto;
    background:#E9E4D7;
    float:left;
    padding:10px;
}

#content-right {
    width:730px;
    height:auto;
    background:#E9E4D7;
    float:right;
    padding:10px;
}

#footer {
    font:inherit;
    font-size:10pt;
    line-height:10pt;
    background:#222222;
	width:1000px;
	height:16px;
	text-align:center;
	color:#FFFFFF;
	margin-top:20px;
    padding:2px;
    clear:both;
}

div.error {
    float:right;
    width:118px;
    border:3px solid #FF0000;
    padding:5px;
    color:#FF0000;
    font-weight:bold;
}

div.text {
    background:#E9E4D7;
    padding:5px;
    margin-top:20px;
    float:left;
    width:300px;
    height:375px;
}

div.projekt {
    border:2px solid #666666;
    padding:5px;
    margin-bottom:10px;
}

div.projekt h2 {
    text-align:left;
    font-size:13pt;
    margin-top:0;
    color:#666666;
}

div.projekt img {
    float:left;
    margin-right:15px;
}

ul.form {
    list-style-type:none;
    width:550px;
    padding:0;
    margin:0 0 10px;
}

ul.form li {
    height:41px;
    margin:0;
    vertical-align:middle;
}

ul.form li input, select {
    margin:8px ;
    width:250px;
    border:1px solid #666666;
    font:inherit;
    color:#666666;
    background:transparent;
}

ul.form li textarea {
    margin:8px;
    width:250px;
    height:200px;
    border:1px solid #666666;
    font:inherit;
    color:#666666;
    background:transparent;
}

ul.form li p {
    margin:5px;
}

label {
    float:left;
    width:230px;
    padding: 11px 5px;
}

.spacer {
    line-height:0px;
    font-size:0px;
    min-height:0px;
    clear:both;
}

.bold {
    font-weight:bold;
}

