/*
============================================================
  PREGO CMS - Version 2.0 - 10.2008 

  Stadt Oelde CSS

  Copyright PRE Mediendesign, Pregodesign
============================================================
*/





/*
############################################################
#
#   standard page definitions 
#
############################################################
*/

* 
{
	margin:0; 
	padding:0;
}

body  
{
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif; 
	font-size:100.01%;
	color:#000000; 
	line-height:normal;
	background:#004065 url(body.gif) repeat-y top left;
	scrollbar-face-color: #004065;		
	scrollbar-highlight-color: #004065;
	scrollbar-shadow-color: #004065;
	scrollbar-track-color: #004065;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
}

h1.hidden 
{
	position: absolute;
	left: -2000em;
	top: -2000em;
	width: 100em;
}




/*
############################################################
#
#   webheader 
#
############################################################
*/

#webheader 
{
	display:none;
}


/*
------------------------------------------------------------
    special-functions (sitemap, add to bookmarks) 
*/

#webheadhome
{
	width:100%;
	height:110px;
	cursor:pointer;
}


#webaddition 
{
	width:800px;
	font-size:0.75em;
	float:right;
	text-align:right;
	color:#BEC5CD;
	margin:7px 15px 0 0;
	background:transparent none no-repeat;
	
}

#webaddition a,
#webaddition a:link,
#webaddition a:visited 
{
	color:#BEC5CD; 
	text-decoration:none;
}

#webaddition a:hover 
{
	text-decoration:underline;
}

#webaddition acronym 
{
	border:none;
}



/*
############################################################
#
#   webhead 
#
############################################################
*/


/* 
------------------------------------------------------------
    page head 
*/
#webhead 
{
	width:1000px; 
	height:140px; 
	background:transparent none no-repeat;
}

#webheadimage 
{
	width:1000px;
	height:140px; 
	background:transparent url(webheadimage.jpg) no-repeat;
}





/*
############################################################
#
#   webmain (main content - navigation, content, infoarea) 
#
############################################################
*/

#webmain 
{
	clear:both;
	width:1000px;
	background:transparent none no-repeat;
	overflow:hidden;
}





/*
############################################################
#
#   webnavigation (main navigation) 
#
############################################################
*/

/*
------------------------------------------------------------
    navigation
*/
#webnavigation 
{
	width:200px;
	float:left;
	font-size:0.9em;
	font-weight:300;
	overflow:hidden;
	background:transparent none no-repeat;
}



/*
------------------------------------------------------------
    navigation-elements
*/

#webnavigation ol, 
#webnavigation ul 
{
	margin:0;
}


/* Ebene 1 */

#webnavigation li 
{
	margin:0;
	list-style-type:none;
}

#webnavigation li a,
#webnavigation li a:link,
#webnavigation li a:visited,
#webnavigation li a:hover,
#webnavigation li a:active,
#webnavigation li a:focus 
{
	display:block;
	color:#ffffff; 
	text-decoration:none;
	padding: 0.4em 5px 0.4em 1em;
	background: #004065 none no-repeat;
	border-bottom:1px solid #ffffff;
}

#webnavigation li a.act,
#webnavigation li a.act:link,
#webnavigation li a.act:visited 
{
	display:block;
	color:#001637; 
	text-decoration:none;
	padding: 0.4em 5px 0.4em 1em;
	background: #ffffff none no-repeat;
	border-bottom:1px solid #ffffff;
}

#webnavigation li a:hover,
#webnavigation li a.act:hover 
{
	text-decoration:underline;
}

#webnavigation li a.actpath,
#webnavigation li a.actpath:link,
#webnavigation li a.actpath:visited,
#webnavigation li a.actpath:hover,
#webnavigation li a.actpath:active,
#webnavigation li a.actpath:focus 
{
	display:block;
	color:#ffffff; 
	text-decoration:none;
	padding: 0.4em 5px 0.4em 1em;
	background: #004065 none no-repeat;
	border-bottom:1px solid #ffffff;
}



/* Ebene 2 */

#webnavigation li li 
{
	font-size:0.9em;
}

#webnavigation li li a,
#webnavigation li li a:link,
#webnavigation li li a:visited,
#webnavigation li li a:hover,
#webnavigation li li a:active,
#webnavigation li li a:focus 
{
	padding: 0.4em 5px 0.4em 1.5em;
	background: #40708c url(navline.gif) repeat-y left top;
}

