﻿@charset "UTF-8";
/* CSS Document */

/* GENERELLE FESTLEGUNGEN */

body  {
	font: Arial, Helvetica, sans-serif 12px;
	color: #000000;
	background: #084594;
}


/* LAYOUT-ELEMENTE */

div#main  {
	width: 920px;
	height: 824px;
	margin: 0 auto;
	padding-left: 12px;
	padding-right: 12px;
	background: url(img_allg/image_body_background.jpg) repeat-y #FFDD0C;
	position: relative;
}
	
div#header  {
	float: left;
	width: 920px;
	height: 263px;
	background-color: #FFDD0C;
}
	
div#navigation  {
	float: left;
	width: 145px;
	height: 494px;
	margin-left: 4px;
	margin-bottom: 4px;
	padding: 18px;
	background-color: #084594;
}

div#content  {
	float: left;
	width: 512px;
	height: 510px;
	margin-bottom: 4px;
	padding-top: 20px;
	padding-left: 19px;
	padding-right: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

div#news  {
	float: left;
	width: 128px;
	height: 257px;
	margin-right: 4px;
	padding: 18px;
	padding-left: 35px;
	background-color: #084594;
	font-family: Arial Narrow, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #FFF;
}

div#tagcloud  {
	float: left;
	width: 128px;
	height: 201px;
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 18px;
	padding-left: 35px;
	background-color: #084594;
	font-family: Arial Narrow, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #FFF;
	overflow: hidden;
}

div#footer  {
	float: left;
	width: 912px;
	height: 22px;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 4px;
	background-color: #084594;
	left: 50%;
}

div#textbox-links  {
	float: left;
	width: 250px;
	min-height: 25px;
}

div#textbox-rechts  {
	float: right;
	width: 250px;
	min-height: 25px;
	margin-left: 2px;
}

div#sprachen  {
	float: left;
	padding-left: 10px;
	font-family: Arial Narrow, Arial, sans-serif;
	font-size: 10px;
	color: #FFF;
	padding-top: 3px;
}

div#version  {
	float: right;
	padding-right: 10px;
	padding-top: 4px;
	font-family: Arial Narrow, Arial, sans-serif;
	font-size: 10px;
	color: #FFF;
}

	
/* NAVIGATION */

ul#navigation {
    width: 145px;
}
  
ul#navigation li {
	list-style: none;
	height: 36px;
}

ul#navigation a {
	font-family: Impact, Arial, Verdana;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	font-style: normal;
}
	
* html ul#navigation a {  /* Breitenangaben nur fuer IE */
    width: 80%;
    width: 8.8em;
}
	
ul#navigation a:hover {
	text-decoration: underline;
}
	
/* LINKS */

a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #000;
	text-decoration: underline;
}
	
#news a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #FFF;
	text-decoration: underline;
}
	
#footer a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #FFF;
	text-decoration: none;
}

/* TEXT */

h1  {
	font-family: Arial, Verdana;
	text-transform: uppercase;
	font-size: 20px;
	color: #000;
	line-height: 2em;
}

h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

#news h1  {
	background-color: #6985B7;
	height: 20px;
	line-height: normal;
	color: #FFF;
	font-size: 18px;
	margin-left: -35px;
	margin-right: -18px;
	padding-left: 16px;
	margin-bottom: 10px;
	font-weight: normal;
	text-transform: none;
}

#tagcloud h1  {
	background-color: #6985B7;
	height: 20px;
	line-height: normal;
	color: #FFF;
	font-size: 18px;
	margin-left: -35px;
	margin-right: -18px;
	padding-left: 16px;
	margin-bottom: 10px;
	font-weight: normal;
	text-transform: none;
}