body {font-family: Arial, Helvetica, sans-serif; color:#262525; font-size: 12px; margin-top: 0; margin-left: 0; line-height:16px}
table {font-size: 12px;}

a 		{ color:#262525; text-decoration:underline; }
a:HOVER	{ color:#000000; text-decoration:underline; }

.principal {margin-top:5px; width:903px; overflow:hidden; text-align:left; border-left: solid 10px #0f4d26; border-top: solid 11px #0f4d26; border-right: solid 10px #0f4d26; border-bottom: solid 1px #0f4d26;}


/* full content */
.contentLayout1 { width:662px; overflow:hidden}
.content1 { padding:10px 31px 15px 24px;}

/* content + contentright */
.contentLayout2 { width:434px; overflow:hidden;}
.content2 { padding:10px 31px 15px 24px;}

/* content + events */
.contentLayout3 { width:459px; overflow:hidden;}
.content3 { padding:10px 31px 15px 24px;}

/* content + contentright */
.contentRightLayout1 { width:228px; overflow:hidden;}
.contentRight1  {padding: 15px 2px 20px 0px; }

/* content + events */
.contentRightLayout2 { width:200px; background-color:#e9ba29; margin:10px 3px 1px 0px; overflow:hidden}
.contentRight2  {padding: 10px 7px 26px 7px; color:#0a163d; overflow:hidden}
.contentRight2 a, .contentRight2 a:HOVER { color:#124778; text-decoration:underline; }

.clear 		{ clear:both; overflow:hidden; }

/* startpage news */
.headlinetitle {line-height:26px; margin:15px 0px 3px 0px; color:#ffffff; width:100%; font-size:12px; font-weight:bold; border-bottom: solid 1px #ffffff}

/* SubPageBar */
.subpagepar {background-color:#e9ba29; padding: 4px 0px 5px 6px; width:100% }

/* Repeater */
.rptitle {padding: 3px 4px 3px 0px; border-top: solid 0px #e9ba29; border-bottom: solid 1px #e9ba29}
.rptitle A, .rptitle A:visited, .rptitle A:hover  {color:#262525; font-size:12px; font-weight:bold; text-decoration:none}
.rpdate	{font-size:12px; font-weight:bold}
.rplinkpage { font-weight: bold}

/* Navigation */
.navTop, .navTop td {width:197px; margin:0px 0px 4px 32px; overflow:hidden; color:#737057;}
A.menuTop0 { color: #413f3f; font-size:11px; text-decoration:none; padding: 0px 5px 0px 5px; }
A.menuTop0Over, A.menuTop0:HOVER, A.menuTop0Over:HOVER {font-size:11px; padding: 0px 5px 0px 5px; color:#000000; text-decoration:none; }

.nav		{ width:225px; padding:5px 14px 15px 2px; overflow:hidden;}
.menu0 		{ padding:4px 0px 4px 35px; margin-bottom:1px }
.menu0Over 	{ padding:4px 0px 4px 35px; margin-bottom:1px; background-color:#46845d; }
.menu0 A  { color:#FFFFFF; text-decoration:none; font-size: 12px}
.menu0 A:HOVER, .menu0Over A, .menu0Over A:HOVER { color:#073318; text-decoration:none; font-size: 12px }

.menu1 		{ padding:3px 0px 3px 50px; margin-bottom:1px;}
.menu1Over 	{ padding:3px 0px 3px 50px; margin-bottom:1px; background-color:#46845d; }
.menu1 A  { color:#a3baab; text-decoration:none; font-size: 12px }
.menu1 A:HOVER, .menu1Over A, .menu1Over A:HOVER { color:#073318; text-decoration:none; font-size: 12px }


/* Navi Search */
.txtSearch	{ color:#000000; width: 100px; border: solid 1px #114d27; margin: 0px 0px 0px 0px}
.submit	    { background-color:#2d6441; width: 45px; height:17px; font-size:11px; color:#FFFFFF; border: 0px; cursor:pointer}
.submitOver { background-color:#2d6441; width: 45px; height:17px; font-size:11px; color:#FFFFFF; border: 0px; cursor:pointer }

/* CMS Styles */
.headline {font-weight: bold; font-size: 14px; COLOR: #0f4d26; line-height:22px}
.lineheight16 {line-height:16px;}
.lineheight18 {line-height:18px;}
.lineheight20 {line-height:20px;}
.lineheight22 {line-height:22px;}
.imageright {border: 0px; margin:2px 0 10px 25px; float:right;}
.imageleft {border: 0px; margin:2px 25px 10px 0; float:left;}
.imageborder {border:1px solid #262525;}

/* Forms */
input		  	{ font-family:Arial, Helv, Helvetica, sans-serif; font-size:11px; color:#000000; border: solid 1px #86ad95;}
select			{ font-family:Arial, Helv, Helvetica, sans-serif; font-size:11px; color:#000000; border: solid 1px #86ad95;}
textarea		{ font-family:Arial, Helv, Helvetica, sans-serif; font-size:11px; color:#000000; border: solid 1px #86ad95;}
.submitstandard { background-color:#86ad95; border: solid 1px #262525; cursor:pointer}

.title	{color: #0f4d26; font-size:18px; font-weight:bold }

.footer { background-color:#0f4d26; color:#ffffff; text-align:center; font-size:11px; line-height:26px}
.footer a {color:#ffffff; text-decoration:none}

/*
.autocomplete_completionListElement
{  
	visibility: hidden;
	margin: 0px!important;
	background-color: inherit;
	color: windowtext;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	overflow: auto;
	height: 200px;
    text-align: left; 
    list-style-type: none;
}
*/

.autocomplete_completionListElement
{  
	visibility: hidden;
	margin: 0px!important;
	background-color: white;
	color: windowtext;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	overflow: auto;
    text-align: left; 
    list-style-type: none;
    font-size:11px;
}

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

.autocomplete_listItem 
{
	background-color: window;
	color: windowtext;
	padding: 1px;
}