@charset "utf-8";
/* CSS Document */

#menu {
    list-style-type: none;
}

nav {font-size: 1.0em;
    
	}


#list_soft{
	width: 100%;
	padding-top: 35px;
	padding-bottom: 35px;
	background-color: #B3B3B3;
	clear: left;
}

#list_soft ul {
    /*position: absolute;*/
    list-style: none;
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
    width: 120%;
}

#list_soft ul li a{
    list-style: none;
	/*float: left;*/ /*damit menue center ist*/
	margin-right: auto;
	margin-top: 0px;
	font-family: "Calibri";
	font-weight: normal;
    font-size: 1.4em;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-left: auto;
	text-align: center;
	width: 16%;
	transition: all 0.3s linear;
    }

#list_soft li a:hover {
    color: #717070;
	cursor: pointer;
        }


/*.ksh_secondary_header ul {
    list-style-type: none;
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	width: 120%;
    
}*/
.ksh_secondary_header ul li {
	list-style: none;
	float: left;
	margin-right: auto;
	margin-top: 0px;
	font-family: "Calibri";
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-left: auto;
	text-align: center;
    width: 16%;
	transition: all 0.3s linear;
}/**/

/*.ksh_secondary_header ul li:hover {
	color: #717070;
	cursor: pointer;
    
}*/


/*.list_hard{
    
	
}

.list_hard ul {
    position: absolute;
    left: -9999px;
    
}

.list_hard li li{
    color: #FFFFFF;
	 }

.list_hard li li a:hover
{ 
    color: #171717;
    cursor: pointer;
        }

.list_hard li:hover ul {
    left: auto;
        }*/
