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

  Standard 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: #FFFFE1 url(body.gif) repeat-y;
	scrollbar-face-color: #FFFFE1;		
	scrollbar-highlight-color: #FFFFE1;
	scrollbar-shadow-color: #FFFFE1;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #FFFFE1;
}

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





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

#webbackground {}





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


/* 
------------------------------------------------------------
    page head 
*/
#webheader {
	width:1000px;
}



/* 
------------------------------------------------------------
    actual date 
*/

#webdate {
	font-size:0.75em;
	text-align:left;
	padding: 0.2em 0 0.2em 1em;
	background:transparent none no-repeat;
	float:left;
}



/*
------------------------------------------------------------
    special-functions (sitemap, add to bookmarks) 
*/
#webaddition {
	font-size:0.75em;
	text-align:right;
	padding: 0.2em 20px 0.2em 0;
	background:transparent none no-repeat;
	float:right;
}

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

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

#webaddition acronym {border:none;}





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


/* 
------------------------------------------------------------
    page head 
*/
#webhead {
	clear:both;
	width:100%; 
	height:130px; 
	background:transparent url(webhead.jpg) repeat-x;
}


/* 
------------------------------------------------------------
    image in page head 
*/
#webheadimage {
	width:100%; 
	height:130px;  
	background:transparent url(webheadimage.jpg) no-repeat;
}





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

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





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


/*
------------------------------------------------------------
    navigation
*/
#webnavigation {
	width:200px;
	float:left;
	font-size:0.9em;
	font-weight:600;
	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:#336633; 
	text-decoration:none;
	padding: 0.4em 0.2em 0.4em 1em;
	background: transparent none no-repeat;
}

#webnavigation li a.act,
#webnavigation li a.act:link,
#webnavigation li a.act:visited,
#webnavigation li a.act:active,
#webnavigation li a.act:focus  {
	display:block;
	color:#000000; 
	text-decoration:none;
	padding: 0.4em 0.2em 0.4em 1em;
	background: transparent none no-repeat;
}

#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:#336633; 
	text-decoration:none;
	padding: 0.4em 0.2em 0.4em 1em;
	background: transparent none no-repeat;
}



/* 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 0.2em 0.4em 2em;
}

#webnavigation li li a.act,
#webnavigation li li a.act:link,
#webnavigation li li a.act:visited,
#webnavigation li li a.act:active,
#webnavigation li li a.act:focus {
	padding: 0.4em 0.2em 0.4em 2em;
} 

#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 0.2em 0.4em 2em;
}


/* 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.4em 0.2em 0.4em 3em;
}

#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.act:active,
#webnavigation li li li a.act:focus {
	padding: 0.4em 0.2em 0.4em 3em;
} 

#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.4em 0.2em 0.4em 3em;
}


/* 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.4em 0.2em 0.4em 4em;
}

#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.act:active,
#webnavigation li li li li a.act:focus {
	padding: 0.4em 0.2em 0.4em 4em;
}

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

#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.4em 0.2em 0.4em 4em;
}


/* 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.4em 0.2em 0.4em 5em;
}

#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.act:active,
#webnavigation li li li li li a.act:focus {
	padding: 0.4em 0.2em 0.4em 5em;
}

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





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

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



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

#webhistory a,
#webhistory a:link,
#webhistory a:visited {
	color:#707277; 
	text-decoration:none;
}

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




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

ol ,ul ,li  {margin-left:0.8em;}

h1 {
	font-size:1.4em;
	font-weight:900;
	color:#336633;
	margin-bottom:0.6em;
}


h2 {
	font-size:1.2em;
	font-weight:600;
	color:#336633;
	margin-top:1em;
	margin-bottom:0.4em;
}

h3 {
	font-size:1.1em;
	font-weight:600;
	color:#336633;
}

h4 {
	font-size:1.0em;
	font-weight:normal;
	color:#000000;
}

h5 {
	font-size:0.9m;
	font-weight:normal;
	color:#000000;

}

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

a:Visited {color:#336633;}
a:Active {color:#336633;}
a:Hover {
	color:#336633;
	text-decoration:underline;
}

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


/*
------------------------------------------------------------
    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:#000000; 
	line-height:normal;
	border:1px solid #000000;
	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;
}

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


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

.pageNav {
	margin:0;
	padding:0;	
	list-style-type:none;
}

a.pageNavLink,
a:link.pageNavLink,
a:visited.pageNavLink {
	display:block;
	color:#000000; 
	text-decoration:none;
	padding: 0.1em 0 0.1em 0;
	background-color:transparent;
}

a:hover.pageNavLink,
a:active.pageNavLink,
a:focus.pageNavLink,
a.pageNavLinkAct,
a:link.pageNavLinkAct,
a:visited.pageNavLinkAct {
	display:block;
	color:#336633;
	text-decoration:none;
	padding: 0.1em 0 0.1em 0;
}

a.pageNavLinkUp,
a:link.pageNavLinkUp,
a:visited.pageNavLinkUp {
	display:block;
	color:#000000; 
	text-decoration:none;
	padding: 0.1em 0 0.1em 0;
}

a:hover.pageNavLinkUp,
a:active.pageNavLinkUp,
a:focus.pageNavLinkUp {
	display:block;
	color:#336633;
	text-decoration:none;
	padding: 0.1em 0 0.1em 0;
}


a:hover.pageNavLink,
a:hover.pageNavLinkAct,
a:hover.pageNavLinkUp {
	text-decoration:underline;
}


/*
------------------------------------------------------------
    calender definitions
*/
.calenderTable { 					/*the whole table*/
	width:100%; 
	table-layout:fixed;
	border:1px solid #336633; 
	border-collapse:collapse;
	border-spacing:0px;
}

