﻿/* CSS layout */

/* =============== Grundaufbau =============== */
body 
{
	margin: 0;
	padding: 0;
	background: url("../Imgs/MainBackground.png") center top #5A66C5 no-repeat fixed;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	font-size: 11pt;
	line-height: 23px;
}

#MainContainer
{
	width: 980px;
	margin: 0px auto;
}

#masthead 
{
	width: 980px;
	height: 100px;
	background: transparent url('../Imgs/Head.png') center center no-repeat;
}

#top_nav 
{
	width: 980px;
	height: 30px;
	background: transparent url('../Imgs/TopNavBackground.png') center center no-repeat;
}

#container 
{
	width: 978px;
	background: transparent url('../Imgs/PageContentBackgound.png') center repeat-y;
	border-left: 1px black solid;
	border-right: 1px black solid;	
	padding: 0;
	min-height: 500px;
}

#right_col 
{
	width: 204px;
	float: right;
	padding: 25px 5px 5px 5px;
	margin-top: 0px;
}

#page_content 
{
	margin-right: 200px;
	margin-top: 0px;
	width: 745px;
	padding: 5px 5px 5px 5px;
	height: auto;
	text-align: justify;
}
#page_content div
{
	height: auto;
}
#page_content div div pre
{
	overflow: auto;
}

#footer 
{
	clear: both;
	width: 980px;
	height: 30px;
	background: transparent url('../Imgs/FooterBackground.png') center center no-repeat;
	line-height: 30px;
	color: white;
	text-align: center;
}

/* =============== Navigation =============== */
#NavUl
{
	list-style: none;
	height: 30px;
	margin: 0px 0px 0px -34px;
	float: left;
}
#NavUl li
{
	display: block;
	float: left;
	width: auto;
	text-align: center;
	height: 30px;
	color: white;
	line-height: 30px;
}
#NavUl li:hover, #NavUl li:focus
{
	background: transparent url('../Imgs/TopNavButtonBackground_over.png') repeat;
}

#NavUl li a
{
	display: block;
	padding: 0px 15px 0px 15px;
	color: white;
	text-decoration: none;	
}

#NavUl li a:hover, #NavUl li a:focus
{
	color: #CFD3FC; 
	text-decoration: none;
}

/* =============== Sonstiges ================ */
.MainHeader
{
	text-align: center;
	padding-top: 0px;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.Widget
{
	-moz-border-radius: 5px 5px 5px 5px;
	border: 1px black solid;
	margin-bottom: 5px;
	width: 204px;
}

#Datum, #Counter
{
	text-align: center;
}

#Termine_Events h4
{
	text-align: center;
	margin: 0px 0px 0px 0px;
}
#Termine_Events ul 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	font-size: 10pt;
}

a:link
{
	text-decoration: none;
	color: #4E4E4E;	
}
a:hover, a:focus
{
	color: #04007F;
	text-decoration: underline;
}
a:visited:hover, a:visited:focus
{
	color: #04007F;
	text-decoration: underline;
}

a:visited
{
	text-decoration: none;
	color: #4E4E4E;	
}

#SearchForm
{
	float: right;
	height: 30px;
	line-height: 30px;
	vertical-align:middle;
	margin-right: 15px;
}