﻿/* Allgemeine, gesamtseiten-Styles*/
body
{
	margin-top: 1em;
	/*text-align: center;*/
	background: #ffffff;
	min-width: 700px;
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
}

/* Spezielle Styles für die Page-Map*/
.PageMap
{
	color: #6699ff;
	font-size: 8pt;
	font-weight: bold;
}
/* PageHeader*/
.PageHeader
{
	font-size: 18pt;
	font-weight: bold;
	font-style:italic;
	background-color:InfoBackground;
}

/*Überschriften erster Ordnung*/
h1
{
	font-family: Arial, Sans-Serif;
	font-size: 15pt;
}

/* Allgemein tabellen */
table
{
/*	border:0;*/
}

td 
{ 
	font-size:9pt;
}

table.navigation 
{ 
	margin-bottom: 1em; 
	border: solid 2px #333; 
}

table.navigation th 
{ 
	text-align:center; 
	background-color: #333;
	color: #fff;
}

a 
{
	text-decoration:none;
	
}

a:hover 
{
	text-decoration:underline;
}

a:visited
{
	color:Blue;
}

li a 
{
	color: #333;
}
th a 
{
	color: White;
}

ul 
{
	margin-left:3em;
	margin-bottom:0px;
	padding-bottom:0px;
}

#wrapper 
{ 
	text-align: left;
	position:absolute;
	height:400px;
	top:0;
	left:0;
	width: 100%;
	margin: 0 auto; 
}

#contentfloatholder 
{
	float: left;
	width: 100%;
	height:100%;
}

#center 
{
	margin: 0 0px 0 175px;
}

#left 
{
  float:left;
  width: 200px;
  margin: 0 0 0 -5%;
  border-right: dotted 1px silver;
  border-bottom: dotted 1px silver;
}

.LoginFailedPanel 
{
	vertical-align:middle;
	text-align:center;
	font-size:xx-large;
	color:Red;
}
table.infobox
{
	width:350px;
	border:none;	
	border-collapse:collapse;
}

table.infobox th, table.infobox td 
{
	border:solid 1px #1D8DC9;
	padding:3px;
	color:#555;
}

table.infobox td 
{
	vertical-align:top;
	font-size:9pt;
}
table.infobox th 
{
	background-image:url(~/Images/menueverlauf.jpg);
	background-repeat:repeat-y;
	font-size:11pt;
}

table.infobox td.hover 
{
	background-color:rgb(215,245,255);
}

table.PraxisForm 
{
	/*padding:2em;*/
	border:none;
	width:100%;
	border-collapse:collapse;
	margin-top:2em;
	font-size:10pt;

}

td#Hilfetext, td.Warnungstext 
{
	font-size:8pt;
}

td.Warnungstext 
{
	font-weight:bold;
	color: rgb(150,0,0);
}

table.PraxisForm th 
{
	border:solid 1px rgb(23,113,161);
	text-align:center;
	color:White;
	background-color: rgb(29,141,201);
	font-size:larger;
	padding:3px;
}
table.PraxisForm td 
{
	border:solid 1px rgb(23,113,161);
	height:2em;
	padding-left:3px;
	text-align:left;
}

table.PraxisForm td td 
{
	border:none;
}

table.PraxisForm select, table.PraxisForm input, table.PraxisForm textarea
{
	width:150px;
	background-color:rgb(220,220,220);
}

table.PraxisForm textarea 
{
	width:300px;
}
table.PraxisForm #newStartLocation 
{
	width:150px;
}


table.PraxisForm .smallButton, table.PraxisForm input[type=button]
{
	width:20px;
	border: solid 1px;
}

table.PraxisForm .active 
{
	background-color:rgb(255,255,148);
}

table.PraxisForm .warning
{
	background-color:rgb(255,150,150);
}


/* dynamische Tabellen */
div#DynamicTable 
{
	vertical-align:top;
}

div#DynamicTable table, table.PraxisGridView 
{
	border:none;
	width:100%;
	border-collapse:collapse;
	margin-top:2em;
	font-size:8pt;
	text-align:left;
}

div#DynamicTable table tr, table.PraxisGridView tr
{
	/*background-color:rgb(255,255,255);*/
}

div#DynamicTable table tr.AlternatingRow, table.PraxisGridView tr.AlternatingRow
{
	background-color: rgb(220,220,220);
}

div#DynamicTable th, table.PraxisGridView th
{
	color: rgb(0,0,150); 
	border: solid 1px rgb(140,140,140);
	text-align: center; 
	padding: 5px;
	background-color: rgb(170,170,170);

}
div#DynamicTable td, table.PraxisGridView td
{
	border: solid 1px rgb(170,170,170);
	padding: 2px;
	padding-left:4px;
	white-space:nowrap;
}

div#DynamicTable th.columnHeader, div#DynamicTable th.columnHeader_hover 
{
	font-size:9pt;
	cursor:pointer;
	white-space:nowrap;
}

div#DynamicTable th.columnHeader_hover, div#DynamicTable tr.hover
{
	background-color:rgb(41,197,255);
}

div#DynamicTable tr a.newTourHelper, table.PraxisGridView a.newTourHelper
{
	position: absolute;
	margin-top:-15px;
	margin-left: -23px;
	width: 15px;
	height: 15px;
	background-image: url("../images/insertNew.jpg");
	background-repeat: no-repeat;
	background-position:right center;
}

div.CheckboxList
{
	white-space:nowrap;
}

div.CheckboxList legend
{
	font-style:italic;
	font-size:9pt;
	color:rgb(0,0,0);
}

div.CheckboxList input
{
	width:auto;
	background-color: rgb(255,255,255);
	margin-right:10px;
}
    
/* diese sieben Angaben sollten dringend überarbeitet werden, so funktioniert CSS nicht... */    
    
.Col1		
{ 
	color: #009; 
	background-color:#eee; 
}

.Col2 
{ 
	color: #333; 
	background-color:#93ACCB; 
}

.Col3
{ 
	color: #000;
	background-color:#ffffff; 
}

.Col4
{ 
	color: #000;
	background-color: #eee ;
}

.Col5
{ 
	color: #000;
	background-color: #f3f3f3 ;
}

.Col6
{ 
	color: #900;
	background-color: #eee ;
}

.Col7
{ 
	color: #060;
	background-color: #ddd ;
}


/************* IE Mac only**************/
* html div#centerwrap 
{	
	margin: 0 -100% 0 0;
}
* html div#left 
{
	margin: 0;
}

#contentfloatholder:after 
{
	 /* NN6 */
	content: "."; 
	display: block; 
	height: 0px;
	clear: both; 
	visibility: hidden;
}		

