/* **************************************************** */
/* Template Styles */
/* **************************************************** */

* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
}

/* Hintergrundfarben der äußeren Spalten ******* */
#container {
    background: #fff url(../_gfx/bg_leftcol.gif) left top repeat-y;
    border: 1px solid #ccc;
    border-bottom: 1px solid #3054A2;
	margin: 0 auto;
	min-width: 1015px;
	max-width: 1230px;
}

* html #container { /* IE 6 */
	width: 1015px;
}


#container2 {
    background: url(../_gfx/bg_rightcol.gif) right top repeat-y;
}
/* *************************************************** */

/* Seitenkopf **************************************** */
#headerWrapper {
	background: #3054A2 url(../_gfx/bg_headerwrapper.gif) left top repeat-x;
}

#header {
    background: transparent url(../_gfx/bg_header.jpg) left top no-repeat;
	border-bottom: 5px solid #d2d8df;
	width: 100%;
    height: 209px;
	position: relative;
}
#headerPic {
    float: right;
}
/* Header der Druckversion einer Seite */
#printHeader {
    display: none;
}
#languages {
    position: absolute;
    margin: 0;
    top: 13px;
    right: 395px;
}
/* *************************************************** */

/* linke Spalte ************************************** */
#leftCol {
	float: left;
	width: 223px;
}
/* *************************************************** */

/* rechte Spalte ************************************* */
#rightCol {
    padding: 20px 15px;
    float:right;
	width: 180px;
}
/* *************************************************** */

/* mittlere Spalte *********************************** */
#content {
    margin: 0 220px 0 220px;
    padding: 10px 20px 40px 20px;
    /* border: 1px solid;  */
}

/* Seitenende **************************************** */
#footer{
	background: transparent url(../_gfx/bg_footer_1.gif) left top repeat-x;
	clear: both;
    height: 35px;
}
#footer_left_bg {
    margin-right: 15px;
    float: left;
}
#footer2 {
    background: transparent url(../_gfx/bg_footer_2.gif) left top repeat-x;
	color: #fff;
	padding-top: 9px;
    text-align: center;
	height: 28px;
}

#footer2 a  {
	color: #fff;
}
/* *************************************************** */

/* **************************************************** */
/* Content Styles */
/* **************************************************** */

/* globale Schriftformatierung ************************** */
body {
	font: normal 75%/1.6em Arial, Helvetica, sans-serif;
}

p {
	padding-bottom: 10px;
}
blockquote {
	padding-bottom: 10px;
    font-style: italic;
    font-weight: bold;
}
/* ******************************************************* */

/* Formatierte <hr /> Linien ************************* */
hr.line {
    display: none;
    clear: both;
}
div.rule1 {
	margin: 5px 0 15px 0;
	background-color: #d2d8df;
	border: none;
	height: 1px;
}
div.rule2 { /* 3D-Linie */
	margin:0;
    padding: 0;
	background: #ccc url(../_gfx/design_h3_bg.gif) left top repeat-x;
	border: none;
	height: 2px;
}
/* *************************************************** */

/* Links allgemein *************************************** */
a, a:link, a:visited, a:active, a:focus {
	color: #2d52a8;
	text-decoration: underline;
    font-weight: bold;
}
a:hover{
	color: #2d52a8;
	text-decoration: none;
}

/* Doppelpfeil innerhelb eines Links */
a span {
    font-size: 130%;
    font-weight: bold;
    color: #000;
}

/* Buttonlink (z.B. "zurück") */
p.buttonTopline { /* Wichtig!!! Muss immer der Buttonlink umgeben! */
    padding: 20px 0 15px 0;
    border-top: 1px solid #3054A2;
}
p.buttonTopline a, p.buttonTopline a:link, p.buttonTopline a:visited {
    margin-top: 10px;
    padding: 4px 15px;
    background: #fff url(../_gfx/design_button_bg.gif) left bottom repeat-x;
    border: 1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-align: center;    
}
p.buttonTopline a:hover, p.buttonTopline a:active, p.buttonTopline a:focus {
    text-decoration: underline;
}
p.buttonTopline a span {
    margin: 0;
}

