/* Amrum Panorama by eggynet.de */

@import url("../global.css"); 

/* @group Global */
html,body {
	font: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 95%;
	
	background-color: #193441;
	
	}

STRONG {
		font-weight: bold;
	
color: #193441;    }

h1 {
	font-size: 125%;
	text-align: left;
	letter-spacing: 2px;
	color: #193441;
	text-decoration: none;
	margin: 0 0 10px 0;

}

h2 {
	font-size: 110%;
	color: #193441;
	text-decoration: none;
	margin: 0 0 10px;
	
}
    
h3 {
	font-size: 100%;
	font-size: 95%;
	color: #193441;
	text-decoration: none;
	margin: 10px 0 10px 0;
	padding-top: 10px;
	
}

h3 a {
    font-size: 120%;
    text-decoration:underline;
    }

h3 a:visited {
    text-decoration:underline;
    }

h3 a:hover {
   text-decoration:none;
   }

h3 a:active {
   text-decoration:none;
   } 

a {
	color: maroon;
	}

a:hover {
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	}

.externerlink:link {
	background: url(images/externerlink.gif) no-repeat 0 2px;
	padding-left: 18px;
	text-decoration: underline;
    }	

.externerlink:visited {
	background: url(images/externerlink.gif) no-repeat 0 2px;
	padding-left: 18px;
	text-decoration: underline;
    }

.externerlink:hover {
	text-decoration: none;
	}
	
p {
	line-height: 1.5em;
}


/* @end */

/* @group Container */
#container {
	width: 950px;
	background: white;
	border-left: 6px solid #254e63;
	border-right: 6px solid #254e63;
}

/* @end */

/* @group Header */
#header {
	width: 950px;
	height: 240px;
	margin: 0;
	padding: 0;
	background: white url(images/header.jpg) no-repeat;
	
}		
	
#logo{
	display: none;
	left: 20px;
	top: 20px;
	}
#headergrafik
	{
	display: none;
	top: 0;
	left: 0;
	}

/* @end */

/* @group Sidebar */
#sidebar {
	left: 0px;
	top:  0px;
	width: 220px;
	margin: 0;
	padding: 0 0 100px 0;
	background: url(images/sidebar_bg.gif) no-repeat right top;
}

/* @end */

/* @group Navi Top */
#navi_top {
   	top: 0px;
	width: 950px;
	height: 45px;
	}	 
		
#navi_top ul {
  	margin-top: 0px;
	padding-right: 20px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 10pt;
	font-weight: bold;
	z-index: 1;
	}

#navi_top a {
	padding: 15px 5px 5px 5px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 3px solid #FFFFFF;
    }
    
#navi_top a:hover {
	color: #FFFFFF;
	border-bottom: 6px solid #FFFFFF;
}

/* @end */

/* @group Navi Left */
/* Formatierung für gesamten Navi_left Bereich (Breite!,Schriften, BG-Colors etc. */
#navi_left {

	left: 0px; /* keine top-Angabe! Netscape! */
	width: 220px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #EAECED;
	margin: 25px 0 0;
	padding: 0;
	
}


/*	Formatierung für den gesamten UL Bereich der 1. Ebene */	
 ul#navi_left {
	width: 220px;

	font-weight: normal;
	
	}

/*	Formtierung für den einzelnen li Bereich der 1. Ebene, z.B. andere border Farbe, padding etc. */	
ul#navi_left a {
	display: block;
	background-color: transparent;
	margin: 0;
	line-height: normal;
	color: #193441;
	border-top: 1px solid #EAECED;
		
	text-decoration: none;
	padding: 4px 0 4px 30px;
	
}
	


/*	wichtig für den IE (wirkt wie min-height) */
* html #navi_left a {
	height: 1em;
}

ul#navi_left a:hover {

	background-color: #f4f5f6; 
}

/*	2. Ebene */	
/*	Formatierung für den gesamten ul Bereich */	
ul#navi_left ul  {
	
   
	}
/*	Formtierung für den einzelnen li Bereich, z.B. andere border Farbe */	
ul#navi_left ul li {
		
		}			
/*	Formtierung für 
alle links der 2. Ebene */
ul#navi_left ul li a {
	
	color: #5c5c56;
}	
/*	Formtierung für 
alle hover der 2. Ebene */
ul#navi_left ul li a:hover {
		color: #2C99BA;
		
				}

* html ul#navi_left li { /* Korrekturen fuer IE 5.x */
/*width: 205px;*/
/*w\idth: 205px;*/
padding-left: 0;
padd\ing-left: 0;
float: left;
}

/* @end */

/* @group Content */
#content {
	width: 680px;
	text-align: left; 
	margin-left: 250px;
	margin-right: 0px;/*keinen Wert, IE6*/
	line-height: 1.5em;
	margin-top: 25px;
}

	      
	#content p {
	text-align:justify;
	}


	
#content ul {
	padding-left: 18px;
	list-style-position: inside;
	list-style-image: url(images/listensymbol.gif);
	line-height: 1.8em;
}	
	
.float1 {
	text-align: center;
	font-size: 80%;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid silver;
	padding: 2px;
    }
    
.float2 {
	text-align: center;
	font-size: 80%;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid silver;
	padding: 2px;
    }
.centerimage {
	text-align: center;
	font-size: 80%;
	float: right;
	margin-bottom: 20px;
	border: 1px solid silver;
	padding: 2px;
    }    
				
.underline {
	border-top: 1px solid silver;
	}

#left {
	
	width: 480px;
}

#right {
	
	width: 190px;
	text-align: center;
	}
	
#right .float1   {
	margin: 0 0 20px;
}
#right .float2   {
	margin: 0 0 20px;
		}

/* @end */

/* @group Styleswitcher */

#styleswitcher  {
	display: inline; /* wichtig wegen IE6 margin bug solange styleswitcher nicht aktiv */
	width: 950px;
	height: 0px;
	padding: 0;
	margin: 0;
	background-color: white;
}	

/* @end */






/* @group Formular */


fieldset {
	
	color: b#254e63;
	border: 1px solid silver;    }

   legend {
	

	border: 1px solid silver;
	color: #254e63;
	}
	
input, textarea {
		
border: 1px solid silver;
	
	} 
    
input.button:hover   {
	background-color: #254e63;
	color: white;
	cursor: pointer;
	}

a.locationCat{
	color: #383b40;
	font-weight: bold;
}


/* @end */
/* @group Footer */


	
#footer {
   	width: 950px;
   	
	height: 40px;
	color: white;
	background-color: #254e63;
	
	
	
}

	#footer p {
	font-size: 90%;
	margin:0;
	padding-top: 10px;
}		
		
#footer a {
	color: white;
	text-decoration: underline;
   }
#footer a:hover {
	color: white;
	text-decoration: none;
   }



/* @end */

/* @group Extras */

#panorama {
	clear: both;
	margin: 20px 20px 20px 0px;
	padding: 0;
	
}

/* @end */



  