/*

*/

/* ########################### OVERALL STYLE */
body{
	margin: 20px;
	padding: 0px;
	font-family: Arial, calibri, consolas, Verdana, Geneva, Helvetica, sans-serif;
	color: #333; /* #646464; */
	font-size: 0.8em; /* 0.85em; */
        background: url(/images/sky_and_sea.jpg) repeat-y; /* no-repeat; */
        background-size: 100%;
}

#bg{
	/* background-image: url(../images/bg.gif); */ /* green thing on left */
        /* background-image: url(/images/sky_and_sea.jpg); */
	/* background-repeat: repeat-y;
        background-repeat: no-repeat;
        background-size: 100%; */
}

#container {
	width: 900px;
	background-color: #FFFFFF;
	position: relative;
	margin: 0px;
	padding: 10px;
	text-align: left; /* */
        /* height: 95%; */ /* so footer is at bottom */
}

#container_inner{
	/* border: 1px solid #CCCCCC; */ /* outer grey line square boundary */
	/* background-image: url(../images/linie.gif); */ /* vert grey line between main menu and main body */
	background-repeat: repeat-y;
	background-position: 23% 0; /* */
}

#header {
	width:auto;
	padding:0px;
	margin: 0px;
	/* border-bottom: 1px solid #CCCCCC; */ /* ################### grey line under breadcrumbs */
	background-color: #FFFFFF;
}
 
#header_img1{
	width: 200px; /* 310px; */
	height: 60px; /* 90px */
	margin: 5px 5px 5px 15px;
	background-color: #FFFFFF;
	float: left;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#header_banner{
	width: 468px; /* 465px; */
	margin: 0px;
	padding: 10px 120px 10px 0px;   /* 15px 10px 0 0; */
	background-color: #FFFFFF;
	float: right;
}

#sitetitle{ /* what is this? */
	font-family: monospace;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 10px;
	margin: 0 0 5px 0px;
	color: green; /* #1E90FF; */
	background-color: #F5F5F5;
	/* border-bottom: 1px solid #CCCCCC;  */ /* grey line ??? */
	line-height: 20px;
	text-align: left;
}

#leftcol{
	width: 20%; /* for adjusting main menu col width, also adjust maincol */
	float: left;
	position: relative;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
z-index:100; /* swmenufree ie6 fix */
}
 
#leftcol_inner{
	padding: 0px;
	margin: 10px;
}
 
#maincol{
	/* background-color: #BD8C01; transparent; */
	float: right;
	display: inline;
	position: relative;
	width: 80%; /* for adjusting main menu col width, also adjust leftcol */
	margin: 45px 0px 20px 0px; /* ###################### push main content down so level with logo */
	padding: 0px; /*  */
}
 
#maincol_inner{
	padding: 0px;
	margin: 10px;
        /* background-color: #BD8C01; green */
}

#pathway{
	padding: 3px 0 5px 10px;
	margin: 0 0 0px 0;
	/* border-top: 1px solid #CCCCCC; */  /* grey line over breadcrumbs */
	/* background-color: #F1F1F1;
	 font-size: 11px; */
}

.clr{
	clear: both;
}

#user{
	background-color: #333333;
	color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	/* border: 1px solid #CCCCCC; */ /* grey line ??? */
}

#user1{

}

#footer {
	color: #aaa; /* */
	font-size: 80%;
	padding: 5px;
	/* border-top: 1px solid #CCCCCC; */  /* grey line ??? */
	/* background-color: green; #ECECEC; */
	text-align: center;
}
/* CODE TEXT */

pre, .code {
	padding: 10px 15px;
	margin: 5px 15px 15px;
	/* border-top: 1px solid #1E90FF;
	border-bottom: 3px solid #1E90FF; */  /* grey line ??? */
	font: 12px "Courier News", monospace;
	background-color: #DDEEFF;
}


.dropcap {
	float: left;
	font: normal 60pt/0.8em Georgia, Helvetica, Verdana, Arial, sans-serif;
	color: #2A0FBC; /* #1E90FF; */
	margin-right: 3px;
}

.pullout{
	width: 30%;
	padding: 10px;
	/* border: 1px solid #CCCCCC; */ /* grey line ??? */
	color: #333333;
	float: right;
	font: 16px/0.9em Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: 0.05em;
	margin: 5px;
	clear: both;
}

/* TIPS, ERROR, MESSAGE, HIGHLIGHTS*/

.error {
	padding: 10px 10px 10px 25px;
	color: #B22222;
	font-size: 14px;
	border-top: 3px dotted #900;
	border-bottom: 1px dotted #900;
	display: block;
	background-color: #ECF6FF;
}

