/* ------------------------------------- */
/*   Copyright (c) Elmar Herzog 2016     */
/*     Style für Desktopansicht          */
/* ------------------------------------- */


/* Basis-Seiteneinstellungen */

html {
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-arrow-color: ##DEE7EF; 
	scrollbar-darkshadow-color:#AFC6DB; 
	scrollbar-face-color: #386868; 
	scrollbar-highlight-color: #DEE7EF; 
	scrollbar-shadow-color: #000000; 
	scrollbar-track-color: #F5F5F5;
}

body {
	background-color: #B0ACB0;
	font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	width: 95%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: auto;
}


/* Hyperlinks */

a , a:visited {
	color: #386868;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #CC3333;
	text-decoration: none;
}



/* HTML-Elemente */
tt {
  font-size: 11px;
}

img, .image{
	border: 0;
	overflow: auto;
}

table {
	border: 0;
	width: 100%;
}


/* Eingabefelder */
input, select , textarea {
	color: #000000;
	background-color: #E8EBEF;
	font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
	font-size: 13px; 
	border: 2px solid #386868;
	padding: 4px;
	margin: 2px;
}

.select {
	width: 300px;
}



/* Box mit Rahmen */
.container {
	border: 2px solid #386868;
	background-color: #FFFFFF;
	padding: 0px;
	margin-bottom: 10px;
	font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

/* Titel einer Box */
.title_small {
	background-color: #386868;
	color: #FFFFFF;
	font-size: 10px; 
	font-weight: bold; 
	padding: 5px; 
	border-top-left-radius: 8px; 
	border-top-right-radius: 8px; 
	-moz-border-radius-topleft: 8px; 
	-moz-border-radius-topright: 8px;
}

.title_default {
	background-color: #386868;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border-top-left-radius: 8px; 
	border-top-right-radius: 8px; 
	-moz-border-radius-topleft: 8px; 
	-moz-border-radius-topright: 8px;
}

/* Inhalt einer Box */
.window {
	margin: 10px;
	overflow: auto;
	font-size: 12px;
}

/* Rahmen */
.border {
	border: 1px solid gray;
	padding: 5px;
}

/* Hauptüberschrift */
.title_text {
	font-size: 18px;
}


/* Menüleiste */
.menuContainer  {
	color: #FFFFFF;
	background-color: #386868;
	padding: 5px;
	font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
	font-size: 14px;
	font-weight: bold;
	border-bottom-left-radius: 8px; 
	border-bottom-right-radius: 8px; 
	-moz-border-radius-bottomleft: 8px; 
	-moz-border-radius-bottomright: 8px;
}

.menuLine a, .menuLine a:visited {
		color: #000000;
		font-weight: bold;
		font-size: 14px;
		display: inline-block;		
		background-color: #dcdcdc;
		border: 1px solid #000000;
		margin: 1px;
		padding: 4px;
		border-radius: 10px;
		-moz-border-radius: 10px;
}

.menuLine a:hover  {
	color: #CC3333;
	text-decoration: none;
}

/* mobile Menu */
.menuMain , .menuMain a:visited , .menuMain a:hover{
	color: #FFFFFF;
 	font-size: 18px;
	font-weight: bold; 
	cursor: pointer;
	padding: 2px;
	display: block;
	font-size: 18px;
	border-top-left-radius: 8px; 
	border-top-right-radius: 8px; 
	-moz-border-radius-topleft: 8px; 
	-moz-border-radius-topright: 8px;
}

.menuMain img {
  vertical-align: middle;
}

.menuContent  {
	text-align: center;
	padding: 0px;
	display: block;
}


.menu a, .menu a:visited {
	background-color: #dcdcdc;
	margin-top: 1px;
	padding: 3px;
	display: block;
	cursor: pointer;
	color: #000000;
}

.menu-bottom a {
	border-bottom-left-radius: 8px; 
	border-bottom-right-radius: 8px; 
	-moz-border-radius-bottomleft: 8px; 
	-moz-border-radius-bottomright: 8px;
}

.menu a:active, .menu a:hover {
	background-color: #C0C0C0;
	color: #CC3333;
}


/* Themenüberschrift */
.title_window {
	font-size: 15px;
	font-weight: bold;
}


/* Ausrichtung */
.left {
	float: left;
	margin: 2px;
}


/* Navigation Seitenende */
.nav-bottom {
	display: block;
	text-align: center;
	line-height: 1.5em;
}


/* Inhaltsstruktur ("teaser") */
.teaser {
	display: block;
	color: #000000;
	padding-bottom: 5px;
}

.teaser a, .teaser a:visited  {
	color: #386868;
	text-decoration: none;
	display: block;
	cursor: pointer;
}

.teaser a:hover {
	color: #CC3333;
	text-decoration: none;
}

.teaser-line {
	margin-bottom: 5px;
	border-bottom: 1px solid #386868;
}

.teaser-title {
	display: block;
	margin-left: 40px;
	font-weight: bold;
}

.teaser-title-left {
	display: block;
	font-weight: bold;
}

.teaser-text {
	display: block;
	margin-left: 40px;
	margin-top: 5px;
	color: #000000;
}

.teaser-text-left {
	display: block;
	margin-top: 5px;
	color: #000000;
}

.teaser-link-text {
	color: #000000;
}

.teaser-img {
	float: left;
}


/* Fehlermeldung */
.error_img {
	float: left;
}

.error_text {
	display: block;
	margin-left: 55px;
	padding-top: 5px;
}


/* Copyright der Seite */
.copyright {
	color: #000000;
	font-size: 11px;
	text-align: center;
}

.copyright a, .copyright a:visited   { 
	color: #386868;
	font-size: 11px;
	text-decoration: none;
}

.copyright a:hover {
	color: #CC3333;
	background-color: transparent;
	font-size: 11px;
	text-decoration: none;
}