﻿/* Allgemeines Layout */
#head a:link, #head a:visited, #head a:hover, #head a:active  
{
	text-decoration: none; 
	color: #036; 
	font-weight: bold;
	border-bottom-style: none; 
}

/* Head-Layout */
#head
{ 
	width:1024px; 
	height:125px; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:40px;
	background-image: url('../Images/headBackGround-blue.gif');
	background-repeat:no-repeat;
}

#headLeft
{
	float:left;
	margin-left:20px;
	margin-top:15px;
}
#headCenter
{
	float:left;
	margin-left:100px;
	margin-top:20px;
	font-family: Arial, Helvetica, san-serif; 
	font-size: 50px; color: white;
}
#headRight
{
	float:right;
	margin-right:20px;
	margin-top:15px;
	font-family: Arial, Helvetica, san-serif; 
	font-size: 15px; color: white;
}

/* Login-Container */
#login
{ 
	width:1024px; 
	height:20px; 
	margin-left:auto; 
	margin-right:auto; 
}
.masterLoginNameMp
{ 
	float: left;
	width:720px;
	font-size: 15px; 
	color: #036;
}
#loginClock
{
	float: left;
	font-size: 15px; 
	color: #036;
}
.loginStatusContainer
{
	width:1024px; 
	height:20px; 
	margin-left:auto; 
	margin-right:auto;
	font-size: 15px; 
	color: #036;
	clear:left;	
}
.loginStatusContainer a:link, .loginStatusContainer a:visited, .loginStatusContainer a:hover, .loginStatusContainer a:active
{ 
	text-decoration: none; 
	color: #AD0000; 
	border-bottom-style: none; 
}

/* Menü-Layout */
#navigation 
{ 
	width:165px; 
	float:left; 
	padding:2px; 
	margin:0px; 
}
#navigation ul
{ 
	color: white; 
	font-family: Arial, Helvetica, sans-serif; 
	margin-left: 0; 
	padding-left: 0; 
	list-style-type: none; 
}
#menulist a
{
	display: block;
	padding: 3px;
	background-color: #036;
	border-bottom: 1px solid #eee;
}
#menulist a:link
{
	color: #EEE;
	text-decoration: none;
}
#menulist a:visited
{
	color: #EEE;
	text-decoration: none;
}
#menulist a:hover
{
	background-color: #369;
	color: #fff;
}
#menuFixed
{
	display: block;
	padding: 3px;
	width: 159px;
	background-color: #369; /**/
	border-bottom: 1px solid #eee;
}
#menuFixedIndent
{
	display: block;
	padding: 3px;
	width: 139px;
	background-color: #369; /**/
	border-bottom: 1px solid #eee;
}
li.secondLevelIndent
{
	margin-left: 20px;
}

/* Body-Layout*/
body 
{ 
	margin: 0px; 
	padding:0px; 
	font-family:Arial, Helvetica, sans-serif;  
}
body#imageNonTransparent
{
	background: url('../Images/background.jpg');
    background-position:top; 
    background-repeat: repeat-y;
}
body#imageTransparent
{
	background: url('../Images/background_ow.jpg');
	background-position:top; 
    background-repeat: repeat-y; 
}

#body 
{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
#bodyContent 
{ 
	width:630px; 
	float:left; 
	padding:5px 20px 20px 20px;
	margin-left:50px; 
	background-color:White;
}
#bodyContentTransparent 
{ 
	width:630px; 
	float:left; 
	padding:5px 20px 20px 20px;
	margin-left:50px; 
	background-color:Transparent; 
}
img
{
	border:none;
}

/* Hintergrund für Ajax */
.Gray
{
    background: #284775;
	filter: alpha(opacity=33);
	opacity: 0.33;
}




