﻿@media screen
{
	body
	{
		margin: 0;
		padding: 0;
		border: 0; /* This removes the border around the viewport in old versions of IE */
		width: 100%;
		background: #fff;
		min-width: 600px; /* Minimum width of layout - remove line if not required */ /* The min-width property does not work in old versions of Internet Explorer */
		font-size: 90%;
		text-align: center;
		font-family: Arial,Verdana,Helvetica,Arial,sans-serif;
		background-image: url(../Images/ContentImages/bg.jpg);
		font-size: 12px;
	}
	td, th
	{
		font-size: 12px;
	}
	
	.welcomeText
	{
		margin:20px 0px;	
	}

	#wrapper
	{
		width: 920px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		background: #fff;
	}
	
	.errorMessage
	{
		color:Red;	
	}
	
	.successMessage
	{
		color:Green;
		background-color:#98FB98;
		border: solid 1px Green;
		padding:5px;
		margin:20px 0px;
		width:100%;
		text-align:center;
	}

	/* Header styles */
	#header
	{
		clear: both;
		float: left;
		width: 100%;
		height: 180px;
		margin: 0;
		background-color: #ffffff;
	}
	/* column container */
	.colmask
	{
		position: relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
		clear: both;
		float: left;
		width: 100%; /* width of whole page */
		overflow: hidden; /* This chops off any overhanging divs */
	}
	/* holy grail 3 column settings */
	.holygrail
	{
		background: #fff; /* Right column background colour */
	}
	.holygrail .colmid
	{
		float: left;
		width: 200%;
		margin-left: -200px; /* Width of right column */
		position: relative;
		right: 100%;
		background: #fff; /* Centre column background colour */
	}
	.holygrail .colleft
	{
		float: left;
		width: 100%;
		margin-left: -50%;
		position: relative;
		left: 400px; /* Left column width + right column width */
		background: #fff; /* Left column background colour */
	}
	.holygrail .col1wrap
	{
		float: left;
		width: 50%;
		position: relative;
		right: 200px; /* Width of left column */
		padding-bottom: 1em; /* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1
	{
		margin: 0 215px; /* Centre column side padding:                             	Left padding = left column width + centre column left padding width                             	Right padding = right column width + centre column right padding width */
		position: relative;
		left: 200%;
		overflow: hidden;
		font-size: 13px;
	}
	.holygrail .col2
	{
		float: left;
		float: right; /* This overrides the float:left above */
		width: 200px; /* Width of left column content (left column width minus left and right padding) */
		position: relative;
		right: 0px; /* Width of the left-had side padding on the left column */
	}

	.holygrail .col3
	{
		float: left;
		float: right; /* This overrides the float:left above */
		width: 200px; /* Width of right column content (right column width minus left and right padding) */
		margin-right: 0px; /* Width of right column right-hand padding + left column left and right padding */
		position: relative;
		left: 50%;
	}
	/* Footer styles */
	.divBlank
	{
		clear: both;
		float: left;
		width: 100%;
		height: 10px;
		background-color: White;
		text-align: center;
	}
	
		#footer
	{
		clear: both;
		float: left;
		width: 100%;
		border-top: 15px solid #000;
		background-color: White;
		text-align: center;
	}
		#footer p
	{
		padding: 10px;
		margin: 0;
	}

	#footer img
	{
		border: 0;
	}
	

	/* general styles */

	a, a:visited
	{
		font-weight: bold;
		text-decoration: none;
	}

	a:hover
	{
		text-decoration: underline;
	}

	h1
	{
		position: relative;
		top: 10px;
		left: 30px;
	}

	h2
	{
		font-size: 18px;
		padding: 2px 0;
		margin: 0;
	}

	h2 a
	{
		text-decoration: none;
		color: black;
	}

	h3
	{
		font-size: 11px;
		padding: 2px 0;
	}

	h4
	{
		font-size: 18px;
	}
	
	.AnmeldenButton
{
	margin-left: -166px;
}
.ImageKoelnVernetzt
{
	cursor: hand;
}
	/* Navigation items and left column */

	#left ul
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
		background: url(../Images/ContentImages/verlauf_vert.jpg) repeat-x 0 0;
		background-position: top;
	}

	*html #left ul
	{
		background: url(../Images/ContentImages/verlauf_vert.jpg) repeat-x 0 0;
	}

	#left ul li a
	{
		font-size: 1em;
		color: gray;
		text-decoration: none;
		font-weight: normal;
		display: block;
		padding: 3px 0 3px 30px;
		text-transform: uppercase;
	}

	*html #left ul li a
	{
		height: 1em;
		font-size: 1em;
		color: gray;
		text-decoration: none;
		font-weight: normal;
		display: block;
		padding: 3px 0 3px 30px;
		text-transform: uppercase;
	}


	#left ul li a.current
	{
		color: #fff !important;
	}

	#left ul li a:hover
	{
		color: White;
		background-color: Black;
	}

	.divAdminMenue
	{
		overflow: hidden;
		background: url(../Images/ContentImages/verlauf_vert.jpg);
		background-color: #c6c4c5;
		background-repeat: repeat-x;
		background-position: bottom left;
		width: 200px;
		overflow: hidden;
		background-position: top;
		margin-top: 10px;
	}

	#left .adminMenue
	{
		margin: 0;
		padding: 0;
	}

	#left .adminLink
	{
		color: gray;
		text-decoration: none;
		font-weight: normal;
		height: 20px;
		display: block;
		padding: 0 15px;
		text-transform: uppercase;
	}

	#left .adminStaticItem
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	#left .adminLinkHover
	{
		color: #fff;
	}

	.LoginValSummary ul, .LoginValSummary li, .LoginValSummary
	{
		background-color: Transparent !important;
	}

	.adminPanel
	{
		padding: 10px;
	}

	.adminPanel th, .adminPanel td
	{
		font-size: 12px;
	}

	/* styles left column */

	#left h2
	{
		background: url(../Images/ContentImages/b_grau.jpg) no-repeat 0 0;
		color: #fff;
		font-size: 13px;
		line-height: 20px;
		height: 20px;
		padding: 0 5px;
		border-top: 2px solid white;
		text-transform: uppercase;
		clear: both;
	}
	/* .modalBackground
	{
		background-color: Black;
		-moz-opacity: 0.5;
		filter: alpha(opacity=50);
		opacity: 0.5;
		text-align: center;
	}*/

	.Login .Password, .Login .Username
	{
		width: 185px;
	}
	.lblPassword
	{
		float: left;
	}



	/* styles center column */

	#center p.normal
	{
		color: #749e00;
		font-weight: bold;
		text-decoration: none;
	}

	#center h3.address
	{
		color: #749E00;
		font-size: 18px;
		padding: 2px 0;
	}

	#center ul li
	{
		background: url(img/verlauf_hor.jpg) repeat-y 0 0;
		padding: 3px;
		margin: 2px;
	}

	a.current
	{
		color: white;
		padding: 2px;
		background-color: Black;
	}

	*html a.current
	{
		color: white;
		padding: 0;
		background-color: Black;
	}


	.divFilter
	{
		padding: 0;
		background-color: #F7F6F3;
	}

	/* styles for right column */

	.CommandBox
	{
		float: left;
	}

	.box
	{
		background: url(../Images/ContentImages/verlauf_hor.jpg) repeat-y 0 0;
	}

	.box h2
	{
		background: url(../Images/ContentImages/b_grau.jpg) no-repeat 0 0;
		color: #fff;
		font-size: 13px;
		line-height: 20px;
		height: 20px;
		padding: 0 5px;
		border-top: 2px solid white;
		text-transform: uppercase;
		clear: both;
	}

	.box .newestItem
	{
		clear: both;
		border-top: solid 2px #FFFFFF;
		margin: 0px;
		padding: 3px;
	}

	.small
	{
		font-size: 10px;
		min-height: 0;
		clear: both;
	}

	.box h3
	{
		margin: 0;
		padding: 3px 0 3px 0;
	}

	.box img
	{
		float: left;
		margin: 0 3px 0 0px;
	}

	.box .text
	{
		padding: 0 5px;
		font-size: 12px;
		clear: both;
		font-weight: normal;
	}

	.box p
	{
		padding: 3px 5px;
		font-size: 12px;
		clear: both;
		font-weight: normal;
	}

	.box p.search
	{
		min-height: 0;
	}

	.box p.nop
	{
		padding: 0;
		border-top: 2px solid white;
	}

	img.icon
	{
		float: left;
		padding: 0 3px 3px 0;
	}

	img.new_icon
	{
		float: left !important;
	}

	.clearDiv
	{
		clear: both;
		height: 0px;
	}


	/* styles for addresses */

	div.address
	{
		background: url(../Images/ContentImages/verlauf_hor.jpg) repeat-y 0 0;
		text-align: left;
		margin-top: 5px;
		position: relative;
		padding: 5px;
	}

	div.address h3
	{
		margin: 0;
		padding: 0;
		font-size: 13px;
	}

	div.addressCategory
	{
		background: url(../Images/ContentImages/verlauf_hor.jpg) repeat-y 0 0;
		background-color: White;
		text-align: left;
		position: relative;
		padding: 5px;
	}

	p.address
	{
		background: url(../Images/ContentImages/verlauf_hor.jpg) repeat-y 0 0;
		margin: 0 0px 3px 0;
		padding: 2px;
	}

	div.addressArcordionHeader
	{
		width: 480px;
		background: url(../Images/ContentImages/verlauf_hor.jpg) repeat-y 0 0;
		cursor: pointer;
		font-size: 15px;
		border-bottom: 3px solid white;
		font-weight: bold;
		padding: 3px;
	}

	div.arcordionHeader
	{
		width: 480px;
		background: url(../Images/ContentImages/verlauf_hor.jpg) repeat-y 0 0;
		cursor: pointer;
		font-size: 15px;
		border-bottom: 3px solid white;
		font-weight: bold;
		padding: 3px;
	}

	div.addressArcordionPane
	{
	}

	div.addressCategory
	{
		background: url(../Images/ContentImages/verlauf_hor.jpg) repeat-y 0 0;
		background-color: White;
		text-align: left;
		position: relative;
		padding: 5px;
	}

	div.BusinessCardAddress
	{
		background: url(../Images/ContentImages/verlauf_hor.jpg) repeat-y 0 0;
		background-color: White;
		float: left;
		width: 300px;
		padding: 3px;
		font-size: 11px;
	}


	/* styles for calendar */

	div.calendar
	{
		background: url(../../../Images/ContentImages/verlauf_hor.jpg) repeat-y 0 0;
		margin: 0 10px 3px 0;
		padding: 2px;
		clear: both;
		min-height: 65px;
	}

	div.calendar h3
	{
		margin: 0;
		padding: 0;
		font-size: 13px;
	}

	div.calendar p
	{
		display: block;
		width: 200px;
		margin: 0 110px 0 0 !important;
		padding: 0 20px 0 0;
		white-space: normal;
	}

	div.calendar ul li
	{
		background: none !important;
	}

	div#regular
	{
		background: url(../Images/ContentImages/verlauf_hor.gif) repeat-y 0 0;
	}

	#district_select_div
	{
		font-size: 10px;
		height: 150px;
		overflow-y: scroll;
	}

	/* Styles for Forum-Items */

	.divPosting
	{
		clear: both;
		color: Gray;
		text-align: left;
		margin-top: 5px;
		position: relative;
		overflow: hidden;
		background-color: InfoBackground;
	}

	.divPosting h3
	{
		font-size: 14px;
	}

	.PostingText a
	{
		font-size: 10px;
	}

	.PostingText
	{
		padding-left: 5px;
		margin-top: 5px;
	}

	.description_Forum
	{
		font-size: 80%;
	}

	a.PlacedLink_Forum
	{
	}

	.table_Suggest
	{
		width: 100%;
	}

	.labelcol_Suggest
	{
		vertical-align: top;
	}

	.controlcol_Suggest
	{
		width: 70%;
	}

	/* Styles for Forum*/

