/* CSS Document */
/**Impressum **/
.trenner{
	display:block;
	width:500px;  
	height:1px;
	line-height:0px;
	overflow:hidden;
	background-image:url(/files/trenner.gif);
}
.texttrenner{
	display:block;
	padding-left:5px;
}
/**** Abstaende von Elementen ****/
.keinumbruch{
	margin-bottom:0px;
}
.einfacherumbruch{
	margin-bottom:7px;
}
.doppelterumbruch{
	margin-bottom:34px;
}

.tel{
	background-image:url(/files/icon_tel.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:14px;
}

.fax{
	background-image:url(/files/icon_fax.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:14px;
}
.mobil{
	background-image:url(/files/icon_mobil.gif);
	background-repeat:no-repeat;
	background-position:2px 0px;
	padding-left:14px;
}
#impress a.mail{
	color:#016AC3;
	text-decoration:none;
	background-image:url(/files/icon_mail.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
	padding-left:15px;
	font-weight:bold;
	margin-left:1px;
}

#impress a.extern{
	color:#C82F2A;
	text-decoration:none;
	background-image:url(/files/icon_link.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
	padding-left:15px;
	font-weight:bold;
	margin-left:1px;
}

.imtext a.extern{ /** Externer Link modul **/ 
	margin-left:0px;
}
.flRight { 
	float: right;
	margin: 0 100px 0 0;
}

/** Impressum Ende **/
/* Beginn Menu */
#menu {
	float: left;
	margin: 0px 0 0 0px;
	width: 175px;
	background: transparent url(/design/bg-menu-middle.jpg) repeat-y top left;
	}

#menu-top {
	height: 0px;
	background: transparent url(/design/bg-menu-top.jpg) no-repeat top left;
	}

#menu-middle {
	}

#menu-bottom {
	height: 10px;
	background: transparent url(/design/bg-menu-bottom.jpg) no-repeat bottom left;
	}

#menu ul {
	margin: 5px;
	}	

#menu li {
	margin-left: 0px;
	list-style: none;
	background-color:#1C6FBB;
	}

#menu-middle ul.level-1 {
	margin-left: 5px;
	}

#menu-middle ul.level-1 li {
	margin: 0 0 5px 0;
	width: 100%;
	}

#menu-middle ul.level-1 li.active {
	margin: 0 0 5px 0;
	width: 100%;
	background: transparent url(/design/bg-menu-section-middle.jpg) repeat-y top left;
	border:none;
	}

/* Ebene 1 */
#menu-middle ul.level-1 li a {
	color:#8ECBF2;
	display: block;
	margin: 0;
	padding: 6px 10px 2px 10px;
	/*width: 100%;*/
	height: 20px;
	font-size: 1em;
	font-weight: bold;
	background: transparent url(/design/bg-menu-main-0.jpg) no-repeat top left;
	background-color:#0152A4;
	text-decoration:none;
	border:1px solid #ffffff;
	}
	
#menu-middle ul.level-2 li a {
border:none;
}
#menu-middle ul.level-2{
border-left:1px solid #ffffff;
border-right:1px solid #ffffff;
border-bottom:1px solid #ffffff;
}

/* Ebene 1 Rollover */
#menu-middle ul.level-1 li a:hover,
#menu-middle ul.level-1 li a:active {
	padding-left: 10px;
	font-size: 1.1em;
	background: transparent url(/design/bg-menu-main-1.jpg) no-repeat top left;
	background-color:#1C6FBB;
	text-decoration:underline;
	color:#FFFFFF;
	border:1px solid #ffffff;
	}

/* Ebene 1, Aktiver Link, Markierung EIN */
#menu-middle ul.level-1 li.active a {
	padding-left: 10px;
	color: #ffffff;
	background: transparent url(/design/bg-menu-main-1.jpg) no-repeat top left;
	background-color:#0152A4;
	}

