﻿/* =======================================
		 Container
==========================================*/
html {
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}
body {
	font-family: arial, sans-serif;
	background-color:#D4D4D4;
	color:black;
	font-size:11px;
	margin:0;
	padding:20px;
	text-decoration:none;
}
#full {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:1000px;
}
#banner{
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: 0 1px 2px rgba(0,0,0,0.3), inset 0 -1px 0 rgba(0,0,0,0.15);
    -ms-border-radius: 15px;
    border-radius: 15px;
	background-color:#e96441;
	color:#fcc38c;
	height:100px;
	margin: 0 0 2px 0;
	padding:10px;
	text-align:left;
}
#banner h1 {
	float:left;
	margin-left: 120px;
}
#banner img.right {
	float:right;
}
#banner img.left {
    -ms-border-radius: 15px;
    border-radius: 15px;
	float:left;
}
#navtop {
    -ms-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
	background-color:#fcc38c;
	font-weight:bold;
	height:20px;
	position:relative;
	text-align:center;
	color:#e96441;
	margin:0 0 0 0;
}

#navtop ul {
	list-style :none outside none;
	margin:0;
	padding:2px 0 0 0;
}
#navtop li {
	display:inline;
}
#navtop ul a:link, #navtop ul a:visited {
	display:inline;
	color:#000000;
	padding-left:13px;
	padding-right:13px;
	text-decoration:none;
}
#navtop ul a:hover, #navtop ul a:active {
	display:inline;
	color:#e96441;
}
#navleft {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
	width:149px;
	min-height: 600px;
    border-right: 1px solid grey;
	/*background-color:#e96441;*/
    background-color:#FFF;
	color:#fcc38c;
	float:left;
	margin-bottom:0;
}
#main{
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
	min-height: 580px;
	background-color:white;
	float:right;
	width:830px;
	padding:10px;
	margin-bottom:0;
}
.main{
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
	min-height: 580px;
	background-color:white;
	float:right;
	width:830px;
	padding:10px;
	margin-bottom:0;
}
#footer {
	margin-top:2px;
	margin-left: 152px;
	clear:both;
}


/* =======================================
		 Listen
==========================================*/
ul.menutop {
	margin:0;
	padding:0;
	display: inline;
	list-style-type: none;
}
li.menutop {
	display: inline;
	list-style-type: none;
	font-weight:bold;
	color: #943634;
	text-decoration:none;
	margin-right:4px;
	padding-left:4px;
	border-left: 1px solid black;
}

/* =======================================
		 LINKS
==========================================*/
a.menutop:link, a.menutop:visited {
	display:inline;
}
a.menutop:link:hover, a.menutop:visited:hover {
	display:inline;
	text-decoration:underline;
}
a:link.norm:hover, a:visited.norm:hover {
  font-size:11px;
  text-decoration:underline;
  margin-top:2px;
  color: #a63f4e;
  display:block;
}
a:link.norm, a:visited.norm {
  font-size:15px;
  color: #a63f4e;
  margin-top:2px;
  font-weight:bold;
  display:block;
  text-decoration:none;
}

a:link, a:visited {
  font-size: 11px;
  color: #a63f4e;
  font-weight:bold;
  text-decoration:none;
}

a.NavTop:link, a.NavTop:visited {
  font-size: 13px;  
}

a:link:hover, a:visited:hover {
  text-decoration: underline;
}

a:active.norm {
   color: #333333;
   text-decoration:underline;
   } 
/*=============================
	Textformatierungen
===============================*/
h3.mitteilungen {
	color:#943634;
	border-bottom: 1px dotted #A59D90;
}

/*============================
	  Tabellen
==============================*/

th.menutitle {
	background-color: #a69d8b; 
	text-align:left;
	font-size:14px;
	color: #a63f4e;
	padding:1px;
}
td.menuitem {
	background-color: white;
	text-align:left;
	padding:2px;
}
table.menu {
	width: 120px;
	margin: 2px 2px 2px 0px;
	border: 1px solid #A59D90;
	background-color:white;
}

table.liste {
	width: 95%;
}
th.liste {
	text-align:left;
	background-color:#e96441;
	color:#fcc38c;
}
thead th.liste {
	text-align:left;
	background-color:#e96441;
	color:#fcc38c;
}
tr.zgrau {
	background-color:#D4D4D4;
}
/*============================
	  Tabellen
==============================*/
a.menuleft:link,a.menuleft:visited {
	color: #E96441;
	font-weight:normal;
	margin: 2px;
	text-decoration: none;
}
a.menuleft:link:hover,a.menuleft:visited:hover {
	color: black;
	font-weight:normal;
	text-decoration:none;
}
ul {
	list-style:none outside none;
	margin:5px 0 0 5px;
	padding:0;
}
li.menuleft {
	margin-bottom:5px;
}
img.scrlogo {
	margin-left: 7px;
	position:absolute;
	bottom:20px;
}
ul.orig {
	list-style: circle none inside;
	margin: 0px 0px 10px 0px;
	padding: 0;
}


.Pannel_Alert {
    background-color: #F7819F;
    border: 2px solid red;
    padding: 5px;
    border-radius: 15px;
}
.Pannel_Info {
    background-color: #fcc38c;
    border: 2px solid #e96441;
    padding: 5px;
    border-radius: 15px;
}

.Pannel_StateOk {
    background-color: lightgreen;
    border: 2px solid green;
    padding: 5px;
    border-radius: 15px;
}


/*----------Formular--------*/

fieldset {
    width: 450px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 15px auto 15px auto;
    
    padding: 10px;
}

.textfeld, .submitbutton {
    margin: 15px;
}
.textfeldRadio {
    margin: 15px;
}
.textfeldRadio input {
    width: 10px;
    padding: 4px;
}
.textfeld input, .textfeld textarea {
    width: 350px;
    padding: 4px;
    display: block;
    border-radius: 4px;
    border: 1px solid #999;
}

.checkbox input {
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #999;
}

.textfeld label {
    display: block;
}
.textfeldRadio label {
    /*display: block;*/
}
.textfeldCheckbox label {
    /*display: block;*/
}
label {
    cursor: pointer;
}

.textfeldForm {
    margin: 2px;
    width: 250px;
    padding: 0;
    background-color: lightyellow;
    display: block;
    border-radius: 4px;
    border: 1px solid #999;
}
.textfeldForm:focus {
    margin: 2px;
    width: 250px;
    padding: 0;
    background-color: lightblue ;
    display: block;
    border-radius: 4px;
    border: 1px solid blue;
}