/****************************
+++ HTML-Standards +++
****************************/

html {
	min-height:100.05%;
}

body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:74%;
	color:black;
	min-width:976px;
	background:white;
}

img {
	border:none;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-size:100%;
}

h1 {
	color:#644525;
	font-family:Garamond, "Times New Roman", Times, serif;
	font-size:150%;
}

h2{
	font-weight:bold;
}

.trenner {
	display:block;
	clear:both;
	height:0.1em;
	font-size:88%;
}

a {
	color:#644525;
}

/****************************
+++ Grundstruktur +++
****************************/

#container {
	position:relative;
	width:940px;
	margin:40px auto 0px auto;
}


#header {
	position:relative;
	height:646;
	width:939px;
}

#logo {
	position:absolute;
	top:0px;
	left:0px;
}

#sprachen {
	position:absolute;
	top:0px;
	right:0px;
	background:white;
	padding:2px 10px;
}

#sprachen a {
	text-decoration:none;
	color:#644525;
	font-size:90%;
}

#headline {
	position:absolute;
	bottom:360px;
	left:565px;
	width:200px;
}

#headline .edit {
	position:absolute;
	bottom:-360px;
	left:0px;
}

#inhaltsbereich {
	position:absolute;
	top:210px;
	left:65px;
}

#kasteneins, #kastenzwei, #kastendrei {
	position:relative;
	width:126px;
	margin-right:15px;
	float:left;
	border:solid 1px white;
	padding:20px 12px;
	background: url(../upload/design/weiss.png);
}

.headline {
	height:7em;
}

.text{
	height:15em;
	font-size:95%;
}

.text a {
	color:#644525;
}

div .bild {
	position:absolute;
	left:0;
	bottom:0;
}





