/***   CSS - Style UI-DP   ***/


/***   Navigation und Menu   ***/

#layernav {
	height: 60px;
	width: 800px;
	left: 210px;
	top: 85px;
	position: absolute;
	visibility: visible;
	background-color: #000;
	overflow: visible;
	border: 0px solid #000;
}

/***   Bereichsformate   ***/

td, th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #CCC;
}
body {
	background-color: #000000;
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}


/***   Workspaces und Platzhalter   ***/

#apDiv1Workspace {
	position:absolute;
	left:210px;
	top:180px;
	width:800px;
	height:602px;
	z-index:1;
	color: #CCC;
}
#apDivVideo800x600 {
	position:absolute;
	left:210px;
	top:210px;
	width:800px;
	height:602px;
	z-index:1;
	color: #CCC;
	border:solid #666 1px;
}
#apDiv2Platzhalter {
	position:absolute;
	left:10px;
	top:800px;
	width:1230px;
	height:10px;
	z-index:2;
}


/***   Link - Ereignisformate   ***/

a:link {
	color: #999;
	text-decoration: none;
	border: 0px solid #000;
}
a:visited {
	text-decoration: none;
	border: 0px solid #000;
}
a:hover {
	text-decoration: none;
	color: #FFF;
	border: 0px solid #000;
}
a:active {
	text-decoration: none;
	border: 0px solid #000;
}

/***   active products ist leider in image.buy.html definiert ***/
/*** table#products tr:hover {
         color: #FFF;
         background-color: #000;
}
      
table#products tr.active {
         color: #CCC;
         font-weight: normal;
         background-color: #000;
}
***/
/***   Listen und Tabellen   ***/

.Liste_1 {
	list-style-position: outside;
	list-style-type: upper-roman;
	list-style-image: none;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 0%;
	margin-top: 1%;
	margin-left: 6px;
}
.Liste_2 {
	list-style-position: outside;
	list-style-type: decimal;
	list-style-image: none;
	margin-left: 3%;
}
.Liste_3 {
	list-style-position: outside;
	list-style-type: lower-alpha;
	list-style-image: none;
	margin-left: 5%;
}
.Liste_4 {
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: none;
	margin-left: 6%;
}


/***   Schrift- und Spezial-Formatierungen   ***/

a {
	font-family: Verdana, Geneva, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 140%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 105%;
	font-style: italic;
}
h6 {
	font-size: 100%;
	font-style: italic;
}

.strong180 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 180%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.strong120 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 120%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.strong100 {
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
}
.normal80 {
	font-size: 80%;
	font-weight: normal;
}
.normal100 {
	font-size: 100%;
}


.GrauImageBorder
{
	border: 1px solid #999;
	left: 50px;
	top: 200px;
	right: 20px;
	bottom: 20px;
	position: absolute;
	height: 300px;
	width: 700px;
	padding: 1px;
	margin: 1px;
	overflow: visible;
	visibility: visible;
}