#webnavigation li li a.act,
#webnavigation li li a.act:link,
#webnavigation li li a.act:visited 
{
	color:#001637;
	padding: 0.4em 5px 0.4em 1.5em;
	background: #ffffff url(navline.gif) repeat-y left top;
} 

#webnavigation li li a:hover,
#webnavigation li li a.act:hover 
{
}

#webnavigation li li a.actpath,
#webnavigation li li a.actpath:link,
#webnavigation li li a.actpath:visited,
#webnavigation li li a.actpath:hover,
#webnavigation li li a.actpath:active,
#webnavigation li li a.actpath:focus 
{
	padding: 0.4em 5px 0.4em 1.5em;
	background: #40708c url(navline.gif) repeat-y left top;
}



/* Ebene 3 */

#webnavigation li li li 
{
	font-size:1.0em;
}

#webnavigation li li li a,
#webnavigation li li li a:link,
#webnavigation li li li a:visited,
#webnavigation li li li a:hover,
#webnavigation li li li a:active,
#webnavigation li li li a:focus 
{
	padding: 0.3em 5px 0.3em 2em;
	background: #7f9fb2 url(navline.gif) repeat-y left top;
}

#webnavigation li li li a.act,
#webnavigation li li li a.act:link,
#webnavigation li li li a.act:visited 
{
	padding: 0.3em 5px 0.3em 2em;
	background: #ffffff url(navline.gif) repeat-y left top;
} 

#webnavigation li li li a:hover,
#webnavigation li li li a.act:hover 
{
}

#webnavigation li li li a.actpath,
#webnavigation li li li a.actpath:link,
#webnavigation li li li a.actpath:visited,
#webnavigation li li li a.actpath:hover,
#webnavigation li li li a.actpath:active,
#webnavigation li li li a.actpath:focus 
{
	padding: 0.3em 5px 0.3em 2em;
	background: #7f9fb2 url(navline.gif) repeat-y left top;
}



/* Ebene 4 */

#webnavigation li li li li {}

#webnavigation li li li li a,
#webnavigation li li li li a:link,
#webnavigation li li li li a:visited,
#webnavigation li li li li a:hover,
#webnavigation li li li li a:active,
#webnavigation li li li li a:focus 
{
	padding: 0.3em 5px 0.3em 2.5em;
	background: #7f9fb2 url(navline.gif) repeat-y left top;
}

#webnavigation li li li li a.act,
#webnavigation li li li li a.act:link,
#webnavigation li li li li a.act:visited 
{
	padding: 0.3em 5px 0.3em 2.5em;
	background: #ffffff url(navline.gif) repeat-y left top;
}

#webnavigation li li li li a:hover,
#webnavigation li li li li a.act:hover 
{
}

#webnavigation li li li li a.actpath,
#webnavigation li li li li a.actpath:link,
#webnavigation li li li li a.actpath:visited,
#webnavigation li li li li a.actpath:hover,
#webnavigation li li li li a.actpath:active,
#webnavigation li li li li a.actpath:focus 
{
	padding: 0.3em 5px 0.3em 2.5em;
	background: #7f9fb2 url(navline.gif) repeat-y left top;
}


/* Ebene 5 */

#webnavigation li li li li li {}

#webnavigation li li li li li a,
#webnavigation li li li li li a:link,
#webnavigation li li li li li a:visited,
#webnavigation li li li li li a:hover,
#webnavigation li li li li li a:active,
#webnavigation li li li li li a:focus 
{
	padding: 0.3em 5px 0.3em 3em;
	background: #7f9fb2 url(navline.gif) repeat-y left top;
}

#webnavigation li li li li li a.act,
#webnavigation li li li li li a.act:link,
#webnavigation li li li li li a.act:visited 
{
	padding: 0.3em 5px 0.3em 3em;
	background: #ffffff url(navline.gif) repeat-y left top;
}

#webnavigation li li li li li a:hover,
#webnavigation li li li li li a.act:hover 
{
}

#webnavigation li li li li li a.actpath,
#webnavigation li li li li li a.actpath:link,
#webnavigation li li li li li a.actpath:visited,
#webnavigation li li li li li a.actpath:hover,
#webnavigation li li li li li a.actpath:active,
#webnavigation li li li li li a.actpath:focus 
{
	padding: 0.3em 5px 0.3em 3em;
	background: #7f9fb2 url(navline.gif) repeat-y left top;
}