p.buttonBottomline { /* Wichtig!!! Muss immer der Buttonlink umgeben! */
    margin-bottom:10px;
    padding: 15px 0 20px 0;
    border-bottom: 1px solid #3054A2;
}
p.buttonBottomline a, p.buttonBottomline a:link, p.buttonBottomline a:visited {
    margin-top: 10px;
    padding: 4px 15px;
    background: #fff url(../_gfx/design_button_bg.gif) left bottom repeat-x;
    border: 1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-align: center;    
}
p.buttonBottomline a:hover, p.buttonBottomline a:active, p.buttonBottomline a:focus {
    text-decoration: underline;
}
p.buttonBottomline a span {
    margin: 0;
}

/* *************** ohne Linie ***************************** */

p.button { /* Wichtig!!! Muss immer der Buttonlink umgeben! */
    padding: 15px 0 20px 0;
}
p.button a, p.button a:link, p.button a:visited {
    margin-top: 10px;
    padding: 4px 15px;
    background: #fff url(../_gfx/design_button_bg.gif) left bottom repeat-x;
    border: 1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-align: center;    
}
p.button a:hover, p.button a:active, p.button a:focus {
    text-decoration: underline;
}
p.button a span {
    margin: 0;
}
/* ******************************************************* */

/* Listen ************************************************ */
ul, ol {
    margin-left: 25px;
	padding-bottom: 10px;
}
li {
    margin-bottom: 5px;
}
li ul, li ol {
    margin-left: 25px;
    padding: 5px 0 2px 0;
}

dl {
    margin: 0 0 1.5em 0;
}

dt {
    color: #00389a;
    font-weight: bold;
}

dd {
    margin: 0 0 1em 0.8em;
}

/* Listen in der rechten Spalte */
#rightCol ul, #rightCol ol {
    margin-left: 20px;
}

/* Mehrspaltige Listen */
ul.colsList {
    display: block;
    margin: 0 10px 10px 0;
    padding: 0;
    float: left;
    list-style-type: none;
    width: 200px;
    /* border: 1px solid; */
}

/* Listen innerhalb des Index im Informationen Bereich */
ul.informationIndex li {
    line-height:150%;
    margin: 0 0 0.5em 0;
    padding:0px;
}



/* ******************************************************* */

/* Formulare ********************************************* */
label {
    font-weight: normal;
}
.submit {
    padding: 0 3px;
}
option {
    padding-right: 5px;
}
th label { /* Labels innerhalb von th!!! */
    font-weight: bold;
}
form.sicherheitsabfrage { /* Klasse umgibt den Formtag der Sicherheitsabfragen im Adminbereich */
    display: inline;
    margin: 0 10px 10px 0;
}
/* ******************************************************* */

/* Überschriften ***************************************** */
/* allgemein */
h1 {
   	color: #000;
    margin: 10px 0 10px 0;
    padding: 0 0 7px 25px;
    font-size: 150%;
    font-weight: bold;
    border-bottom: 1px solid #d2d8df;
    background: transparent url(../_gfx/bg_bullet.gif) left 2px no-repeat;
}
h2 {
    margin-bottom: 5px;
    font-size: 120%;
    font-weight: bold;
    /* background: transparent url(../_gfx/design_menu_a_bg.gif) center left no-repeat; */
}
h3 {
    margin-bottom: 2px;
    font-size: 100%;
    font-weight: bold;
}
h4, h5, h6 {
    font-size: 100%;
    font-weight: bold;
}
#leftCol h3 {
    margin: 0 13px 5px 20px;
    padding-bottom: 5px;
    font-size: 120%;
    color: #666;
    text-decoration: none;
}
#rightCol h3 {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 120%;
    color: #666;
    text-decoration: none;
}
/* statische */
h1#siteName {
    display: none;
}
h1#slogan { /* Slogan im header */
    position: absolute;
    margin: 0;
    top: 100px;
    right: 205px;
    text-align: right;
    color: #fff;
    font-size: 130%;
    border: none;
    background: none;
}
/* ******************************************************* */

