
/*
 * gs2.css
 * CSS für Groupsystem 2.0
 * Copyright Siegfried Mairböck, 2011
 * Mai 2011
 *
 * VdK-Farbe: #244e9d
 * 
 */

:root {
	font-size: 16px;
	line-height:  1.5;
}

body {
	font-family: system-ui,Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
}


h1,h2,h3,h4 {
	color: #333;
    font-family: Arial,helvetica,sans-serif;
    font-weight: normal;
}

h1 {
	font-size: 28px;
	font-family: 'Droid Sans',system-ui,Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h2 {
	font-size: 24px;
	border-bottom: 1px solid #CBCBCB;
	padding-bottom: 6px;
	margin: 24px 0 10px 0px;
	font-family: 'Droid Sans',system-ui,Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3.zTitel {
	font-size: 18px;
	border-bottom: 0px solid #CBCBCB;
	padding-bottom: 6px;
	margin: 24px 0 10px 0px;
	font-family: 'Droid Sans',system-ui,Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a {
	color: #03c;
	text-decoration: none;
}
a:hover {
	color: #03c;
	text-decoration: underline;
}
a:focus {
/*	-moz-outline-radius: 3px;
	background-color: #e7ecfa;
	outline: 3px solid #e7ecfa;*/
}

a > img {
	border: 0;
	vertical-align: top;
}

.clear-left {
	height: 0px;
	overflow: hidden;
	clear: left;
}



fieldset { border: 1px solid #999; padding: 10px 20px; margin: 12px 0; }
fieldset > legend { font-weight: bold; font-size: 16px; padding: 0 10px; }

#PartHeader {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
/*
	background-image: url("../images/verlauf-hellgrau-unten.png"); 
*/
/*	background-image: url("../images/header-bg-01.png"); */
/*	background-image: url("../images/gsys-titel-01.png"); */
/*	background-position: left bottom; */
	background-color: aliceblue;
/*	text-shadow: 1px 1px 1px #f8f8f8; */
}
#PartHeader h1 {
	margin: 0;
	padding: 0 30px;
	overflow: hidden;
	line-height: 50px;
}
#PartHeader-right {
	line-height: 50px;
	float: right;
	right: 0;
	top: 0;
	padding: 0 30px 0 10px;
	font-size: 1em;
}

.Fuss {
	position: relative;
	height: 28px;
	overflow: hidden;
	left: 0;
	right: 0;
	padding: 0;
	margin: 30px 0 0 0;
	border-top: 1px solid #666;
	background-color: aliceblue;
/*	background-color: #fff;
	background-image: url("../images/bg-fuss-01.png");
	background-repeat: repeat-x;
	background-position: top;*/
}
.Fuss p {
	margin: 0px 30px;
	color: #666;
	font-size: 10px;
	line-height: 28px;
	padding: 0;
}

.Main {
	margin: 10px 30px;
}





/*
 * Navigation
 */
.Navigation {
	border-top: 0px solid #c7c7c7;
	border-bottom: 0px solid #c7c7c7;
	margin-bottom: 20px;
}
.Navigation ul {
	width: 100%;
	margin: 0;
	padding: 0px 0 8px 0;
}
.Navigation ul li {
	list-style: none;
	margin: 0 10px;
	padding: 0;
	float: left;
	border-left: 1px solid #c7c7c7;
}
.Navigation ul li.firstItem {
	border-left: none;
}
.Navigation ul li a {
	display: block;
	padding: 2px 0px;
}
.Navigation ul li.firstItem {
	margin-left: 4px;
}



/* Eingabefeldern - Formulare */

.Fehler {
	display: block;
	background-color: #c00;
	padding: 5px 15px;
	color: #fff;
	text-shadow: 0px 1px 1px #000;
	text-align: center;
	font-weight: bold;
}
.Formular {
	margin: 0;
	padding: 8px 10px;
	background-color: #e4eaf4;
	background-image: url("../images/bg-form-01.png");
	background-repeat: repeat-x;
	background-position: top left;
}
.Formular h3 {
	font-weight: bold;
	font-size: 18px;
	margin: 12px 0 6px 0;
}
.Formular-weiter {
	padding: 10px 20px;
}
.Formular-abstand {
	padding: 20px 40px;
}
.Formular-inline {
	margin: 0;
	padding: 4px 6px;
	background-color: #f8f8f8;
}
.Formular-kleiner {
	
}
.FBlock {
	padding: 1px 5px 3px 0px;
}
.FName {
	display: block;
    color: #555;
    font-size: 0.9166em;
    font-weight: bold;
    padding-bottom: 1px;
    padding-top: 3px;
	text-shadow: 0px 1px 1px #fff;
}
.Formular-weiter .FName {
	padding-top: 10px;
	padding-bottom: 4px;
}


.FText {
	font-family: Monaco, arial, fixedsys;
	font-size: 13px;
	border: 0;
	padding: 3px 1px 3px 4px;
	-moz-box-shadow: inset 1px 1px 1px #999;
	-webkit-box-shadow: inset 1px 1px 1px #999;
	box-shadow: inset 1px 1px 1px #999;
	background-color: #e6f0ff;
}

input.InputText, 
textarea.InputText {
	font-family: Monaco, arial, fixedsys;
	font-size: 13px;
	border: 0;
	padding: 3px 1px 3px 4px;
	-moz-box-shadow: inset 1px 1px 1px #999;
	-webkit-box-shadow: inset 1px 1px 1px #999;
	box-shadow: inset 1px 1px 1px #999;
	resize: none;
}
select.InputText {
	font-family: Monaco, arial, fixedsys;
	font-size: 13px;
}
input.InputText:focus, 
textarea.InputText:focus {
	background-color: #ffc;
}

input.InputText-green,
textarea.InputText-green {
	background-color: #efd;
}

input.InputCheckbox {
	margin-right: 6px;
}


.Formular-kleiner .InputText {
	font-size: 12px;
}
.Formular-kleiner .FName {
	font-size: 11px;
}
.Formular-kleiner .FButtons input[type="submit"] {
	
}

hr.FHr {
	border-left: 0px;
	border-right: 0px;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #fff;
	margin: 1em 0;
	padding: 0;
	height: 0;
}
.FButtons {
	margin-top: 6px;
}
.Formular-weiter .FButtons {
	margin-top: 15px;
	margin-bottom: 5px;
}

.FButtons input[type="submit"],
.myFButton { 
	font-size: 13px; 
	font-family: arial;  
    border: 1px solid #666;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    background-image: url("../images/td-01.jpg");
/*    zoom: 1; */
    padding: 1px 6px;
    -moz-box-shadow: 0px 1px 3px 0px #aaa;
    -webkit-box-shadow: 0px 1px 3px 0px #aaa;
    box-shadow: 0px 1px 3px 0px #aaa;
    text-shadow: 1px 1px 0px #fff;
	color: #333;
}

.Formular-kleiner .FButtons input[type="submit"] {
	font-size: 12px;
}

.FButtons input[type="submit"]:hover,
.myFButton-hover,
.myFButton:hover {
	background-color: #ccc;
    background-image: url("../images/th-01.jpg");
    color: #fff;
    text-shadow: -1px -1px 0px #000;
}
.FBlock-errormessage {
	background-color: #c00;
	color: #fff;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	margin: 0 7px 0 10px;
	padding: 4px 10px;
	font-size: 0.9666em;
	text-shadow: 1px 1px 0px #600;
	-moz-box-shadow: 1px 2px 2px 0px #bbb;
	-webkit-box-shadow: 1px 2px 2px 0px #bbb;
	box-shadow: 1px 2px 2px 0px #bbb;
}
.FBlock-error .InputText {
	background-color: #fbb;
}
.FBlock-error .InputText:focus {
	background-color: #fee;
}





#MainMeldung {
	padding: 5px 0 0 0;
	position: fixed;
	top: 0px;
	left: 100px;
	right: 100px;
}