/* special colors */

#webnavigation li a.standard,
#webnavigation li a.standard:link,
#webnavigation li a.standard:visited,
#webnavigation li a.standard:hover,
#webnavigation li a.standard:active,
#webnavigation li a.standard:focus 
{
	color:#ffffff; 
	background: #004065 none no-repeat;
}

#webnavigation li a.blue,
#webnavigation li a.blue:link,
#webnavigation li a.blue:visited,
#webnavigation li a.blue:hover,
#webnavigation li a.blue:active,
#webnavigation li a.blue:focus 
{
	color:#ffffff; 
	background: #0072b1 none no-repeat;
}

#webnavigation li a.green,
#webnavigation li a.green:link,
#webnavigation li a.green:visited,
#webnavigation li a.green:hover,
#webnavigation li a.green:active,
#webnavigation li a.green:focus 
{
	color:#ffffff; 
	background: #5a8e22 none no-repeat;
}

#webnavigation li a.orange,
#webnavigation li a.orange:link,
#webnavigation li a.orange:visited,
#webnavigation li a.orange:hover,
#webnavigation li a.orange:active,
#webnavigation li a.orange:focus 
{
	color:#ffffff; 
	background: #e37c00 none no-repeat;
}

#webnavigation li a.red,
#webnavigation li a.red:link,
#webnavigation li a.red:visited,
#webnavigation li a.red:hover,
#webnavigation li a.red:active,
#webnavigation li a.red:focus 
{
	color:#ffffff; 
	background: #d3222a none no-repeat;
}

#webnavigation li a.black,
#webnavigation li a.black:link,
#webnavigation li a.black:visited,
#webnavigation li a.black:hover,
#webnavigation li a.black:active,
#webnavigation li a.black:focus 
{
	color:#ffffff; 
	background: #001637 none no-repeat;
}

#webnavigation li a.blue:hover,
#webnavigation li a.green:hover,
#webnavigation li a.orange:hover ,
#webnavigation li a.red:hover,
#webnavigation li a.black:hover ,
{
	text-decoration:underline;
}

#webnavigation .image
{
	border:0;
	margin:20px 0 0 0;
}




/*
############################################################
#
#   webcontent (main page content)
#
############################################################
*/


#webcontent 
{
	width:600px; 
	font-size:0.8em;
	background:#ffffff none no-repeat;
	float:left;
}

#webcontentLine 
{
	clear:both;
	width:540px;
	margin:0 30px 0 30px;
}

#webcontentBox 
{
	margin:10px 0 0 0;
}



/*
------------------------------------------------------------
    history at the top
*/
#webhistory_top 
{
	font-size:0.85em;
	color:#001637;
	margin-left:30px;
}

#webhistory_top a,
#webhistory_top a:link,
#webhistory_top a:visited 
{
	color:#001637; 
	text-decoration:none;
}

#webhistory_top a:hover 
{
	text-decoration:underline;
}



/*
------------------------------------------------------------
    main-page standard-tags
*/
p 
{
	line-height:normal;
}

ol,
#webcontent ol   
{
   list-style-type:decimal;
   list-style-position:outside;
   margin-left:0.25em;
}

ul,
#webcontent  ul  
{
   list-style-position:outside;
   list-style-type:disc;
}

li 
{
	list-style-position:outside;
	margin-left:1.5em;
}

#webcontent li  
{
	list-style-position:outside;
	margin-left:1.5em;
}

h1 
{
	font-size:1.6em;
	font-weight:900;
	color:#004065;
	line-height:normal;
	margin:0.1em 0 0.4em 0;
	border-bottom:#7f8a9b;
}


h2 
{
	font-size:1.3em;
	font-weight:900;
	color:#004065;
	margin:1em 0 0.4em 0;
}

h3 
{
	font-size:1.2em;
	font-weight:900;
	color:#004065;
	margin:1em 0 0.4em 0;
}

h4 
{
	font-size:1.0em;
	font-weight:600;
	color:#004065;
	margin:1em 0 0.4em 0;
}

h5 
{
	font-size:1.0em;
	font-weight:600;
	color:#004065;
	margin:1em 0 0.3em 0;
	padding: 0.2em 0 0.2em 20px;
	background: #BEC5CD url(nav_100.gif) repeat-y left top;
}



