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

  Stadt Oelde CSS

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





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

* {
	margin:0; 
	padding:0;
}

body  {
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif; 
	font-size:100.01%;
	color:#000000; 
	line-height:normal;
	background:#FFFFFF none no-repeat;
	scrollbar-face-color: #FFFFFF;		
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #FFFFFF;
	overflow-y :scroll; 
}

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





/*
############################################################
#
#   webbackground 
#
############################################################
*/

#webbackground 
{
	min-width:990px;
	width:990px;  
	background: transparent none no-repeat;
	
	position:absolute;
	left:50%;                
  	margin:0 0 0 -495px; 
}





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

#webheader 
{
	width:990px;
}



/* 
------------------------------------------------------------
    webaddition
*/

#webaddition 
{
	width:600px;
	margin:1em 0 1em 115px;
	overflow:hidden;
	float:left;
	font-size:0.8em;
	color:#989898; 
}

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

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

#webaddition acronym 
{
	border:none;
}



/* 
------------------------------------------------------------
    websearch
	
*/

#websearch 
{
	float:right;
	width:235px;
	height:20px;
	margin:1em 0 1em 0;
	padding:0px;
}

#websearch .search_term 
{
	margin:0;
	padding:0px;
	width:165px;
	height:20px;
	color:#000000;
	font-size:0.8em;
	background-color:#FFFFFF;
	border:1px solid #989898;
	float:left;
}

#websearch .search_submit 
{
	margin:0 0 0 5px;
	padding:0px;
	width:60px;
	height:20px;
	color:#000000;
	font-size:0.8em;
	font-weight:300;
	background: #cccccc none no-repeat;
	border:none;
	float:right;
}





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

#webhead {
	clear:both;
	width:990px; 
	height:180px; 
	background:transparent url(webhead.jpg) no-repeat;
	overflow:hidden;
}



#webheadtext
{
	margin:80px 0 0 115px;
	font-size:1.6em;
	font-weight:600;
	color:#ffffff;
}




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

#webmain {
	clear:both;
	width:990px;
	background:#ebf6f7 url(webmain.jpg) no-repeat top left;
	overflow:hidden;
}





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


/*
------------------------------------------------------------
    navigation - first level
*/

#webnav_first
{
	clear:both;
	width:860px;
	height:20px;
	margin:0 0 0 115px;
	float:left;
	font-size:0.7em;
	font-weight:300;
	overflow:hidden;
	background:transparent none no-repeat;
}

#webnav_first ol, 
#webnav_first ul {
	margin:0;
	padding:0;
}


/* Ebene 1 */

#webnav_first li {
	margin:0 5px 0 0;
	padding:0;
	list-style-type:none;
	float:left;
	text-align:center;
}

#webnav_first li a,
#webnav_first li a:link,
#webnav_first li a:visited,
#webnav_first li a:hover,
#webnav_first li a:active,
#webnav_first li a:focus  {
	display:block;
	width:115px;
	height:20px;
	color:#FFFFFF;
	text-decoration:none;
	padding: 3px 0 0 0;
	background:#00909b none no-repeat;
	overflow:hidden;
}

#webnav_first li a.act,
#webnav_first li a.act:link,
#webnav_first li a.act:visited,
#webnav_first li a.act:hover,
#webnav_first li a.act:active,
#webnav_first li a.act:focus, 
#webnav_first li a.actpath,
#webnav_first li a.actpath:link,
#webnav_first li a.actpath:visited,
#webnav_first li a.actpath:hover,
#webnav_first li a.actpath:active,
#webnav_first li a.actpath:focus {
	display:block;
	width:115px;
	height:20px;
	color:#FFFFFF;
	text-decoration:none;
	padding: 3px 0 0 0;
	background:#007c86 none no-repeat;
	overflow:hidden;
}

#webnav_first li a:hover,
#webnav_first li a.act:hover,
#webnav_first li a.actpath:hover {
	background:#007c86 none no-repeat;
	overflow:hidden;
}