.calenderHeadMonth {				/*dislayed month*/	
	background-color:#336633;
	padding:0.1em 0 0.1em 0;
	color:#FFFFFF;
	font-weight:900;
	text-align:center;
}

.calenderHeadLast {					/*link to last month*/
	background-color:#336633;
	padding:0.1em 0 0.1em 0;
	color:#FFFFFF;
	font-weight:900;
	text-align:center;
}

.calenderHeadNext {					/*link to next month*/
	background-color:#336633;
	padding:0.1em 0 0.1em 0;
	color:#FFFFFF;
	font-weight:900;
	text-align:center;
}

a.calenderHeadLastLink,
a:visited.calenderHeadLastLink,
a:hover.calenderHeadLastLink,
a:active.calenderHeadLastLink,
a.calenderHeadNextLink,
a:visited.calenderHeadNextLink,
a:hover.calenderHeadNextLink,
a:active.calenderHeadNextLink  {
 	color:#FFFFFF;
	text-decoration:none;
}

.calenderDayMoFr {					/*day names from Mo to Fr*/
	background-color:#99B399;
	border:1px solid #99B399;
	color:#000000;
	font-size:0.8em;
	text-align:center;
}

.calenderDaySa,
.calenderDaySo {					/*day names Sa and So (can be separated)*/
	background-color:#99B399;
	border:1px solid #99B399;
	color:#000000;
	font-size:0.8em;
	font-weight:600;
	text-align:center;
}

.calenderEmptyCell {				/*days from last and next month*/
	background-color:#FFFFFF;
	border:1px solid #99B399;
	color:#B0B1B3;
	font-size:0.8em;
	text-align:center;
}

.calenderEmptySaCell,
.calenderEmptySoCell {				/*days from last and next month*/
	background-color:#D6D7D9;
	border:1px solid #99B399;
	color:#99B399;
	font-size:0.8em;
	text-align:center;
}

.calenderCell {						/*normal days*/
	background-color:#FFFFFF;
	border:1px solid #99B399;
	color:#000000;
	font-size:0.8em;
	text-align:center;
}

.calenderSaCell,
.calenderSoCell,					/*days Sa and So (can be separated)*/
.calenderSaLegalHolidayCell,
.calenderSoLegalHolidayCell,		/*days is an legal holiday on a Sa and So (can be separated)*/
.calenderSaPartHolidayCell,			
.calenderSoPartHolidayCell {		/*days is an part holiday on a  Sa and So (can be separated)*/
	background-color:#D6D7D9;
	border:1px solid #99B399;
	color:#336633;
	font-size:0.8em;
	text-align:center;
}

.calenderLegalHolidayCell {		/*day is an legal holiday in germany*/
	background-color:#FFFFFF;
	border:1px solid #99B399;
	color:#336633;
	font-size:0.8em;
	text-align:center;
}

.calenderPartHolidayCell {		/*day is an part holiday in germany*/
	background-color:#FFFFFF;
	border:1px solid #99B399;
	color:#99B399;
	font-size:0.8em;
	text-align:center;
}

.calenderActiveCell {			/*actual day*/
	background-color:#FFFFFF;
	border:2px solid #336633;
	color:#000000;
	font-size:0.8em;
	text-align:center;
}