/* Navigation in der linken Spalte *********************** */
/* User Menü */
#menu ul {
    margin: 0 0 25px 19px;
    list-style-type: none;
}
#menu ul li {
    margin: 0;
}
#menu ul li a, #menu ul li a:link, #menu ul li a:visited {
    padding: 2px 0 2px 20px;
    display: block;
    font-weight: bold;
    color: #3054A2;
    text-decoration: none;
    /* background: transparent url(../_gfx/design_menu_a_bg.gif) center left no-repeat; */
    width: 200px;
}
#menu ul li a:hover {
    text-decoration: underline;
}
#menu ul li a:active, #menu ul li a:focus {
    text-decoration: underline;
}

/* Admin Menü */
#adminMenu ul {
    margin: 20px 0 20px 19px;
    list-style-type: none;
	width: 180px;
}
#adminMenu ul li {
    margin: 0;
	border-bottom: 1px solid #c6c6c6;
    padding: 2px 0 1px 0;
    /* background: transparent url(../_gfx/design_menu_a_bg.gif) left center no-repeat; */
}
#adminMenu ul li a, #adminMenu ul li a:link, #adminMenu ul li a:visited {
    font: bold 120%/24px Arial, Helvetica, sans-serif;
    color: #3054A2;
    text-decoration: none;
}
#adminMenu ul li a:hover {
    text-decoration: underline;
}
#adminMenu ul li a:active, #adminMenu ul li a:focus {
    text-decoration: underline;
}
/* farblich hervorgehobene "Admin" - Links */
#adminMenu ul li a.adminLink, #adminMenu ul li a.adminLink:link, #adminMenu ul li a.adminLink:visited {
    color: #D63737;
}
#adminMenu ul li a.adminLink:hover {
    text-decoration: underline;
}
#adminMenu ul li a.adminLink:active, #adminMenu ul li a.adminLink:focus {
    text-decoration: underline;
}
/* *************************************************** */

/* Blöcke innerhalb rightCol ************************* */
#rightCol div {
    margin-bottom: 30px;
}
/* *************************************************** */

/* Loginfeld in der linken Spalte ******************** */
#login {
    margin: 0 15px 30px 20px;
}
#login span {
    display: block;
    clear: both;
    padding: 3px 0;
    text-align: right;
} 
#login label {
    float: left;
}
#login_autor_email, #login_autor_passwort {
    float: right;
    width: 70%;
}
#login .submit {
    padding: 0 5px;
}

/* Logout */
#logout {
    margin: 0 15px 30px 40px;
}
/* *************************************************** */

/* Site tools ******************************************** */
#footer ul {
    list-style-type: none;
	margin-left: 235px;
}
#footer ul li {
    display: block;
    float: left;
}
#footer ul li a, #footer ul li a:link, #footer ul li a:visited {
    display: block;
    padding: 0 20px 0 30px;
    font-weight: bold;
    color: #666;
    text-decoration: none;
}                   
#footer ul li a:hover {
    text-decoration: underline;
}
#footer ul li a:active, #footer ul li a:focus {
    text-decoration: underline;
}
a.jumper, a.jumper:link, a.jumper:visited, a.jumper:hover, a.jumper:active, a.jumper:focus {
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
}
.nachoben {
    padding-left: 20px;
    background: transparent url(../_gfx/icon_bottom_nachoben.gif) 5px 0 no-repeat;
}
/* andere Optionen */
.drucken {
    padding-left: 20px;
    background: transparent url(../_gfx/icon_bottom_drucken.gif) 5px 0 no-repeat;
}
.versenden {
    padding-left: 20px;
    background: transparent url(../_gfx/icon_bottom_versenden.gif) 5px 0 no-repeat;
}
.sitemap {
    padding-left: 20px;
    background: transparent url(../_gfx/icon_bottom_sitemap.gif) 5px 0 no-repeat;
}
.flagge {
    margin: 5px;
    float: right;
    border: none;
}
acronym {
    border-bottom: 1px dotted #3054A2;
}
/* ******************************************************* */
/* tabellarische Daten / Tabellen um Formulare *********** */
.tabularData {
    margin: 10px 0 15px 0;
    border-collapse: collapse;
    border-spacing: 1px;
}
.tabularData td {
    padding: 7px;
    vertical-align: top;
    text-align: left;
    border: 1px solid #ccc;
}
.tabularData th {
    padding: 7px;
    vertical-align: top;
    font-weight: bold;
    text-align: left;
    background-color: #d2d8df;
    border: 1px solid #ccc;
}
.tabularData caption {
    padding-bottom: 5px;
    text-align: left;
    font-weight: bold;
}
table.fullsize { /* spannt die Tabelle auf volle Breite */

    voice-family: "\"}\"";
    voice-family:inherit;
    width: 98%;
    voice-family: "\"}\"";
}
td.right, th.right { /* richtet den Inhalt einer Zelle nach rechts aus */
    text-align: right;
}
td.middle, th.middle {
    vertical-align: middle;
}
td.center, th.center {
    text-align: center;
}
tr.color td {
    background-color: #eee;
}

