@import url(schriften.css);
@import url(formular.css);
@import url(menue.css);
@import url(slimbox.css);
html
{
 	margin:0px;
 	padding:0px;
	background: #F8F8F5 url(../images/layout/bg.jpg) repeat;
	overflow-x: hidden;
}
body
{
 	margin: 0px;
 	padding: 0px;
	background: url(../images/layout/hg_body.gif) repeat-x;
}
div#container
{
	margin:0 auto;
	text-align:center; 
	width:770px;
	background: url(../images/layout/content_bg.png) center repeat-y;
}
div#logo 
{ 
	position:relative; 
	left:25px; top:23px;
	width:auto;
	height:91px; 
}
.logorahmen
{
	border: 1px solid #56A829;
}
div#flaggen
{
	position:absolute;
	top: 97px;
	right: 10px;
}
div#flaggen .bilderrahmen
{
	border: 1px solid #ffffff;
}
div#header 
{ 
	position:relative; 
	left:10px; top:0px;
	width:750px;
	height:127px;
	background:url(../images/layout/header_bg.jpg) repeat-x; 
}
div#footer 
{ 
	margin:0 auto;
	text-align:center;
	position:relative; 
	left:0px; top:0px;
	width:770px; height:30px;
	background:url(../images/layout/footer_bg.png) repeat-y center;
}

/* Inhaltsbereich */
div#content_item 
{
	position:relative; 
	right:0px; top:2px;
	text-align:left;
	background:url(../images/layout/contenthead_bg.jpg) repeat-x; 
}

.text_item
{
	position:relative;
	left:0px; top:-10px;
	margin: 0px 0px 0px 0px;
	float:left; 
	width:378px;
}

/* Boxen */
div#section_right
{
	position:relative;
	left: 12px; top:2px;
}

div#section_left
{
	position:relative;
	left: 10px; top:2px;
	float:left;
}

/* Teaser */
.teaser_item
{
	position:relative;
	right:0px; top: 2px;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right; 
	width:170px; 
	min-height:350px; 
	background:#ECEADF url(../images/layout/bg_teaser.jpg) bottom no-repeat; 
	border-left:1px dotted #39A226; 
	border-top:1px dotted #39A226;
}