/* links */
a 
{
	color:#004065; 
	text-decoration:none; 
}

a:Visited,
a:Active 
{
	color:#004065;
}

a:Hover 
{
	color:#004065;
	text-decoration:underline;
}



/* table */

th 
{
	text-align:left;
	padding:5px;
}

tr,td 
{
	font-size:0.9em;
	color:#000000; 
	line-height:normal;
}

#webcontent td 
{
	padding:5px;
}


acronym 
{
	text-decoration:none;
	border-bottom:0px;
}



/*
------------------------------------------------------------
    special user definitions
*/

.pregocms_Bildunterschrift 
{
	font-size:0.8em;
}

.pregocms_Rot-Schrift 
{
	color:#ff0000;
}

.pregocms_Textmarker 
{
	background-color:fdf07f;
}

.pregocms_Textblock-Grau 
{
	display:block;
    padding: 10px 10px 10px 10px;
    background-color:#E2E2E2;
}

.pregocms_Textblock-Orange 
{
	display:block;
    padding: 10px 10px 10px 10px;
    background-color:#FFE7BF;
}

.pregocms_Textblock-Grün 
{
	display:block;
    padding: 10px 10px 10px 10px;
    background-color:#E1F4BF;
}

.pregocms_Textblock-Blau 
{
	display:block;
    padding: 10px 10px 10px 10px;
    background-color:#BFD1ED;
}

.pregocms_Schreibmaschinen-Schrift 
{
	font-family:Courier;
}



/*
------------------------------------------------------------
    form definitions
*/

.form_col_left 
{
	width:50%;
}

.form_col_right 
{
	width:50%;
}



/* input text */
.form_text_text 
{
	padding-right:10px;
}

.form_text_input 
{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
	width:100%;
	border:1px solid #000000;
}



/* input checkbox */
.form_check_text 
{
	padding-right:10px;
}

.form_check_box 
{
	margin-right:10px;
}



/* textarea */
.form_area_text 
{
	padding-right:10px;
}

.form_area_area 
{
	width:100%;
	height:150px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
	font-size:1.0em;
	color:#001637; 
	line-height:normal;
	border:1px solid #001637;
	scrollbar-face-color: #FFFFFF;		
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #001637;
	scrollbar-darkshadow-color: #001637;
	scrollbar-arrow-color: #001637;
	scrollbar-track-color: #FFFFFF;
}

.form_form_block 
{
	margin-left:50%;
}
.form_form_reset 
{
	width:50%;
}

.form_form_submit 
{
	width:50%;
}



/*
------------------------------------------------------------
    sub navigation definitions
*/

.pageNav 
{
	margin:0;
	padding:0;
	list-style-type:none;
	border-bottom:1px solid #001637;
}

.pageNavLinkUp,
.pageNavLinkUp:visited,
.pageNavLinkUp:hover,
.pageNavLinkUp:active,
.pageNavLinkUp:focus 
{
	display:block;
	color:#bfc5cd; 
	font-size:0.9em;
	font-weight:300;
	text-decoration:none;
	padding: 0.3em 5px 0.3em 5px;
	background: #405069;
}

.pageNavLinkUp:hover 
{
	text-decoration:underline;
}

.pageNavLink,
.pageNavLink:visited,
.pageNavLink:hover,
.pageNavLink:active,
.pageNavLink:focus 
{
	width:100%;
	display:block;
	color:#001637; 
	font-size:0.9em;
	font-weight:300;
	text-decoration:none;
	padding: 0.3em 5px 0.3em 5px;
	background: #bfc5cd;
	/*background: #99C9EE url(../design/nav-pass.gif) no-repeat 5px center;*/
}

.pageNavLink:hover 
{
	text-decoration:underline;
}

.pageNavLinkAct,
.pageNavLinkAct:visited,
.pageNavLinkAct:hover,
.pageNavLinkAct:active,
.pageNavLinkAct:focus 
{
	width:100%;
	display:block;
	color:#001637; 
	font-size:0.9em;
	font-weight:300;
	text-decoration:none;
	padding: 0.3em 5px 0.3em 5px;
	background: #FFFFFF;
}

.pageNavLinkAct:hover 
{
	text-decoration:underline;
}



/*
------------------------------------------------------------
    popup definitions
*/