.ThreadTable_Forum
{
	width: 100%;
	border-spacing:0px;
}

.ThreadHeaderTitel_Forum
{
	font-weight:bold;
	padding:3px;
}

.ThreadHeaderDate_Forum
{
	text-align:right;
	font-weight:bold;
	padding:3px;
	width:100px;
	padding-right:4px;
	border-style:solid;
	border-width: 0px 1px 0px 1px;
	
}

.ThreadHeaderHits_Forum
{
	text-align:right;
	font-weight:bold;
	padding:3px;
	width:30px;
	padding-right:4px;
}

.ThreadContentImage_Forum
{
	width:20px;
	vertical-align:top;
	text-align:center;	
	border-style: solid;
	border-width: 1px 1px 0px 0px;
	background-color:#dedede;
	padding-top:4px;
}

.ThreadContentTitel_Forum
{
	padding:3px;
	background-color:#eeeeee;
}

.ThreadContentDate_Forum
{
	text-align:right;
	vertical-align:top;
	padding-right:4px;
	padding:3px;
	border-style:solid;
	border-width: 1px 1px 0px 1px;
	background-color:#dedede;
}

.ThreadContentHits_Forum
{
	text-align:right;
	vertical-align:top;
	padding-right:4px;
	padding:3px;
	background-color:#eeeeee;
}

