/* 
	SharePoint BlueStyle Verwaltungs Oberfläche
	Copyright 2012 Volker Brosius - Brosius-Datentechnik
	Projekt PortalSystem
*/
/* Grundeinstellungen */
* {
	margin:0;
	padding:0;
	border:none;
}
ul {
	list-style:none;
}
a , a:visited, a:active {
	text-decoration: none;
	color:#000;
}
a:hover {
	font-weight:bold;
	text-decoration:underline;
}
body {
	background-image:url(../bilder/content_bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 140%;
	color: #000;
	padding-top:10px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.clear {
	clear:both;
}
/* Zentrierte Ausrichtung */
#wrapper {
	margin-right:auto;
	margin-left:auto;
	min-width:800px;
	text-align:left;
	padding:10px;
	
}
.Headline {
	height:30px;
	background-color:#FFFFFF;
	padding: 10px 5px 0px 5px;
	border-left: 2px solid #EEE;
	border-right: 2px solid #EEE;
}
#Kopfzeile {
	height:70px;
	background-color:#FFFFFF;
	padding: 10px 5px 0px 5px;
	border-left: 2px solid #EEE;
	border-right: 2px solid #EEE;
}

#Content {
	min-height:635px;
	padding: 5px 5px 0px 10px;
	border-left: 2px solid #EEE;
	border-right: 2px solid #EEE;
	color:#000;
}
#Fusszeile {
	height:20px;
	padding: 5px 5px 0px 5px;
	background-color:#006699;
	border-bottom: 2px solid #EEE;
	border-left: 2px solid #EEE;
	border-right: 2px solid #EEE;
	color:#FFF;
}
#Tooltip{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}
/* Überschrift */
h1 {
	font-size: 2em;
	font-family:Tahoma, Geneva, sans-serif;
	color:#006;
	margin-top: 15px;
	margin-bottom: 10px;
	line-height: 120%;
}
h2 {
	font-size: 1.5em;
	font-family:Tahoma, Geneva, sans-serif;
	color:#006;
	margin-top: 15px;
	margin-bottom: 10px;
	line-height: 120%
}
h6 {
	font-size: 2em;
	font-family:Tahoma, Geneva, sans-serif;
	display:inline;
	line-height: 120%
}
h7 {
	font-size: 1.5em;
	font-family:Tahoma, Geneva, sans-serif;
	display:inline;
	margin-left:15px;
	line-height: 120%
}
#leftsidebar {
	margin-top: 10px;
	min-width:180px;
	max-width:180px;
	min-height: 600px;
	float:left;
}
#leftsidebar ul {
	list-style:none;
}
#leftsidebar a {
	text-decoration:none;
	color:#000;
}
#leftsidebar a:hover {
	text-decoration:underline;
}
#leftsidebar a.selected {
	text-decoration:underline;
	font-weight:bold;
}
#formularbox {
	margin-top: 10px;
	min-height: 600px;
	overflow:hidden;
	padding-left:15px;
	background-color:#FFF;
	border: 1px solid #000;
}


/* Submenu */
.LinksMenu {
	width: 170px;
	padding: 5px;
	border: 1px solid #FFF;
	background-color:#6699cc;
	text-align:center;
}

.SubNavigation {
	padding: 1px 5px 5px 5px;
	border: 1px solid #009;
	width: 150px;
	margin-left:5px;
	background-color:#A1BFFB;
}

/* Formulare */
/* Anmelde Form */
#login {
	margin: 0 auto;
	width: 450px; 
	padding: 7px; 
	border: 2px solid #000;
	margin-bottom: 15px;
	background-color:#FFF;
}
#login .button {
	cursor:pointer;
	padding: 3px;
	margin-top: 10px;
}
#login fieldset {
	margin:0 auto;
	padding:10px;
	width:450px;
}
#login input {
	border: 1px solid #004;
	margin-top: 5px;
}
.loginLabel {
	color:#000;
	margin-left: 30px;
	margin-right: 5px;
	width: 80px;
	float: left;
	text-align: right;
	line-height: 1.5;
	margin-top: 5px;
	}
