/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	scrollbar-base-color: #FFFFFF;
	color: #000000;
	margin-top: 0px;
	background-image: none;
	background-color: #CCCCCC;
}

/* Deckblatt website */
#wrapper {
	width: 910px;
	Margin: 0 auto;
	text-align: left;
	position: relative;
	top: 0px;
	height: auto;
}
#outline {
	background-image: url(../images/background/hellgrau.gif);
	border: 1px solid #FF9900;
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 887px;
	width: 908px;
}
#logo1 {
	position: absolute;
	visibility: visible;
	z-index: 2;
	height: 60px;
	width: 204px;
	left: 0px;
	top: 0px;
	border-top: none;
	border-right: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
	border-left: none;
}
#objektkunst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	position: absolute;
	visibility: visible;
	z-index: 3;
	height: 475px;
	width: 503px;
	left: 63px;
	top: 188px;
	background-color: #000033;
	font-weight: bold;
}
#webdesign {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	position: absolute;
	visibility: visible;
	z-index: 4;
	height: 194px;
	width: 819px;
	left: 53px;
	top: 653px;
	background-color: #003366;
	font-weight: bold;
}
#drechselarbeit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	position: absolute;
	visibility: visible;
	z-index: 5;
	height: 654px;
	width: 341px;
	left: 544px;
	top: 180px;
	font-weight: bold;
	background-image: url(../images/background/grau.gif);
}
#willkommen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	position: absolute;
	visibility: visible;
	z-index: 6;
	height: 162px;
	width: 544px;
	left: 290px;
	top: 16px;
}

/* Navigation links */
 #navcontainer
{
	width: 91px;
	padding: 0 0 1px;
	margin-bottom: 1px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #333;
	visibility: visible;
	z-index: 8;
	left: 67px;
	top: 65px;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	height: 74px;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #FFFFFF;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #FF9900;
/*background-color: #FFFFFF;*/
color: #000000;
text-decoration: none;
}

#navcontainer li a { width: auto; }

#navcontainer li a:hover
{
	border-left: 10px solid #CC0000;
	color: #999999;
}
#navcontainer li a:visited
{
	border-left: 10px solid #999999;
	color: #CC3300;
}