.text-popup
{
	z-index:1000; 
	position:absolute; 
	width:540px; 
	height:300px;
	top:0;
	left:230px;
	margin:0 0 0 0;
	overflow:hidden;
	border:1px solid #001637; 
	background:#FFFFFF none no-repeat; 
	display:block;
	font-size:0.8em;
}

.text-popup-mask
{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	filter:alpha(opacity = 75); 
	-moz-opacity:0.75; 
	-khtml-opacity: 0.75;
	opacity: 0.75;
	background:#000000 none no-repeat;
	overflow:hidden;
	z-index:999;
}

.text-popup-close-top
{
	display:none;
}

.text-popup-close-top-link
{
}

.text-popup-close-bottom
{
	position:absolute;
	width:100%;
	height:30px;
	bottom:0px;
	background:#ffffff none no-repeat;
	border-top:1px solid #001637;
}

.text-popup-close-bottom-link
{
	width:75px;
	height:25px;
	margin:5px 10px 0 0;
	float:right;
	text-align:left;
	background: transparent url(closelabel.gif) no-repeat top right;
	cursor:pointer;
	font-size:0px;
	color:#FFFFFF;
	text-decoration:none;
}

.text-popup-close a,
.text-popup-close a:visited,
.text-popup-close a:hover,
.text-popup-close a:active,
.text-popup-close a:focus 
{
	font-size:0px;
	color:#FFFFFF;
	text-decoration:none;
}

.text-popup-padding
{
	margin:10px;
}

.text-popup-content
{
	width:540px; 
	height:270px;
	overflow:auto;
	overflow-x:hidden;
}




/*
------------------------------------------------------------
    events definitions
*/

/*hr to separate*/
.eventsPreLine,
.eventsListLine,
.eventsShortlistLine 					{clear:both; width:100%; height:1px; color:001637; margin:0; padding:0;}

/*standard search*/
.eventsStandardExpertSearch 			{background:transparent none no-repeat; border:none; font-size:0.85em; float:right;}
.eventsStandardDate 					{width:25%; margin:0 5% 0 0; float:left;}
.eventsStandardCategory					{width:50%; margin:0 5% 0 0; float:left;}
.eventsStandardSubmit 					{width:10%; float:left;}

/*expert search*/
.eventsExpertStandardSearch 			{background:transparent none no-repeat; border:none; font-size:0.85em; float:right;}
.eventsExpertQuery 						{width:100%; margin:0.5em 0 0 0;}
.eventsExpertDay 						{width:30%; margin:0.5em 5% 0 0; float:left;}
.eventsExpertMonth 						{width:30%; margin:0.5em 5% 0 0; float:left;}
.eventsExpertYear 						{width:30%;  margin:0.5em 0 0 0;float:left;}
.eventsExpertWeekday 					{width:100%; margin:0.5em 0 0 0;}
.eventsExpertCategory 					{width:100%; margin:0.5em 0 0 0;}
.eventsExpertOrganizer 					{width:100%; margin:0.5em 0 0 0;}
.eventsExpertVenue 						{width:100%; margin:0.5em 0 0 0;}
.eventsExpertSubmit 					{width:30%; margin:0.5em 0 0 0; text-align:center;}

/*information text*/
.eventsPreText 							{font-size:0.85em;}

