html {
	font:11px Arial, Verdana, sans-serif;
	color:#000066;
	background-image: url(../images/bg.jpg);
	margin-top:10;

}

#input_readonly {
border:none;
color:#000066;
font-style:italic;
font-size:10px;
}

input {
	color:#000066;
	font-size:10px;
}

textarea {
	color:#000066;
	font-size:11px;
}


#table_anmeldung{
width:500;
border:1;
align:center;
cellpadding:5;
cellspacing:0;
bordercolor:#000000;

}

.line {
width:450px;
background-image:url(../images/line.JPG);
}
text{
	list-style-type: square;
	font-size: 11px;
	color: #45637B;	
}

.cleaner{
	/* Cleaner bereinigt alle Floats z.b. bei spalte links und rechts*/
	clear: both;
	height: 0px;
	line-height: 0px;
}

.Stil1 {
	color: #990000;
	font-weight: bold;
}
.Stil2 {
	color:#000000;
	font-weight: bold;
	font-style: italic;
}
.Stilgreen {
	color:#000066;
	background-color: #DDFFDD;
}
.Stilblack {
	color:#000066;
	background-color: #D6D6D6;
}
.Stil15 {color: #000099}
.Stil16 {color: #009900; font-weight: bold; }
.Stil17 {color: #000000; font-weight: bold; }
.Stil18 {color: #000099; font-weight: bold; }
.Stil19 {color: #B70000}

.punkte {
	visibility:hidden; /*  text wird unsichtbar */
	color:#666666;
	font-weight: lighter;
	font-style: italic;
}
a:link {
    text-decoration:none;
	color:#000066;
}
a:visited {
    text-decoration:none;
	color:#000066;
}
a:hover {
	text-decoration:none;
	color:#FF0000;
	border: solid1 #CCCCCC;
}
a:active {
	text-decoration:none;
	color:#red;
}

#titell {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	
	}
#titel2 {
font-size: 15px;
	}
	
#frage {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	}
#beschreibung {
	background-image:url(../images/bg_beschreibung);
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: italic;
	}	
#beschreibungaus {
background-image:url(../images/bg_beschreibung);
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
color: #FFFFFF;
font-style: normal;
}
#antwort {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight:lighter;
	}
#inhalt {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	}	

#titel {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0.3em;
	}
		

h1{
	font-size: 16px;
	font-weight: bold;
	color: #45637B;
}


.hidden_li{
	list-style: none;
	display: inline;
}

#header-bg {

	background-image:url(../images/header/Six_Sigma_Titelbild-.JPG);
	background-repeat:no-repeat;
	background-position:center;
	filter:alpha(opacity=70);

	opacity:.90;

}

#header-link {
	text-decoration: none;
	margin:0px;
	padding:0px;
	position:relative;
	left:10px;
	font-size:larger;
	font-weight: bolder;
}

.link-header {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11pt;
}
#unternehmen {
	text-decoration:none;
	color:#ccc;
}
.menu {
width:699px;margin-left: 2px;
font-weight: normal;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;

}


/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:138px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a {
	display: block;
	
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	font-size: 11pt;

width:138px; 
height:30px; 
border-width:1px 1px 0 0; 
background-image: url(../images/bg_button.PNG);
padding-left:10px; 
line-height:29px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop {
	background:#fff;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#fff;
}
.menu ul ul :hover > a.drop {
	background:#fff;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a {
	background:#fff;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#fff;
}
.menu ul ul ul :hover > a {
	background:#fff;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:138px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a {
background-image: url(../images/bg_button.PNG);;filter:alpha(opacity=100);
color:#FFFFFF

/* yet another hack for IE5.5 */
}



/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#fff;
background-image:url(../images/bg_button.PNG);;filter:alpha(opacity=100);
}
.menu :hover > a, .menu ul ul :hover > a {
color:#000;
background-image: url(../images/bg_hover.jpg);filter:alpha(opacity=100);
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

.a_footer{
     cursor:pointer;	
}
