﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.95em;
}
.blauerTitel {
	font-size: large;
	background-color: #003399;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 5px;
}
.gelberTitel {
	font-size: large;
	color: #FFFFFF;
	background-color: #FF9900;
	text-align: center;
	padding-left: 4px;
	padding-right: 4px;
}
#masthead {
	background-position: left;
	font-size: x-large;
	text-align: center;
	background-image: url('Images/fh-cd_verlaufbreiter2doppelt.JPG');
	color: #FFFFFF;
	vertical-align: middle;
	background-repeat: repeat;
	height: 87px;
}
#top_nav {
	border: thin none #0000FF;
	margin: 0px;
	text-align: center;
	color: #808080;
	font-weight: bold;
}
#top_nav a {
	font-weight: bold;
	text-decoration: none;
	color: #808080;
}
#top_nav a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #003399;
}

#container {
	min-width: 600px;
}
#left_col {
	border-style: double;
	border-width: thin;
	border-color: #003399;
	width: 180px;
	float: left;
	background-color: #C6E2FF;
	margin-right: 10px;
	font-size: 0.95em;
	list-style-type: square;
}
#right_col {
	border: thin double #003399;
	padding: 10px;
	width: 160px;
	float: right;
	list-style-type: none;
	font-size: small;
	background-color: #FFFFCC;
}
#page_content {
	padding: 10px;
	margin-left: 180px;
	margin-right: 180px;
}
#footer {
	border-color: #0000FF;
	clear: both;
	border-top-style: double;
	font-size: x-small;
	text-align: center;
}
.Textklein {
	font-size: 0.9em;
	list-style-type: square;
	margin-left: 5;
}
#left_col ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#left_col li {
	display: block;
	border: 1px solid #cdf;
}
#left_col a {
	font-weight: bold;
	text-decoration: none;
	color: #003399;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
}
#left_col a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #003399;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}
#right_col ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#right_col li {
	display: block;
	border: 1px #FFFFFF solid;
}
#Bildleiste {
	background-image: url('Images/banner.JPG');
	height: 80px;
}
#right_col a {
	font-weight: bold;
	text-decoration: none;
	color: #003399;
	display: block;
	padding: 5px;
	border-bottom: 1px #CDF solid;
}
#right_col a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #003399;
	border-bottom: 1px #CDF solid;
	background-color: #CDF;
	.blauerTitel {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: large;
	background-color: #003399;
	color: #FFFFFF;
	font-weight: bold;
}

}
.Textnochkleiner {
	font-size: 0.8em;
	color: #000080;
}

#masthead {
	background-position: left;
	font-size: x-large;
	text-align: center;
	background-image: url('Images/fh-cd_verlaufbreiter2doppelt.JPG');
	color: #FFFFFF;
	vertical-align: middle;
	background-repeat: repeat;
	height: 87px;
}
.Textweiß {
	font-size: large;
	list-style-type: square;
	margin-left: 5;
	color: #FFFFFF;
	font-weight: bold;
}