.calenderActiveSaCell,
.calenderActiveSoCell,				/*actual day at weekends*/
.calenderActiveSaLegalHolidayCell,
.calenderActiveSoLegalHolidayCell,	/*actual day at legal holiday on a weekend*/
.calenderActiveSaPartHolidayCell,
.calenderActiveSoPartHolidayCell {	/*actual day at part holiday on a weekend*/	
	background-color:#D6D7D9;
	border:2px solid #336633;
	color:#336633;
	font-size:0.8em;
	text-align:center;
}

.calenderActiveLegalHolidayCell {	/*actual day at legal holiday*/
	background-color:#FFFFFF;
	border:2px solid #336633;
	color:#336633;
	font-size:0.8em;
	text-align:center;
}

.calenderActivePartHolidayCell {	/*actual day at part holiday*/
	background-color:#FFFFFF;
	border:2px solid #336633;
	color:#99B399;
	font-size:0.8em;
	text-align:center;
}

.calenderAdition{

}


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

/*hr to separate*/
.eventsPreLine,
.eventsListLine,
.eventsShortlistLine 					{clear:both; width:100%; height:0px; border-bottom:1px dotted #336633; 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:#336633;}
.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:#336633;}
a:hover.eventsShowListEventLink			{color:#336633; 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:1px solid #336633;}
.eventsShowCalenderMonth		{text-align:center; color:#FFFFFF; font-weight:600; background:#336633 none no-repeat;}
.eventsShowCalenderMonth a,
.eventsShowCalenderMonth a:visited,
.eventsShowCalenderMonth a:active, 	
.eventsShowCalenderMonth a:hover		{color:#FFFFFF; text-decoration:none;}						
.eventsShowCalenderLastNext				{text-align:center; color:#FFFFFF; font-weight:600; background:#336633 none no-repeat;}
.eventsShowCalenderLastNext a,
.eventsShowCalenderLastNext a:visited,
.eventsShowCalenderLastNext a:active, 	
.eventsShowCalenderLastNext a:hover		{color:#FFFFFF; text-decoration:none;}
.eventsShowCalenderWeekdayDay	{text-align:center; color:#FFFFFF; font-weight:600; background:#99B399 none no-repeat; border-left:1px solid #99B399; border-right:1px solid #99B399;}
.eventsShowCalenderWeekendDay	{text-align:center; color:#FFFFFF; font-weight:600; background:#99B399 none no-repeat; border-left:1px solid #99B399; border-right:1px solid #99B399;}
.eventsShowCalenderNonedayCell	{text-align:center; color:#B2B3B5; font-weight:300; background:#FFFFFF none no-repeat; border-left:1px solid #99B399; border-right:1px solid #99B399;}	
.eventsShowCalenderNoneendCell	{text-align:center; color:#B2B3B5; font-weight:300; background:#E2E2E2 none no-repeat; border-left:1px solid #99B399; border-right:1px solid #99B399;}
.eventsShowCalenderWeekdayCell	{text-align:center; color:#000000; font-weight:300; background:#FFFFFF none no-repeat; border-left:1px solid #99B399; border-right:1px solid #99B399;}	
.eventsShowCalenderWeekendCell	{text-align:center; color:#000000; font-weight:300; background:#E2E2E2 none no-repeat; border-left:1px solid #99B399; border-right:1px solid #99B399;}
.eventsShowCalenderHoliday		{font-weight:600; text-decoration:none;}
.eventsShowCalenderSpecial		{font-weight:300; text-decoration:underline;}
#eventsShowCalenderActual		{border:2px solid #336633;}
#eventsShowCalenderDate			{color:#336633;}
#eventsShowCalenderActualDate	{color:#336633; border:2px solid #336633;}


/*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:#336633;}
.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:#336633; font-weight:300;}
a:hover.eventsShowEventOrganizerLink	{color:#336633; 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:#336633; font-weight:300;}
a:hover.eventsShowEventVenueLink		{color:#336633; 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:#336633;}
a:hover.eventsShowEventBackLink			{color:#336633; text-decoration: underline;}



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





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

#infoareaBox {
	border-bottom:1px solid #336633;
}

#websearch {
	margin: 20px 0 0 0;
}

#websearch .search_term {
	width:100px;
	height:20px;
	font-size:1em;
	border:1px solid #336633;
}
#websearch .search_submit {
	width:75px;
	height:20px;
	margin: 0 0 0 5px;
	font-size:1em;
	border:1px solid #336633;
	background-color:#FFFFFF;
	color:#000000;
	font-weight:600;
}