/* Ebene 2, Markierung AUS */
#menu-middle ul.level-1 li.active ul.level-2 li a,
#menu-middle ul.level-1 li.active ul.level-2 li.active a {
	margin: 0 0 0 10px;
	height: 1.5em;
	font-size: 1.0em;
	font-weight: normal;
	color: #fff;
	background: none;
	outline: 0px solid #c00;
	padding: 2px 2px 2px 20px;
	background: transparent url(/images/icon.gif) no-repeat 0px 2px;
	}

/* Ebene 2, Aktiver Link, Markierung EIN */
#menu-middle ul.level-1 li.active ul.level-2 li.active a {
	color: #ffffff;
	background-color:#1C6FBB;
	}

/* Ebene 3, Markierung AUS  */
#menu-middle ul.level-1 li.active ul.level-2 li.active ul.level-3 li a,
#menu-middle ul.level-1 li.active ul.level-2 li.active ul.level-3 li.active a {
	margin: 0 0 0 30px;
	height: 1.5em;
	font-size: 1.0em;
	font-weight: normal;
	color: #000;
	background: none;
	outline: 0px solid #0c0;
	padding: 2px 2px 2px 20px;
	background: transparent url(/images/link.gif) no-repeat 10px 2px;
	}


/* Ebene 3, Aktiver Link, Markierung EIN */
#menu-middle ul.level-1 li.active ul.level-2 li.active ul.level-3 li.active a {
	color: #BB2A37;
	background-color: #FFBC5B;
	}

/* Rollover */
#menu-middle ul.level-1 li.active ul.level-2 li.active a.current, 
#menu-middle ul.level-1 li.active ul.level-2 li a:hover,
#menu-middle ul.level-1 li.active ul.level-2 li a:active,
#menu-middle ul.level-1 li.active ul.level-2 li.active ul.level-3 li.active a.current, 
#menu-middle ul.level-1 li.active ul.level-2 li.active ul.level-3 li a:hover,
#menu-middle ul.level-1 li.active ul.level-2 li.active ul.level-3 li a:active {
	color: #ffffff;
	background-color:#1C6FBB;
	}


#menu-middle ul.level-1 li.active ul.level-2 li.active ul.level-3 li {
	background: none;
	}


#menu-middle ul.level-2 {
	margin: 0;
	padding-bottom: 140px;
	background-position:bottom left;
	background-repeat:no-repeat;
	}
#menu-middle ul.level-2 li a:hover{
border:none;
}	
/* Ende Menu */
/* ************************************************************************************ */
/* STRUCTURE */
/* ************************************************************************************ */
#newslettertemplate {
width: 190px;
height:170px;
position: absolute;
top: 25px;
left:755px;
}

#headinfoup {
width: 350px;
height:50px;
position: absolute;
top: 35px;
left:310px;
}

html, body { height: 100%; }

p, h1, h2, h3, ul, li, ol, dd, dl { margin: 0; padding: 0; }

img {border:0px;}

body {
	padding: 0;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
div#my_slideshow
{
margin-left:175px;
border:1px solid #1A3993;
}

.button-rss {
padding:0 2px;
background:#f60;
border:1px solid;
border-color:#fc9 #630 #330 #f96;
color:#fff;
font-weight:bold;
text-decoration:none;
}
#shadowcontainer {
	position:relative;
	background: transparent url('/images/harlesiel_0.png') repeat-y bottom center;
	padding: 0px 4px 12px 5px;
}
#infoline
{
background: transparent url('/images/harlesiel_1.jpg') top right no-repeat scroll;
width:950px;
height:23px;
}

#container {
    position: relative;
	min-height: 100%;
}

#container-content { 

	padding-bottom: 70px;
}

#container-footer {
	position: absolute;
    bottom: 0;
	width: 100%;
	height: 82px;
	background: #fff url('/cssstyle/bg-footer.gif') top left repeat-x scroll;
}

#wrapper-content {
	position: relative;
	margin: 0 auto 0 auto;
	width: 950px; /* hier geändert  770*/
	background: transparent url('/images/harlesiel_8.jpg') top right scroll;
}

