﻿/*
Autor : marmalade.de - Joscha Krug
Layout: Bildschirm, Projektor
*/

/*===== Main CSS STYLE =====*/

body
{
	color:black;
	background-color:white;
	text-align: center;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

div.header {
	width: 62em;
	background-color:#B0C4DE;
	border:solid black 1px;
	margin:auto;
	margin-top:1em;
	text-align:left;
	background-image:url(../_img/template/hs2.gif);
	background-repeat:no-repeat;
	background-position:1em;
	padding-left:6em;
}

div.main {
	width:70em;
	text-align:left;
	margin:auto;
}

div.right {
	width:15em;
	float:right;
	margin-left:1em;
	padding:1em;
}

div.content {
	width:50em;
	float:left;
	padding:1em;
}

/*##### Navigation #####*/

div.right h1 {
	width:100%;
	border-bottom:solid 1px black;
	padding-bottom:0.1em;
	font-size:1em;
	font-weight:bold;
}

div.right div {
	border:solid 1px #4A708B;
	background-color:#EEEEEE;
	padding:0.5em;
	margin:1em 0 1em 0;
}

div.right ul {
	list-style:none;
	margin:0;
	padding:0;
}

div.right li {
	margin:0 0 0.7em 0;
	padding:0;
	font-size:0.8em;
}

div.border {
	border:solid 1px #4A708B;
	position:relative;
	margin:0 0 2em 0;
	float:right;
	padding:1em;
	background-color:#E0E8EF;
}

/*##### Eingabe #####*/

div.content label {
	display:block;
	width:20em;
	font-weight:bold;
	font-size:0.75em;
	margin-bottom:0.3em;
	clear:both;
}

div.content label.pflicht {
	color:red;
	display:block;
	width:20em;
	font-weight:bold;
	font-size:0.8em;
	margin-bottom:0.3em;
}

div.content label.haupt {
	color:#275C7F;
	display:block;
	width:20em;
	font-weight:bold;
	font-size:0.8em;
	margin-bottom:0.3em;
}

div.content input,
div.content select,
div.content textarea {	
	margin-bottom:1em;
	width:20em;
	clear:both;
	float:left;
}

div.content textarea {
	height:7em;
}

div.content input.radio {
	float:left;
	width:auto;
}

.button {
	float:left;
	border:solid 1px #4A708B;
	background-color:#EEEEEE;
	padding:0.1em;
	font-weight:bold;
	margin:1em 0 0 0;
	width:5em;
	
}

div.links {
	float:left;
	width:25em;
}

div.rechts {
	float:right;
	width:20em;
}

div.dreispaltig {
	width:15em;
	float:left;
}

div.dreispaltig input,
div.dreispaltig label,
div.dreispaltig select,
div.dreispaltig textarea {
	width:13em;
}

/*##### Handformen #####*/

div.handformen {
	float:right;
	padding:1em 0 0 1em;
	border:solid 1px #4A708B;
	width:31em;
}

div.handform {
	width:6.5em;
	float:left;
	margin: 0 1em 1em 0;
	border:solid 1px #4A708B;
	background-color:white;
}

div.handform img {
	float:left;
	width:6.5em;
	height:6.5em;
}

div.handform span {
	float:left;
	display:block;
	font-size:0.7em;
	width:9.2em;
	text-align:center;
	background-color:white;
	height:2.5em;
}

/*##### Tab-Menü #####*/
#tab-menue {
	list-style:none;
	width:100%;
	margin:0;
	padding:0;
	z-index:1;
	position:relative;
	top:1px;
}

#tab-menue li {
	float:left;
	display:block;
	border:solid 1px #4A708B;
	border-bottom:none;
	background-color:#EEEEEE;
	padding:0;
	margin-right:0.3em;
}

#tab-menue li a {
	border-bottom:solid 1px #4A708B;
	padding:0.4em;
	float:left;
	font-size:0.8em;
	font-weight:bold;
	
}

