/*Hier legen wir die Hintergrundfarbe als auch die Schriftart, -farbe und -größe der Seite fest*/

@page { size:auto; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
}


body.rahmen {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
}


/*Div-Boxen Einstellungen festlegen*/

			
#nav {display:none}
#footer {display:none}
		
#eins  {display:none}
		

#content {
			float:left;
			background:#FFF;
			min-width:580px;
			width:auto !important;
			width:580px;
			margin:0px 0px 0px 0px;
			padding:30px;
			min-height:660px;
  			height:auto !important;  /* für moderne Browser */
  			height:660px;  /*für den IE */
		}

/* Damit die einstiegsseite zentriert ist*/
#zentriert 	{
				position: absolute;
				width: 650px;
				height: 400px;
				left: 50%;
				top: 50%;
				margin-left: -375px;
				margin-top: -200px;
			}



/* Tabellenformat festlegen */

table.innen	{
				margin-left:23;
				margin-top:23;
				margin-bottom:23;
			}

td			{
				vertical-align:top;			
				border:1px;
				border-color:#D6D8D9;
				border-top-style:none;
				border-left-style:none;	
				border-right-style:none;
				border-bottom-style:none;
			}
td.mitte	{
				border-right-style:groove;
				
			}
td.eingabe	{
				background-color:#F5F6F6;
			}
td.formulare{
				background-color:#e7e7e7;
			}
td.formulare-weiss {
				background-color:#FFFFFF;
			}


td.spacer	{
				background-image:url(http://www.kometgroup.com/kometgroup/images/hr.jpg);
				background-repeat:no-repeat;
				
			}
			
.main-box 	{
			margin: 0px auto;
			text-align:left;
			}


/*wichtige Einstellung, um Überschriften und Paragraphen richtig 
darzustellen und die Abstände festzulegen*/

h1, h2, h3, h4, h5 {
	margin:0px;
	padding:0px;
	margin-bottom:0.5em;
	padding:0.125em;
	color:#5A6367;
	display:block;
	font-size:11px;
	font-weight: bold;
}



p {
	margin:0px;
	padding:0px;
	padding-bottom:1em;
}

/*Schriftart, -farbe, und Auszeichnung von Links über das gesamte Dokument*/

a {
	color: #5A6367;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color: #5A6367;
	text-decoration:none;
	font-weight:bold;
}


/*Grundlegene Elemente zur Positionierung von Bildern im Text mit nötigen Abständen zum Text*/
.img-pfeil {
	border:0;
}

.img-left {

	border:0;
	float:left;
	margin-right:0.5em;
	margin-left:0.5em;
	margin-bottom: 0.25em;
}
.img-right {
	border:0;
	float:right;
	margin-left:0.5em;
	margin-right:0.5em;
	margin-bottom: 0.25em;
}

/*Clear Element, welches Float-Formatierungen wieder entfernt, 
um nach einem Float, wieder eine neue Zeile zu beginnen*/

.clear {clear:both;}


/*Hier werden die Formularelemente formatiert*/

select {
			background-color:#A9AEB0;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#FFFFFF;
		}

input.light {
	font-size: 11pt;
	color: #FFFFFF;
	border: 1px solid #ddd;
	border-left-color: #c3c3c3;
	border-top-color: #7c7c7c;
	padding: 2px 0 2px 2px;
	background: #fff url(http://www.kometgroup.com/kometgroup/images/input-bg.gif) repeat-x top left;
	background-color:#A9AEB0;
}

.textarea {
background-color:#66FF66;
}

input.light:focus {
	border: 1px solid #000000;
	color: #FFFFFF;
}

.button {
  			border:none;
   			background-color:#A9AEB0;
   			color:#FFFFFF;
}
.radio	{
			border:none;
			background-color:#FFFFFF;
		}
		
.checkbox {

			border:none;

		}
		
/*Ein Farbverlauf mit css*/

.farbverlauf5{ background-color:#B0C5D6; filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#B0C5D6', endColorStr='#819CB2', gradientType='0');}




/* Menü Nav(links) definiert */
#nav ul, #nav ul ul {padding:0; margin:0; border:0; font-size:11px; font-family:Arial, Helvetica, sans-serif; border-bottom-color:#FFFFFF; list-style-type:none; overflow:hidden; background:#5A6368; width:200px; text-align:left; text-indent:2px;}

#nav ul table {border-collapse:collapse; padding:0; margin:0; font-size:1em;}

#nav ul ul { width:200px; }

#nav ul ul li ul li {
background-color:#000000; }

#nav ul li.drop {margin-bottom:-2px;}

#nav ul li a {display:block;width:200px; height:2em; line-height:1.9em; text-decoration:none; color:#FFFFFF; border-bottom:1px solid #A9AEB2;}
#nav ul ul li a {display:block;width:200px; height:2em; line-height:1.9em; text-decoration:none; color:#FFFFFF; border-bottom:0px solid #A9AEB2;}

#nav ul li a.last {display:block; width:200px; height:14em; line-height:2em; color:#FFFFFF;}
#nav ul li ul {display:none;}

#nav ul li:hover a, 
#nav ul li a:hover {border:0; color:#000000; background-color:#CCCCCC;}

#nav ul li:hover ul, 
#nav ul li a:hover ul {display:block; width:200px; margin-top:-1px; background:#737A7E; color:#FFFFFF;}

#nav ul li:hover ul li a, 
#nav ul li a:hover ul li a {height:2em; background:#737A7E; color:#fff; font-weight:normal; }

#nav ul li:hover ul li:hover a,  
#nav ul li a:hover ul li a:hover {background: #CCCCCC; color:#000000;}


#nav ul li a:hover ul li ul li a {height:2em; background:#D8DCDF;  font-weight:normal;  color:#5A6367;}

#nav ul li:hover ul li ul li:hover a {color:#5A6367;} 

#nav ul li a:hover ul li ul li a:hover {color:#000000;}



/* Hier wird das Menü(oben) definiert!! */

.menu {

font-size:0.85em;
position:relative;
z-index:100;
font-family:Arial, Helvetica, sans-serif;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:150px;
}
/* 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:150px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:9px;
text-decoration:none; 
color:#fff; 
padding-left:10px; 
line-height:24px;
}


/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#D8DCDF url(images/design/drop.gif) bottom right no-repeat;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#CCCCCC url(images/design/drop.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
background:#CCCCCC url(images/design/drop.gif) bottom right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#CCCCCC;
}
/* style the third level hover */
.menu ul ul ul a:hover {

}


/* 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:24px;
left:0; 
width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:23px;
t\op:23px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:149px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-149px;
}

/* style the table so that it takes no ppart 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:visited {
background:#D8DCDF; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#000000; 
background:#CCCCCC;
opacity: .6;

}
.menu :hover > a, .menu ul ul :hover > a {
color:#000000; 
background:#CCCCCC;
opacity: .8;


}

/* 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;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}