#webnav_first li a.meinjrk,
#webnav_first li a.meinjrk:link,
#webnav_first li a.meinjrk:visited,
#webnav_first li a.meinjrk:hover,
#webnav_first li a.meinjrk:active,
#webnav_first li a.meinjrk:focus  {
	display:block;
	width:115px;
	height:20px;
	color:#FFFFFF;
	text-decoration:none;
	padding: 3px 0 0 0;
	background:#f29400 none no-repeat;
	overflow:hidden;
}

#webnav_first li a.meinjrk:hover {
	background:#b56f00 none no-repeat;
	overflow:hidden;
}



/*
------------------------------------------------------------
    navigation - second level
*/

#webnav_second
{
	clear:both;
	width:860px;
	height:95px;
	margin:30px 0 0 115px;
	float:left;
	font-size:0.7em;
	font-weight:300;
	overflow:hidden;
	background:transparent none no-repeat;
}

#webnav_second ol, 
#webnav_second ul {
	margin:0;
	padding:0;
}


/* Ebene 1 */

#webnav_second li {
	margin:0 5px 0 0;
	padding:0;
	list-style-type:none;
	float:left;
	text-align:center;
}

#webnav_second li a,
#webnav_second li a:link,
#webnav_second li a:visited,
#webnav_second li a:hover,
#webnav_second li a:active,
#webnav_second li a:focus  {
	display:block;
	width:100px;
	height:95px;
	color:#FFFFFF;
	text-decoration:none;
	padding: 78px 0 0 0;
	background:#00909b none no-repeat;
	overflow:hidden;
}

#webnav_second li a.act,
#webnav_second li a.act:link,
#webnav_second li a.act:visited,
#webnav_second li a.act:hover,
#webnav_second li a.act:active,
#webnav_second li a.act:focus, 
#webnav_second li a.actpath,
#webnav_second li a.actpath:link,
#webnav_second li a.actpath:visited,
#webnav_second li a.actpath:hover,
#webnav_second li a.actpath:active,
#webnav_second li a.actpath:focus {
	display:block;
	width:100px;
	height:95px;
	color:#FFFFFF;
	text-decoration:none;
	padding: 78px 0 0 0;
	background:#007c86 none no-repeat;
	overflow:hidden;
}

#webnav_second li a:hover,
#webnav_second li a.act:hover,
#webnav_second li a.actpath:hover {
	background:#007c86 none no-repeat;
	overflow:hidden;
}




/*
------------------------------------------------------------
    navigation
*/
#webnavigation {
	width:175px;
	float:left;
	margin:0;
	font-size:0.75em;
	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:#00909b; 
	text-decoration:none;
	background: transparent none no-repeat;
	padding: 0.2em 5px 0.2em 0;
	margin:0 0 0 15px;
}

#webnavigation li a.act,
#webnavigation li a.act:link,
#webnavigation li a.act:visited,
#webnavigation li a.act:hover,
#webnavigation li a.act:active,
#webnavigation li a.act:focus {
	display:block;
	color:#007c86; 
	text-decoration:none;
	background: transparent none no-repeat;
	padding: 0.2em 5px 0.2em 0;
	margin:0 0 0 15px;
}

#webnavigation li a:hover,
#webnavigation li a.act:hover {
	color:f29400;
}

#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:#007c86; 
	text-decoration:none;
	background: transparent none no-repeat;
	padding: 0.2em 5px 0.2em 0;
	margin:0 0 0 15px;
}



/* Ebene 2 */

#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,
#webnavigation li li a.act,
#webnavigation li li a.act:link,
#webnavigation li li a.act:visited,
#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.2em 5px 0.2em 1em;
}


/* Ebene 3 */

#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,
#webnavigation li li li a.act,
#webnavigation li li li a.act:link,
#webnavigation li li li a.act:visited,
#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.2em 5px 0.2em 2em;
}


/* Ebene 4 */

#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,
#webnavigation li li li li a.act,
#webnavigation li li li li a.act:link,
#webnavigation li li li li a.act:visited,
#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.2em 5px 0.2em 3em;
}

/* Ebene 5 */

