/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
html, body { min-height: 100%; height: auto !important; height: 100%;	}

/* ---------anfang nasch  ---------*/

body, p a { background-color: white; 
			font-size: 100.01%;  font-family: Helvetica,Arial,sans-serif;
			margin: 0;  padding: 0;
 		    text-align: center;  /* Zentrierung im Internet Explorer */ }

div#Seite { width: 760px; border: none;
		    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    		margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    		padding: 0;  }
  
h3 { font-size: 1em; margin: 115px 0 285px 0;  color: #418285; }
h4 { font-size: 1em; margin: 115px 0 1px 0;  color: #418285; }
h1 { font-size: 0.5em; margin: 40px 0 1px 0;  color: #cccccc; }

#Navigation { float: left;  width: 200px; margin:25px 0 0 46px; padding: 0; }

ul { list-style: none;  margin: 0;  padding: 0; font-size: 0.8em; }
li { padding: 0.6em 0 0; }

#nav_liste { list-style-image: url(../pics/punkt.gif);}
.link_liste { margin-left: 1em; list-style-image: url(../pics/links.gif);}	 	
 	 	
#vorort {  font-weight: bold; color: #5699A3; list-style-image: url(../pics/punkt_vorort.gif);}

ul a:link { color: #70A7AE; text-decoration: none; }
ul a:visited { color: #70A7AE; text-decoration: none; }
ul a:hover { color: #5699A3; text-decoration: underline; }
ul a:active { color: #5699A3; text-decoration: none; }

a:link { color: #70A7AE; text-decoration: none; }
a:visited { color: #70A7AE; text-decoration: none; }
a:hover { color: #5699A3; text-decoration: underline; }
a:active { color: #5699A3; text-decoration: none; }

/*------------------------ Inhalt ------------------------*/

div#Inhalt {  margin: 0 0 0 290px; padding: 0; }
div#Inhalt_hoch { margin: 0 0 0 290px; padding: 25px; height: 550px; }
div#Inhalt_quer { margin: 0 0 0 290px; padding: 25px; }

.picto {  margin: 12px 0 12px 0;  border: none;}

p {  color: #666; vertical-align: baseline; font-size: 98%;
		line-height: 1.1; margin-bottom: 16px;}
  
* html div#Inhalt { height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */ 
					margin-bottom: 0; }

/* ---------ende nasch  ---------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window { font: 12px Arial, Helvetica, sans-serif; color: #333333; }

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #70A7AE;}
#TB_window a:visited {color: #70A7AE;}
#TB_window a:hover {color: #5699A3;}
#TB_window a:active {color: #5699A3;}
#TB_window a:focus{color: #5699A3;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#1D3133;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 1px solid #4A7A7F;
	text-align:left;
}

/* Changed by Kristof Zerbe (zerbit.de) */
#TB_ImageOff img {
	clear: both;
	display: block;
	margin: 15px 15px 15px 15px;
	/*border-right: 1px solid #5699A3;
	border-bottom: 1px solid #5699A3;
	border-top: 1px solid #4A7A7F;
	border-left: 1px solid #4A7A7F;*/
}

/* Changed by Kristof Zerbe (zerbit.de) */
#TB_caption{
	padding: 5px 0px 5px 10px;
	float:left;
}

/* Changed by Kristof Zerbe (zerbit.de) */
#TB_closeWindow{
	padding: 5px 7px 5px 0px;
	float:right;
}

/* Changed by Kristof Zerbe (zerbit.de) */
#TB_closeAjaxWindow{
	padding: 5px 7px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

/* Added by Kristof Zerbe (zerbit.de) */
#TB_title2{
	background-color:#e8e8e8;
	height:37px;
}

/* Changed by Kristof Zerbe (zerbit.de) */
#TB_ajaxContent{
	clear:both;
	padding: 15px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	border:none;
	clear:both;
}