/*==================================================
Stylesheet fuer die Browserausgabe
(for: www.nach-der-tat.de)
(c) 2010 by webraumfahrer.com>
==================================================*/

body {
	background: #000;
	font-size: smaller;
}

body, div, p, ul, h1, h2, h3, h4, textarea, input, select {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #cfcfcf;
}

dl, dt, dd, #content > div {
	line-height: 150%;
}

a:link, a:visited {
	font-size: 1em;
	color: #e2d55a;
}

a:hover, a:active {
	font-size: 1em;
	color: #f4eb91;
	text-decoration: none;
}

img {
	border: none;
}

ul li
{
	list-style: none;
}

/* !wrapper 
---------------------------------------------------------*/
#box {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -480px;
	width: 960px;
	background: #000 url("../img/cols_hg.png") repeat-y;
}


/* !header 
---------------------------------------------------------*/
#top {
	position: relative;
	height: 152px;
	background: #000 url("../img/top_hg.png") 0% 100% no-repeat;
}


/* !Logo 
---------------------------------------------------------*/
#logo {
	position: absolute;
	left: 0;
	bottom: 20px;
}
#logo0 {
	position: absolute;
	left: 174px;
	bottom: 20px;
}

	#logo_alt
	{
	display: none;
	}

#superman {
	position: absolute;
	right: 175px;
	bottom: 9px;
}


/* !Main Navigation 
---------------------------------------------------------*/
#nav {
	width: 210px;
	min-height: 390px;
	_height: 390px;
	float: left;
	background: url("../img/left_hg.png") no-repeat;
}

	#nav ul {
	width: 198px;
	margin-top: 48px;
	margin-left: 1px;
	list-style: none;
	border-top: 1px solid #373737;
	}

	#nav ul li a {
	display: block;
	width: 175px;
	height: 38px;
	line-height: 38px;
	padding: 0 0 0 23px;
	border-bottom: 1px solid #373737;
	text-decoration: none; 
	}

	#nav ul li a:link,
	#nav ul li a:visited {
	color: #2f8ad0;
	background: none;
	}

	#nav ul li a:hover,
	#nav ul li.active a,
	#nav ul li a.current {
	color: #6ca2cb;
	background: #101010;
	}

/* !Content 
---------------------------------------------------------*/
#content {
	width: 512px;
	min-height: 445px;
	float: left;
	padding: 14px;
	padding-top: 0;
	background: url("../img/mid_hg.png") repeat-x;
}

#content p {
	line-height: 1.5em;
	font-size: 1em;
	margin-bottom: 1em;
}

h1 {
	font-size: 16pt;
	font-weight: normal;
	color: #6ca2cb;
	text-align: right;
	margin: 30px 0;
}

h2 {
	font-size: 1.05em;
	margin-bottom: 1em;
}


/* !form 
---------------------------------------------------------*/
textarea,
input,
select {
	background: #010101;
	border: 1px solid #333;
	padding: 5px;
	font-size: 1em;
}

textarea {
	width: 282px;
	height: 80px;
}

input[type=text] {
	width: 282px;
	height: 15px;
}

select.date1,
select.date2 {
	width: 90px;
	height: 15px;
	margin-right: 8px;
}

select.date3 {
	width: 95px;
	height: 15px;
}

input[type=radio] {
	margin: 0 10px 0 20px;
}

input.radio {
	border: none;
}

input[type=submit], input[type=reset] {
	background: #101010 url("../img/button.png") no-repeat;
	width: 105px;
	height: 35px;
	color: #4daef7;
	font-size: 10pt;
	border: none;
	padding-bottom: 7px;
}

ul.form {
	width: 100%;
	list-style: none;
}

ul.form li {
	height: 38px;
}

ul.form li.area {
	height: 120px;
	margin-bottom: 5px;
}

ul.form li label {
	float: left;
	width: 218px;
}

ul.form li.large label {
	float: left;
	width: 300px;
}

ul.form li.large div {
	margin-left: 320px;
	width: 150px;
}

p.formBtns {
	margin-top: 30px;
	padding-left: 248px;
	height: 50px;
}

#reset {
	display: inline-block;
	float: left;
}

#submit {
	display: inline-block;
	float: right;
}

.imp_left {
	width: 49%;
	float: left;
}

.imp_left, .imp_right {
	margin-bottom: 30px;
}

.imp_left img, .imp_right img {
	margin: 30px 0;
}

.imp_right {
	width: 49%;
	float: right;
}

ul.impressum {
	list-style: none;
	margin-top: 1em;

}

ul.impressum li strong {
	float: left;
	width: 85px;
	font-weight: normal;
}

/* !sidebar 
---------------------------------------------------------*/
#sidebar {
	float: right;
	padding-top: 32px;
	width: 210px;
	min-height: 342px;
	_height: 342px;
	background: url("../img/right_hg.png") no-repeat;
}


#sidebar h2, #nav h2 {
	font-size: 1.1em;
	color: #6ca2cb;
	width: 150px;
	background: #101010;
	padding: 17px 24px 0 24px;
	margin: 0 0 0 11px;
	border-top: 1px solid #373737;
}

#sidebar p, #nav p {
	font-size: 11px;
	color: #cfcfcf;
	line-height: 1.3em;
	background: #101010;
	width: 150px;
	padding: 17px 24px;
	margin: 0 0 0 11px;
	border-bottom: 1px solid #373737;
}

#nav h2, #nav p {margin-left: 1px; border-top: none;}

#sidebar img, #nav img {
	margin-top: 10px;
}

.clear {
	clear: both;
}

/* !footer 
---------------------------------------------------------*/
#footer {
	clear: both;
	height: 28px;
	padding: 12px 0 0 0;
	width: 100%;
	background: #000 url("../img/footer.png") 0% 50% no-repeat;
	text-align: center;
	color: #666;
	font-size: .9em;
	border-bottom: 1px solid #373737;
}

#footer a {
	color: #ddd;
}

.ralign {
	text-align: right;
}

.small {
	font-size: 80% !important;
}

div.toggleContent {
        display: none;
}

/* Tab-Navigation für Erfahrungsberichte */

#tabs {
	margin-top: 10px;
}
#tabs ul {
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 30px;
	border-bottom: 1px solid #333;
	list-style: none;
}
#tabs ul li {
	float: left;
	height: 30px;
	line-height: 30px;

}
#tabs ul li a {
	margin: 0 2px;
	padding: 0 7px;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	display: block;
}
#tabs ul li.ui-state-default a, #tabs ul li.ui-state-active a {
	border: 1px solid #333;
}
#tabs ul li.ui-state-active a, #tabs ul li.ui-state-default a:hover {
	border-bottom: 1px solid #000;
}
#tabs ul li.ui-state-active a {
	color: #2f8ad0;
	font-weight: bold;
	background-color: #383935;
}
#tabs ul li.ui-state-active a:hover {
	color: #6ca2cb;
}
.ui-tabs-hide {
	display: none;
}
.ui-widget-content {
	margin-top: 10px;
	padding: 10px 0;
}
