* {
	margin:0;
	padding: 0;
}

body {
	text-align: center;
	background-image: url(bilder/blueten2.jpg);  
	/*background-color: #dd9661;*/    
	height: 100%;
	background-attachment: fixed;
	font-family: Arial, sans-serif;
}

#wrapper {
    background-color: #eeeee;
    /*border: 2px solid red;*/
    /*margin: 0px 40px 40px 40px;  */
    width: 900px;
    height: 100%;
    text-align: left;
    margin: auto;
    background-image: url(bilder/spalte3.png) ;
}

#header, #nav, #footer, #aside, .section  {
    display: block;
}

#logotext {
    padding-top: 45px;
    font-size: 20pt;
    color: #dd9661;
}

#sprachen {
    margin-right: -3px;
    font-size: 15.5px;
}

input {
    float: right;
    margin-right: 240px;
}   

textarea {
    float: left;
}

#form {
    margin-left: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#submit {
    clear: both;
}



#header {
    /* background-color: yellow; */
    background-image: url(bilder/header.png);
    background-repeat: no-repeat;
    height: 150px;
    width: 900px;
    margin: 0 auto;
}


#header p {
	/*background-color: orange;*/
	text-align: right;
	padding-right: 15px;
}


#header a {
	color: #0075DC;
}




#steuerungoben {
	background-image: url(bilder/grau.png);
	height: 1.5em;
}

#steuerungoben ul {
	padding-left: 0.2em;
	list-style-type: none;
}

#steuerungoben li {
	display: inline;
}

#steuerungoben a {
    display: block;
    width: 145px;
    float: left;
    /*border-right: 1px solid red;*/
    text-align: center;
    line-height: 24px;
    color: white;
    text-decoration: none;
}

#steuerungoben a:hover {
	background-image: url(bilder/grau.png);
}


/*#steuerunglinks {
	width: 220px;                                
	float: left;
}  */

#steuerunglinks ul {
	padding-left: 2em;
	padding-top: 20px;
	padding-bottom: 0.5em;
	list-style-type: none;
}

#steuerunglinks ul ul{
	list-style-type: square;
}


#aside {
	/*background-color: #808000;*/
	width: 175px;
	float: right;
	padding-top: 0.4em;
}

#aside p {
	margin-left: 13px;
}

#aside img {
		margin-left: 13px;
}


#aside li {
	margin-left: 9px;
	list-style-type: none;
	font-size: 11px;
}

.section {
	/*background-color: orange;*/
	text-align: justify;
	margin-left: 80px;
	margin-right: 220px;
}

.section h1 {
	padding-top: 20px;
	padding-bottom: 0.4em;
	color: #dd9661;
}

.section h2 {
    color: #dd9661;
    padding-top: 1em;
    padding-bottom: 0.6em;
}


.section p {
	padding-bottom: 1em;
}

.section ul {
	padding-left: 3em;
}

.section li {
	padding-bottom: 0.5em;
}

#kontaktdaten {
    float: right;
}

form {
    /*border: solid 2px black;  */
    padding: 5px 5px 5px 5px;
    width: 300px;
}

td {
    width: 150px;
}

fieldset {
    width: 550px;
}

#footer {
    /* background-color: brown; */
    background-image: url(bilder/grau.png);
    width: 900px;
    color: white;
    text-align: center;
    clear: both;
}
