/*
___Farben_____________
BG Body			D4D0C8
Navi/Footer		C4C0B9
BG Content		FBFAFA
Header light	FF6600
Header dark		EB5E00
*/

body{
	background: #D4D0C8;
	margin: 0px;
	padding: 20px 0px 0px 10px;
	font-family: verdana, arial, sans serif;
	}
h1{
	font-size: 1em;
	color: #EB5E00;
	}
#headerlight{
	background: #FF6600;
	width: 775px;
	height: 65px;
	background-image: url(images/it-consulting.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
	
#headerdark	{
	background:	#EB5E00;
	height: 65px;
	width: 150px;
	align: bottom;
	background-image: url(images/dr-ulrich-margull.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	
#start{
	padding: 50px 0px 50px 0px;
	border-bottom: 1px solid #C4C0B9;
	background: #FBFAFA;	
	width: 771px;
	text-align: center;
	align: top;
	}

#border{
	position: absolute;
	top: 105px;
	left: 10px;
	padding: 0px 1px 1px 1px;
	border-left: 1px dotted #666666;
	border-right: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	border-top: 1px solid #C4C0B9;
	background: #FBFAFA;	
	width: 771px;
	background-image: url(images/hg-menu.gif);
	background-repeat: repeat-y;	
	}
	
#navi{
	background: #C4C0B9;
	width: 765px;
	padding: 5px 10px 1px 0px;
	border-top: 1px solid #FBFAFA;
	border-bottom: 1px solid #FBFAFA;
	text-align:	right;
	font-size: 0.6em;
	letter-spacing: 0.1em;
	color: #FBFAFA;
	}
#footer{
	background: #C4C0B9;
	width: 771px;
	padding: 15px 0px 0px 0px;
	height: 40px;
	font-size: 0.7em;
	color: #333333;
	text-align: center;
	}


#menu{
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 30px 0px 0px 8px;
	margin: 0px;
	width: 148px;
	line-height: 160%;
	font-size: 0.7em;
}

#content{
	position: relative;
	left: 0px;
	top: 0px;
	padding: 30px 0px 50px 60px;
	margin-right: 50px;
	margin-left: 148px;
	font-size: 0.7em;
	color: #000000;
	line-height: 160%;
	width: 504px;
	}
	
a:link{
	color: #333333;
	text-decoration: none;
	}
a:visited{
	color: #333333;
	text-decoration: none;
	}
a:active{
	color: #333333;
	text-decoration: none;
	}
a:hover{
	color: #EB5E00;
	text-decoration: none;
	}
	

.link {
	list-style-position: inside;
	list-style-image: url(images/link.gif);
	line-height: 180%;
}
.downloadpdf {
	list-style-position: inside;
	list-style-image: url(images/download-pdf.gif);
	line-height: 180%;
}
.downloadzip {
	list-style-position: inside;
	list-style-image: url(images/download-zip.gif);
	line-height: 180%;
}
.web {
	list-style-position: inside;
	list-style-image: url(images/web.gif);
	line-height: 180%;
}