#MainMeldung .MeldungItem {
	display: none;
	padding: 6px 30px;
	background-color: #ffd;
	border: 2px solid #999;
	margin-bottom: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 1px 3px #ccc;
	-webkit-box-shadow: 0px 1px 3px #ccc;
	box-shadow: 0px 1px 3px #ccc;
	font-size: 1.2222em;
}




/* InlineHilfe */
.InlineHilfe {
	background-color: #ffc;
	padding: 3px 10px;
	margin: 5px 10px;
	display: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 2px #666;
	-webkit-box-shadow: 0px 1px 2px #666;
	box-shadow: 0px 1px 2px #666;
	color: #000;
}
.InlineHilfe-show {
	display: block;
}
.InlineHilfe-Symbol {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	overflow: hidden;
	width: 16px;
	height: 16px;
	padding: 2px;
	position: relative;
	cursor: pointer;
}
a.InlineHilfe-Schliessen {
	display: inline-block;
	margin-bottom: 4px;
	font-size: 0.9166em;
}
div.InlineHilfe h4 {
	font-weight: bold;
	background: none;
	border: 0;
	margin: 0;
	padding: 0px 0 4px 0;
	font-size: 1em;
}
.InlineHilfe p {
	margin: 0;
	padding: 4px 0;
	font-size: 0.9166em;
}



