* {
	margin: 0;
	padding: 0;
	vertical-align: top;
	border-spacing: 0;
}

html {
	height: 100%;
	min-height: 100%;
}


body {
	background-color: black;
	text-align: center;
	font: normal 13px Verdana, sans-serif;
	height: 100%;
	min-height: 100%;

	margin: 0;
	padding: 0;
	border: 0;
}

body * {
	text-align: left;
}



#root {
	width: 100%;
	height: 100%;
	min-height: 100%;
}

#center {
	width: 880px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto 0 auto;
	padding-top: 0;
}

#logo {
	background: url(../bilder/frame/logo.jpg);
	width: 880px;
	height: 215px;
	margin: 0;

	color: white;
	text-align: left;
	font-size: 10px;

}

#logo .top_menu {
	font-size: 10px;
	color: white;
	padding: 3px 0 0 15px;
}
#logo .top_menu a {
	color: white;
}
#logo .top_menu a:hover {
	color: white;
	text-decoration: none;
}

#logo .logo_text {
	text-align: right;
	vertical-align: middle;
	padding: 155px 30px 0 0;
	font-size: 11px;
	font-style: italic;
	color: white;
}

#content {
	margin: auto;
	width: 880px;
	height: 700px;
	background:url(../bilder/page/index_15ccc.jpg);
	background-repeat: repeat-y;
	padding: 0;
}


#top_navi {
	background:url(../bilder/page/index_15ccc.jpg);
	background-repeat: repeat-y;
	
	width: 880px;
	height: 29px;
	padding: 0;
	padding-left: 2px;
}
#top_navi a {
	float: left;
	display: block;
	color: white;
	font-size: 14px;
	text-align: center;

	width: 122px;
	margin: 0 0 0 1px;
	padding: 5px 0 5px 0;

	text-decoration: none;
	border: 1px solid #AAAAAA;
	background-color: #000000;
}
#top_navi a:hover {
	text-decoration: none;
	border-color: #AAAAAA;
	background-color: #330000;
	border: 1px solid #DDDDDD;
}

#left_navi {
	float: left;
	width: 165px;
	margin: 0;
/*	margin: 10px 20px 0 17px;*/
	padding: 10px 0 0 10px;
}
#left_navi a, #sidebar a {
	display: block;
	font-size: 12px;
	color: #660000;
	
	width: 131px;
	padding: 3px 4px 3px 4px;
	margin: 0 0 3px 0;
	
	text-align: justify;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #660000;
	background-color: #777777;
}
#left_navi a:hover, #sidebar a:hover {
	color: #660000;
	border: 1px solid #990033;
	background-color: #888888;
}

#sidebar {
	float: right;
	width: 157px;
	margin: 10px 0 0 30px;
	padding: 0;
}
#sidebar .small_news {
	display: block;
	padding-top: 10px;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	text-align: justify;
}

#text_content {
	text-align: justify;
	padding-top: 10px;
	
}




