
/* ------------------------------------------------------*/
/* USED COLORS */
/* ------------------------------------------------------*/
/*
	Color:			Hex-value:		Usage:
	-----------------------------------------------------
	Brown:			#624634			Module title background, links, visited links
	Orange:			#FF861E			hover over link, Title1, Title2
	Yellow:			#EFDA25			Module titel text, Navigation separator
	Green:			#8CE036			Navigation background
	Ice Blue:		#87C7F1			Body background, List row 2
*/
/* ------------------------------------------------------*/


/* ------------------------------------------------------*/
/* GENERAL SETTINGS */
/* ------------------------------------------------------*/
BODY {
	margin: 0px;
	background-color: #87C7F1;
 	font-family: Arial;
 	font-weight: normal;
 	font-size: 14px;
	color: #000000;
	text-align: center;
}

A, A:visited{
	color: #624634;
 	font-family: Arial;
 	font-weight: normal;
 	font-size: 14px;
	text-decoration: underline;
}

A:hover{
	color: #FF861E;
 	font-family: Arial;
 	font-weight: normal;
 	font-size: 14px;
	text-decoration: none;
}

TABLE{
	padding: 0px;
	margin: 0px;
	border: none 0px #FFFFFF;
	border-spacing: 0px;
	border-collapse: collapse;
	cellpadding: 0px;
	cellspacing: 0px;
}

/* ------------------------------------------------------*/
/* LAYOUT PANES SETTINGS */
/* ------------------------------------------------------*/
DIV#ContainerDiv{
	position: relative;
	width: 940px;
	height: 100%;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	border: none 0px #FFFFFF;
	border-spacing: 0px;
	border-collapse: collapse;
	cellpadding: 0px;
	cellspacing: 0px;
}

DIV#BannerDiv{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 940px;
	height: 100px;
	padding: 0px;
	margin: 0px;
	border: none 0px #FFFFFF;
	border-spacing: 0px;
	border-collapse: collapse;
	cellpadding: 0px;
	cellspacing: 0px;
	background-color: #87C7F1;
	background-image: url(images/banner.png);
	background-position: top;
	background-repeat: no-repeat;
}

DIV#LoginDiv{
	position: absolute;
	top: 140px;
	right: 30px;
	z-index: 1;
	height: 30px;
	padding: 0px;
	margin: 0px;
	border: none 0px #FFFFFF;
	border-spacing: 0px;
	border-collapse: collapse;
	cellpadding: 0px;
	cellspacing: 0px;
	text-aling: right;
}

DIV#NavigationAreaDiv{
	position: absolute;
	top: 99;
	left: 0px;
	z-index: 1;
	width: 940px;
	height: 30px;
	padding: 2px 20px 0px 20px;
	margin: 0px;
	border: none 0px #000000;
	border-spacing: 0px;
	border-collapse: collapse;
	cellpadding: 0px;
	cellspacing: 0px;
	text-align: left;
	background-image: url(images/Verlauf_Menu.png);
	background-repeat: no-repeat;
}

DIV#SubNavigationDiv{
	position: absolute;
	top: 129px;
	left: 0px;
	width: 940px;
	height: 25px;
	padding: 5px 20px 0px 20px;
	margin: 0px;
	border: none 0px #FFFFFF;
	border-spacing: 0px;
	border-collapse: collapse;
	cellpadding: 0px;
	cellspacing: 0px;
	text-align: left;
	background-image: url(images/Verlauf_blau_weiss_blau.png);
	background-repeat: repeat-y;
}

DIV#ContentAreaDiv{
	position: absolute;
	top: 154px;
	left: 0px;
	width: 940px;
	/*height: 100%;*/
	padding: 0px;
	margin: 0px;
	border: none 0px #FFFFFF;
	border-spacing: 0px;
	border-collapse: collapse;
	cellpadding: 0px;
	cellspacing: 0px;
	overflow: hidden;
}

DIV#Footer{
	visibility: hidden;
	position: absolute;
	top: 750px;
	left: 0px;
	width: 940px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	border: none 0px #FFFFFF;
	border-spacing: 0px;
	border-collapse: collapse;
	cellpadding: 0px;
	cellspacing: 0px;
	background-color: #87C7F1;
	background-image: url(images/footer_background.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #ECEC00;
	text-align: center;
	text-decoration: none;
	vertical-align: bottom;
 	font-family: Arial;
 	font-weight: normal;
 	font-size: 12px;
}

.LogInLink{
	background-color: transparent;
}

.LogOffLink{
	background-color: transparent;
}

/*
.SubNavigation{
	height: 20px;
	padding: 0px;
	margin: 0px;
	border: none 0px #FFFFFF;
	border-spacing: 0px;
	border-collapse: collapse;
	vertical-align: top;
	cellpadding: 0px;
	cellspacing: 0px;
	background-color: #649836;
	vertical-align: top;
}

.SubNavigationMenu, SubNavigationMenu TD {
	padding: 0px;
	margin: 0px;
	border: none 0px #FFFFFF;
	border-spacing: 0px;
	border-collapse: collapse;
	cellpadding: 0px;
	cellspacing: 0px;
	background-color: #EEC900;
	color: #ECEC00;
 	font-family: Arial;
 	font-weight: normal;
 	font-size: 12px;
	text-decoration: underline;
}
*/

