﻿.FachName {
    height: 20px;
    padding-top: 11px;
    font-weight: bold;
}

#Items {
    height: 69px;
    border-bottom: 2px solid #000;   
}

.Symbol {
    display: none;
    opacity: 0.9;
    left: 0;
    margin: auto;
    position: fixed;
    text-align: center;
    top: 100px;
    z-index: 1000;
    border: 0 solid;
}

a.FachLink, a.Fachlink:visited {
	width: 14%;
    float: left;    
    border: medium none;
	text-decoration: none;
    cursor: pointer;
	background-color:transparent;
	color:#000;	
}

.FachLink h1{
	margin-top:7px;
}

#Architecture {
	width: 12%;
}
				
#Design {
	width: 11.5%;
}

#Electro {
	width: 12.5%;
}					

#Enginiering {
	width: 16.5%;
}

@font-face {
	font-family: "hsd sans architecture";
	src: url("../../fonts/HSDSans-Architektur.ttf") format("truetype");	
}	

@font-face {
	font-family: "hsd sans design";
	src: url("../../fonts/HSDSans-Design.ttf") format("truetype");	
}	

@font-face {
	font-family: "hsd sans electro";
	src: url("../../fonts/HSDSans-Elektro.ttf") format("truetype");	
}

@font-face {
	font-family: "hsd sans engineering";
	src: url("../../fonts/HSDSans-Maschinenbau.ttf") format("truetype");	
}


@font-face {
	font-family: "hsd sans media";
	src: url("../../fonts/HSDSans-Medien.ttf") format("truetype");	
}

@font-face {
	font-family: "hsd sans social";
	src: url("../../fonts/HSDSans-SoKult.ttf") format("truetype");	
}

@font-face {
	font-family: "hsd sans economy";
	src: url("../../fonts/HSDSans-Wirtschaft.ttf") format("truetype");	
}