#wrapper-footer {
	position: relative;
	margin: 0 auto 0 auto;
	width: 950px; /* hier geändert 770 */
	height: 40px;
	background: transparent url('/images/harlesiel_7.jpg') top right no-repeat scroll;
}
.tel{
	background-image:url(icon_tel.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:14px;
}
.fax{
	background-image:url(icon_fax.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:14px;
}
.mobil{
	background-image:url(icon_mobil.gif);
	background-repeat:no-repeat;
	background-position:2px 0px;
	padding-left:14px;
}
.mail{
	color:#FFB400;
	text-decoration:none;
	background-image:url(icon_mail.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:15px;
	font-weight:bold;
}
.link{
	color:#FFB400;
	text-decoration:none;
	background-image:url(icon_link.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:15px;
	font-weight:bold;
}

/* ************************************************************************************ */
/* STRUCTURE CONTENT */
/* ************************************************************************************ */

#header {
	width: 950px;  /* hier geändert 770 */
	height: 176px;
	background: transparent url('/images/harlesiel_2.jpg') bottom right no-repeat scroll;
}
#main_nav{
	position: relative;
	float: left;
	width: 175px;
	font-size: 11px;
	line-height: 16px;
	background: transparent url('/images/harlesiel_6.jpg') bottom right no-repeat scroll;
}
#main_nav ul.nav
{
width:150px;
}

#content {
	position: relative;
	float: left;
	width: 598px; /* hier geändert */
	line-height: 18px;
	background: transparent url('/images/harlesiel_4.jpg') top right no-repeat scroll;
}

#sidebar {
	position: relative;
	float: left;
	width: 176px;
	margin-left: 0px;
	padding-top:90px;
	font-size: 11px;
	line-height: 16px;
	background: transparent url('/images/harlesiel_5.jpg') top right no-repeat scroll;
}

#headinfo
{
margin-right:0px;
height:60px;
width:598px;
margin-top:25px;
}
#headtext1
{
margin-left:0px;
font-size:14px;
color:#6B99BA;
width:100px;
}
#headtext2
{
margin-left:0px;
font-size:24px;
color:#C1E1F8;
width:100px;
margin-top:10px;
}

#contenttext
{
padding-left:0px;
padding-right:10px;
padding-bottom:10px;
float:left;
}

.clear {
  clear: both;        /* extend height of .main to longest column */
  overflow: hidden;
}
/*Externe Links*/
.extern{
padding-right:15px;
background:url('/files/extern.gif') 
no-repeat right center;
}
/* ************************************************************************************ */
/* HEADER */
/* ************************************************************************************ */

#header img.logo {
	position: absolute;
	top: 0; left: 0;
}

#header h1 {
	position: absolute;
	top: 150px; left: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	margin: 0;
}

#header #meta_nav {
	position: absolute;
	top: 1px; left: 574px;
	background: transparent  url('/cssstyle/meta_nav.gif') 0 0 no-repeat scroll;
}

#header #meta_nav a {
	display: block;
	float: left;
	padding: 4px 6px 0 6px;
	font-size: 11px;
	color: #38598b;
}
#header #meta_nav a:link, #header #meta_nav a:visited {
	text-decoration: none;
	color: #38598b;
}
#header #meta_nav a:hover, #header #meta_nav a:active {
	text-decoration: underline;
	color: #38598b;
}

/* ************************************************************************************ */
/* MAIN NAVIGATION */
/* ************************************************************************************ */


/* ************************************************************************************ */
/* CONTENT */
/* ************************************************************************************ */

#content p {
	margin-bottom: 10px;
}

#content h1 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 5px;
	line-height: 22px;
}

#content h2 {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 10px;
}

#content h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}

#content ul, #content ol {
	list-style-position: outside;
	margin-left: 8px;
	padding-left: 15px;
	margin-bottom: 10px;
}
#content ul {
	list-style-image: url('/images/dot.gif');
}


/* Picture Styles */