/* ------------------------------------------------------*/
/* CONTENT AREA SETTINGS
/* ------------------------------------------------------*/
.ContentAreaContainer {
	height: 700px;
	width: 940px;
	padding: 0px;
	margin: 0px;
	border: none 0px #000000;
	border-spacing: 0px;
	border-collapse: collapse;
	/*table-layout: fixed;*/
	cellpadding: 0px;
	cellspacing: 0px;
	background-color: #FFFFFF;
 	font-family: Arial;
 	font-weight: normal;
 	font-size: 14px;
 	/*overflow: scroll;*/
}

.ContentAreaLeft {
	height: 660px;
	width: 0px;
	padding: 0px;
	margin: 0px;
	border: none 0px #FFFFFF;
	border-spacing: 0px;
	border-collapse: collapse;
	table-layout: fixed;
	vertical-align: top;
	cellpadding: 0px;
	cellspacing: 0px;
	background-color: #FFFFFF;
 	font-family: Arial;
 	font-weight: normal;
 	font-size: 14px;
 	/*overflow: scroll;*/
}

.ContentAreaCenter {
	height: 660px;
	width: 900px;
	padding: 0px;
	margin: 0px;
	border: none 0px #000000;
	border-spacing: 0px;
	border-collapse: collapse;
	table-layout: fixed;
	vertical-align: top;
	cellpadding: 0px;
	cellspacing: 0px;
	background-color: #FFFFFF;
 	font-family: Arial;
 	font-weight: normal;
 	font-size: 14px;
 	/*overflow: scroll;*/
}

.ContentAreaRight {
	height: 660px;
	width: 0px;
	padding: 0px;
	margin: 0px;
	border: none 0px #FFFFFF;
	border-spacing: 0px;
	border-collapse: collapse;
	table-layout: fixed;
	vertical-align: top;
	cellpadding: 0px;
	cellspacing: 0px;
	background-color: #FFFFFF;
 	font-family: Arial;
 	font-weight: normal;
 	font-size: 14px;
 	/*overflow: scroll;*/
}

.Content {
	width: 700px;
	padding: 0px;
	margin: 0px;
	border: none 0px #FFFFFF;
	border-spacing: 0px;
	border-collapse: collapse;
	table-layout: fixed;
	vertical-align: top;
	cellpadding: 0px;
	cellspacing: 0px;
	background-color: #FFFFFF;
 	font-family: Arial;
 	font-weight: normal;
 	font-size: 14px;
 	/*overflow: scroll;*/
}

.ContentSeparatorTopLeftCorner{
	height: 20px;
	width: 20px;
	padding: 0px;
	margin: 0px;
	border: none 0px #FFFFFF;
	border-spacing: 0px;
	border-collapse: collapse;
	table-layout: fixed;
	vertical-align: top;
	cellpadding: 0px;
	cellspacing: 0px;
	background-image: url(images/Verlauf_blau_weiss.png);
	background-repeat: repeat-y;
}

.ContentSeparatorTopCenter{
	height: 0px;
	width: 0px;
	padding: 0px;
	margin: 0px;
	border: none 0px #FFFFFF;
	border-spacing: 0px;
	border-collapse: collapse;
	table-layout: fixed;
	vertical-align: top;
	cellpadding: 0px;
	cellspacing: 0px;
	background-color: #FFFFFF;
}

.ContentSeparatorTopRightCorner{
	height: 20px;
	width: 20px;
	padding: 0px;
	margin: 0px;
	border: none 0px #FFFFFF;
	border-spacing: 0px;
	border-collapse: collapse;
	table-layout: fixed;
	vertical-align: top;
	cellpadding: 0px;
	cellspacing: 0px;
	background-image: url(images/Verlauf_weiss_blau.png);
	background-repeat: repeat-y;
}

.ContentSeparatorLeft{
	height: 660px;
	width: 20px;
	padding: 0px;
	margin: 0px;
	border: none 0px #FFFFFF;
	border-spacing: 0px;
	border-collapse: collapse;
	table-layout: fixed;
	vertical-align: top;
	cellpadding: 0px;
	cellspacing: 0px;
	background-image: url(images/Verlauf_blau_weiss.png);
	background-repeat: repeat-y;
}

.ContentSeparatorRight{
	height: 600px;
	width: 20px;
	padding: 0px;
	margin: 0px;
	border: none 0px #FFFFFF;
	border-spacing: 0px;
	border-collapse: collapse;
	table-layout: fixed;
	vertical-align: top;
	cellpadding: 0px;
	cellspacing: 0px;
	background-image: url(images/Verlauf_weiss_blau.png);
	background-repeat: repeat-y;
}