#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,
#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,
#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.2em 5px 0.2em 4em;
}



#webnavbuttons
{
	width:100%;
	text-align:center;
	margin:10px 0 0 0;
}

.webnavbutton
{
	border:none;
	margin:0 0 5px 0;
}


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


#webcontent 
{
	width:580px; 
	margin:0 0 0 0;
	font-size:0.8em;
	background:transparent none no-repeat;
	float:left;
}

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

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


#ownpageElement
{
	margin:0 0 0 0;			
}

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



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

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

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


/*
------------------------------------------------------------
    main-page standard-tags
*/

p { 
	line-height:normal;
     margin: 0;
}

ol   {
   list-style-type:decimal;
}

ul   {
   list-style-type:disc;
}

li  {margin-left:2em;}

h1 { 
	font-size:1.4em;
	font-weight:600;
	color:#00909b; 
	text-align:left;
	margin:0 0 0.3em 0;
	line-height:normal;
}

h2 { 
	font-size: 1.3em; 
	font-weight:600;
	color:#00909b; 
	text-align:left; 
	margin: 0 0 0 0;
	line-height:normal; 
}

h3 {
	font-size: 1.2em; 
	font-weight:600;
	color:#00909b; 
	text-align:left; 
	margin: 0 0 0 0;
	line-height:normal;
}

h4 {
	font-size: 1.1em; 
	font-weight:600;
	color:#00909b; 
	text-align:left; 
	margin: 0 0 0 0;
	line-height:normal;
}

h5 {
	font-size: 1em; 
	font-weight:600;
	color:#00909b; 
	text-align:left; 
	margin: 0 0 0 0;
	line-height:normal;
}

/* links */
a,  
a:link,
a:visited { 
	color:#00909b; 
	text-decoration:underline; 
}

