/* --- GENERAL ---------------------------------------------------------------- */

html, body { width:100%; height:100%; margin:0; padding:0; }

body { 
	font-family:Verdana, Arial; font-size:13px; line-height:1.3em; color:#000000;
	background-color:#e5f4fa; background-image:url('background.jpg'); background-position:top; background-repeat:repeat-x;
}

h1 { font-family:"Arial Black", Verdana; font-size:22px; font-weight:bold; color:#0095cc; line-height:1.3em; }
h2 { font-size:16px; font-weight:bold; color:#666666; line-height:1.3em; }
h3 { font-size:14px; font-weight:bold; color:#9c9e9f; line-height:1.3em; }
h4 { font-size:12px; font-weight:bold; font-style:italic; color:#9c9e9f; line-height:1.3em; }
h5 { font-size:12px; font-weight:bold; color:#9c9e9f; line-height:1.3em; }


ol { padding:0 0 0 15px; }
ul.sitemap { margin:0; padding:0 0 0 30px; }
li { margin:0; padding:0; }



#container {
	width:1000px;
	margin:0 auto;
}

div.seperator {
/*	background-color:#f8b66b; */
	display:block;
	background-color:#e8551a;
	width:1000px;
	height:5px;
	margin:0; padding:0; font-size:0; line-height:0;
}

#header {
	height:175px;
}

#logo {
	display:block;
	float:left;
	width:250px;
	height:175px;
}

#mainmenu {
	display:block;
	float:left;
	width:750px;
	height:175px;
	background-color:#ffffff; background-image:url('teaser_general.jpg'); background-repeat:no-repeat;
}

#main {
	display:block;
	width:1000px;
	background:#fff url('bg_main.gif') center repeat-y;
}

#submenu {
	display:block;
	float:left;
	width:250px;
	min-height:1px;
	margin:0; padding:0;
}

#welcome { 
	display:block;
	float:left;
	width:220px;
	margin:0; padding:15px; 
	color:#ffffff; font-size:11px; 
	background-color:#e8551a; background-image:url('nav1.gif'); background-position:top; background-repeat:repeat-x; 
}
#welcome h1 {
	margin-top:0;
	color:#ffffff;
}


#content {
	display:block;
	float:left;
	width:720px;
	margin:0; padding:15px;
}

#footer {
	display:block;
	color:#000000; font-size:11px; text-align:center;
	background:#f8b66b;
}
#footer p { margin:0;}

#footer_left {
	display:block;
	float:left;
	width:220px;
	margin:0; padding:15px;
	background:url('bg_footer.gif') top repeat-x;
}

#footer_right {
	display:block;
	float:left;
	width:720px;
	margin:0; padding:15px;
	background:url('bg_footer.gif') top repeat-x;
}






a {
	color: #e8551a;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img.block { display:block; line-height:1em; }


/* --- Klassen ----------------------------------------------------------------- */

.clear { clear:both; margin:0; padding:0; font-size:0; }


img.icon { display:inline; }



/* --- MODULE ----------------------------------------------------------------- */

.floatLeft { float:left; padding-right:10px; padding-bottom:10px; }
.floatRight { float:right; padding-left:10px; padding-bottom:10px; }

div.module_text { margin:0 0 15px 0; }

div.module_textimg { margin:0 0 15px 0; }

module_galerie { margin:0 0 15px 0; }
module_galerie_each { }
img.galerie { border:0; }


a.module_articlelink { color:#5787c0; line-height:1.2em; }
a.module_articlelink:hover { color:#003883; }
div.module_articlelink {
  display:block;
  margin:5px 20px 5px 20px; padding-left:12px;
  background-image:url(link.gif); background-position:left center; background-repeat:no-repeat;
}

a.module_document { }

div.trennlinie { width:100%; margin:20px 0 20px 0; }
img.trennlinie { width:400px; height:5px; }

