/* CSS Document */
/*--------------*/
/* general */
#contenttext {
	margin-left: 3px;
	margin-right: 3px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #0D0D0D;
}
#contentheader {
	color: #666633;
}
#contentlink {
	color: #0D0D0D;
}
#contentlink:hover {
	text-decoration: none;
	font-weight: normal;
	background-color: #0D0D0D;
	color: #FFFFFF;
}
#contentdot {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #0D0D0D;
	width: 313px;
}
/* about.html  */
#aboutflash {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 23px;
}
#aboutrahmen {
	position: absolute;
	z-index: 1;
	top: 66px;
	left: 23px;
	width: 314px;
}
/* work.html */
#workflash {
	position: absolute;
	z-index: 1;
    top: 0px;
   	left: 23px;
}
/* wird von IE nicht interpretiert, d.h. position: absolute wird bei anderen browsern mit fixed Ÿberschrieben */
#workflash[id] {
     position: fixed;
}
#worktext {
	margin-left: 3px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #0D0D0D;
}
#workrahmen {
	position: absolute;
	z-index: 1;
	top: 67px;
	left: 20px;
}
#workcontent {
	width: 184px;
	margin-right: 16px;
}
#workbild {
	margin-right: 7px;
}
#workheader1 {
	color: #666633;
}
#workheader1 {
	color: #666633;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666633;
	width: 51px;
}
#workheader {
	background-color: #666633;
	color: #FFFFFF;
	padding-left: 4px;
	padding-bottom: 1px;
}
#workdate1 {
	color: #666633;
}
#workdate {
	background-color: #666633;
	color: #FFFFFF;
	padding-left: 4px;
	padding-bottom: 1px;
}
#workdate1 {
	color: #666633;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #0D0D0D;
	width: 51px;
}
#workpreview {
	font-weight: bold;
	margin-bottom:10px;
}
#workbildtext {
	margin-left: 3px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #0D0D0D;
	width: 300px;
	padding-right: 7px;
}
/* neben.html */
#nebenrahmen {
	position: absolute;
	z-index: 1;
	top: 66px;
	left: 23px;
	width: 397px;
}
#nebenhover:hover {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-style: none;
	border-left-style: none;
	background-color: #0D0D0D;
	border-color: #FFFFF; 
	color: #FFFFFF;
}
#nebenhover {
	text-decoration: none;
	color: #0D0D0D;
}
#nebenlink{
	text-decoration: underline;
}
#nebenflash {
	position: absolute;
	top: 0px;
	left: 23px;
	z-index: 2;
}
#nebenflash[id] {
     position: fixed;
}


