﻿@import url('layout.css');
body {
	color: #000;
	font-size: small;
	font-family: Arial;
	font-style: normal;
}
#container {
	width: 900px;
	margin: 20px auto;
	background: #fff top;
}
#masthead {
	width: 900px;
	height: 75px;
	background-color: #84A8FD;
}
#navigation {
	overflow: hidden;
	text-align: right;
	height: 30px;
	background-color: #FFFFFF;
}
#column_l {
	width: 500px;
}
#column_r {
	width: 360px;
	float: right;
}
#sidenavi {
	float: left;
	width: 181px;
	position: relative;
	clear: both;
	display: inline;
	background-color: #FAFAFF;
}
#content {
	padding: 10px 0px 10px 20px;
	overflow: auto;
	background-color: #fff;
	position: relative;
}

#footer {
	text-align: right;
	overflow: hidden;
	padding: 10px 20px 10px 40px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #DADDFE;
}
/* Formatvorlagen für Mastertitel */
#logo {
	float: left;
}
#flagge {
	float: right;
	margin-top: 26px;
	margin-right: 10px;
}
#twitter {
	float: left;
	margin-right: 8px;
}
#youtube {
	float: left;
	margin-right: 8px;
}
#facebook {
	float: left;
	margin-right: 8px;
}
#google {
	float: left;
	margin-right: 8px;
}
#university {
	float: left;
	margin-right: 8px;
}


#masthead p {
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	font-family: "Times New Roman";
	margin-top: 24px;
}
/* Formatvorlagen für die Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	top: 2px;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #808080;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	background-color: #ECEDFF;
	font-weight: bolder;
	width: 168px;
	text-align: center;
}
#navigation a:hover {
	background-color: #00AEAE;
}

/* Formatvorlagen für die Sidebar */
#sidenavi ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidenavi li {
	display: block;
}
#sidenavi a {
	text-decoration: none;
	color: #808080;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #DADDFE;
	background-color: #FFFFFF;
}
#sidenavi a:hover {
	background-color: #00AEAE;
}

/* Inhaltsformatvorlagen */
h1 {
	color: #008080;
	font-size: small;
	background-color: #ECEDFF;
	padding: 2px;
	font-weight: bolder;
}
h2 {
	color: #008080;
	font-size: small;
	background-color: #ECEDFF;
	padding: 2px;
	font-weight: bolder;
}
h3 {
	color: #800080;
	font-size: small;
	font-weight: bolder;
	margin-top: 40px;
}

/* Formatvorlagen für Fußzeile */
#footer p {
	color: #808080;
	font-size: small;
	margin-top: 2px;
	margin-bottom: 4px;
}
#footer ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#footer li {
	display: block;
	text-align: left;
}
#footer a {
	text-decoration: none;
	color: #808080;
	display: block;
	padding: 2px;
}
#footer a:hover {
	background-color: #00AEAE;
}

/* Formatvorlagen für Hyperlinks */
a {
	color: #970000;
	text-decoration: none;
}
a:hover {
	color: #970000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
