﻿html
{ 
	height				: 100%; 
	margin-bottom		: 1px;
} 

body
{
	font-family			: Helvetica, Arial, Sans-Serif;
	text-align			: left;
	font-size			: 12px;
	line-height			: 120%;
	background-color	: White;
}

div#StartPage
{
	margin				: 0px auto;
	width				: 960px;
	height				: 669px;	
}

div#StartPageLeft
{
	margin				: 0px;
	width				: 100%;
	height				: 669px;
	background-image	: url(/images/start_verlauf.jpg);
	background-repeat	: repeat-x;
}

div#StartPageBottom
{
	margin				: 0px;
	width				: 100%;
	height				: 100%;
	position			: absolute;
	top					: 669px;
	background-image	: url(/images/start_green.jpg);
	background-repeat	: repeat;
}

div#Page
{
	margin				: 0px auto;
	margin-bottom		: 10px;
	width				: 960px;
	border				: 0px;
	height				: 100%;
	overflow			: hidden;
	background-color	: #F1F1F1;
}

div#Logo
{
	height				: 150px;
	width				: 960px;
	background-image	: url(/images/title.jpg);
	background-repeat	: no-repeat;
}

div#SubTitle
{
	height				: 40px;
	width				: 264px;
	background-color	: #018232;
}

div#SubTitleText
{
	height				: 30px;
	width				: 770px;
	background-color	: #018232;
	position			: relative;
	left				: 190px;
	top					: -40px;
	font-size			: 16px;
	font-weight			: bold;
	color				: White;
	padding-top			: 10px;
}

div#Content
{
	width				: 605px;
	float				: left;
	position			: relative;
	top					: -30px;
}

div#ContentAdmin
{
	width				: 740px;
	float				: left;
	position			: relative;
	top					: -30px;	
}

div#Menu
{
	float				: left;
	width				: 190px;
	font-size			: 14px;
	position			: relative;
	top					: -30px;
}

div#Events
{
	float				: right;
	width				: 135px;
	margin				: 0px;
	padding				: 5px;
	position			: relative;
	top					: -30px;
	left				: -10px;
	background-color	: #B0B5BB;
	border				: 1px solid #000000;
}

div#EventsDate
{
	text-decoration		: underline;
}

.menuContainer
{
	width				: 170px;
	margin				: 10px;
}

a.menu:link, a.menu:visited
{
	color				: #000000;
	background-color	: #F1F1F1;
	text-decoration		: none;
}

a.menu:active, a.menu:hover
{
	color				: #FFFFFF;
	background-color	: #000000;
}

a.menu
{
	display				: block;
	padding				: 3px;
	background-color	: #000000;
	text-align			: center;
	font-weight			: bold;
	color				: #eeeeee;
	text-decoration		: none;
}

.newsDate
{
	color				: Gray;
	font-size			: 10px;
}

.newsTitle
{
	font-size			: 14px;
	font-weight			: bold;
	color				: #CD2F26;
}

.copyRight
{
	color				: Black;
	font-size			: 10px;
}

.subTitleText
{
	font-size			: 18px;
	font-weight			: bold;
	color				: White;
}

.subTitle
{
	font-size			: 14px;
}

h1
{
	font-size			: 14px;
	font-weight			: bold;
	margin-bottom		: 0px;
}

a.linksText
{
	text-decoration		: underline;
}

.imageSpace
{
	margin-bottom		: 5px;
}

#Content a
{
	text-decoration		: underline;
	font-weight			: normal;
	color				: Black;
}

#Content a:active, #Content a:hover
{
	font-weight			: normal;
	color				: Gray;
}

#SubTitleText a
{
	text-decoration		: none;
	font-weight			: bold;
	color				: White;
}

#SubTitleText a:active, #SubTitleText a:hover
{
	font-weight			: bold;
	color				: Silver;
}

#Events a
{
	text-decoration		: none;
	font-weight			: normal;
	color				: Black;
}

#Events a:active, #Events a:hover
{
	font-weight			: normal;
	color				: Gray;
}

.eventsTitle
{
	font-size			: 12px;
	font-weight			: bold;
	color				: Black;
}

