/******************
HTML Tags
******************/

body {
	font-family:Verdana, Helvetica, sans-serif;
	background-color:#FFFFFF;
	color:#000000;
	margin:1px;
	font-size:.75em;
	
	}

/******************
HEADINGS
******************/

h1 {
	font-size:1.3em;
	padding-top:4px;
	color:#0B1761;
	}

h2 {
	font-size:1.1em;
	color:#0B1761;
	}

h3 {
	font-size:1em;
	color:#0B1761;
	}
	
h4 {
	font-size:.9em;
	color:#0B1761;
	}

h5 {
	font-size:.8em;
	color:#0B1761;
	}
	
h6 {
	font-size:.75em;
	color:#0B1761;
	}

/******************
LAYOUT STYLES
******************/

#header-container {
	width:100%;
	margin:0px;
	table-layout:fixed;
	}
	
#header-leftTitle 
{
	background:#FFFFFF;
	color:#0B1761;
	width:45%;
	height:24px;
	padding:2px 10px 0px 44px;
	font-weight:bold;
	font-size:1.8em;
	}

#header-rightImage 
{
	background:#FFFFFF;
	color:#0B1761;
	width:45%;
	height:24px;
	padding:0px 44px 0px 0px;
	text-align:right;
	font-size:.75em;
	}

	
#menue-container 
{
	height:30px;
	padding:2px 10px 0px 44px;
	}

#mainMenu
{
	background:#E8E9EB;
	width:80%;
	}
	
#mainMenuStatus
{
	background:#E8E9EB;
	width:10%;
	}
	
#mainMenuLang
{
	background:#E8E9EB;
	width:5%;
	padding:0px 10px 0px 10px
	}
	
#mainMenuUser
{
	background:#E8E9EB;
	width:15%;
	padding:0px 10px 0px 10px
	}

	
#mainContent
{
	width:100%;
	}
	
#content 
{
	height:650px;
	background:#FFFFFF;
    padding:0px 44px;
	width:75%;
	vertical-align:top;
	}	

#footer1
{
	background:#E8E9EB;
	width:100%;
	height:30px;
	}
	
#footer2
{
	background:#E8E9EB;
	width:100%;
	height:30px;
	}

#footer
{
	background:#FFFFFF;
	width:100%;
	height:30px;
	text-align:center;
	}
	
#mainnav-container {
	background:#E8E9EB;
	color:#FFFFFF;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	height:196px;
	width:100%;
	vertical-align:top;
	margin:0px;
	table-layout:fixed;
	}

#mainnav{
	width:16%;
	text-align:right;
	padding:15px;
	height:166px;
	background: url(bg-mainnav.gif) repeat-y;
	vertical-align:top;
	}

#mainnav-side {
	width:170px;
	padding:15px;
	border-left:1px solid #FFFFFF;
	height:166px;
	background: #E8E9EB url(bg-mainnav-side.gif) repeat-y right;
	vertical-align:top;
	}

#content-container {
	margin-top:10px;
	width:100%;
	table-layout:fixed;
	}

#content-side {
	width:24%;
	vertical-align:top;
	padding-left:44px;
	}


#footer-container {
	color:#FFFFFF;
	background: #E8E9EB url(bg-footer.gif) repeat-y left;
	margin:20px 0px 0px 0px;
	width:100%;
	table-layout:fixed;
	}

#footer-middle {
	border-right:1px solid #FFFFFF;
	width:28%;
	padding:10px 0px;
	}

#footer-side {
	margin-left:31%;
	padding:10px 15px;
	background: url(bg-mainnav-side.gif) repeat-y right;
	}

/*******************************
* BEGINN Style fuer Login.aspx *
*******************************/

#login-Container 
{
	table-layout:fixed;
	width:100%;
	}
	
#login-HeaderLeft 
{
	width:50%;
	text-align:center;
	}
	
#login-HeaderRight 
{
	width:50%;
	}

#loginPanelLeft
{
	width:25%;
	table-layout:fixed;
	}
	
#loginPanelRight 
{
	width:25%;
	table-layout:fixed;
	}	

#loginPanel 
{
	width:50%;
	height:200px;
	text-align:center;
	table-layout:fixed;
	}

/*******************************
* ENDE Style fuer Login.aspx   *
*******************************/