.InlineInfoBlock {
	padding: 8px 10px;
	background-color: #fff;
	font-size: 12px;
	color: #555;
	margin-bottom: 3px;
	-moz-box-shadow: 0px 1px 3px #aaa;
	-webkit-box-shadow: 0px 1px 3px #aaa;
	box-shadow: 0px 1px 3px #aaa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


/* Fotovorschau Plane */
.FotovorschauPlane {
	background-color: #666; 
	text-align: center;
}
.FotovorschauImg {
	text-align: center;
}
.FotovorschauImg img {
	border: 4px solid #fff;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	position: relative;
}
.FotovorschauClickable {
	display: none;
	position: fixed; 
	left: 0; top: 0; 
	width: 100%; 
	height: 100%;
	cursor: pointer;
}



table.myTab5 {
	width: 100%;
	border: 1px solid #999999;
	border-spacing: 0;
	border-collapse: collapse;
}

table.myTab5 tr th {
    background-color: #EEEEEE;
    background-image: url("../images/tab-th-grauverlauf.png");
    border: 1px solid #999999;
    font-size: 11px;
    font-weight: normal;
    height: 24px;
    margin: 0;
    padding: 0 6px;
    text-align: left;
    vertical-align: middle;
}
table.myTab5 tr td {
	padding: 5px 7px;
	border-top: 1px solid #ddd;
}

table.myTab5 tr td.Zwischentitel {
	background-color: #f0f0f0;
	padding: 10px 20px;
	color: #777;
	font-weight: bold;
	text-shadow: 1px 1px 0px #fff;
	box-shadow: inset 0 5px 10px -5px rgba(0,0,0,0.1);
}


table.myTab-horizontal {
	width: 100%;
	border: 1px solid #999;
	border-spacing: 0;
	border-collapse: collapse;
}
table.myTab-horizontal tr th {
	background-color: #666;
	text-align: right;
	color: #fff;
	padding: 7px 10px 5px 10px;
	border: 1px dotted #999;
	vertical-align: top;
	font-size: 0.91111em;
	text-shadow: 0px 1px 1px #000;
}
table.myTab-horizontal tr td {
	padding: 5px 10px;
	border: 1px dotted #ccc;
}
table.myTab-horizontal-white tr th {
	background-color: #eee;
	color: #000;
	text-shadow: 1px 1px 1px #fff;
}

table.myTab-horizontal-white tr th.myTab-horizontal-zt {
	background-color: #e4eaf4;
	text-align: center;
	color: #333;
	padding: 4px 10px 3px 10px;
	border: 1px solid #999;
	border-bottom: 0;
	border-top-width: 2px;
	vertical-align: top;
	font-size: 0.91111em;
	text-shadow: 0px 1px 1px #fff;
	text-transform: uppercase;
}

/*
 * Linkliste
 */
ul.Linkliste {
	margin-top: 20px;
	margin-bottom: 20px;
}
ul.Linkliste li {
	margin-top: 6px;
	margin-bottom: 6px;
}
ul.Linkliste li h4 {
	margin-top: 0;
	margin-bottom: 0px;
	font-size: 1.1222em;
}



/**
 * ListItem
 */
ul.ListItem-ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.ListItem-ul-topline {
	border-top: 1px solid #c7c7c7;
}

.ListItem,
li.ListItem {
	position: relative;
	
	margin: 0;
	padding: 0;
	list-style: none;

	font-size: 13px;
	background-image: url("../images/verlauf-hellgrau-unten.png");
	background-position: bottom;
	background-repeat: repeat-x;
	border-bottom: 1px solid #c7c7c7;
	background-color: #fff;
}

li.ListItem-locked {
	background-image: url("../images/bg-istneu-01.png");
	background-position: top left;
	background-repeat: repeat-x;
}

li.ListItem-selected {
	background-image: url("../images/td-hover01.jpg");
	background-position: top;
}

.ListItem-toggle {
	display: block;
	position: relative;
	float: left;
	padding: 7px 0px 0 10px;
	width: 20px;
	height: 20px;
}
.ListItem-toggle a:focus,
.ListItem-toggle a:active,
.ListItem-toggle a:hover {
	border: 0;
	-moz-outline-radius: 0px;
	-webkit-outline-radius: 0px;
	outline: 0px;
	text-decoration: none;
}
.ListItem-Content {
	padding: 5px 10px;
}
.ListItem-RightInfo {
	float: right; 
	padding-top: 5px; 
	margin-left: 10px; 
	padding-right: 10px; 
	font-size: 0.9116em; 
	color: #555;
}
.ListItem-Zwischenzeile {
	font-size: 1.3333em;
    font-weight: normal;
	color: #333;
	background: #eee;
	padding: 5px 10px 3px 10px;
	border-bottom: 1px solid #c7c7c7;
	margin: 0;
}

.ListItem-Zwischentitel h3 {
	font-size: 1.3333em;
    font-weight: normal;
	color: #eee;
	text-shadow: 0px -1px 1px #000;
	background-image: url("../images/th-01.jpg");
	background-repeat: repeat-x;
	background-position: top;
	border-bottom: 1px solid #333;
	padding: 5px 10px 3px 10px;
	margin: 0;
}

.ListItem-Zwischentitel h4 {
	font-size: 1.1111em;
    font-weight: normal;
	color: #333;
	text-shadow: 0px -1px 1px #fff;
	background-image: url("../images/td-hover01.jpg");
	background-repeat: repeat-x;
	background-position: top;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px 3px 10px;
	margin: 0;
}
.ListItem-Zwischentitel h4 {
	font-size: 1.1111em;
    font-weight: normal;
	color: #333;
	text-shadow: 0px -1px 1px #fff;
	background-image: url("../images/td-hover01.jpg");
	background-repeat: repeat-x;
	background-position: top;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px 3px 10px;
	margin: 0;
}

.ListItem-Fehler {
	padding: 2px 10px;
	background-image: url("../images/bg-istneu-01.png");
	background-position: 0px -20px;
	text-shadow: 1px 1px 3px #fff;
	font-size: 12px;
}

.ListItem-LinkListe {
	border-bottom: 1px solid #c7c7c7;
}

.ListItem-LinkListe ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-image: url("../images/td-01.jpg");
	background-repeat: repeat-x;
	background-position: top;
	line-height: 20px;
	width: 100%;
	height: 24px;
	position: relative;
	display: block;
}

