﻿/*
Referenzen:
	Farben:
		Blau: rgb(41,85,171)
		Gelb: rgb (255,212,96)
		Logo-Blau: rgb(0,38,109)
*/

body /* Formatierung des gesamten Bildschirms (Farbverlauf) */
{
	margin: 0px;
	background:rgb(176,177,179) url('../bilder/bg.png') repeat-x ;
}

hr /*Formatierung für horizontale Linien */
{
	color: rgb(41,85,171);
	height:2px
}


#seite /* Formatierungen für die gesamte Seite */
{
	position: absolute;
	top: 10%;
	left: 50%;
	width: 960px;
	margin-left: -480px;
}


#abschnitt_1 /* Kopfbereich mit Logo und einigen Links */
{
	position: relative;
	background-color: white;
}

	.kopf
	{
		width:100%
	}
	
	.kopf tr
	{
		vertical-align:bottom
	}

	.kopf td a
	{
		text-decoration:none
	}

#abschnitt_2 /* Inhaltsbereich mit Bild und Leitartikeln */
{
	position: relative;
	background-color: white;
}

/* Beginn Navigation */
	.menu
	{
		position: relative;
		border-left: 15px white solid;
		border-right: 15px white solid;
		border-bottom: 8px white solid;
		margin: 0px;
		padding: 0px;
		font-size: 14px;
		font-weight: bold;
	}
	
	.menu ul
	{
		background: rgb(175,195,220);
		height:25px;
		list-style:none;
		margin:0;
		padding:0;
	}

	.menu li
	{
		float:left;
		padding:0px;
	}
	
	.menu li a
	{
		background: rgb(175,195,220) url("images/seperator.gif") bottom right no-repeat;
		color:rgb(0,38,109);
		display:block;
		font-weight:normal;
		line-height:25px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
	}
	
	.menu li a:hover, .menu ul li:hover a
	{
		background: rgb(214,224,237) url("images/hover.gif") bottom center no-repeat;
		color:rgb(0,38,109);
		text-decoration:none;
	}
	
	.menu li ul
	{
		background: rgb(175,195,220);
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
	}
	
	.menu li:hover ul
	{
		display:block;
	}
	
	.menu li li
	{
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
	}
	
	.menu li:hover li a
	{
		background:none;
	}
	
	.menu li ul a{
		display:block;
		height:25px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
	}
	
	.menu li ul a:hover, .menu li ul li:hover a
	{
		background: rgb(214,224,237) url('images/hover_sub.gif') center left no-repeat;
		border:0px;
		color:rgb(0,38,109);
		font-weight:bold;
		text-decoration:none;
	}
	
	.menu p{
		clear:left;
	}	
	
	.inhalt
	{
		min-height:180px;
		padding: 15px 15px 15px 15px;
		margin: 15px 15px 0px 15px;
		background-color: rgb(232,237,244);
		background-position:bottom;
		background-repeat:no-repeat;
	}
/* Ende Navigation */

/* Beginn Startseite */
	.startseite
	{
		background-position:right;
		background-repeat:no-repeat;
	}
	
	.startseite td
	{
		vertical-align:top;
		height: 250px;
		width=25%;
		background-color: rgb(232,237,244)
	}
	
	.startseite td a
	{
		text-decoration:none	
	}
	#homepageimage /* Bild auf der Homepage (über den Leitartikeln) */
	{
		height:190px;
		background-image:url('../bilder/header.png');
	}
/* Ende Startseite */

#abschnitt_3 /* Fuß mit Copyright und weiteren Links */
{
	position: relative;
	background-color: white;
}
