/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	}
p { margin:5px 0px 18px 5px; line-height:15px; }
a:link { text-decoration : none; color:#6f7688; }
a:visited { text-decoration : none; color:#6f7688;}
a:hover { text-decoration : none; color:#6f7688;}
a:active { text-decoration : none; color:#6f7688;}
a:focus { text-decoration : none; color:#6f7688;}

#page {
        margin-top:2%;
        margin-left:auto;
        margin-right:auto;
        width:850px;
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	display:block;
        background: #feff8f url('http://manager-office.de/images/headergrafik.jpg') center no-repeat;
	background-color:#eff0f0;
        width:		850px;
        height:350px;
        
        }

*html #header {
        padding-left:10px;
}

#header h1 a
	{
		display: block;
		width: 100%;
		height: 350px;
		margin: 30px auto 0 auto;
		-background: url(images/headergrafik.jpg) center no-repeat;
	}
	#header h1 a span
	{
		position: absolute;
		left: -1000em;
		top: -1000em;
	}

/*anfang*/
#menu {
	float: left;
	width: 530px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	padding: 20px 25px 0 15px;
	background: url(images/img1.gif) no-repeat;
	text-decoration: none;
	font-size: 114%;
	color: #7F7688;
        text-decoration: none;
}

#menu a:hover {
	color: #FF0000;
       /* border: 2px inset #668cb2; */
}


#ia #menu A.ca,
#ib #menu A.cb,
#ic #menu A.cc,
#id #menu A.cd {
   color:#FF0000;
   }

/*
#menu {
   font: bold 1em sans-serif;
   text-decoration: none;
   display:block;
   padding: 3px 4px;
   border: 2px solid #668cb2;
   margin: 1px 0 0;
   width: 148px;
   }

#menu A:link, #navigation A:visited {
   color: #fff;
   background-color: #668cb2;
   padding: 3px 4px;
   border: 2px outset #668cb2;
   }

#menu A:hover, #navigation A:focus {
   color: #fff;
   background-color: #668cb2;
   padding: 4px 3px 2px 5px;
   border: 2px inset #668cb2;
   }

*/
#content {
        
	font-size: 1.2em;
        padding:60px 0px 0px 10px;
        /*padding-top:220px;*/
        min-height:90px;
        margin-top:10px;
        clear:left;
	}

*html #content {
        /*margin-top:-300px;*/
}

#content h2 {
        
        }




#footer {
	background: #6f7688 url('images/footer.gif') no-repeat top;
        background-color: #6f7688;
        height:100px;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
        margin-left:5px;
	}













