/***********************************
*
*	Main
*
***********************************/

* {
	margin: 0;
	padding: 0;
}

html {
	font-family: Arial, sans-serif;
	font-size: 16px;
}

a img {
	border: 0;
}

body {
	text-align: center;
	background: url(./../img/bg.jpg) no-repeat top center;
	min-width: 960px;
}

/***********************************
*
*	Page & Head
*
***********************************/

#page {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

#head {
	height: 190px;
}

/***********************************
*
*	Nav
*
***********************************/

#nav {
	background: url(./../img/nav_bg2.png) no-repeat;
	width: 970px;
	text-align: right;
	margin-bottom: 0px;
	min-height: 50px;
	margin-left: -5px;
}

#nav ul.mainnav {
	list-style: none;
	height: 40px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}

#nav ul.mainnav li {
	background: url(./../img/nav_button2.png) repeat-x;
	height: 40px;
	width: 121px;
	float: left;
}

#nav ul.mainnav li a {
	display: block;
	line-height: 40px;
	width: 121px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: black;
	text-decoration: none;
	cursor: pointer;
}

#nav ul.mainnav li a:visited {
	color: black;
}

#nav ul.mainnav li a:hover {
	color: #de570d;
}


#nav ul.mainnav li ul, #nav ul.mainnav li ul ul {
	display: none;
	position: relative;
	background: url(./../img/nav_bg2_under.png) no-repeat;
	height: 40px;
	width: 960px;
	text-align: right;
	padding-left: 0.6em;
	margin: 0;
	list-style: none;
}

/*#nav ul.mainnav li:hover ul {
	display: block;
	position: relative;
	margin-left: -5px;
}*/

#nav ul.mainnav li ul li {
	background: transparent;
	width: auto;
}

#nav ul.mainnav li ul li a {
	font-size: 0.8em;
	width: auto;
	padding: 0 0.6em 0 0.6em;
	color: #404040;
}

/***********************************
*
*	Login
*
***********************************/

#login_wrap {
	padding-right: 20px;
	padding-top: 5px;
	text-align: right;
	color: #cd3e0a;
}

#login_wrap a {
	color: #cd3e0a;
}

a#login {
	text-decoration: underline;
	font-weight: bold;
	font-size: 18px;
	color: #cd3e0a;
}

a#login:hover {
	color: #de570d;
}

a#login:visited {
	color: #cd3e0a;
}

div#register {
	font-size: 12px;
}

div#register a {
	text-decoration: underline;
	color: #cd3e0a;
}

div#register a:hover {
	color: #de570d;
}

div#register a:visited {
	color: #cd3e0a;
}

#login_wrap ul.usernav {
	list-style: none;
	font-size: 0.8em;
}

#login_wrap ul.usernav li {
	float: right;
	margin-left: 1em;
}

#login_wrap ul.usernav li a {
	text-decoration: none;
}

#login_wrap ul.usernav li a:hover {
	text-decoration: underline;
}

/***********************************
*
*	Content
*
***********************************/

#main {
	width: 610px;
	float: left;
	margin-left: -5px;
}

#main .top {
	background: url(./../img/content_border_top2.png) no-repeat;
	width: 610px;
	height: 25px;
	margin-top: -5px;
}

#main .bottom {
	background: url(./../img/content_border_bottom2.png) no-repeat;
	width: 610px;
	height: 22px;
	margin-bottom: -5px;
	clear: both;
}

#main .content {
	background: url(./../img/content_border2.png) repeat-y 0px 32px;
	padding: 0 25px 0 25px;
}

#main .clear {
	clear: both;
}

/***********************************
*
*	Right
*
***********************************/

#right {
	background: url(./../img/right_bg.png) repeat-y;
	width: 350px;
	float: right;
	height: 950px;
	margin-right: -5px;
	margin-top: -5px;
}

#right .content {
	padding: 25px;
}

#right .slideshow {
	background: url(./../img/aktuellt_bg.png) no-repeat;
	height: 240px;
	width: 260px;
	padding: 15px;
	margin-left: 5px;
}

#right .aktuellt_links_wrap {
	margin: 0 auto;
	text-align: center; 
}

#right .aktuellt_links {
	background: url(./../img/aktuellt_links_bg.png) no-repeat top center;
	height: 67px;
	width: 100%;
	padding-top: 16px;
}

#right .left {
	float: left;
	width: 145px;
	text-align: center;
}

#right .right {
	float: right;
	width: 145px;
	text-align: center;
}

#right .left p, #right .right p {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 8px;
}

#right .left img, #right .right img {
	margin-bottom: 3px;
}

/***********************************
*
*	Main styles
*
***********************************/

#main h1
{
	font-size: 26px;
	padding-bottom: 0.5em;
	text-align: center;
}

#main h2
{
	color: #bb2222;
	padding: 0.8em 0 0.6em 0;
	border-bottom: 1px solid #6b006b;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.4em;
}

#main h3, #main legend
{
	color: #000000;
	padding: 0.3em 0 0 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.2em;
}

#main p
{
	font-size: 16px;
	padding-top: 0.5em;
}

#main ul
{
	list-style-position: outside;
	list-style-image: url(./../img/lidot_mc03.png);
	margin-left: 1.4em;
}

#main a
{
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}

#main a:hover
{
	background: #ffc6f8;
	color: black;
	border-color: black;
}

#main dl {
	display: block;
	height: 1.5em;
}

#main dt
{
	height: 1.5em;
	width: 25%;
	float: left;
	display: block;
}

#main dd
{
	width: 75%;
	float: right;
	font-weight: bold;
	height: 1.5em;
	display: block;
}

#main table
{
	line-height: 1.5em;
}

#main a.image
{
	border: none;
}

#main a.image:hover {
	background: none;
}

/* Forms */

#main ul#register_fail
{
	border: 2px solid red;
	list-style-position: inside;
	margin: 1em 0 0 0;
	padding: 0.7em;
	line-height: 1.4em;
}

#main div#register_success
{
	border: 2px solid green;
	margin: 1em 0 0 0;
	padding: 0.7em;
}

#main form
{
	
}

#main fieldset
{
	border: 0;
}

#main label
{
	display: block;
}

#main input[type=text], #main input[type=password], #main textarea
{
	border: 1px solid #6b006b;
	background: white;
	width: 50%;
	margin-right: 1em;
	display: block;
}

#main label, #main input
{
	margin: 0.4em 0 0.1em 0;
}

#main input[type=submit], #main input[type=button]
{
	float: right;
	width: 12em;
}

#main form dfn
{
	font-style: normal;
}

#main dfn label
{
	cursor: help;
}

#main input[type=radio]
{
	margin-right: 0.4em;
	display: inline;
}

#main div.gender_wrap label
{
	display: inline;
	margin-right: 2em;
}

#main p.explanation
{
	color: #666666;
}

#main div.gender_wrap
{
	margin-bottom: 1em;
}
