@CHARSET "ISO-8859-1";

.disziplin {
	float: left;
	margin-right: 4px;
}

#header {
	clear: both;
	margin-bottom: 10px;
}

#header-left {
}
	
#header-right {
	float: right;
	height: 90px;
	/*width: 226px;*/
	text-align: right;

}
	
#header-right form {
	background-color: transparent;
	padding: 3px;
}

#footer {
	padding-top: 10px;
	text-align: center;
	clear: both;
}

#footer-left {
	float: left;
	width: 33%;
	text-align: left;
}

#footer-middle {
	float: left;
	width: 34%;
	text-align: center;
}

#footer-right {
	float: left;
	width: 33%;
	text-align: right;
}

#footer-left-big {
	float: left;
	width: 50%;
	text-align: left;
}

#footer-right-big {
	float: left;
	width: 50%;
	text-align: right;
}

#main {
	clear: both;
}

#content {
	min-width: 700px;
	margin-right: 250px;
}

#content-big {
	min-width: 700px;
}

#content_content {
	border: 1px solid black;
	background-color: #e9ecf9;
}

#content_content p {
	padding-left: 5px;
	padding-right: 5px;
}

#content_content table {
	margin-left: 5px;
	margin-right: 5px;
}

#sidebar {
	float: right;
	width: 250px;
}

#sidebar_content {
	margin-left: 10px;
	padding-left: 5px;
}

.infobox {
	border: 1px solid black;
	background-color: #e9ecf9;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

img {
	border: none
}
	
img.logo {
	width: 80px;
	height: 80px;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
}

/* standard font size 16px */
html * {
	font-size: 100.01%;
}

/* set mono spaced font */
textarea,pre,code,kbd,samp,var,tt {
	font-family: Consolas, "Lucida Console", "Andale Mono",
		"Bitstream Vera Sans Mono", "Courier New", Courier;
}

/* 12pt standard font */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75.00%;
	color: #444;
	background-color: #eff2ff;
}

/* clearfix-hack */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */
.floatbox {
	display: table;
	width: 100%;
}

html #ie_clearing {
	position: static;
	display: block;
	\clear: both;
	width: 100%;
	font-size: 0px;
	margin: -2px 0 -1em 1px;
}

* html #ie_clearing {
	margin: -2px 0 -1em 0;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 1em;
	padding-left: 5px;
	border-bottom: solid 1px black;
	clear: left;
}

h2, h3, h4 {
	padding-left: 5px;
	clear: left;
}

table {
	border-collapse: collapse;
}

th, td {
	padding-left: 4px;
	padding-right: 4px;
}
	
td.toppadding {
	padding-top: 20px;
}

td.leftpadding {
	padding-left: 20px;
}

table#results td {
	padding: 2px 3px 2px 3px;
}

/* Quicklinks */
ul#fastlink {
	margin: 0;
	padding: 0.5em 0 1em 0;
	bottom: -1.4em;
	left: 1px;
	list-style-type: none;
	width: 100%; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

ul#fastlink li a,ul#fastlink li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;
}

ul#fastlink li a {
	color: #06C;
	text-decoration: underline;
}

ul#fastlink li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

ul#fastlink li a:active {
	color: #000;
	background: transparent;
}

ul#fastlink li:last-child a {
	border: none;
}

/* Scrolltable */
div.scrolltable {
	max-height: 600px;
	overflow: auto;
}
	
/* die kleinen Piktogramme auf der Publicseite */
img.sparte {
	border: solid 1px black;
	margin-top: 2px;
	margin-left: 2px;
}

li#clean {
	list-style-type:none;
}

/* E R R O R S  /  W A R N I N G S */
div.error {
	border: 1px #a00 dashed;
	background: #faf4f4;
	padding: 0.5em;
	clear: both;
	margin-bottom: 1em;
}

div.error .message, div.warning .message {
	color: black;
}

div.warning {
	border: 1px #0a0 dashed;
	background: #e3fad3;
	padding: 0.5em;
	clear: both;
	margin-bottom: 1em;
}

/* S I D E B A R */
ul#news {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#news li {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

img.news {
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 10px;
}

div#newsbox {
	background: #d8def9;
	float: left;
	border: 1px solid black;
	width: 25em;
	margin-left: 10px;
	margin-bottom: 10px;
}

div#newsbox span#date {
	color: #909090;
	font-size: 10px;
}

div#newsbox img {
	margin-right: 5px;
	margin-top: 7px;
	margin-left: 5px;
	float: left;
}

div#newsbox h1 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	border-bottom: solid 1px black;
	margin-top: 5px;
	min-height: 34px;
}

/* Q U I C K L I N K S */
ul#quicklinks {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#quicklinks li {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}