a:hover { 
	color:#f29400; 
	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_Textblock-Grün {
	display:block;
    padding: 40px 10px 10px 10px;
    background:#e1f1f1 url(textblock-gruen.gif) no-repeat left top;
}

.pregocms_Textblock-Orange {
	display:block;
    padding: 40px 10px 10px 10px;
    background:#ffebd2 url(textblock-orange.gif) no-repeat left top;
}

.pregocms_Textblock-Rot {
	display:block;
    padding: 40px 10px 10px 10px;
    background:#fde3d6 url(textblock-rot.gif) no-repeat left top;
}

.pregocms_Textblock-Grün-Ohne {
	display:block;
    padding: 10px 10px 10px 10px;
    background:#e1f1f1 none no-repeat;
}

.pregocms_Textblock-Orange-Ohne {
	display:block;
    padding: 10px 10px 10px 10px;
    background:#ffebd2 none no-repeat;
}

.pregocms_Textblock-Rot-Ohne {
	display:block;
    padding: 10px 10px 10px 10px;
    background:#fde3d6 none no-repeat;
}

/*
------------------------------------------------------------
    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:#00909b; 
	line-height:normal;
	border:1px solid #00909b;
	scrollbar-face-color: #FFFFFF;		
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #00909b;
	scrollbar-darkshadow-color: #00909b;
	scrollbar-arrow-color: #00909b;
	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 #00909b;
}

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

.pageNavLink,
.pageNavLink:visited,
.pageNavLink:hover,
.pageNavLink:active,
.pageNavLink:focus {
	display:block;
	color:#00909b; 
	font-size:0.9em;
	font-weight:300;
	text-decoration:none;
	padding: 0.3em 5px 0.3em 5px;
	background: #cde2c8;
	/*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 {
	display:block;
	color:#00909b; 
	font-size:0.9em;
	font-weight:600;
	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:60%; 
	height:60%; 
	top:0;
	left:20%;
	border:1px solid #000000; 
	background:#FFFFFF none no-repeat; 
	display:block;
}

.text-popup-close
{
	width:100%;
	height:30px;
	text-align:right;
	padding:3px 10px 0 0;
	color:#FFFFFF;
	background:#000000 none no-repeat;
}

.text-popup-close a
{
	color:#FFFFFF;
	text-decoration:none;
}



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

/*hr to separate*/
.eventsPreLine,
.eventsListLine,
.eventsShortlistLine 					{clear:both; width:100%; height:1px; color:00909b; 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:#00909b;}
.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:#00909b;}
a:hover.eventsShowListEventLink			{color:#00909b; 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:#cde2c8; font-weight:600; background:#1c4512 none no-repeat; border:1px solid #00909b;}
.eventsShowCalenderMonth a,
.eventsShowCalenderMonth a:visited,
.eventsShowCalenderMonth a:active, 	
.eventsShowCalenderMonth a:hover		{color:#cde2c8; text-decoration:none;}						
.eventsShowCalenderLastNext				{text-align:center; color:#cde2c8; font-weight:600; background:#1c4512 none no-repeat; border:1px solid #00909b;}
.eventsShowCalenderLastNext a,
.eventsShowCalenderLastNext a:visited,
.eventsShowCalenderLastNext a:active, 	
.eventsShowCalenderLastNext a:hover		{color:#cde2c8; text-decoration:none;}
.eventsShowCalenderWeekdayDay	{text-align:center; color:#cde2c8; font-weight:600; background:#00909b none no-repeat; border:1px solid #00909b;}
.eventsShowCalenderWeekendDay	{text-align:center; color:#cde2c8; font-weight:600; background:#00909b none no-repeat; border:1px solid #00909b;}
.eventsShowCalenderNonedayCell	{text-align:center; color:#00909b; font-weight:300; background:#9cc592 none no-repeat; border:1px solid #00909b;}	
.eventsShowCalenderNoneendCell	{text-align:center; color:#00909b; font-weight:300; background:#1c4512 none no-repeat; border:1px solid #00909b;}
.eventsShowCalenderWeekdayCell	{text-align:center; color:#1c4512; font-weight:300; background:#9cc592 none no-repeat; border:1px solid #00909b;}	
.eventsShowCalenderWeekendCell	{text-align:center; color:#cde2c8; font-weight:300; background:#1c4512 none no-repeat; border:1px solid #00909b;}
.eventsShowCalenderHoliday		{font-weight:600;}
.eventsShowCalenderSpecial		{text-decoration:underline;}
#eventsShowCalenderActual		{border:2px solid #FFFFFF;}
#eventsShowCalenderDate			{color:#1c4512; background:#cde2c8 none no-repeat;}
#eventsShowCalenderActualDate	{color:#1c4512; background:#cde2c8 none no-repeat; border:2px solid #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:#00909b;}
.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:#00909b; font-weight:300;}
a:hover.eventsShowEventOrganizerLink	{color:#00909b; 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:#00909b; font-weight:300;}
a:hover.eventsShowEventVenueLink		{color:#00909b; 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:#00909b;}
a:hover.eventsShowEventBackLink			{color:#00909b; text-decoration: underline;}



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

#websitemap {overflow:hidden;}
#websitemap ul {margin:0; padding:0px; font-weight:600;}
#websitemap li {margin:0; list-style-type:none;}

#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:#00909b; 
	text-decoration:none;
	padding: 0.1em 0.1em 0.1em 1em;
}

#websitemap ul ul
{
	margin:0 0 0 1em;
	font-weight:300;
}


#websitemap ul ul
{
	margin:0 0 0 1em;
	font-weight:300;
}

#websitemap ul ul ul
{
	margin:0 0 0 1em;
	font-weight:300;
}

#websitemap ul ul ul ul
{
	margin:0 0 0 1em;
	font-weight:300;
}

#websitemap ul ul ul ul ul
{
	margin:0 0 0 1em;
	font-weight:300;
}

#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;
}




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



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

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

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



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

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

#infoareaBox 
{
}





/*
############################################################
#
#   webfooter
#
############################################################
*/

#webfooter{
	clear:both;
	width:990px;
	height:40px;
	background:#ffffff url(webfooter.jpg) no-repeat;
	overflow:hidden;
	font-size:0.7em;
	padding:20px 0 0 195px;
}
