body {
	overflow: scroll;/*Damit die Seite nicht rutsch, sobald ein Scrollbar benötigt wird*/
}

.button,.button:link,.button:active,.button:visited,.button:focus{
	background-color:#def1fb;
	color:black;
}

.button:hover{
	background-Color:#def1fb;
}

a,a:visited,a:hover{
	Color:#D80000;
}

table {
	border: none;
}

.top-bar.expanded .toggle-topbar a {
    color: black;
}

.top-bar-section .has-dropdown > a:after {
   border-color: dimgray transparent transparent; /*Damit die Dropdown Pfeile schawrz sind*/
}

.top-bar.expanded .toggle-topbar a span::after {
    box-shadow: 0 0 0 1px black, 0 7px 0 1px black, 0 14px 0 1px black; /*Damit das Menu schwarz ist*/
}


/* ============================ BASICS ==============================*/
#container{}
#top{}
#header{
	margin-top:5%;
}
#navigation1{
	background-color:#def1fb;/*Damit die Navigation bis nach aussen rot ist*/
	color:black;
}
#navigation2{}
#top_content{}
#left_content{}
#content{}
#right_content{}
#bottom_content{}
#footer{
	color:black;
	font-weight:bold;
	margin-top:2%;
}
/* ===================================================================*/


/* ============================ Specific =============================*/
/*==================== Parent =====================*/
#navigation1 nav{
	background-color:#def1fb;
}

#navigation1 ul{
	background-color:#def1fb;
}
#navigation1 ul li{
	background-color:#def1fb;
}
#navigation1 ul li a{
	background-color:#def1fb;
	color:black;
}
	
/*==================== Child ======================*/
#navigation1 ul li ul{}
#navigation1 ul li ul li{}
#navigation1 ul li ul li a{}
/* ===================================================================*/


/* ============================ Specific =============================*/
/*==================== Parent =====================*/
#navigation2 ul{}
#navigation2 ul li{}
#navigation2 ul li a{}
	
/*==================== Child ======================*/
#navigation2 ul li ul{}
#navigation2 ul li ul li{}
#navigation2 ul li ul li a{}
/* ===================================================================*/																																																																																																																																																																					