.Post_Forum
{
	width:100%;
	margin-Bottom: 20px;
	border-spacing: 0px;
}

.LeftUserInfo_Forum
{
	padding:5px;
	background-color:#EEEEEE;
	border-style:solid;
	border-width: 0px 0px 2px 0px;
	
}
.PostRightColumn_Forum
{
	float: left;
	width: 74.5%;
	background-color:#ffffff;
	border-style:solid;
	border-width: 0px 1px 0px 1px;
	
}
.PostHeader_Forum
{
	height:20px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	vertical-align:middle;
	padding:4px;
	font-weight:bold;
	font-size:14px;
}
.PostContent_Forum
{
	padding:0px 10px 10px 10px;
	border-style:solid;
	border-width:0px 0px 0px 1px;
	width:530px;
	vertical-align:top;
}
.PostFooter_Forum
{
	height:20px;
	border-style:solid;
	border-width: 1px 0px 2px 1px;
	background-color:#CCCCCC;
	text-align: right;
	padding-right:4px;
}
.PostFooter_Forum a, .PostFooter_Forum a:visited, .PostFooter_Forum a:hover{color:#000000; font-weight:normal; }

.PostTitle_Forum
{
	padding:5px;
	font-weight:bold;
	border-style:solid;
	border-width: 0px 0px 1px 0px;
	border-color:#333333;
	width:95%;
}

.PostDate_Forum
{
	float:right;
	margin-right: 5px;
}


	/* Styles for News-Items */
	
	.mail_advertisement
	{
		float:right;
		width: 380px;
	}
	
	.mail_image
	{
		width: 100px;
	}
	
	.mail_all
	{
		margin: 30px 10px;
		border-style:solid;
		border-width: 1px 0px;
		padding: 10px 0px;
	}
	
	.mail_infos
	{
		margin-left:10px;
		margin-top:10px;	
	}
	
	.mail_descriptionCol
	{
		width:70px;
	}
	
	.mail_contentCol
	{
		
	}
	
	.mail_sendCol
	{
		text-align:right;	
	}

	div.newsItem
	{
		clear: both;
		background: url(../Images/ContentImages/verlauf_hor.jpg) repeat-y 0 0;
		text-align: left;
		margin-top: 5px;
		position: relative;
		padding: 5px;
		border: 0px solid red;
		width: 480px;
		overflow: hidden;
	}

	.newsItem h3
	{
		font-size: 13px;
		margin: 0;
	}

	div.newsImage
	{
		float: left;
		width: 70px;
		border: 0px solid green;
	}

	div.newsText
	{
		float: left;
		width: 410px;
		border: 0px solid blue;
	}

	/* Styles for Events */

	div.eventItem
	{
		clear: both;
		background: url(../Images/ContentImages/verlauf_hor.jpg) repeat-y 0 0;
		text-align: left;
		margin-top: 5px;
		position: relative;
		padding: 5px;
		border: 0px solid red;
		width: 480px;
		overflow: hidden;
	}

	.eventItem h3
	{
		font-size: 13px;
		margin: 0;
	}

	div.eventImage
	{
		float: left;
		width: 70px;
		border: 0px solid green;
	}

	div.eventText
	{
		float: left;
		width: 410px;
		border: 0px solid blue;
	}

	/* Styles for Businesscards */

	.arcordionHeader
	{
		background: url(../Images/ContentImages/verlauf_hor.jpg) repeat-y 0 0;
		cursor: pointer;
		font-size: 15px;
		border-bottom: 3px solid white;
		font-weight: bold;
		color: Black;
		padding: 3px;
		margin: 1px 0 0 0;
	}

	.userArcordionPane
	{
		background-color: White;
	}
	
	.imgPicOfTheMonth
	{
		cursor: pointer;
	}
	

	/* Styles for Media-Control  */

	.mediaDiv
	{
		background: url(../Images/ContentImages/verlauf_hor.jpg) repeat-y 0 0;
		margin-bottom: 10px;
		padding: 4px;
	}

	.mediaDiv h4
	{
		font-size: 13px;
		margin: 0 0 3px 0;
	}


	/* STYLES FOR ADMIN SECTION */


	/*
			///// Grids /////
			*/
	.Grid
	{
		width: 100%;
	}
	.Grid td
	{
		font-size: 10px;
	}

	.FormView
	{
		margin: 0;
		padding: 0;
	}

	.GridViewHeaderStyle
	{
		padding-left: 7px;
		padding-right: 7px;
		font-weight: normal;
		vertical-align: middle;
		height: 20px;
		text-align: center;
	}

	.Grid_Footer
	{
		font-weight: bold;
		padding-left: 7px;
		padding-right: 7px;
		font-family: Verdana;
		font-size: x-small;
		font-weight: bold;
		vertical-align: top;
	}

	.Grid_Header SPAN
	{
		font-weight: bold;
		padding-left: 7px;
		padding-right: 7px;
		font-family: Verdana;
		font-size: x-small;
		font-weight: bold;
		vertical-align: top;
	}


	.Grid_SelectedRow
	{
		font-weight: bold;
		padding-left: 7px;
		padding-right: 7px;
		font-family: Verdana;
		font-size: x-small;
		font-weight: bold;
		vertical-align: top;
	}
	.Grid_Row
	{
		background-color: #F7F6F3;
		padding-left: 7px;
		padding-right: 7px;
		font-family: Verdana;
		font-size: x-small;
		color: #000000;
		font-weight: bold;
		vertical-align: top;
	}

	.Grid_AlternativRow
	{
		background-color: White;
		padding-left: 7px;
		padding-right: 7px;
		font-family: Verdana;
		font-size: x-small;
		color: #000000;
		font-weight: bold;
		vertical-align: top;
	}

	.Grid_Pager TD
	{
		border-top: 1px solid black;
		background-color: White;
		color: black;
		border-top: 1px solid black;
		max-width: 150px;
	}

	.Grid_Pager span
	{
		color: black;
	}

	.Grid_Pager a
	{
		color: Black;
	}

	.Grid_Edit
	{
		background-color: #999999;
	}

	.gvEMailColumn
	{
		width: 50px !important;
		overflow: scroll;
		color: Red !important;
	}

	.formTable
	{
	}

	.formTable td, .divFilter td
	{
		padding: 0;
		margin: 0;
		vertical-align: top;
	}

	.divFilter td
	{
		padding: 2px;
	}

	th
	{
		padding: 2px;
		font-weight: bold;
		color: White;
		background-color: Gray;
	}

	.watermarkTextbox
	{
		color: Silver;
	}

	textarea
	{
		font-family: Arial;
		font-size: 11px;
	}

	.saveCancelButtons
	{
		border: 1px solid white;
		background-color: #dddddd;
		padding: 2px;
	}

	.divDetailsView
	{
		border: 0px solid #dddddd;
		padding: 0px;
	}
	.divDetailsView td
	{
		vertical-align: top;
	}

	.calendar
	{
		width: 198px;
		margin: 1px;
		border: 0px;
	}

	.calendarDayWithEvent
	{
		font-weight: bold;
		font-size: 12px;
	}

	.calendarDay, .calendarDay a
	{
		font-weight: normal !important;
		font-size: 10px;
	}

	.calendarToday
	{
		border: 1px solid white;
		font-size: 10px;
	}

	.calendarToday a
	{
		font-weight: normal !important;
	}

	.pnl_weekday_all .weekday_all, .pnl_weekday_mo .weekday_mo, .pnl_weekday_tu .weekday_tu, .pnl_weekday_we .weekday_we, .pnl_weekday_th .weekday_th, .pnl_weekday_fr .weekday_fr, .pnl_weekday_sa .weekday_sa, .pnl_weekday_su .weekday_su
	{
		background-color: Black;
		color: White;
		padding: 2px;
	}
}
/* ------ */
@media print
{
	body
	{
		margin: 0;
		padding: 0;
		border: 0; /* This removes the border around the viewport in old versions of IE */
		width: 100%;
		background: #fff;
		text-align: center;
		font-family: Arial,Verdana,Helvetica,Arial,sans-serif;
		background-image: url(../Images/ContentImages/bg.jpg);
		font-size: 12px;
	}
	td, th
	{
		font-size: 12px;
	}

	#wrapper
	{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		background: #fff;
	}

	/* Header styles */
	#header
	{
		clear: both;
		float: left;
		width: 95%;
		height: 150px;
		margin: 0;
		background-color: #ffffff;
	}
	
	/* column container */
	.colmask
	{
		position: relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
		clear: both;
		float: left;
		width: 95%; /* width of whole page */
		overflow: hidden; /* This chops off any overhanging divs */
	}
	/* holy grail 3 column settings */
	.holygrail
	{
		background: #fff; /* Right column background colour */
	}
	.holygrail .colmid
	{
		width: 95%;
		background: #fff; /* Centre column background colour */
	}

	.holygrail .col1wrap
	{
		width: 95%;
		padding-bottom: 1em; /* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1
	{
		margin-left: 20px;
		width: 95%;
		font-size: 13px;
	}
	.holygrail .col2
	{
		width: 0px;
		display: none;
	}
	.holygrail .col3
	{
		width: 0px;
		display: none;
	}
	/* Footer styles */
	#footer
	{
		display: none; /* clear: both; 		float: left; 		width: 100%; 		border-top: 15px solid #000; 		background-color: White; 		text-align: center; */
	}

	.ajax__calendar .ajax__calendar_container
	{
		z-index: 1000;
	}

	.ajax__calendar
	{
		position: relative;
		left: 0px !important;
		top: 0px !important;
		visibility: visible;
		display: block;
	}
	.ajax__calendar iframe
	{
		left: 0px !important;
		top: 0px !important;
	}

	/* general styles */

	h1
	{
		position: relative;
		top: 10px;
		left: 30px;
	}

	h2
	{
		font-size: 18px;
		padding: 2px 0;
		margin: 0;
	}

	h2 a
	{
		text-decoration: none;
		color: black;
	}

	h3
	{
		font-size: 11px;
		padding: 2px 0;
	}

	h4
	{
		font-size: 18px;
	}


	/* Navigation items and left column */

	#left ul
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
		background: url(../Images/ContentImages/verlauf_vert.jpg) repeat-x 0 0;
		background-position: top;
	}

	#left ul li a
	{
		font-size: 1em;
		color: gray;
		text-decoration: none;
		font-weight: normal;
		display: block;
		padding: 3px 0 3px 30px;
		text-transform: uppercase;
	}

	*html #left ul li a
	{
		font-size: 1em;
		color: gray;
		text-decoration: none;
		font-weight: normal;
		display: block;
		padding: 0 0 0 30px;
		text-transform: uppercase;
	}

	#left ul li a.current
	{
		color: #fff !important;
	}

	#left ul li a:hover
	{
		color: White;
		background-color: Black;
	}

	.divAdminMenue
	{
		overflow: hidden;
		background: url(../Images/ContentImages/verlauf_vert.jpg);
		background-color: #c6c4c5;
		background-repeat: repeat-x;
		background-position: bottom left;
		width: 200px;
		overflow: hidden;
		background-position: top;
		margin-top: 10px;
	}

	#left .adminMenue
	{
		margin: 0;
		padding: 0;
	}

	#left .adminLink
	{
		color: gray;
		text-decoration: none;
		font-weight: normal;
		height: 20px;
		display: block;
		padding: 0 15px;
		text-transform: uppercase;
	}

	#left .adminStaticItem
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	#left .adminLinkHover
	{
		color: #fff;
	}

	.LoginValSummary ul, .LoginValSummary li, .LoginValSummary
	{
		background-color: Transparent !important;
	}

	.adminPanel
	{
		padding: 10px;
	}

	.adminPanel th, .adminPanel td
	{
		font-size: 12px;
	}

	/* styles left column */

	#left h2
	{
		background: url(../Images/ContentImages/b_grau.jpg) no-repeat 0 0;
		color: #fff;
		font-size: 13px;
		line-height: 20px;
		height: 20px;
		padding: 0 5px;
		border-top: 2px solid white;
		text-transform: uppercase;
		clear: both;
	}

/*	.modalBackground
	{
		background-color: Black;
		-moz-opacity: 0.5;
		filter: alpha(opacity=50);
		opacity: 0.5;
		text-align: center;
	}*/

	.Login .Password, .Login .Username
	{
		width: 185px;
	}
	.lblPassword
	{
		float: left;
	}



	/* styles center column */

	#center p.normal
	{
		color: #749e00;
		font-weight: bold;
		text-decoration: none;
	}

	#center h3.address
	{
		color: #749E00;
		font-size: 18px;
		padding: 2px 0;
	}

	#center ul li
	{
		background: url(img/verlauf_hor.jpg) repeat-y 0 0;
		padding: 3px;
		margin: 2px;
	}

	a.current
	{
		color: white;
		padding: 2px;
		background-color: Black;
	}


	.divFilter
	{
		padding: 0;
		background-color: #F7F6F3;
	}

	/* styles for right column */

	.CommandBox
	{
		float: left;
	}

	.box
	{
		background: url(../Images/ContentImages/verlauf_hor.jpg) repeat-y 0 0;
	}

	.box h2
	{
		background: url(../Images/ContentImages/b_grau.jpg) no-repeat 0 0;
		color: #fff;
		font-size: 13px;
		line-height: 20px;
		height: 20px;
		padding: 0 5px;
		border-top: 2px solid white;
		text-transform: uppercase;
		clear: both;
	}

	.box .newestItem
	{
		clear: both;
		border-top: solid 2px #FFFFFF;
		margin: 0px;
		padding: 3px;
	}

	.small
	{
		font-size: 10px;
		min-height: 0;
		clear: both;
	}

	.box h3
	{
		margin: 0;
		padding: 3px 0 3px 0;
	}

	.box img
	{
		float: left;
		margin: 0 3px 0 0px;
	}

	.box .text
	{
		padding: 0 5px;
		font-size: 12px;
		clear: both;
		font-weight: normal;
	}

	.box p
	{
		padding: 3px 5px;
		font-size: 12px;
		clear: both;
		font-weight: normal;
	}

	.box p.search
	{
		min-height: 0;
	}

	.box p.nop
	{
		padding: 0;
		border-top: 2px solid white;
	}

	img.icon
	{
		float: left;
		padding: 0 3px 3px 0;
	}

	img.new_icon
	{
		float: left !important;
	}

	.clearDiv
	{
		clear: both;
		height: 0px;
	}


	/* styles for addresses */

	div.address
	{
		background: url(../Images/ContentImages/verlauf_hor.jpg) repeat-y 0 0;
		text-align: left;
		margin-top: 5px;
		position: relative;
		padding: 5px;
		border: solid 1px black;
	}

	div.address h3
	{
		margin: 0;
		padding: 0;
		font-size: 13px;
	}

	div.addressCategory
	{
		background: url(../Images/ContentImages/verlauf_hor.jpg) repeat-y 0 0;
		background-color: White;
		text-align: left;
		position: relative;
		padding: 5px;
	}

	p.address
	{
		background: url(../Images/ContentImages/verlauf_hor.jpg) repeat-y 0 0;
		margin: 0 0px 3px 0;
		padding: 2px;
	}

	div.addressArcordionHeader
	{
		width: 100%;
		background: url(../Images/ContentImages/verlauf_hor.jpg) repeat-y 0 0;
		cursor: pointer;
		font-size: 15px;
		border-bottom: 3px solid white;
		font-weight: bold;
		padding: 3px;
		border: solid 1px black;
	}

	div.arcordionHeader
	{
		width: 100%;
		background: url(../Images/ContentImages/verlauf_hor.jpg) repeat-y 0 0;
		cursor: pointer;
		font-size: 15px;
		border-bottom: 3px solid white;
		font-weight: bold;
		padding: 3px;
		border: solid 1px black;
	}

	div.addressArcordionPane
	{
	}

	div.addressCategory
	{
		background: url(../Images/ContentImages/verlauf_hor.jpg) repeat-y 0 0;
		background-color: White;
		text-align: left;
		position: relative;
		padding: 5px;
	}

	div.BusinessCardAddress
	{
		background: url(../Images/ContentImages/verlauf_hor.jpg) repeat-y 0 0;
		background-color: White;
		float: left;
		width: 100%;
		padding: 3px;
		font-size: 11px;
		border: solid 1px black;
	}


	/* styles for calendar */

	div.calendar
	{
		background: url(../../../Images/ContentImages/verlauf_hor.jpg) repeat-y 0 0;
		margin: 0 10px 3px 0;
		padding: 2px;
		clear: both;
		min-height: 65px;
	}

	div.calendar h3
	{
		margin: 0;
		padding: 0;
		font-size: 13px;
	}

	div.calendar p
	{
		display: block;
		width: 200px;
		margin: 0 110px 0 0 !important;
		padding: 0 20px 0 0;
		white-space: normal;
	}

	div.calendar ul li
	{
		background: none !important;
	}

	div#regular
	{
		background: url(../Images/ContentImages/verlauf_hor.gif) repeat-y 0 0;
	}

	#district_select_div
	{
		font-size: 10px;
		height: 150px;
		overflow-y: scroll;
	}

	/* Styles for Forum-Items */

	.divPosting
	{
		clear: both;
		color: Gray;
		text-align: left;
		margin-top: 5px;
		position: relative;
		overflow: hidden;
		background-color: InfoBackground;
		border: solid 1px black;
	}

	.divPosting h3
	{
		font-size: 14px;
	}

	.PostingText a
	{
		font-size: 10px;
	}

	.PostingText
	{
		padding-left: 5px;
		margin-top: 5px;
	}

	.description_Forum
	{
		font-size: 80%;
	}

	a.PlacedLink_Forum
	{
	}

	.table_Suggest
	{
		width: 100%;
	}

	.labelcol_Suggest
	{
		vertical-align: top;
	}

	.controlcol_Suggest
	{
		width: 70%;
	}

	/* Styles for News-Items */

	div.newsItem
	{
		clear: both;
		background: url(../Images/ContentImages/verlauf_hor.jpg) repeat-y 0 0;
		text-align: left;
		margin-top: 5px;
		position: relative;
		padding: 5px;
		width: 100%;
		overflow: hidden;
		border: solid 1px black;
	}

	.newsItem h3
	{
		font-size: 13px;
		margin: 0;
	}

	div.newsImage
	{
		float: left;
		width: 70px;
		border: 0px solid green;
	}

	div.newsText
	{
		float: left;
		width: 100%;
		border: 0px solid blue;
	}

	/* Styles for Events */

	div.eventItem
	{
		clear: both;
		background: url(../Images/ContentImages/verlauf_hor.jpg) repeat-y 0 0;
		text-align: left;
		margin-top: 5px;
		position: relative;
		padding: 5px;
		width: 100%;
		overflow: hidden;
		border: solid 1px black;
	}

	.eventItem h3
	{
		font-size: 13px;
		margin: 0;
	}

	div.eventImage
	{
		float: left;
		width: 70px;
		border: 0px solid green;
	}

	div.eventText
	{
		float: left;
		width: 100%;
		border: 0px solid blue;
	}

	/* Styles for Businesscards */

	.arcordionHeader
	{
		background: url(../Images/ContentImages/verlauf_hor.jpg) repeat-y 0 0;
		cursor: pointer;
		font-size: 15px;
		border-bottom: 3px solid white;
		font-weight: bold;
		color: Black;
		padding: 3px;
		margin: 1px 0 0 0;
	}

	.userArcordionPane
	{
		background-color: White;
	}

	/* Styles for Media-Control  */

	.mediaDiv
	{
		background: url(../Images/ContentImages/verlauf_hor.jpg) repeat-y 0 0;
		margin-bottom: 10px;
		padding: 4px;
		border: solid 1px black;
	}

	.mediaDiv h4
	{
		font-size: 13px;
		margin: 0 0 3px 0;
	}


	/* STYLES FOR ADMIN SECTION */


	/*
			///// Grids /////
			*/
	.Grid
	{
		width: 100%;
		border: solid 1px black;
	}
	.Grid td
	{
		font-size: 10px;
	}

	.FormView
	{
		margin: 0;
		padding: 0;
	}

	.GridViewHeaderStyle
	{
		padding-left: 7px;
		padding-right: 7px;
		font-weight: normal;
		vertical-align: middle;
		height: 20px;
		text-align: center;
		border: solid 1px black;
	}

	.Grid_Footer
	{
		font-weight: bold;
		padding-left: 7px;
		padding-right: 7px;
		font-family: Verdana;
		font-size: x-small;
		font-weight: bold;
		vertical-align: top;
		border: solid 1px black;
	}

	.Grid_Header SPAN
	{
		font-weight: bold;
		padding-left: 7px;
		padding-right: 7px;
		font-family: Verdana;
		font-size: x-small;
		font-weight: bold;
		vertical-align: top;
	}


	.Grid_SelectedRow
	{
		font-weight: bold;
		padding-left: 7px;
		padding-right: 7px;
		font-family: Verdana;
		font-size: x-small;
		font-weight: bold;
		vertical-align: top;
	}
	.Grid_Row
	{
		background-color: #F7F6F3;
		padding-left: 7px;
		padding-right: 7px;
		font-family: Verdana;
		font-size: x-small;
		color: #000000;
		font-weight: bold;
		vertical-align: top;
	}

	.Grid_AlternativRow
	{
		background-color: White;
		padding-left: 7px;
		padding-right: 7px;
		font-family: Verdana;
		font-size: x-small;
		color: #000000;
		font-weight: bold;
		vertical-align: top;
	}

	.Grid_Pager TD
	{
		border-top: 1px solid black;
		background-color: White;
		color: black;
		border-top: 1px solid black;
		max-width: 150px;
	}

	.Grid_Pager span
	{
		color: black;
	}

	.Grid_Pager a
	{
		color: Black;
	}

	.Grid_Edit
	{
		background-color: #999999;
	}

	.gvEMailColumn
	{
		width: 50px !important;
		overflow: scroll;
		color: Red !important;
	}

	.formTable
	{
	}

	.formTable td, .divFilter td
	{
		padding: 0;
		margin: 0;
		vertical-align: top;
	}

	.divFilter td
	{
		padding: 2px;
	}

	th
	{
		padding: 2px;
		font-weight: bold;
		color: White;
		background-color: Gray;
	}

	.watermarkTextbox
	{
		color: Silver;
	}

	textarea
	{
		font-family: Arial;
		font-size: 11px;
	}

	.saveCancelButtons
	{
		border: 1px solid white;
		background-color: #dddddd;
		padding: 2px;
	}

	.divDetailsView
	{
		border: solid 1px black;
		padding: 0px;
	}
	.divDetailsView td
	{
		vertical-align: top;
	}

	.calendar
	{
		width: 198px;
		margin: 1px;
		border: 0px;
	}

	.calendarDayWithEvent
	{
		font-weight: bold;
		font-size: 12px;
	}

	.calendarDay, .calendarDay a
	{
		font-weight: normal !important;
		font-size: 10px;
	}

	.calendarToday
	{
		border: 1px solid white;
		font-size: 10px;
	}

	.calendarToday a
	{
		font-weight: normal !important;
	}

	.pnl_weekday_all .weekday_all, .pnl_weekday_mo .weekday_mo, .pnl_weekday_tu .weekday_tu, .pnl_weekday_we .weekday_we, .pnl_weekday_th .weekday_th, .pnl_weekday_fr .weekday_fr, .pnl_weekday_sa .weekday_sa, .pnl_weekday_su .weekday_su
	{
		background-color: Black;
		color: White;
		padding: 2px;
	}
}