.ListItem-LinkListe ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.ListItem-LinkListe ul li a {
	display: block;
	background-image: url("../icons/bullet_blue.png");
	background-repeat: no-repeat;
	background-position: 5px center;
	display: block;
	font-size: 0.9667em;
	padding: 3px 0px 3px 23px;
}

.ListItem-Block {
	padding: 5px 10px;
	border-bottom: 1px solid #999;
	background-color: #fff;
}

.ListItem-rechts-klein {
	 float: right;
	 margin-left: 10px; 
	 padding-top: 2px;
	 font-size: 11px;
}
.ListItem-rechts-inner {
	 float: right;
	 margin-left: 10px; 
}
.ListItem-links-inner {
	 float: left;
	 margin-right: 10px; 
}
/*
 * Listen-Typen
 */
.NoList {
	padding: 0;
	margin: 0;
	list-style: none;
}
li.NoList {
	padding: 3px 10px;
}
.NoPadding,
li.NoPadding {
	padding: 0;
}
ul.Formatierungsliste {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 15px;
}
ul.Formatierungsliste > li {
	padding: 3px 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #e7e7e7;
}
ul.Formatierungsliste > li > a {
}
ul.Formatierungsliste > li > a > label {
	display: inline-block;
	width: 100px;
	overflow: visible;
	font-weight: bold;
}

/**
 * Buttons
 */
div.Icon-hell-rechts a,
div.Button-hell a,
div.Button-hell-rechts a {
	display: block;
	float: right; 
	margin-left: 10px; 
	margin-top: 6px; 
	margin-right: 10px; 
	padding: 2px 8px; 
	background-color: #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 0px solid #fff;
	font-size: 12px;
	background-image: url("../images/td-01.jpg");
	text-shadow: 1px 1px 0 #fff;
	-moz-box-shadow: 0 0 2px #111;
	-webkit-box-shadow: 0 0 2px #111;
	box-shadow: 0 0 2px #111;
}

div.Icon-hell-rechts a:hover,
div.Button-hell a:hover,
div.Button-hell-rechts a:hover {
	background-color: #fff;
	background-image: none;
	color: #000;
	text-decoration: none;
	-moz-box-shadow: 0 0 2px 1px #69c;
	-webkit-box-shadow: 0 0 2px 1px #69c;
	box-shadow: 0 0 2px 1px #69c;
}

