﻿/* Import Stylesheets*/
@import url(nav_style.css);
@import url(footer_style.css);



/* General Style */
body {
	background-color: #efefef;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Roboto, sans-serif;
}
h1 {
	font-size:1.8em;
	line-height:1em;
	font-weight:100;
	color:#E2DBDB;	
	margin:0em;
	padding:1.2em;
	letter-spacing: 3px;
}
h2 {
	font-size: 1.5em;
	font-weight: 400;
	color: #336699;
	color:#E7590B;
	margin: 0em;
	padding: 1.2em 1em 0em 0.75em;
	text-align: left;
	letter-spacing: 2px;
}
h3 {
	font-size:1.25em;
	line-height:1.25em;
	font-weight:100;
	color:#336699;	
	margin:0em;
	padding:1em 1em 0em 1em;
	text-align:left;
	letter-spacing: 1.5px;
}
h4 {
	font-size:1.25em;
	line-height:1.25em;
	font-weight:100;
	color:#336699;	
	margin:0em;
	padding:1em 1em 0em 0em;
	text-align:left;
	letter-spacing: 1px;
}


p {	
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	color: #2F2D2C;
	margin: 0em;
	padding: 1em;
	text-align: left;
}
ul {
	margin:0em;
	padding:0em;
}
li {
	list-style:square;
	font-weight:400;
	color:#2F2D2C;	
	line-height:1.25em;
	margin:0.313em 0em 0.313em 0em;
	padding:0em;
}
img {
	border:0px;
	width: 95%;
	height:auto;
	max-width:100%;
}
a, a:active, a:hover {
	text-decoration:none;
	cursor:pointer;
	color: #E7590B;
	font-weight:400;
}

/* Header inklusive Menubar*/
header {
	background-color: #336699;
	height:130px;
	padding:0em;
	margin:0px;
	
}
header section#header {
	display:block;
	width:96%;
	margin:0em auto;
	max-width:980px;
	text-align: left;
	background-color: #336699;
}
#logo {
	display: block;
	float: left;
	height:120px;
	width:475px;
	background-image:url('../images/Logo_mit_Schrift.jpg');
	background-repeat: no-repeat; 
	background-position: left;
}

/*Menu */
#menu {
	display:block;
	background:#fffffff;
	}
#menubar {
	display:inline-block;
	margin:10px;	
}
#menubar ul {
	display:block;
	}
#menubar ul li{
	display:inline;
}
#menubar ul li a.menubutton {
	display:none;
}


/* Main*/
#main {
	display:block;
	width:96%;
	max-width:980px;
	margin:0.626em auto;
	padding:0em;
}
#main article {
	display:inline-block;
	width:65.3%;
	background:#fff;
	vertical-align:top;
	margin:0.626em 0em 0em 0em;
	padding:0em;
	text-align:center;
}
#main article .navi_2 {
	text-align:left;
	margin:10px;
}
#main article .navi_2 a:hover {
	text-decoration:none;
}
#main article ul {
	margin:0em 0em 0em 1em;
	padding:0em;
}
#main article li {
	list-style:square;
	font-weight:400;
	color:#000000;	
	line-height:1.25em;
	margin:0em 0em 0em 2em;
	padding:0em;
	text-align:left;
}

#main img {
	width:100%;
	box-shadow:0px 0px 10px -5px #4c4948;
	border-radius: 0px;
}
#main aside {
	display:inline-block;
	width:30.6%;
	margin:0.626em 0em 0em 0em;
	margin-left:3%;
	padding:0em;
	vertical-align:top;
}
#main aside p {
	line-height: 1em;
	color: #2F2D2C;
	margin: 0em;
	padding: 1em 0em 0em 0em;
	text-align: left;
}
#main aside section {
	
	margin-bottom:1.25em;
	background:#fff;
	border-bottom:0.188em solid #336699;
	padding:0em 1em 1em 1em;
}
#main aside section ul {
	padding:0em 1.875em 1.25em 2.5em;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}
#main aside section li {
	list-style:square;
	font-weight:400;
	color:#2F2D2C;	
	line-height:1.25em;
	margin:0.313em 0em 0.313em 0em;
	padding:0em;

}
#main aside h3 {
font-weight:400;

}
#main article a:hover, aside a:hover {
	text-decoration:underline;
}
.bold {
font-weight:bold;
}