﻿/*----------------------------------------------------------
Die Basisfarbe für diese Vorlage ist "#5c87b2". Wenn Sie eine
andere Farbe verwenden möchten, ersetzen Sie alle Instanzen von 
"#5c87b2" durch die neue Farbe.
----------------------------------------------------------*/
body
{
	background: url('../Grafiken/background.png') repeat-x #C0C0C0;
	font-size: .8em;
	font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	color: #696969;
}

a:link
{
	color: #034af3;
	text-decoration: underline;
}
a:visited
{
	color: #505abc;
}
a:hover
{
	color: #1d60ff;
	text-decoration: none;
}
a:active
{
	color: #12eb87;
}

a img
{
	border: none;
}

p
{
	margin-bottom: 20px;
	line-height: 1.6em;
}

/* ÜBERSCHRIFTEN   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #666666; /*font-variant: small-caps;*/
	font-weight: 600;
	margin-bottom: 0px;
}

h1
{
	font-size: 1.6em;
	padding-bottom: 0px;
}

h3
{
	font-size: 1.4em;
	font-weight: 500;
}

h4
{
	font-size: 1.3em;
	font-weight: 400;
}

h5, h6
{
	font-size: 1em;
}

/* Diese Regel bestimmt das Design von <h2>-Tags, bei denen es
sich um das erste untergeordnete Element der linken und rechten Tabellenspalte handelt. */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0;
}

/* HAUPTLAYOUTELEMENTE   
----------------------------------------------------------*/

/* Sie können den Prozentwert für die Seitenbreite erhöhen oder verringern.
 Alternativ können Sie auch eine exakte Pixelbreite angeben. */
.page
{
	width: 85%;
	min-width: 1000px;
	/*width: 960px;*/ /*ONLY TEMPORARY*/ /*width: 90%;*/
	margin: 40px auto 0px auto;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #496077;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.6);
}

#header
{
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}

#main h1
{
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	border: none;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px !important;
}

#main
{
	padding: 30px 30px 15px 30px;
	margin-bottom: 30px;
	_height: 1px; /* CSS-Eigenschaften, die mit einem Unterstrich beginnen, werden ausschließlich von IE6 angewendet. */
	min-width: 900px;
	clear: both;
}

#footer
{
	color: #999; /*padding: 10px 0;*/
	height: 20px;
	text-align: right;
	line-height: normal;
	margin-top: 30px;
	font-size: .9em;
}

/* REGISTERKARTENMENÜ   
----------------------------------------------------------*/
div#menucontainer ul
{
	margin: 0;
}

div#menucontainer li
{
	display: inline;
	list-style: none;
	padding: 10px 20px 10px 0;
}

div#menucontainer li a
{
	padding: 10px 20px 10px 0;
	font-size: 1.1em;
}

/*ul#menu
{
	border-bottom: 1px #5C87B2 solid;
	padding: 0 0 2px;
	position: relative;
	margin-left: 0;
	margin-bottom: -3px;
	text-align: right;
}

ul#menu li#greeting
{
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	color: #fff;
}

ul#menu li a:hover
{
	background-color: #fff;
	text-decoration: none;
}

ul#menu li a:active
{
	background-color: #a6e2a6;
	text-decoration: none;
}

ul#menu li.selected a
{
	background-color: #fff;
	color: #000;
}*/

/* FORMULARLAYOUTELEMENTE   
----------------------------------------------------------*/

fieldset
{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #CCC;
}

fieldset p
{
	margin: 2px 12px 10px 10px;
}

legend
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input[type="text"]
{
	width: 200px;
	border: 1px solid #CCC;
}

input[type="password"]
{
	width: 200px;
	border: 1px solid #CCC;
}

/* TABELLE
----------------------------------------------------------*/

table
{
	border: solid 1px #EAEAEA;
	border-collapse: collapse;
}

table td
{
	padding: 5px;
	border: solid 1px #EAEAEA;
}

table th, .leftTd
{
	padding: 6px 5px;
	text-align: left;
	background-color: #EAEAEA;
	border: solid 1px #EAEAEA;
	font-weight: bold;
}

table.noBorder
{
	border: none;
}

table.hover tr:hover 
{
	background-color: #EAEAEA;
}

table.noBorder td
{
	border: none;
}

/* SONSTIGES  
----------------------------------------------------------*/
.clear
{
	clear: both;
}

.right
{
	text-align: right;
}

.error
{
	color: Red;
}

#menucontainer
{
	margin-top: 35px;
	margin-bottom: 5px;
	clear: both;
}

div#logoMandator
{
	display: block;
	float: left;
	width: auto;
	height: auto;
	margin-bottom: 10px;
}

#logindisplay
{
	font-size: 1.1em;
	display: inline;
	text-align: right;
	margin: 0;
	color: White;
	margin-left: 0;
}

#logindisplay a:link
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:visited
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:hover
{
	color: white;
	text-decoration: none;
}

hr
{
	clear: both;
}

.col1
{
	display: block;
	float: left;
	width: 150px;
}

input[type=text], input[type=password]
{
	padding: 5px;
	border: 1px solid #C6C6C6;
}
input[type=text]:focus, input[type=password]:focus
{
	box-shadow: 0 0 5px #FFAE51;
	border: 1px solid #FFAE51;
}
input[type=text], input[type=password]
{
	background-color: #EAEAEA;
}

/* Stile für Validierungshilfeprogramme
-----------------------------------------------------------*/
.field-validation-error
{
	color: #ff0000;
}

.field-validation-valid
{
	display: none;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid
{
	display: none;
}

/* Stile für Editor- und Anzeigehilfeprogramme
----------------------------------------------------------*/
.display-label, .editor-label, .display-field, .editor-field
{
	margin: 0.5em 0;
}

.text-box
{
	width: 30em;
}

.text-box.multi-line
{
	height: 6.5em;
}

.tri-state
{
	width: 6em;
}

/* Tabelleneinträge (Tabelle OHNE Rahmen, Schrift)
----------------------------------------------------------*/
td.configuration
{
	border-style: none;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

div.tableContainer
{
	margin-left: 68px; /*border: 1px solid #996633;*/
	clear: both; /*height: 450px;*/ /*overflow: auto; enable Scrolling*/ /*width: 1000px;*/
	width: 86%;
}

div.tableContainer1
{
	margin-left: 68px;
	clear: both;
	overflow: auto; /*width: 200px;*/
}