.message {
	padding: 10px 10px 10px 25px;
	color: #2A0FBC; /* #1E90FF; */
	font-size: 14px;
	border: 1px solid #846200; /* #2A0FBC #1E90FF; */
	/* border-left: 5px solid #846200; */ /* #2A0FBC #1E90FF; */  /* grey line on lhs of right col??? */ 
	display: block;
	background-color: #ECF6FF;
}

.tips {
	padding: 10px 10px 10px 25px;
	color: #E0AB66;
	font-size: 14px;
	border-top: 1px dotted #E0AB66;
	border-bottom: 1px dotted #E0AB66;
	display: block;
}

.highlight {
	background: #FFF6C3;
	font-weight: bold;
	color: #5D5000;
}


/* Default Joomla! Menu */

table.moduletable {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* #################################### LHS MAIN MENU */
a.mainlevel {
	padding: 5px 3px 7px 5px;
	display: block;
	color: #545454;
	text-decoration: none;
	/* border-bottom: 1px solid #CCCCCC; */ /* grey line ??? */
       line-height: 130%; /* how close main menu items are together */
	font-family: calibri, consolas, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #646464;
	/* font-size:90%; */
        text-align: center;

}

a.mainlevel:hover,a.mainlevel:active {
	color: #BD8C01; /* #846200; #2A0FBC #1E90FF; */
	text-decoration: none;
	background-color: #F0F0F0;
}

a.mainlevel#active_menu {
	color: #BD8C01; /* #846200; #2A0FBC #1E90FF; */
	font-weight: bold;
	text-decoration: none;
}

a.sublevel {
	padding: 4px 4px 4px 13px;
	display: block;
	color: #545454;
	text-decoration: none;
}

a.sublevel:hover,a.sublevel:active {
	color: #59B2C4;
	text-decoration: none;
}


/* for link in footer - too make non-blue and less obvious */
a.subtlelink:link { color: #aaa; text-decoration: underline; }
a.subtlelink:visited { color: #aaa; text-decoration: underline; }
a.subtlelink:hover { color: #aaa; text-decoration: underline; }



#active_menu {
	color: #59B2C4;
}

/*Horizontale Men�s*/

#topnavi{
	width: auto;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	background-color: #FFFFFF;
	/* border-bottom: 1px solid #CCCCCC; */ /* grey line ??? */
}

#topnavi_inner{
	background-color: #FFFFFF;
	padding: 3px;
}

#buttons {
	margin: 0px;
	padding: 0px;
	width: auto;
	float: left;
}

ul#mainlevel-nav{
	/* list-style: none; */
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 0.8em;
color: orange;
}

ul#mainlevel-nav li{         /* lhs main menu? no */
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: right;
	margin: 0;
/* color: green; */
	/* font-size: 11px; */
	white-space: nowrap;
	/* border-left: 1px solid #CCCCCC; */  /* grey line ??? */

}

ul#mainlevel-nav li a{         /* lhs main menu? */
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	/* color: green; */ /* #666666; */
        /* font-family: calibri, consolas, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #646464;
	font-size: 0.8em; */
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover{
	color: #1E90FF;
	background: #FFFFFF;
}


/* Normaler link */
a {
	color: #2A0FBC; /* #656565; */
	text-decoration: none;
}

a:hover, a:active {
	color: blue; /* #2A0FBC  #1E90FF; */
	text-decoration: underline;
}

/* ########################## Title text - articles */
.contentheading {
	color: #BD8C01; /* #846200; #2A0FBC #1E90FF; */
	font-size: 1.6em;
line-height: 1em;
/*        font-variant: small-caps; */
        font-weight: bold;
	/*border-bottom: 1px dashed #846200;  #2A0FBC #1E90FF; */
	margin: 0 0 7px 0;
	padding: 0 0 5px 0;
	width: 100%;
/* background: green; */
}

.componentheading {
	color: #BD8C01; /**/ /* #846200 #2A0FBC #1E90FF; */
	font-size: 1.6em;
 /*       font-variant: small-caps; */
        font-weight: bold; 
/* 	border-bottom: 0px dashed #D7B700; */
	margin: 0 0 7px 0;
	padding: 0 0 5px 0;
	width: 100%;
}

/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,.back_button, .pagenavcounter, .pagenav, .pagenavbar, /* a.readon */ {
	font-size: 0.9em;
	color: #B4B4B4;
}

/* �berschriften */

h1 {
	font-size: 140%;
color: #BD8C01;
}