#tab-menue li a.aktiv,
#tab-menue li a:hover {
	border-bottom:1px solid #EEEEEE;
}

div.content input.senden {
	float:right;
	border:solid 1px #4A708B;
	border-bottom:none;
	background-color:#EEEEEE;
	padding:0.2em;
	font-weight:bold;
	margin:0 0 0 0;
	width:auto;
	color:#4A708B;
}

div.content h1 {
	font-size:1.2em;
	font-weight:bold;
	color:black;
	border-bottom:1px solid black;
	padding:0 3em 0.2em 0;
	/*margin-right:10em;*/
}

div.content h2,
div.content h3,
div.content h4,
div.content h5,
div.content h6 {
	font-size:1em;
	font-weight:bold;
	color:black;
	padding:0 3em 0.2em 0;
	/*margin-right:10em;*/
}

div.aussen {
	padding:1em;
	border:solid 1px #4A708B;
	clear:both;
	background-color:#EEEEEE;
	overflow:hidden !important;
	overflow:visible;
}

/*##### Klassen und Standard-Tags #####*/

.fehler {
	font-weight:bold;
	color:red;
}


a {
	color:#4A708B;
	text-decoration:none;
}

a:hover {
	color:black;
}

fieldset {
	margin:0;
	border:none;
}

.tooltip
{
	position:absolute;
	display:none;
	z-index:40;
	border:1px solid #3C1E00;
	padding:5px;
	background-color:#EEEEEE;
	opacity:0.9;
	text-align: left;
	font-size:0.7em;
}


ul.alpha_index {
	margin:0 0 3em 0;
	padding:0;
	display:block;
}

ul.alpha_index li {
	float:left;
	display:block;
	margin:0;
	padding:0;
	margin-right:0.7em;
}

/*===== End Site CSS STYLE =====*/

/*===== Lightbox CSS STYLE =====*/
#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#overlay {
	background-image: url(../_img/overlay.png);
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxIndicator {
	border: 1px solid #fff;
}
#lightboxOverallView {
	background-image: url(../_img/overlay.png);
}
* html #lightboxOverallView, * html #overlay {
	background-color: #e5e5e5;
	background-image: url(../_img/blank.gif);
	filter: Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
/*===== End of Lightbox CSS STYLE =====*/
#subtitle
{
	border: 1px solid #323232;
	color: #000;
	background-color: #fff;
	padding: 5px;
	display: none;
	position: absolute;
	text-align: left;
	filter: Alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	z-index: 1;
}

/*===== Begin of AjaxPopUp =====*/
div#AjaxPopUp
{
	width: 100%;
	height: 100%;
	position: fixed !important;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #e5e5e5;
	background-image: url(../../_img/overlay.png) !important;
	background-image: url(../../_img/blank.gif);
	filter: Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	z-index: 50;
}
div#PopUpInfo
{
	position: fixed !important;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #fff;
	color: #000;
	z-index: 60;
	display: none;
}
div#PopUpInfo input, div#PopUpInfo select, div#PopUpInfo textarea
{
	width: 350px;
	background-color: #ababab;
	color: #000;
	border: 0px solid #000;
}
div#PopUpInfo a.button
{
	width: auto;
	cursor: pointer;
	text-decoration: none;
	padding: 0px 5px;
}
div#PopUpInfo textarea
{
	height: 80px;
}
div#PopUpInfo input.box
{
	width: auto;
	cursor: pointer;
}
div#PopUpInfo ul
{
	text-align: left;
	margin: 0px;
	list-style: none;
	overflow: auto;
}
div#PopUpInfo ul li
{
	border-left: 10px solid #fff;
	padding-left: 5px;
	line-height: 18px;
}
div#PopUpInfo ul li.active
{
	border-left: 10px solid #6ca055;
	font-weight: bold;
}
div#PopUpInfo ul li a
{
	text-decoration: none;
	display: block;
}
/*===== End of AjaxPopUp =====*/