.ContentSeparatorBottomLeftCorner{
	height: 20px;
	width: 20px;
	padding: 0px;
	margin: 0px;
	border: none 0px #FFFFFF;
	border-spacing: 0px;
	border-collapse: collapse;
	table-layout: fixed;
	vertical-align: bottom;
	cellpadding: 0px;
	cellspacing: 0px;
	background-image: url(images/Verlauf_blau_weiss.png);
	background-repeat: repeat-y;
}

.ContentSeparatorBottomCenter{
	height: 20px;
	width: 20px;
	padding: 0px;
	margin: 0px;
	border: none 0px #FFFFFF;
	border-spacing: 0px;
	border-collapse: collapse;
	table-layout: fixed;
	vertical-align: bottom;
	cellpadding: 0px;
	cellspacing: 0px;
	background-color: #FFFFFF;
}

.ContentSeparatorBottomRightCorner{
	height: 20px;
	width: 20px;
	padding: 0px;
	margin: 0px;
	border: none 0px #FFFFFF;
	border-spacing: 0px;
	border-collapse: collapse;
	table-layout: fixed;
	vertical-align: bottom;
	cellpadding: 0px;
	cellspacing: 0px;
	background-image: url(images/Verlauf_weiss_blau.png);
	background-repeat: repeat-y;
}

/* ------------------------------------------------------*/
/* MODULE SETTINGS */
/* ------------------------------------------------------*/

/* ------------------------------------------------------*/
/* LOGIN MODULE */
/* ------------------------------------------------------*/
.Login {
	background-color: #FFFFFF;
	width: 180px;
	text-align: center;
	vertical-align: bottom;
 	font-family: Arial;
 	font-weight: normal;
 	font-size: 12px;
}

/* ------------------------------------------------------*/
/* GENERAL MODULE SETTINGS */
/* ------------------------------------------------------*/
.ModuleTitle {
	vertical-align: top;
	background-color: #624634;
	color: #EFDA25;
 	font-family: Arial;
 	font-weight: bold;
 	font-size: 16px;
}

.ModuleContent {
	vertical-align: top;
	border-width: 0px;
	cellpadding: 3px;
	cellspacing: 0px;
 	font-family: Arial;
 	font-weight: normal;
 	font-size: 14px;
	color: #000000;
}

.Title1{
	vertical-align: top;
	color: #FF861E;
 	font-family: Arial;
 	font-weight: bold;
 	font-size: 16px;
}

.Title2{
	vertical-align: top;
	color: #FF861E;
 	font-family: Arial;
 	font-weight: bold;
 	font-size: 14px;
}

.ListTable, .ListTable TABLE, .ListTable TR, .ListTable TD{
	vertical-align: top;
	color: #000000;
 	font-family: Arial;
 	font-weight: bold;
 	font-size: 14px;
}

.ListHeader{
	vertical-align: top;
	color: #000000;
 	font-family: Arial;
 	font-weight: bold;
 	font-size: 14px;
}

.ListContent{
	vertical-align: top;
	color: #000000;
 	font-family: Arial;
 	font-weight: bold;
 	font-size: 14px;
}

/* ------------------------------------------------------*/
/* EVENTS LIST MODULE */
/* ------------------------------------------------------*/
.EventsListTable, .EventsListTable TABLE, .EventsListTable TD{
	vertical-align: top;
	background-color: #FFFFFF;
	border: 1px;
	border-color: #000000;
	border-style: solid;
	border-spacing: 0px;
	/*padding: 3px;*/
 	font-family: Arial;
 	font-weight: bold;
 	font-size: 14px;
}

.EventsListRow1 TR{
	vertical-align: top;
	background-color: #FFFFFF;
}

.EventsListRow2 TR{
	vertical-align: top;
	background-color: #87C7F1;
}

.EventsListHeader{
	vertical-align: top;
	color: #000000;
 	font-family: Arial;
 	font-weight: bold;
 	font-size: 14px;
}

.EventsListItemTitle{
	vertical-align: top;
	color: #000000;
 	font-family: Arial;
 	font-weight: bold;
 	font-size: 14px;
	text-align: center;
}
/*
.EventsListItemTitle A, .EventsListItemTitle A:hover, .EventsListItemTitle A:visited{
	vertical-align: top;
	color: #ECEC00;
 	font-family: Arial;
 	font-weight: bold;
 	font-size: 14px;
	text-align: center;
}
*/
.EventsListContent1{
	vertical-align: top;
	background-color: #FFFFFF;
	color: #000000;
 	font-family: Arial;
 	font-weight: bold;
 	font-size: 14px;
}

.EventsListContent2{
	vertical-align: top;
	background-color: #87C7F1;
	color: #000000;
 	font-family: Arial;
 	font-weight: bold;
 	font-size: 14px;
}

/* ------------------------------------------------------*/
/* PHOTO GALLERY MODULE */
/* ------------------------------------------------------*/
.PhotoGallery{
	vertical-align: top;
	background-color: #FFFFFF;
	border: 0px;
	border-spacing: 0px;
	color: #000000;
 	font-family: Arial;
 	font-weight: bold;
 	font-size: 14px;
}
/* ------------------------------------------------------*/