h2 {
	font-size: 120%;
font-weight: bold;
color: #BD8C01;
margin-top:1.6em; 
margin-bottom:0.9em; 
}

h3 {
	font-size: 100%;
font-weight: bold;
color: #BD8C01;
margin-top:1.4em; 
margin-bottom:0.8em; 
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
color: #BD8C01;
}


p, div, br {
  margin: 0px; /* margin-bottom: 1em; */
  line-height: 140%; /* */ /* 1.5em; */

}

ul {
	margin-top: 5px;
	margin-bottom: 15px;
	/* list-style: none; */
}

ul li {
	padding-left: 10px;
	line-height: 160%;
        /* margin-bottom: 10px; */  /* 18/01/10 */
}

ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-left: 20px;
	line-height: 170%;
}

th {
	padding: 2px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #AEAEAE; /* */
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	/* font-size: 100%; */
}


/* Formstyle */

form {
	margin: 0;
	padding: 0;
}

input, select {
	/* font: 11px/normal Tahoma, Arial, sans-serif; */
	color: #545454;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.button, .button:hover {
	padding: 2px 10px!important;
	padding: 1px 5px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #DDDDDD;
	background: #EDECEC;
}

.button:active, .button:focus {
	border-top: 1px solid #999999;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #999999;
}

.inputbox {
	border: 1px solid #C0C0C0;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #999999;
	background: #FFFFFF;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;

}

.contentpaneopen{ /* ############################## whole article inc title */
	width: 100%;
/* background-color: green; */ /* @@@@@ */
/* background:orange; */
}

table.contentpane {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;

}

table.contentpaneopen fieldset {
	border: 0px;
	/* border-bottom: 1px solid #eee; */  /* grey line ??? */
}

/*  Modulstyle  */

div.module h3, div.moduletable h3 {
	margin: 0 0 5px 0;
	padding: 5px 0 5px 5px;
	font-size: 1em;
	text-transform: uppercase;
	color: #999999;
	/* border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1; */ /* grey line ??? */
	background-color: #F0F0F0;
	text-align: left;
}

div.module, div.moduletable {
	margin: 0 0 10px 0;
	padding: 0;
}

/*other styles */

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	/* border: 0px solid #CCCCCC; */ /* grey line ??? */
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 2px!important;
}

table.pollstableborder tr.sectiontableentry1 td {
	background-color: #EEEEEE;
}




table.searchintro {
	padding: 5px 0;
	width: 100%;

}


table.searchintro td {
	padding: 5px!important;
}

.blog_more {
	margin: 10px 0;
	padding: 10px;
	/* border: 1px solid #EDECEC; */ /* grey line ??? */
	background-color: #F2F2F2;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	color: #545454;
	text-transform: uppercase;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 5px;
}

td.buttonheading {
	padding: 0 0 0 3px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.contentdescription {
	padding-bottom: 20px;
	color: #333;
}

a.readon {
	/* float: right; */
	/* padding: 2px 15px 2px 15px;
	display: block;
	background-color: #EEEEEE;
	color: #666666;
	/* border: 1px solid #CCCCCC; */ /* grey line ??? */
	text-decoration: none; */
        /* margin: -10px 0px 0px 0px; */
}

a.readon:hover, a.readon:active {
	/* color: #FFFFFF;
	background-color: #666666;
	/* border: 1px solid #CCCCCC; */ /* grey line ??? */
	text-decoration: none; */
}

.mosimage {
	padding: 0;
	margin: 5px 15px 0 0!important;
	margin: 5px 5px 0 0;
}

.mosimage img {
	padding: 0;
	margin: 0!important;
}

.mosimage_caption {
	margin-top: 5px;
	padding: 1px 2px;
}

.sectiontableheader {
	padding: 4px;
	/* border: 1px solid #E0E0E0; */ /* grey line ??? */
	background-color: #E0E0E0;
	font-weight: bold;
	line-height: 20px;
}

tr.sectiontableentry1 td {
	padding: 7px 5px;
	background-color: #F8F8F8;
}

tr.sectiontableentry2 td {
	padding: 7px 5px;
	background-color: #F2F2F2;
}

tr.sectiontableentry1:hover td,tr.sectiontableentry2:hover td {
	background-color: #E4E4E4;
}

tr.sectiontableentry1 a:hover, tr.sectiontableentry1 a:active, tr.sectiontableentry1 a:focus,tr.sectiontableentry2 a:hover, tr.sectiontableentry2 a:active, tr.sectiontableentry2 a:focus {
	background: none;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* swmenufree */
#menu {
   clear: both;
   padding: 0;   
   position:static;
   z-index:100;
   background-color: white;
}