@charset "utf-8";

/* 
	General font and appearance Styles
*/

body {
	font-size: 12px;
	font-family:Arial;
	line-height: 18px;
}

h1{
	color:#993300;
	font-family:"Arial Rounded MT Bold", Arial;
	font-size: 24px;
	line-height: 30px;
}

h2{
	color:#993300;
	font-family:"Arial Rounded MT Bold", Arial;
	font-size: 18px;
}
h3{
	color:#336600;
	font-family: Arial;
	font-size: 14px;
}
h4{
	color:#993300;
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 12px;
}

.lhm_title{
	color:#336600;
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 14px;
}

.lhm_text {
	color:#000000;
	font-family: Arial;
	font-size: 11px;
	line-height: 13px;
}

.lhm_subtitle {
	color:#000000;
	font-family: Arial;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
}

a:link {
	color:#0099CC;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color:#336600;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color:#993300;
	font-weight: bold;
	text-decoration: none;
}

.topmenu {
	color:#0099CC;
	text-align: left;
	border-left-color:#0099CC;
	border-left-width: 1px;
	padding-left: 4px;
	border-left-style: solid;
	float:none;
	}
.mainbody {
	font-size: 12px;
	font-family: Arial;
	line-height: 18px;
	text-align: justify;
}
.maindesc {
	font-size: 11px;
	font-family: Arial;
	line-height: 16px;
	text-align: justify;
}

/*
	Page Layout
*/



#banner {
	width: 800px;
	top:5px;
}
#banner-follow {
	position:absolute;
	width:640px;
	left:169px;
	top:116px;
	font-size:11px;
	text-align:right;
}

#menucol {
	width: 150px;
	background-attachment:fixed;
	background-repeat:repeat-y;
	background:url(../images-structure/layout_r3.jpg);
	left:5;
	top:108px;	
}

#lang
{
	text-align:left;
}
#lang .ac, #lang .av a, #lang .un
	{
		font-weight: normal;
	}
.un
	{
	color:#999;
}
.ac
	{
		color:#4D8E2F;
		background-color:white;
	}
#menu{
	width:120px;
	margin:0px;
	padding:5px 7px 5px 5px;
	color:#993300;
	font-family:"Arial Rounded MT Bold", Arial;
	text-align:right;
	background:inherit;
	border: 0px none #336600;
}
#menu a{
	text-decoration: none;
	}

.menu1 {
	font-size:16px;
	padding-right: 5px;
	padding-top: 8px;
	padding-bottom:8px;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #336600;
}
.menu2 {
	font-size:12px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom:4px;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099cc;  	
}
.menu3 {
	line-height: 18px; 
}

#menu #selected {
	color:#4D8E2F;
}

#menu #opened {
	color:#3399CC;
	background:white;
	margin-left: inherit;
}


#third-col {
	position:absolute;
	left:609px;
	width:193px;
	top:142px;
	z-index:1;
	height: auto;
	font-size:90%;
	text-align:left;
	color:#993333;
	background-color:#DFF8FF;
	margin:0;
	border:1px solid #66CCFF;
	padding:2px;
	float:left;	
}
#third-col h1, #third-col h2, #third-col h3{
 	font-size:95%;
	padding:1px;
	margin:0px;
}
#third-col p{
	margin:5px 5px 5px 5px;
}
#third-col hr{
	border-top: 4px dotted #3399CC;
}

#third-col table, #third-col tr, #third-col td
{
	padding:0px !important;
	margin:0px !important; 
	border:0px !important;
}

#menufoot
{
   width: 128px;
   height: 100px;
   background-attachment:fixed;
   background-repeat:repeat-x;
   background:url(../images-structure/layout_r4.jpg);
}


/* Events, News etc: */
.listnewshead, .listeventshead
{
	font-size:12px;
	padding-bottom:5px;
}

#third-col .listeventshead
{font-size:11px;
line-height:14px;
}
#third-col .listnewshead
{font-size:11px;
line-height:14px;
}

#bodyarea .listeventshead
{font-size:12px;
line-height:16px;
}

#bodyarea .listnewshead
{font-size:12px;
line-height:16px;
}
/* Main Body of document */
#bodyarea{
	position:absolute;
	left:165px;
	top:142px;
	text-align:justify;
	padding:0px;
	width:430px;
}
.SubTitle {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 14px;
	color: #0099CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 336600;
	text-decoration: none;
}


/*
 *  Image Script descriptions
*/

.imagewrapper, .imagewrapper_border{
        text-align: center;
    width:auto;
        padding:3px;
        margin:5px;
        overflow:hidden;
}
.imagewrapper img, imagewrapper_border img
{
	border:0px;
	padding:0px;
	margin:0px;
}
 

.imagewrapper_border{
        border:1px solid black;
        overflow:hidden;
       width:auto;
}

.imagetitle{
	font-size:10px;
    font-weight: bold;
}

.imagedesc{
	font-size:10px;
    text-align:left;
	
}

.imagecopy{
    font-size:10px;
	text-align:left;
}