#login legend{
	background:#336699;
	border:1px solid #003D00;
	color:#FFF;
	font-size:90%;
	padding:5px;
	text-align:right;
}
.Verwaltung {
	padding: 7px;
}
.Verwaltung .button {
	cursor:pointer;
	padding: 3px;
	margin-top: 10px;
}
/*
.Verwaltung textarea {
	padding:5px;
	border: 1px solid #336699;
	margin-top:15px;
	width:100%;
	height: 350px;
}
*/
.Verwaltung fieldset {
	padding:5px;
	border: 1px solid #336699;
	margin-top:15px;
}
.Verwaltung input {
	border: 1px solid #004;
	margin-top: 5px;
}
.Verwaltung textarea {
	border: 1px solid #004;
	margin-top: 5px;
	min-width: 750px;
	min-height: 350px;
}
.Verwaltung select {
	border: 1px solid #004;
	margin-top: 5px;
	min-width: 120px;
}
.Verwaltung label {
	color:#000;
	margin-right: 5px;
	min-width: 165px;
	float: left;
	text-align: right;
	line-height: 1.5;
	margin-top: 5px;
	}
.Verwaltung legend{
	background:#336699;
	border:1px solid #003D00;
	color:#FFF;
	font-size:90%;
	padding:5px;
	text-align:right;
}
.Verwaltung br {
	clear:left;
}
.Emarker {
	border: 1px solid #cc0033;
	background-color: #cc0033;
}
/*Filterbox */
#Filterbox {
	background-color:#9CC;
	border: 1px solid #9CC;
}
/* Systemboxen */
#meldung_warnung {
	margin: 0 auto;
	width:450px;
	background-image:url(../bilder/warnung.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding: 7px 7px 7px 35px;
	margin-bottom: 10px;
	border:2px dotted red;
	background-color:#FFF;
			
}
#box_fehler {
	margin: 0 auto; 
	width: 80%; 
	text-align: center; 
	background-color: #cc0033; 
	padding: 7px; 
	border: 1px solid #000;
	margin-bottom: 15px;
		
}
#box_ok {
	margin: 0 auto; 
	width: 80%; 
	text-align: center; 
	background-color:#0C0; 
	padding: 7px; 
	border: 1px solid #000;
	margin-bottom: 15px;			
}
#box_notiz {
	margin: 0 auto; 
	width: 80%; 
	text-align: center; 
	background-color:#FFF; 
	padding: 7px; 
	border: 1px solid #000;
	margin-bottom: 15px; 		
}
/* Datentabelle */
.Datentabelle {
	border:1px solid #003D00;
	width:100%;
	line-height:140%;	
}
.Datentabelle .head {
	font-size:10px;
	font-weight:bold;
	
}
.Datentabelle th {
	background-color:#003D00;
	color:#FFF;
	font-weight:bold;
}
.BildBox {
	width: 220px;
	height: 250px;
	text-align:center;
	border: 1px solid #006;
	float:left;
	margin: 5px;
}
.row_0 { background-color: #FFFFFF; }
.row_1 { background-color: #99ccff; }

.status_0 { background-color: #FFFFFF; }
.status_1 { background-color: #00ff66; }
.status_2 { background-color: #cc0033; }

/* Filterformular */
#FilterDIV {
	margin: 5px;		
}
#FilterDIV form {
	display:inline;
}
#FilterDIV fieldset {
	padding:5px;
	border: 1px solid #336699;
}
#FilterDIV input {
	border: 1px solid #004;
	margin-top: 5px;
}
#FilterDIV select {
	border: 1px solid #004;
	margin-top: 5px;
	min-width: 120px;
}
#FilterDIV label {
	color:#000;
	margin-right: 5px;
	width: 150px;
	text-align: right;
	line-height: 1.5;
	margin-top: 5px;
	}
#FilterDIV legend{
	background:#336699;
	border:1px solid #003D00;
	color:#FFF;
	font-size:90%;
	padding:5px;
	text-align:right;
}
.forecast {
	text-align:center;
	font-size:9px;
}
.Dialoge {
	font-size: 12px;
	color:#000;
	padding:5px;
}
.Dialoge p {
	color:#000;
}
.Dialoge h2 {
	color:#06F;
}
.Dialoge a {
	color:#000;
	font-weight: bold;
	text-decoration:none;
}
.Dialoge a:hover {
	text-decoration: underline;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel {

    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);

}

.panel-primary {

    border-color: #337ab7;

}
.panel-primary > .panel-heading {

    background-image: -webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#2e6da4 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));
    background-image: linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;

}
.panel-primary > .panel-heading {

    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;

}
.panel-group .panel-heading {

    border-bottom: 0;
        border-bottom-color: currentcolor;

}
.panel-heading {

    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;

}
.panel-title {

    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;

}
.panel-group {

    margin-bottom: 20px;

}
.panel-group .panel {

    margin-bottom: 0;
    border-radius: 4px;
}
.panel-body {

    padding: 15px;

}
#dialog-AuftragAnpassen {
	height: 535px;
	width: 765px;
}