@charset "utf-8";

/*
author: Fjodinho http://www.ueberkrass.de
copyright: GNU/GPL
Der Link im Footer des Templates darf nicht so ohne weiteres entfernt oder unkenntlich gemacht werden. Eine Entfernung des Links ist aber gegen eine kleine Gebühr möglich.
*/

body{
	margin: 0px;
	padding: 0px;
	background-color: #EEEEEE;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}

li#current a{
	color: #fff;
}

#container {
	background: #FFFFFF url(../images/container_bg.png) repeat-x;
	margin: 0px auto;
	padding: 10px 8px 8px 8px;
	color: #000000;
	width: 900px;
	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-size: 11px;
	text-align: left;
}
#left {
	float: left;
	width: 202px;
	color: #000;
	padding: 0px;
	margin: 0px;
}
#logo {
	color: #009999;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 37px;
	position: relative;
}
#logo a {
	color: #009999;
	text-decoration: none;
}


#motto {
	position: absolute;
	color: #009999;
	font-size: 11px;
	font-weight: bold;
	top: 6px;
	left: 642px;
}

#header_pic {
	margin-bottom: 10px;
}

#leftspace {
	background-image: url(../images/leftcontent.png);
	background-repeat: repeat-y;
	width: 202px;
	display: block;
}
#lefttop  {
	background-image: url(../images/lefttop.png);
	background-repeat: no-repeat;
	width: 202px;
	background-position: top;
}


#leftcontent {
	width: 170px;
	margin-top: 35px;
	margin-left: 2px;
	color: #000;
}
#leftbottom {
	height: 26px;
	background-image: url(../images/leftbottom.png);
}


#right {
	float: left;
	width: 610px;
}
.user_box {
}
.user_top {
}
.user_content {
}
#right_top {
	height: 48px;
	width: 610px;
	float: left;
}
.date {
	float: left;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana;
	width: 580px;
	margin-top: 30px;
}
#right_topmenu {
	height: 65px;
	width: 610px;
	float: left;
	background-image: url(../images/right_top_bg.png);
	background-position: bottom;
}
#right_top_left {
	width: 610px;
	height: 65px;
	float: left;
	background-image: url(../images/right_top_left.png);
	background-repeat: no-repeat;
}
#right_top_right {
	width: 610px;
	height: 65px;
	float: right;
	background-image: url(../images/right_top_right.png);
	background-repeat: no-repeat;
	background-position: right;
}
#right_topmenu_content {
	float: left;
	height: 65px;
	width: 550px;
	overflow: hidden;
	padding-left: 15px;
}
#right_header {
	height: 185px;
	background-color: #5093BD;
	background-image: url(../images/banner_right.png);
	background-repeat: repeat-y;
	background-position: right;
	float: left;
	width: 610px;
}
#banner {
	/*background-image: url(../images/banner.jpg);*/
	width: 576px;
	height: 156px;
	margin-left: 6px;
}
#right_bottom {
	height: 185px;
	background-image: url(../images/right_bottom.png);
	width: 610px;
	background-position: bottom;
	background-repeat: no-repeat;
}

#maincontent {
	width: 690px;
	float: left;
}
#right_content {
	width: 200px;
	float: right;
	background: #D8D8D8;
	padding: 10px 0px 10px 0px;
}
#right_content h3 {
	padding: 0px 0px 0px 10px;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 0;
}


#content {
	width: 690px;
	float: left;
	color: #000000;
	text-align: justify;
}
#footer {
	text-align: center;
	margin-top: 20px;
	background-color: #CAD6DA;
}
#othermenu {
	float: right;
}

h1 {
	font-size: 14px;
}