/*list*/
.eventsShowListDate 					{clear:both; width:25%; float:left;}
.eventsShowListDateWeekday				{font-size:0.85em;}
.eventsShowListDateDate					{font-size:0.85em; font-weight:300;}
.eventsShowListEvent 					{width:70%; float:right;}
.eventsShowListEventIdentifier 			{font-size:0.9em;}
.eventsShowListEventTitle				{font-weight:600; color:#001637;}
.eventsShowListEventInfo				{font-size:0.9em;}
.eventsShowListEventVenue				{}
a.eventsShowListEventAll,
a:visited.eventsShowListEventAll,
a:active.eventsShowListEventAll 		{color:#000000; text-decoration: none;}
a:hover.eventsShowListEventAll			{color:#000000; text-decoration: none;}
a.eventsShowListEventLink,
a:visited.eventsShowListEventLink,
a:active.eventsShowListEventLink 		{color:#001637;}
a:hover.eventsShowListEventLink			{color:#001637; text-decoration: underline;}


/*shortlist*/
a.eventsShowShortlistLink,
a:visited.eventsShowShortlistLink,
a:active.eventsShowShortlistLink 		{color:#000000;}
a:hover.eventsShowShortlistLink			{color:#000000; text-decoration: underline;}
.eventsShowShortlistDate 				{}
.eventsShowShortlistDateDate			{font-size:0.85em;}
.eventsShowShortlistEvent 				{}
.eventsShowShortlistEventTitle			{}
a.eventsShowShortlistAllLink,
a:visited.eventsShowShortlistAllLink,
a:active.eventsShowShortlistAllLink 	{font-size:0.85em; color:#000000;}
a:hover.eventsShowShortlistAllLink		{font-size:0.85em; color:#000000; text-decoration: underline;}


/*calender*/
.eventsShowCalenderTable		{width:100%; table-layout:fixed; border-collapse:collapse; empty-cells:show; border:none;}
.eventsShowCalenderMonth		{text-align:center; color:#bfcfd8; font-weight:600; background:#004065 none no-repeat; border:1px solid #7f9fb2;}
.eventsShowCalenderMonth a,
.eventsShowCalenderMonth a:visited,
.eventsShowCalenderMonth a:active, 	
.eventsShowCalenderMonth a:hover		{color:#bfcfd8; text-decoration:none;}						
.eventsShowCalenderLastNext				{text-align:center; color:#bfcfd8; font-weight:600; background:#004065 none no-repeat; border:1px solid #7f9fb2;}
.eventsShowCalenderLastNext a,
.eventsShowCalenderLastNext a:visited,
.eventsShowCalenderLastNext a:active, 	
.eventsShowCalenderLastNext a:hover		{color:#bfcfd8; text-decoration:none;}
.eventsShowCalenderWeekdayDay	{text-align:center; color:#004065; font-weight:600; background:#7f9fb2 none no-repeat; border:1px solid #7f9fb2;}
.eventsShowCalenderWeekendDay	{text-align:center; color:#004065; font-weight:600; background:#7f9fb2 none no-repeat; border:1px solid #7f9fb2;}
.eventsShowCalenderNonedayCell	{text-align:center; color:#7f9fb2; font-weight:300; background:#dee6eb none no-repeat; border:1px solid #7f9fb2;}	
.eventsShowCalenderNoneendCell	{text-align:center; color:#7f9fb2; font-weight:300; background:#bfcfd8 none no-repeat; border:1px solid #7f9fb2;}
.eventsShowCalenderWeekdayCell	{text-align:center; color:#004065; font-weight:300; background:#dee6eb none no-repeat; border:1px solid #7f9fb2;}	
.eventsShowCalenderWeekendCell	{text-align:center; color:#004065; font-weight:300; background:#bfcfd8 none no-repeat; border:1px solid #7f9fb2;}
.eventsShowCalenderHoliday		{font-weight:600;}
.eventsShowCalenderSpecial		{text-decoration:underline;}
#eventsShowCalenderActual		{border:2px solid #004065;}
#eventsShowCalenderDate			{color:#ffffff; background:#40708c none no-repeat;}
#eventsShowCalenderDate a,
#eventsShowCalenderDate a:visited,
#eventsShowCalenderDate a:active, 	
#eventsShowCalenderDate a:hover	{color:#ffffff;}
#eventsShowCalenderActualDate	{color:#ffffff; background:#40708c none no-repeat; border:2px solid #FFFFFF;}
#eventsShowCalenderActualDate a,
#eventsShowCalenderActualDate a:Visited,
#eventsShowCalenderActualDate a:Active,
#eventsShowCalenderActualDate a:Hover {color:#FFFFFF;}

/*single Event*/
.eventsShowEventDate					{font-size:0.85em; margin:2em 0 2em 0;}
.eventsShowEventIdentifier				{font-weight:600; font-size:1.1em; margin:0 0 0.3em 0;}
.eventsShowEventTitle					{font-weight:600; font-size:1.6em; margin:0 0 0 0; color:#001637;}
.eventsShowEventInfo					{font-weight:600; font-size:1.1em; margin:0.3em 0 0 0; }
.eventsShowEventDescription				{margin:2em 0 0 0; text-align:justify;}

.eventsShowEventOrganizerText			{margin:2em 0 0 0;}
.eventsShowEventOrganizerOrganizer		{font-weight:600;}
a.eventsShowEventOrganizerLink,
a:visited.eventsShowEventOrganizerLink,
a:active.eventsShowEventOrganizerLink 	{color:#001637; font-weight:300;}
a:hover.eventsShowEventOrganizerLink	{color:#001637; font-weight:300; text-decoration: underline;}
.eventsShowEventOrganizerAddition		{font-size:0.9em;}

.eventsShowEventVenueText				{margin:2em 0 0 0;}
.eventsShowEventVenueVenue				{font-weight:600;}
a.eventsShowEventVenueLink,
a:visited.eventsShowEventVenueLink,
a:active.eventsShowEventVenueLink 		{color:#001637; font-weight:300;}
a:hover.eventsShowEventVenueLink		{color:#001637; font-weight:300; text-decoration: underline;}
.eventsShowEventVenueAddition			{font-size:0.9em;}

.eventsShowEventBack					{margin:1em 0 0 0;}
a.eventsShowEventBackLink,
a:visited.eventsShowEventBackLink,
a:active.eventsShowEventBackLink	 	{color:#001637;}
a:hover.eventsShowEventBackLink			{color:#001637; text-decoration: underline;}



/*
------------------------------------------------------------
    websitemap
*/

#websitemap 
{
	overflow:hidden;
}

#websitemap ul 
{
	margin:0; padding:0px;
}

#websitemap li 
{
	margin:0; list-style-type:none;
}

.websitemapcolumn 
{
	overflow:hidden; float:left;
}

#websitemap li a,
#websitemap li a:link,
#websitemap li a:visited,
#websitemap li a:hover,
#websitemap li a:active,
#websitemap li a:focus 
{
	display:block;
	color:#FFFFFF; 
	font-weight:600;
	text-decoration:none;
	margin:10px 5px 0 5px;
	padding: 0.1em 0.1em 0.1em 0.5em;
	background: #004065 none no-repeat;
	border-bottom:1px solid #FFFFFF;
}

#websitemap li li a,
#websitemap li li a:link,
#websitemap li li a:visited,
#websitemap li li a:hover,
#websitemap li li a:active,
#websitemap li li a:focus 
{
	display:block;
	color:#FFFFFF; 
	font-weight:300;
	text-decoration:none;
	margin:0 5px 0 5px;
	padding: 0.1em 0.1em 0.1em 1.5em;
	background: #40708c none no-repeat;
	border-bottom:1px solid #FFFFFF;
}

#websitemap li li li a,
#websitemap li li li a:link,
#websitemap li li li a:visited,
#websitemap li li li a:hover,
#websitemap li li li a:active,
#websitemap li li li a:focus 
{
	padding: 0.1em 0.1em 0.1em 2.5em;
}

#websitemap li li li li a,
#websitemap li li li li a:link,
#websitemap li li li li a:visited,
#websitemap li li li li a:hover,
#websitemap li li li li a:active,
#websitemap li li li li a:focus 
{
	padding: 0.1em 0.1em 0.1em 3.5em;
}

#websitemap li li li li li a,
#websitemap li li li li li a:link,
#websitemap li li li li li a:visited,
#websitemap li li li li li a:hover,
#websitemap li li li li li a:active,
#websitemap li li li li li a:focus 
{
	padding: 0.1em 0.1em 0.1em 4.5em;
}

#websitemap li a:hover,
#websitemap li li a:hover,
#websitemap li li li a:hover,
#websitemap li li li li a:hover,
#websitemap li li li li li a:hover 
{
	text-decoration:underline;
}





/*
------------------------------------------------------------
    special forms
*/
.special_forms_p
{
	clear:both;
	width:220px;
	float:left;
	height:20px;
	margin:10px 0 0 0;
	text-align:right;
}

.special_forms_p_head
{
	clear:both;
	margin:20px 0 0 0;
	font-weight:600;
}

.special_forms_content
{
	width:300px;
	float:right;
	height:20px;
	margin:10px 0 0 0;
	text-align:left;
}

.special_forms_select
{
	width:300px;
	float:right;
	height:20px;
	margin:10px 0 0 0;
}

.special_forms_input
{
	width:300px;
	float:right;
	height:20px;
	margin:10px 0 0 0;
}

.special_forms_textarea
{
	width:540px;
	height:200px;
	margin:10px 0 0 0;
}

.special_forms_submit
{
	clear:both;
	float:left;
	width:150px;
	margin:30px 0 0 80px;
}

.special_forms_reset
{
	clear:both;
	float:right;
	width:150px;
	margin:30px 80px 0 0;
}





/*
------------------------------------------------------------
    page-functions (up,print,send)
*/
#webpagefunctions 
{
	color:#000000; 
	margin:0px; 
	padding: 1em 0 1em 30px;
	height:30px; 
	background:transparent none no-repeat;
	float:left;
}



/*
------------------------------------------------------------
    other classes
*/
.newsImageSmall {
	width:66px;
	height:66px;
	float:left; 
	margin: 0 10px 10px 0; 	
	border:1px solid #001637;
}

.newsImageBig {
	width:200px;
	height:200px;
	float:right; 
	margin:0 0 5px 10px;
	border:1px solid #001637;
}

.newsHR {
	height:1px;
	color:#001637;
	clear:left;
}



/*
############################################################
#
#   infoarea (infoarea on the right)
#
############################################################
*/
#webinfoarea 
{
	margin:0;
	width:200px; 
	font-size:0.8em;
	background:transparent none no-repeat;
	float:left;
	overflow:hidden;
}

#infoareaBox 
{
	background:#dee6eb none no-repeat;
	border-bottom:1px solid #40708c;
}

#websearch 
{
	background:#7f9fb2 none no-repeat;
	border-bottom:1px solid #40708c;
	margin:0px;
	padding:0px;
}

#websearch .search_term 
{
	margin:0 0 0 10px;
	width:100px;
	height:20px;
	color:#001637;
	font-size:1em;
	background-color:#dee6eb;
	border:1px solid #40708c;
}

#websearch .search_submit 
{
	margin:0 0 0 5px;
	width:70px;
	height:20px;
	color:#004065;
	font-size:1em;
	font-weight:300;
	background: transparent none no-repeat;
	border:none;
}

/* content */
#webinfoarea p 
{
	color:#000000;
	padding-left: 15px;
	padding-right: 15px;
	/*margin:5px 10px 10px 10px;*/
	line-height:normal;
}

#webinfoarea ol ,ul ,li  
{
	margin-left:0;
}

#webinfoarea h1 
{
	margin:0;
	padding: 0.4em 5px 0.4em 30px;
	font-size:1em;
	font-weight:300;
	color:#bfcfd8;
	line-height:normal;
	background:#40708c none no-repeat;
	border:none;
}

#webinfoarea h2 
{
	font-size:1em;
	font-weight:900;
	color:#001637;
	margin:1em 10px 0.4em 10px;
	background:transparent none no-repeat;
	border:none;
}

#webinfoarea h3 
{
	font-size:0.9em;
	font-weight:900;
	color:#001637;
	margin:1em 10px 0.4em 10px;
	background:transparent none no-repeat;
	border:none;
}

#webinfoarea h4 
{
	font-size:0.8em;
	font-weight:600;
	color:#001637;
	margin:1em 10px 0.4em 10px;
	background:transparent none no-repeat;
	border:none;
}

#webinfoarea h5 
{
	font-size:0.8em;
	font-weight:600;
	color:#001637;
	background:transparent none no-repeat;
	margin:0.3em 10px 0.4em 10px;
}


#webinfoarea img
{
	text-align:right;
	margin:0;
	padding:0;
}

#webinfoarea a
{
	margin:0;
	padding:0;
}

/*
------------------------------------------------------------
    subnavigation
*/

#webinfoarea .pageNavLinkUp,
#webinfoarea .pageNavLinkUp:visited,
#webinfoarea .pageNavLinkUp:hover,
#webinfoarea .pageNavLinkUp:active,
#webinfoarea .pageNavLinkUp:focus 
{
	color:#bfcfd8; 
}

#webinfoarea .pageNavLink,
#webinfoarea .pageNavLink:visited,
#webinfoarea .pageNavLink:hover,
#webinfoarea .pageNavLink:active,
#webinfoarea .pageNavLink:focus 
{
	color:#001637; 
}

#webinfoarea .pageNavLinkAct,
#webinfoarea .pageNavLinkAct:visited,
#webinfoarea .pageNavLinkAct:hover,
#webinfoarea .pageNavLinkAct:active,
#webinfoarea .pageNavLinkAct:focus 
{
	color:#001637; 
}