tr.color2 td {
    background-color: #f9f9f9;
}
td.color {
    background-color: #ddd;
}
td.color2 {
    background-color: #eee;
}
th.transparent {
    padding-left: 0;
    background: transparent;
    border: none;
}
.tabularData ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
caption {
    font-weight: bold;
    text-align: left;
}
caption.top {
    caption-side: top;
}
caption.bottom {
    caption-side: bottom;
}
caption.left {
    caption-side: left;
}
caption.right {
    caption-side: right;
}

/* ******************************************************* */

/* Hilfsklassen ****************************************** */
.bold {
    font-weight: bold;
}
.smallText {
    font-size: 90%;
}
.bigText {
    font-size: 150%;
}
.extremeBigText {
    font-size: 200%;
}
.colorText {
    color: #FF9B00;
}
.red {
    color: #D63737;
}
.inactive, tr.inactive td {
    font-style: italic;
    text-decoration: line-through;
    color: #91A3CB;
}
.inactive a, .inactive a:link, .inactive a:visited, .inactive a:hover, .inactive a:active, .inactive a:focus {
    font-style: italic;
    color: #91A3CB;
    text-decoration: line-through;
}
.selectionResult {
    margin: 0 auto 10px auto;
    padding: 3px 10px;
    font-weight: bold;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    width: 50%;
}

.versteckt {
	position:absolute;
	left:-1000px;
	top:-1000px;
	width:0;
	height:0;
	overflow:hidden;
	display:inline;
}
/* ******************************************************* */

/* Blockauszeichnungen *********************************** */
/* weiss mit Rahmen in den Aussenspalten */

div.center {
    text-align:center;
}

div.whiteBg {
    padding: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
}

#content .important {
    background: #d2d8df url(../_gfx/bg_important.gif) left top repeat-x;
	margin: 10px 0 20px 0;
    padding: 15px;
    border: 1px solid #ccc;
}
/* ******************************************************* */

/* Bilder ******************************************** */
.borderImgRight {
    margin: 0 0 5px 15px;
    float: right;
    border: 1px solid #3054A2;
}
.borderlessImgRight {
    margin: 0 0 5px 15px;
    float: right;
    border: none;
}
.borderImgLeft {
    margin: 0 15px 5px 0;
    float: left;
    border: 1px solid #3054A2;
}
.borderlessImgLeft {
    margin: 0 15px 5px 0;
    float: left;
    border: none;
}


/*Logos in der rechten Spalte*/

div#rightCol img {
    border: none;
    margin-bottom: 30px;
}

/* Admin Icons */
.adminIcon {
    margin: 0 2px;
    border: none;
}
/* *************************************************** */

/* Fehlerausgabe ************************************* */
.error_error {
    margin-bottom: 20px;
    padding: 5px 10px;
    background-color: #FC6565;
    color: #000;
    border: 1px solid #BA0303;
}
/* *************************************************** */