div.Icon-hell-rechts a {
	padding: 1px 6px; 
}

div.Button-rot-rechts a {
	display: block;
	float: right; 
	margin-top: 5px; 
	margin-right: 10px; 
	padding: 3px 10px; 
	background-color: #c00;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 0px solid #fff;
	font-size: 12px;
	color: #fff;
	text-shadow: 1px 0px 1px #000;
}

div.Button-hidden {
	display: none;
}

div.Button-hell a {
	float: none;
	display: inline-block;
	margin-left: 0px; 
}
/*
 * Verschiedenes
 */

.float-rechts {
	float: right;
}
.float-links {
	float: left;
}

.as-icon {
	padding: 0 2px;
}

span.darker {
	font-weight: bold;
	color: #000;
	font-size: 0.9166em;
}

.kleiner {
	font-size: 0.9166em;
}
.klein {
	font-size: 11px;
}
.groesser {
	font-size: 1.122em;
}
.gross {
	font-size: 1.2rem;
}
.normal {
	font-weight: normal;
}

.fett {
	font-weight: bold;
}

.border {
	border: 1px solid #c7c7c7;
	padding: 10px 20px;
}
.shadow {
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
}


.line-bottom {
	padding-bottom: 4px;
	border-bottom: 1px solid #c7c7c7;
}


.bg-yellow {
	background-color: #ffc;
}



/**
 * Seitennavigation
 */
div.Seitennavigation {
	margin: 10px 0;
}
div.Seitennavigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
div.Seitennavigation ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

div.Seitennavigation ul li span {
	display: block;
	margin: 0 5px 0 0;
	padding: 4px 0px;
}
div.Seitennavigation ul li a {
	display: block;
	margin: 0 3px;
	padding: 3px 5px;
	border: 1px solid #369;
	position: relative;
	min-width: 12px;
	text-align: center;
}

div.Seitennavigation ul li a:hover {
	background-color: #cef;
}

div.Seitennavigation ul li a.Seite-aktiv {
	background-color: #369;
	color: #fff;
	font-weight: bold;
}



/**
 * Editor-Buttons
 */
/* Redaktions Formatierungskn�pfe */

.InsertButtons {	
}
.InsertButtons ul {
	list-style: none;
	font-size: 11px;
	line-height: 17px;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	height: 24px;
	font-weight: bold;
}
.InsertButtons ul li {
	list-style: none;
	margin: 0 2px 0 0;
	padding: 1px;
	float: left;
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	background-color: #fff;
	-moz-box-shadow: 0px 1px 1px #ccc;
}
.InsertButtons ul li a {
	display: block;
	padding: 0px 2px;
	border: 0px solid #666;
	color: #666;
	background-color: #fff;
	min-width: 14px;
	text-align: center;
	background-position: top left;
	background-image: url('../images/td-01.jpg');
	-moz-border-radius: 4px;
}
.InsertButtons ul li a:hover {
	color: #000;
	text-decoration: none;
	background-color: #ccc;
	background-position: bottom left;
	background-image: url('../images/verlauf-hellgrau-unten.png');
}
.InsertButtons ul li a.aktuell {
	background-color: #666;
	color: #fff;
	-moz-box-shadow: 0px 0px 2px 0px #999;
	background-position: top left;
	background-image: url('../images/th-01.jpg');
}


.inline-editor-tags {
	border-bottom: 0px solid #c7c7c7;
	font-size: 11px;
	padding: 2px 2px 2px 3px;
	background-color: #789;
	color: #fff;
	width: 100%;
	line-height: 14px;
	min-height: 14px;
	text-shadow: 0px 1px 1px #333;
}
.inline-editor-tags a {
	color: #f8f8f8;
	font-weight: bold;
	padding: 0 4px;
	display: inline-block;
}



#CMSCONTENT-outer {
	padding: 4px 10px 4px 20px;
	background-color: #eee;
}

#CMSCONTENT {
	font-size: 15px;
	line-height: 19px;
	width: 640px;
	padding: 10px 20px;
	border: 0px solid #ddd;
	background-color: #fff;
}


.Hinweis {
	font-size: 14px;
	line-height: 140%;
	margin: 30px 0; 
	padding: 5px 30px 15px 30px; 
	border: 1px dotted #999; 
	background: #ffc; 
	box-shadow: 2px 2px 8px rgba(0,0,0,0.15);
	border-radius: 12px;
}

.Hinweis h3 {
	font-weight: bold;
}

.Hinweis p {
	margin: 12px 0; 
}