.contentbild {
	float: left;
	margin-right: 12px;
}

.contentbild img {
	border: 1px solid #555555;
}

.contentbild p {
	color: #555555;
	font-size: 11px;
	line-height: 16px;
	margin-top: 1px;
}


/* Link Styles */

#content a:link {
	color: #1C6FBB;
	text-decoration: none;
	background: transparent url('/images/neu.gif') -2px 1px no-repeat scroll;
	padding-left: 14px;
	}

#content a:visited {
	color: #000000;
	text-decoration: none;
	background: transparent url('/images/besucht.gif') -2px 1px no-repeat scroll;
	padding-left: 14px;
	
	}
#content a:hover  {
	color: #1C6FBB;
	text-decoration: none;
	background: transparent url('/images/hover.gif') -2px 1px no-repeat scroll;
	padding-left: 14px;
	}

#content a:active {
	color: #1C6FBB;
	text-decoration: none;
	background: transparent url('/images/besucht.gif') -2px 1px no-repeat scroll;
	padding-left: 14px;
}

#content div.contentbild a:link, #content div.contentbild a:visited, #content div.contentbild a:hover, #content div.contentbild a:active { padding-left: 0; background: none; }
/* ************************************************************************************ */
/* FOOTNAV (DRUCKEN, SEITENANFANG) */
/* ************************************************************************************ */

#footnav {
text-align:right;
width:620px;
margin-left:153px;
margin-right:177px;
padding-top:8px;
}
#footnav ul {
list-style: none;
margin: 0;
padding: 0;
border:0px;
}
#footnav ul li {
display: inline;
margin: 0;
padding: 0;
text-align: center;
line-height:20px;
vertical-align:middle;
padding-right:10px;
}
#content #footnav ul li a:link, 
#content #footnav ul li a:visited, 
#content #footnav ul li a:hover, 
#content #footnav ul li a:active 
{ padding-left: 0; background: none; border: none;
padding-bottom:5px;
}

/* ************************************************************************************ */
/* SIDEBAR */
/* ************************************************************************************ */
#sidebar .box {
	width: 177px;
	height: 100px;
	background-image:url('/cssstyle/warenkorbbg.jpg');
}

#sidebar .box h1 {
	font-size:13px;
	padding-left:5px;
	padding-top:5px;
}

#sidebar .box h2 {
	margin-top: 10px;
}

#sidebar h3 {
	margin: 10px 10px 10px 10px;
	font-size: 16px;
	color: #1A3993;
	font-weight: normal;
	margin-bottom: 5px;
}

#sidebar p {
	position: relative;
	margin: 0 0px 0px 10px;
}

#sidebar p img {
	position: absolute;
	top: 3px; left: -40px;
}

#sidebar .seminar p
{	margin:0 0 0 10px;
}

#sidebar .seminar a:link
{	color:#868686;

}

#sidebar .seminar p
{	margin:0 0 10px 10px;
}

/* Link Styles */

#sidebar a:link, #sidebar a:visited {
	color: #14588B;
	text-decoration: none;
}

#sidebar a:hover, #sidebar a:active {
	color: #14588B;
	text-decoration: underline;
}
/* 
/* ************************************************************************************ */
/* FOOTER */
/* ************************************************************************************ */

#wrapper-footer p {
	font-size: 11px;
	margin: 11px 0 0 0;
	line-height: 16px;
	display: inline;
}

#wrapper-footer p.left {
	margin-left: 115px;
}

#wrapper-footer p.right {
	margin-right: 33px;
	color: #aac2d0;
}

#wrapper-footer a:link, #wrapper-footer a:visited {
	text-decoration: none;
	color: #ffffff;
}

#wrapper-footer a:hover, #wrapper-footer a:active {
	text-decoration: underline;
	color: #ffffff;
}

/* ************************************************************************************ */
/* FORMULARE */
/* ************************************************************************************ */
/* Login ***************************************************************************** */

#loginbox form, #loginbox input, #loginbox label, #loginbox fieldset { margin: 0; padding: 0; }
#loginbox input { display: block; float: left; }

