
#topwrapper {
	width: 860px;
	height: 250px;
	background: #173610;
	vertical-align: middle;
}
#landeswappen {
	width: 180px;
	height: 100%;
	background: transparent 
	url('../img/wappen.gif') no-repeat left top; 
	background-size:180px;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}
#topright {
	width: 650px;
	margin-left: 10px;
	height: 100%;
	margin-top: 10px;
	float: left;
}
#titel_inselreich {
	width: 630px;
	height: 200px;
	background: transparent    
	url('../img/titel_inselreich.gif') no-repeat center center; 
	background-size:500px;
	float: left;
}

#topmenue {
	width: 840px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 50px;
	background-color: #173610;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
  	padding-right: 10px;
  	padding-left: 10px;
}

#footer {
	margin-top: 10px;
	background-color: #173610;
	color: #FFFFFF;
	font-size: 0.9em;
	width: 860px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

html, body {
	font: 100.01% trebuchet ms, arial, helvetica, sans serif;
	line-height: 15px;
	background-color: #1C020D;
	color:#173610;
	background: #1C020D	url('../img/wald.jpg') no-repeat left top;
	background-size: 100% auto;
}

* {
	margin: 0px;
	padding: 0px;
		list-style-image: none;
		list-style-position: outside;
		list-style-type: disc;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

p {
	margin: 	10px;
	padding: 	0px;
}

img {
	border: 0;
}

table, tr, td, th {
	border: 1;
	border-color: #000000;
	border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
}

ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1 em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

a:link {
 color: #FFFFFF;
 text-decoration:none;


}

a:visited {
 color: #FFFFFF;
 text-decoration:none;

}

a.zwei:link {
 color: #FFFFFF;
 text-decoration:none;
}

a.zwei:visited {
 color: #FFFFFF;
 text-decoration:none;
}

#wrapper {
	width: 860px;
	margin: auto;
	min-height: 350px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.9em;
	line-height: 1.1em;
}

input:disabled {
    background: #dddddd;
}

/* Zum Abschließen von Float-Konstrukten */
.clear {
	clear: both;
	height: 0px;
	width: 0px;
	font-size: 0.0em;
	visibility: hidden;
}

/*
#################################
#################################
Darstellung der Containerstruktur
#################################
#################################
<wrapper>
	
	<topwrapper>
		<landeswappen> </landeswappen>
		<topright>
			<titel_inselreich> </titel_inselreich>
			<topmenue> </topmenue>
		</topright>
	</topwrapper>
	
	<mainwrapper-full>
		<contentwrapper_full>
			<imagewrapper> </imagewrapper>
			<contentwrapper> </contentwrapper>
			<newswrapper-full>
				<leftwrapper> </leftwrapper>
				<rightwrapper> </rightwrapper>
			</newswrapper-full>
		</contantwrapper-full>
	</mainwrapper-full>

	<footer> </footer>

</wrapper>
#################################
#################################
#################################
*/

#mainwrapper-full {
	margin-top: 10px;
	width: 860px;
	min-height: 260px;

}
#contentwrapper-full {
	width: 860px;
	float: left;
	padding-bottom: 10px;
}
#imagewrapper {
	width: 860px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #4EA53A;
	color: #173610;
}
#contentwrapper {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 860px;
	float: left;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #4EA53A;
}
#newswrapper-full {
	margin-top: 10px;
	width: 860px;
	min-height: 260px;

}
#leftwrapper {
	width: 400px;
	background-color: #4EA53A;
	text-align: left;
	padding-bottom: 10px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	float: left;
}

#rightwrapper {
	margin-left: 20px;
	width: 400px;
	float: left;
	text-align: left;
	background-color: #4EA53A;
	padding-bottom: 10px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}

/* Zum Abschließen von Float-Konstrukten */
.clear {
	clear: both;
	height: 0px;
	width: 0px;
	font-size: 0.0em;
	visibility: hidden;
}
/*
/* Ende */

