@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, body {
	background-repeat: repeat;
	background-color: #1E1E1E;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: auto;
	height: 100%;
}

#container {
	position: relative;
	left: 50%;
	margin-left: -400px;
	width: 859px;
	height: 100%;
	z-index: 0;
}

#menu_bar {
	background-image:url(images/layout/slice_menu.png);
	position: relative;
	height: 110px;
	width: 859px;
	z-index: 1;
}

#menu_links {
	font-family:"Century Gothic";
	font-size: 14pt;
	font-weight: bold;
	position: relative;
	top: 35px;
	right: 80px;
	z-index: 1;
	text-align:right;
}

#menu_links a {
	color:#FFF;
	text-decoration:none;
}
#menu_links a:hover {
	color:#FF00A8;
	text-decoration: underline;
}
#menu_links a:active {
	color: #0FC;
	text-decoration: underline;
}


#block_header {
	background-image:url(images/layout/slice_content_header.png);
	background-position:bottom;
	position: relative;
	height: 30px;
	width: 859px;
	z-index: 1;
}

#block_midsection {
	background-image:url(images/layout/slice_content_pattern.png);
	position: relative;
	height:auto;
	width: 859px;
	z-index: 1;
}
#block_footer {
	background-image:url(images/layout/slice_content_footer.png);
	position: relative;
	bottom: 0px;
	height: 49px;
	width: 859px;
	z-index: 1;
}
#content_container {
	background-image:url(images/layout/slice_content_bg.png);
	background-repeat:no-repeat;
	background-color: #FFF;
	position: relative;
	left: 21px;
	height: 100%;
	width: 780px;
	z-index: 1;
}
#sidebar {
	position: relative;
	width: 200px;
	height: 100%;
	z-index: 1;
	float: right;
	padding: 10px;
}
#content {
	position: relative;
	width: 520px;
	height: 100%;
	z-index: 1;
	float: left;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
}

.clear {
	clear: both;
}

img {border: 0;}

.imgpadding {
  	margin-top: 5px;
	margin-right: 10px;
	border: 1px;
	border-color: #333;
}

.text_title {
	font-family: "Century Gothic";
	font-size: 16pt;
	font-weight: bold;
	color: #00C19B;
	text-decoration: none;
	margin-bottom: 0px;
}

.text_title a {text-decoration: none; color:#00C19B;}
.text_title a:visited {text-decoration:none; color:#00C19B;}
.text_title a:active {text-decoration:none; color:#00C19B;}
.text_title a:hover {text-decoration:none; color:#00C19B;}

.text_pagetitle {
	font-family: "Century Gothic";
	font-size: 16pt;
	font-weight: bold;
	color: #00F;
	text-decoration: none;
	margin-bottom: -5px;
}

.text_pagetitle a {text-decoration: none; color: #00F;}
.text_pagetitle a:visited {text-decoration: none; color: #00F;}
.text_pagetitle a:active {text-decoration: none; color: #00F;}
.text_pagetitle a:hover {text-decoration: none; color: #00F;}

.text_title_sidebar {
	font-family: "Century Gothic";
	font-size: 16pt;
	font-weight: bold;
	color: #FF00A8;
	text-decoration: none;
	border-bottom: 2px;
	border-bottom-color: #FF00A8;
	border-bottom-style: solid;
	line-height: 14pt;
}

.text_title_sidebar a {
	font-family: "Century Gothic";
	font-size: 16pt;
	font-weight: bold;
	color: #FF00A8;
	text-decoration: none;
}

.text_main {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	font-weight: normal;
	color: #000;
	text-decoration:none;
	text-align: left;
	text-shadow: #eaeaea 0 1px 0;
}
.text_main a {text-decoration: none; color: #00F;}
.text_main a:visited {text-decoration: none; color: #00F;}
.text_main a:active {text-decoration: none; color: #00F;}
.text_main a:hover {text-decoration: none; color: #00F;}

.text_subtitle {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	font-weight: bold;
	color: #000;
	text-decoration:none;
	text-align: left;
	text-shadow: #eaeaea 0 1px 0;
}

.text_sidebar {
	font-family:"Century Gothic";
	font-size: 14pt;
	color: #000;
	text-decoration:none;
	margin-top: 8px;

}
.text_klein {
	font-size: 8pt;
	font-family: "Century Gothic";
}