#loginbox #form_login {
	display: inline;
	width: 160px;
	height: 20px;
	background: transparent url('/cssstyle/form-input.gif') 0 0 repeat-x scroll;
	border: none;
	border-left: 1px solid #aac2d0;
	border-right: 1px solid #aac2d0;
	margin-left: 10px;
}

#loginbox #form_submit2 {
	height: 20px;
	margin-left: 1px;
}

#loginbox fieldset { border: none; }

/* ************************************************************************************ */
/* FORMULARE MIT FORMATION */
/* ************************************************************************************ */

form.formation {
	margin-top: 15px;
	border-top: 1px solid #bbd4e1;
	border-bottom: 1px solid #bbd4e1;
	padding: 5px 0 10px 0;
	background: #f0f6f9;
}

form.formation fieldset { 
	border: none;	
}

form.formation legend
{	font-weight: bold;
	padding: 0 0 10px 0;
	margin-left: -5px;
	background-color: transparent;
}
form.formation label 
{	width:9.5em;
	float:left;
	margin:0.2em 0 0.6em 0;
}

form.formation p.radio,
form.formation p.checkbox
{	width:9.5em;
	float:none !important;
	margin:0.2em 0 0.6em 0;
	font-size: 1em;
	color: #000000;
}

form.formation label.radio,
form.formation label.checkbox
{	float: none;
	margin:0 0 5px 5px;
	width: auto;
}

form.formation input.radio,
form.formation input.checkbox
{	float: left;
	width: auto;
	margin: 0 0.4em 8px 0;
}

		
form.formation input,
form.formation select, 
form.formation textarea 
{	float:left;
	border: 1px solid #aac2d0;
	margin-left: 10px;
	padding: 0px;
}

			
form.formation fieldset br 
{	clear:left;
}
		
form.formation input.text,
form.formation input
{	padding:0.1em;
	margin-top: 0;
	width: 65%;
}

form.formation textarea 
{	padding:0.1em;
	width: 65%;
}
			
form.formation input.button 
{	color:#333333;
	background-color: #CEE2EB;
	border: 1px solid #B0C8D5;
	width: 8em;
}

form.formation p.capDesc 
{	margin: 15px 0 0 0;
	font-size: 1em;
	color: #666666;
}
form.formation input.captchatext
{	margin-top: 5px;
	width: 8em;
}
img.captcha
{	float: left;
	padding-right: 10px;
}
form.formation p
{	
}
.textdesc
{	font-size: 1em;
	font-weight: bold;
	margin-top: 16px;
}

.req
{	color: #D04B1A;
	font-size: 1.2em;
	margin-left: 3px;
}
.required,
.FORMATIONsuccess,
.FORMATIONerror
{	color: #D04B1A;
}

.required {
width: 10em;
float: left;
font-size: 0.95em;
}

/*Sidebar*/
#order {
top:10px;
}
.boxblau
{
    margin-top:0px;
    margin-left:10px; 
	border-top: 1px solid #1A3993;
	border-top-style: dotted;
	border-bottom: 1px solid #1A3993;
	border-bottom-style: dotted;
	border-left:  1px solid #1A3993;
	border-left-style: dotted;
	border-right: 1px solid #1A3993;
	border-right-style: dotted;
	width: 162px;
	padding-bottom: 0px;
	padding-left: 0px;
	background: #ffffff;
}	
.sitebarbox {
    margin-top:0px;
    margin-left:10px; 
	border-top: 1px solid #1A3993;
	border-top-style: dotted;
	border-bottom: 1px solid #1A3993;
	border-bottom-style: dotted;
	border-left:  1px solid #1A3993;
	border-left-style: dotted;
	border-right: 1px solid #1A3993;
	border-right-style: dotted;
	width: 152px;
	padding-bottom: 10px;
	background: #4195D3;
}

