
/***********************/
/* Definitionen von CG */
/***********************/
.menu
{
    COLOR: white;
    FONT-FAMILY: arial;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
A.menu:active
{
    COLOR: yellow;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
A.menu:link
{
    COLOR: white;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
A.menu:visited
{
    COLOR: white;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
A.menu:hover
{
    COLOR: yellow;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}

A:link
{
    COLOR: blue;
    FONT-WEIGHT: normal;
    text-decoration: underline;
    
}
A:visited
{
    COLOR: purple;
    FONT-WEIGHT: normal
}
A:active
{   COLOR: purple;
    FONT-WEIGHT: normal
}

.header1
{   COLOR: Blue;
    FONT-FAMILY: arial;
    FONT-SIZE: 14pt;
    FONT-WEIGHT: bold;
}

.header2
{   COLOR: Blue; 
    FONT-FAMILY: arial;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold
}

.normal
{   color: black;
    font-family: Verdana,arial;
    font-size: 10pt;
    text-decoration: none
}

.navigate
{   COLOR: black;
    FONT-FAMILY: arial;
    FONT-SIZE: 7.5pt;
    TEXT-DECORATION: none
}


/***********************/
/* Definitionen von BS */
/***********************/

/* { color: black;
    font-family: Verdana,arial;
    font-size: 10pt;
    text-decoration: none;
} */

h1 {margin-left: 28pt;
	color: Blue;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}

hr {height: 1pt;
	color: #CCCCCC;
}
p { margin-top: 5pt;
	margin-left: 5pt;
	margin-right: 5pt;
	font-family: Verdana,arial;
    font-size: 10pt;
    text-decoration: none;}
	
th {height:32;
	background-color:#000080;
	color:	#FFFFFF;
}
td {font-family: Verdana,arial;
    font-size: 10pt;
    text-decoration: none;
    padding-top: 5pt;
    padding-left: 5pt;
	padding-right: 5pt;
	padding-bottom: 5pt;
	}

li {margin-left: 28pt;
	list-style-position: inside ;
	/* list-style-image: url(Images/snowOrg.gif); */
	vertical-align:middle;
	text-indent:-12pt;
}

.listheader
{	margin-top: 5pt;
	margin-left: 14pt;
	color: Blue;
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	list-style-position: inside;
	list-style-image: url(Images/Arrow.jpg);
	vertical-align:  text-top;
}
	
.list
{	margin-left: 24pt;
	list-style-position: inside ;
	list-style-image: url(Images/Point.jpg);
   	vertical-align: text-top;
	text-indent:-12pt;
}

.spalteimg
{	height:32;
	background-color:#CCCCCC;
	width:25;
	text-align:center;
}

.spalte1
{	height:32;
	background-color:#CCCCCC;
	width:100;
	text-align:center;
}

.spalte2
{	height:32;
	background-color:#CCCCCC;
	width:249;
	text-align:center;
}

.spalte3
{  	height:32;
	background-color:#CCCCCC;
	width:349;
	text-align:left;
	
}
.weiss 
{   background-color :White;
}

#ProduktePosition {position:absolute; top: 400px; left: 520px;}

/* http://css.maxdesign.com.au/listamatic/horizontal03.htm */
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #6981bb; /* #036; */
color: white;
float: left;
width: 100%;
font-family: Verdana,arial;
font-size:10pt;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em; 
background-color: #6981bb; /* #036; */
color: white;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #369; 
color: Yellow; /* #fff; */
}

#trailercontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #6981bb; /* #036; */
color: white;
float: left;
width: 100%;
font-family: Verdana,arial;
font-size:10pt;
}

#trailercontainer ul li { display: inline; }

#trailercontainer ul li a
{
padding: 0.2em 1em; 
background-color: #6981bb; /* #036; */
color: white;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#trailercontainer ul li a:hover
{
background-color: #369; 
color: Yellow; /* #fff; */
}

