﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
	font-size: 12px;
	font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #333333;
}

.HilfeFenster
{
	
	padding: 5px;
	background-color: #FFFFE6;
	color: #808080;
}


.centered
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	background-color: #6095b3;
	height: 100px;
	width: 920px;
	position: relative;
	_position: absolute;
	left: 10%;
	top: 80%;
	color: black;
	z-index: 100;
}


.links
{
	text-align: left;
}

.rechts
{
	text-align: right;
	color: #000000;
}


.myPanel
{
	background-color: white;
	border: 1px solid black;
	z-index: 99;
	width: 0px;
	height: 0px;
	top: -1000px;
}



.kategorien
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #993333;
	padding: 5px;
	margin: 5px;
	cursor: pointer;
}

.hintergrund
{
	width: 960px;
	background-color: #FFECD9;
	margin: 20px auto 0px auto;
	border: 1px none #496077;
}


.hintergrund1
{
	width: 960px;
	background-color: #CCCCCC;
	margin: 20px auto 0px auto;
	border: 1px none #496077;
}


.seite
{
	background: #FFCC99;
	color: #000000;

	font-family: Arial, Helvetica, Sans-Serif;
}

a:link, a:visited
{
	color: #009999;
	font-size: small;
	text-align: right;
}

a:hover
{
	color: #FF9900;
	text-decoration: none;
}

a:active
{
	color: #336699;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #009999;
	font-variant: small-caps;
	text-transform: none;
	font-weight: 700;
	margin-bottom: 0px;
}


.gruppentreeview
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	color: #333333;
	padding: 5px;
	margin: 5px;
	font-weight: normal;
}

h1
{
    font-size: xx-large;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
	text-align: center;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.u1
{
	color: #009999;
	font-weight: 700;
	text-align: center;
	font-size: 14px;
}




.page
{
	width: 960px;
	background-color: #ECF2F9;
	margin: 5px auto 0px auto;
	border: 1px none #496077;
}


.page1
{
	width: 960px;
	background-color: #FFECD9;
	margin: 20px auto 0px auto;
	border: 1px solid #496077;
}


.page2
{
	width: 960px;
	background-color: #FFECD9;
	margin: 20px auto 0px auto;
	border: 1px solid #496077;
}

.header
{
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;

	top: 1px;
	left: 0px;
}



.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
	background-color: #3a4f63;
	width: 99%;
	
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
	background-color: #465c71;
	border: 1px #4e667d solid;
	color: #dde4ec;
	display: block;
	line-height: 1.35em;
	padding: 4px 20px;
	text-decoration: none;
	white-space: nowrap;
	
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
	
	width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
	
	display: block;
	float: left;
	text-align: left;
	width: 100%;
	
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.table
{
	padding: 5px;
	margin: 5px;
}

.table
{
	padding: 2px;
	margin: 2px;
	}

.tableStart
{
	padding: 2px;
	margin: 2px;
	width: 95%;
	
}

.table1
{
	padding: 4px;
	margin: 4px;
	border: 1px solid #C0C0C0;
	background-color: #FFFFCC;
	border-spacing: 3px;
}



.header1
{
	background: #CCCCCC;
	color: #000000;
	font-variant: normal;
	font-style: normal;
	font-size: 12px;
}
	
.header2
{
	background: #FFCC99;
	color: #000000;
	font-weight: bold;
	font-variant: normal;
	font-style: italic;
	font-size: 14px;
	font-family: Arial, Helvetica, Sans-Serif;
}
	
	

	
	
	
	
	
	.info
{
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.tablecontent
{
	border-left: thin none #EBEBEB;
	border-right: thin solid #EBEBEB;
	border-top: thin none #EBEBEB;
	border-bottom: thin none #EBEBEB;
	padding: 5px;
	margin: 5px;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color: #CCCCCC;
	table-layout: fixed;
	empty-cells: show;
	caption-side: top;
}

.tablecontent1
{
	border-style: none solid none none;
	border-width: thin;
	border-color: #EBEBEB;
	padding: 5px;
	margin: 5px;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color: #FFFFFF;
	table-layout: fixed;
	empty-cells: show;
	caption-side: top;
}

.tablecontentWhite
{
	border-style: none none solid none;
	border-width: thin;
	border-color: #800000;
	padding: 10px;
	margin: 0px;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color: #F5F5F5;
	table-layout: fixed;
	empty-cells: show;
	caption-side: top;
}

.tablecontentMarron
{
	border: thin solid #FFFFFF;
	padding: 10px;
	margin: 0px;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color: #800000;
	table-layout: fixed;
	empty-cells: show;
	caption-side: top;
}

.kundenLogin
{
	font-size: 10px;
}

.hand
{
	cursor: pointer;
	font-weight: 700;
	font-size: 14px;
}

.center
{
	text-align: center;
}


.ModalProgressContainer  
 {
 	        z-index: 10005;        
 	        position: fixed;        
 	        cursor: wait;         
 	        top:0%;         
 	        background-color: #ffffff;         
  	        height: 100%;        
 	        width: 100%;        
 	        text-align: center;                 
}     
 	        
.ModalProgressContent    
{        
 	        	padding: 10px;         
 	        	border: solid 0px #000040;         
 	        	font-weight: bold;         
 	        	background-color:#ffffff;        
 	        	margin-top:300px;    
} 

.listBox
{
	font-family: Arial;
	font-size: 11px;
	font-variant: small-caps;
	color: #333333;
}

.showdetail
{
	border-style: none solid none none;
	border-width: thin;
	border-color: #EBEBEB;
	padding: 5px;
	margin: 5px;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color: #FFFFFF;
	table-layout: fixed;
	empty-cells: show;
	caption-side: top;
	
}

.nurEinmal
{
	background-repeat: no-repeat;

}