/* ------------------ Bilderrahmen ------------------ */
.bildrahmenklein { 
	margin:6px 0px 6px -2px;
	background: url(/files/bildschattenklein.png) no-repeat bottom left;
	padding: 2px 5px 10px 5px;
	border-top: solid 1px #eee;
}
.bildrahmenkategorie { 
	margin:6px 0px 6px -2px;
	background: url(/files/bildschattenkategorie.png) no-repeat bottom left;
	padding: 2px 5px 10px 5px;
	border-top: solid 1px #eee;
}
.bildschatten250 {
	border-top: solid 1px #efefef;
	background: url(/files/bildschatten.png) no-repeat bottom left;
	padding: 4px 7px 17px 7px;
}
/* ------------------ END:Bilderrahmen------------------ */

/* Formular Generator */
#formular { margin:0 auto; padding:0; width:520px; }
form { margin:0; padding:0;}
fieldsetformular {width:390px; border:1px solid #ffffff; padding:10px; margin:5px; text-align:left;}
fieldsetformular:hover {border-color:#9BC219;}
fieldset#checkboxformular input  {width:35px;}
.legendformular {font-size:1.1em; color:#000000; font-weight:bold; padding:5px; margin:5px; background:none;}
.labelformular { color:#000000; font-size:1em; margin:0 3px 3px 0; padding:0; line-height:1.5em; width:120px; float:left; clear:left;}
.inputformular {border:1px solid #000000; padding-left:0.3em; margin-bottom:0.6em; width:200px; background:#fff;}
input:focus {border-color:#9BC219;}
.selectformular {border:1px solid #000000; padding-left:0.3em; margin-bottom:0.6em; background:#fff; width:150px;}
.optionformular {color:#000000;}
.textareaformular {width:424px; border:1px solid #000000;}
textarea:focus {border-color:#9BC219;}
.submitbtnformular {float:right;width:123px; background:#ffffff; border:1px solid; border-color:#000000 #000000 #000000 #000000; color:#000000; cursor:pointer; padding:0; margin:15px 20px 10px 10px;}
.submitbtnformular:hover {background:#9BC219; color:#000000; border:1px solid; border-color:#000000 #000000 #000000 #000000;}

/* Diese CSS-Angaben stammen aus der originalen main.css */
/* download
*******************************************************************************/
/* Download anbieten */

.list_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size:10px;
	color:#666666;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:24px;
	width:520px;
	background-color:#ffffff;
	margin:0px;
    line-height: 18px;
	}

.list_content2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
	color:#666666;
	padding-left:10px;
	padding-top:3px;
	padding-right:24px;
	padding-bottom:3px;
	width:520px;
	background-color:#8ECBF2;
	margin:0px;
    line-height: 18px;
	}

.list_content3 {
	font-style:italic;
        font-size:10px;
	text-decoration:none;
	color:#000000;
	padding-left:10px;
	padding-top:3px;
	padding-right:24px;
	padding-bottom:3px;
	width:520px;
	background-color:#F4F4F4;
	margin:0px;
    line-height: 18px;
	}
.ecardthumb {
width: 150px;
height: 95px;
padding: 3px;
margin: 1px;
text-align: center;
vertical-align: middle;
float: left;
}
.clear {
clear: both;
}

.newsbild{

		border:0px;
		float:left;
		margin:0px 5px 5px 0px;
		padding:3px;
		border:1px solid #e5e5e5;

}

.newsgalerie{

		border:0px;
		margin:0px 5px 5px 0px;
		padding:3px;
		border:1px solid #e5e5e5;

}

.news{	
		padding:5px;
		border:1px solid #e5e5e5;
		
		/*Anfang Mindesthöhe DIV*/
		min-height:200px;
		height:auto !important;  /* für moderne Browser */
		height:150px;  /*ür den IE */
		/*Ende Mindesthöhe DIV*/

}

.news:hover{
		/*Wird vom IE ignoriert funktioniert erst ab 7.0*/
		padding:5px;
		border:1px solid #e5e5e5;
		background-color:#efeeee;
	
}
