/* Layout ----------------------------------------------------------- */

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#container {
	position: relative;
	min-height: 100%;
	min-width: 813px;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

* html #container {
	height: 100%;
}

.style_content {
	position: relative;
	margin: 0px auto;
	text-align: left;
}

br.clear {
	clear: both;
}


/* Header Layout */

#header .style_content {
	width: 813px;
	height: 235px;
}



#menu {
	position: relative;
	top: 235px;
	width: 813px;
	font-weight: bold;
	font-size: 1em;
	border-bottom: 1px solid white;
}


#menu li {
	display: inline;
	padding: 0 20px;
}
#submenu {
  display: block;
}
#submenu li {
	padding: 5px 0px 5px 5px;
}


/* Content Layout */

#content {
	margin: 0px;
	padding: 0px;
	margin-top: 31px;
}

#content .style_content {
	width: 813px;
	padding-top: 35px;

	
}

#sidebar1 {
  width: 185px;
	float: left;
	/* kleiner hack damit die linke spalte immer angezeigt wird (auch wenn nix drinnen steht, was kaum vorkommen wird) */
	border-top: 1px solid #d3d3d3;
}
#loop_page {
	width: 409px;
	float: left;
	padding: 5px 15px;
}
#sidebar2 {
  width: 189px;
	float: left;
}

#search_box {

}

#input_search {
	width: 100px;
}
#label_search {
	visibility: hidden;
}





#search {
	width: 220px;
	margin: 0px 0px 30px 20px;
	padding: 0px;
	float: right;
}

#form_search {
	margin: 0px 0px 20px;
}

#input_form_search {
	width: 150px;
}


/* Footer Layout */

#footer {
	position: relative;
	text-align: center;
}

#footer_title {
	padding: 0px;
	margin: 0px 0px 0px 40px;
	line-height: 40px;
}

/* Typography ------------------------------------------------------ */

center, blockquote, quote, pre {
	margin: 0px 0px 20px;
}

.reduced p, .reduced center, .reduced blockquote, .reduced quote, .reduced pre, .reduced ol, .reduced ul, .reduced table, .reduced dl, .reduced dd, .reduced dt {
	font-size: 95%;
}

blockquote, quote {
	margin: 30px;
}

ul, ol, dl {
	margin: 0px;
	padding: 0px;
}

li, dd {
	margin: 0px 0px 5px 20px;
	padding: 0px 0px 0px 5px;;
}

ul li {
	list-style-type: none;
}

dt {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

#header a {
	text-decoration: none;
}

#tagline {
	font-size: 120%;
}

#submenu li {
	margin: 2px 0px;
}

img {
	border: 0;
}











