@charset "utf-8";
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a img{border:0;}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
html, body {overflow:auto;}
#header {
	width: 100%; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(gif/headerbackground.gif);
	height: 134px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
	#headercontent {
		width: 950px;
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		border: 0px solid #000000;
		text-align: left; /* this overrides the text-align: center on the body element. */
	} 
	#loginname {
		font-size: 12px;
		color:#999999;
		height: 18px;
		text-align: right;
		padding-top: 2px;
	}
	a.menu:link, a.menu:visited, a.menu:hover {
		font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
		font-size: 17px;
		font-weight:bold;
		text-decoration:none;
		color:#50a6cd;
		margin-left:30px; 
	}
	a.menu:hover {
		color:#497299;
	}	
	a.menuaktiv:link, a.menuaktiv:visited, a.menuaktiv:hover {
		font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
		font-size: 17px;
		font-weight:bold;
		text-decoration:none;
		color:#497299;
		margin-left:30px; 
	}	

a:link, a:visited, a:hover {
		color:#497299;
}
		
#container { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#content { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */

} 
#footer {
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 42px;
	background-image: url(gif/footerbackground.gif);
} 
#footercontent { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.endheader {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px;
}
		#sidebar1 {
		width: 230px;
		padding: 0px;
		margin: 0px;
		color: #7c7c7c;	
		padding-top: 20px;		
		}
	
		#sidebar1 ul {
		list-style: none;
		margin:  0 0 0 20px ; 
		padding: 0 0 0 0px;
		border: none;
		width:200px;
		}
		
		#sidebar1 ul li {
		margin: 0 0 0 0;
		padding: 0px 0 9px 0;
		background-image:url(gif/submenubackgroundstreg.gif);
		background-position: bottom left;
			
		background-repeat: no-repeat;
			
		}
		#sidebar1 ul li a {
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	display: block;
	padding: 2px 0px 0px 22px;
	text-decoration: none;
	color: #50a6cd;
	background-image:url(gif/bulletimage1.gif);
	background-repeat:no-repeat;
	background-position: left 6px;		
		}
		
		#sidebar1 ul li a.aktiv {		
		color: #497299;	
		}
		
		#sidebar1 ul li a:hover, #sidebar1 ul li a:focus {
		color: #497299;
		}
		
		#sidebar1 ul ul  {
		list-style: none;
		margin: 0px;
		padding: 0px;
		
		border: 0px red solid;
		}
		#sidebar1 ul ul li {
		margin: 0px;
		padding: 0px;
		background-image:none;	
		width:200px;	
		}
		#sidebar1 ul ul li a {		
		font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
		font-size: 13px;	
		font-weight:bold;			
		display: block;
		padding: 2px 0px 0px 42px;
		text-decoration: none;
		color: #50a6cd;
		height: 20px;
		background-image:none;		
		}
		
		#sidebar1 ul ul li a.aktiv {		
		color: #497299;	
		}
		
		#sidebar1 ul ul li a:hover, #sidebar1 ul ul li a:focus {
		color: #497299;
		}
				
		#sidebar1padding {
		padding-left: 20px;
		}
		
		#sidebar1 a.submenuheader {
  		padding-left: 20px;
  		font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
  		font-size: 17px;	
  		font-weight:bold;			
  		display: block;
  		text-decoration: none;
  		color: #50a6cd;
  		height: 28px;				
		}
		#sidebar1 a.submenuheader:hover {
		color: #497299;		
		}			
		#sidebar1 a.submenuheaderaktiv {
		color: #497299;		
  		padding-left: 20px;
  		font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
  		font-size: 17px;	
  		font-weight:bold;			
  		display: block;
  		text-decoration: none;
  		height: 28px;				
		}		
		

#mainContent { 
	margin: 0 0 35px 270px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 10px;
} 

#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer td  {
		font-size: 11px;
		color:#999999;
		padding-left: 20px;
}
#footer td a {
		font-size: 11px;
		color:#999999;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {		
		font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
		font-size: 22px;	
		font-weight:bold;			
		color: #497299;	
}
h2 {		
		font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
		font-size: 15px;	
		font-weight:bold;			
		color: #7c7c7c;		
}
h3 {		
		font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
		font-size: 15px;	
		font-weight:bold;			
		color: #7c7c7c;	
		margin-bottom: 2px;		
}
.graa {
		color:#666666;
} 
#sidebar1 p {
		margin-top: 2px;	
}

form {
		padding: 0px;
		margin: 0px;
}
.loginfields {
	border: 1px #7c7c7c solid;
	width: 135px;
	margin-bottom:4px;
		color: #7c7c7c;	
}