﻿/* CSS Document */

a:link {
	/*color: #3B3B3B;*/
	color:#000000;
	text-decoration: none;
	font-weight:bold;
}

a:visited {
	color: #000000;
	text-decoration: none;
	text-align: center;
}

/*a:hover {
	color: #1896FF;
	text-decoration: none;
}
*/
/*a:active {
	color: #0015FF;
	text-decoration: none;
	text-align: right;
}*/

body{
	font-family:calibri;
	font-size: 16px;
	font-weight:400;
	/*text-align: justify;*/
}
td,th {
	font-family: calibri;
	font-size: 16px;
	font-weight: 400;
}

input, textarea {
	font-family: Calibri;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #F4F4F4;
	border: thin inset #000000;
}

/*#menu {
	font-size: 14px;
	left: 774px;
	top: 283px;
}

#menu ul {
  list-style-type:none;
  list-style-image:none;
  margin:0px;
  padding:0px;
}

#menu li.topmenu {
  float:left;
}

.topmenu a {
  float:left;
  width:110px;
  text-align:center;
}

.topmenu ul{
  display:none;
}

.topmenu a, .submenu a{
  padding:1px 5px;
  border:1px solid #000000;
  /*border-collapse:collapse;
  /*color:#C37000;
  /*font-weight:bold;998
  /*text-decoration:none;
  background-color:#E1E1E1;
  margin:0;  41115
}

.submenu a{
  /*font-size:12px;
  background-color:#FFFFFF;
  border:1px solid #000000;
  width:110px;
  position:relative;
  clear:both; /* special IE6 
}

#menu a:hover, .topmenu.on a {
  color:#4C4C4C;
  background-color:#C9C9C9 !important;
}

.topmenu:hover ul {
  display:block;  
  z-index:500;
}*/





#menu {
	width: 100%;
	font-size:18px;
	height: 50px;
	/*margin: 40px 5px;*/		/*Ausrichtung von Oben*/
	/*font-family: 'Droid Sans', sans-serif;*/
	/*background: #fff;*/		/*Hintergrund top*/
	/*box-shadow: 0 0 10px #aaa;*/	/*Schatten top*/
}

/*#menu a {/*
	/*color: #FF0A0E;*/
	/*text-decoration: none;*/
	/*-webkit-transition: all .5s ease-in-out;*/
	/*-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;*/
}

#menu .inhalt {
	width: 50%;
	margin: 0 auto;
}

.inhalt a {
	/*color: #3B3B3B;*/
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}


#menu .inhalt ul {
	position:absolute;
	margin: 0px auto;
	list-style: none;
	/*left: 237px;*/
	/*top: 243px;*/
}

#menu .inhalt ul li {
	float:left;
	width:100x;
	text-decoration:none;
	/*margin: 0 0 0 20px;*/
	padding: 0 0px;
	/*font-size: 16px;
	font-weight: bold;*/
	/*line-height: 50px;*/
}

#menu .inhalt>ul>li:hover {
	height: 30px;				/*Background TOP Rollover*/
	margin-top: 0px;      /*Vertikale Bewegung bei Rollover*/
	background: #eee;			/*Hintergrundfarbe Top Rollover*/
	border-top: 3px solid #333;		/*Oberer Rand*/
	box-shadow: 0 0 5px #aaa;		/*Schatten*/
}

#menu .inhalt ul li img {
	/*float: left;*/
	/*width: 16px;
	height: 16px;*/
	/*margin: 110px 50px ;*/
	/*padding: 6px;*/
	/*background: #000000;*/
	/*-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;*/
	/*-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;*/
}

#menu .inhalt ul li ul {
	top: -9999px;
	/*min-width: 10px;*/      /*Breite für Hintergrund*/
	background: #eeeeee;
	/*background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 100%);*/
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff));*/
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 100%);
	/*background: -o-linear-gradient(top,  #eeeeee 0%,#ffffff 100%);*/
	/*background: -ms-linear-gradient(top,  #eeeeee 0%,#ffffff 100%);*/
	/*background: linear-gradient(top,  #eeeeee 0%,#ffffff 100%);*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );*/
	padding: 0;
	/*margin: 0 0 0 -10px;*/
	box-shadow: 0 1px 5px #aaa;
}

#menu .inhalt ul li:hover ul {
	top: 30px;
}

#menu .inhalt ul ul li {
	float: none;
	/*font-size: 14px;*/
	padding: 3px 20px;
	text-align: left;
	margin: 0px;
	border-bottom: 1px solid #ddd;
	line-height: 20px;
	/*-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;*/
}

#menu .inhalt ul ul li:hover {
	background: #B9B9B9; /*Rollover Schrift*/
	color: #fff;
}

#menu .inhalt ul ul li a {
	display:inline-block;
}

#menu .inhalt ul ul li a:hover {
	color: #fff;
}

#menu li ul li ul {
	position:absolut;
	left: -9999px;
}

#menu .inhalt ul ul li:hover ul {
	left: 130px;
	top: auto;
	margin-top: -23px;
}
