   body, p {
    color: black; background: white;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0;
  }
  
 html, body {height:100%}

html,body {
	padding:0;
	margin:0;
	min-width:98%;
}

#aussen  {
	height:99.9%;
	min-height:100%;
	position: relative;
	width: 940px;
	margin: 0px auto;
	border-right: 1px dashed #cccccc;
	border-left: 1px dashed #cccccc;
}

html>body #aussen{height:auto; min-height: 98%;} 

#leiste    {
	   background-color: #3299cc; 
	   margin: 0; padding: 0.2em;
	   padding-right: 2em;
	   text-align: right;
	   color: #fff;
	   font-weight: bold;
}

#header  { }

h1 {
	    font-size: 1.5em;
	    margin: 0; padding: 0.2em;
	    text-align: center;
	    background-color: #efefef;
	    border: 1px ridge silver;
	    border-top: 0;
  }
  
  html>body h1 {
    border-color: gray;  
  }

 
#links   {
	    font-size: 0.83em;
	    float: left; 
	    width: 15em;
	    margin: 0; 
	    padding: 0;
}

#links p {
	margin: 0.2em 0; 
}


  div#Inhalt {
	    margin: 0 0em 1em 14em;
	    padding: 0 1em;
		border-right: 1px dashed silver;
	    border-left: 1px dashed silver;
  }
  
  * html div#Inhalt {
  	   height: 1em;  
  }
  
  div#Inhalt h2 {
	    font-size: 1.2em;
	    margin: 0.2em 0;
  }
  
  div#Inhalt p {
	    font-size: 1em;
	    margin: 1em 0;
  }
  
  div#Inhalt a { 
  		color: #990000;
		text-decoration: underline;
  }

  p#Fusszeile {
	    clear: both;
	    font-size: 0.9em;
	    margin: 0; padding: 0.1em;
	    text-align: center;
	    border-top: 1px solid silver;
	    padding-top: 0.5em;
  }
  
  #Fusszeile a {
  		padding-top: 0.5em;
  }
  
 a  {
 	   text-decoration: none;
 }
 

img {
	border: none;
}

.text_mitte  { display: block; text-align: center; }
.rahmen      { border: 1px solid #ff1000; color: #660000; padding: 8px; 
               font-size: 1.4em; font-weight: bold; }

ul, ol, li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.kudos {
	margin-top: 1em;
	border-top: 3px double #990000;
	border-bottom: 3px double #990000;
	color: #990000;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;}
	
.rahmen2 {border:0px;
		 border-bottom:1px #336699 solid;}
		 

.Stil1 {
	color: #990000;
	font: bold;
	font-size: 16px;}
	
/*	sitemap
*******************************************************************************/
ul.sitemap li {
	margin:10px 0;
}

ul.sitemap li ul li {
	margin:0;
}

ul.sitemap li a, 
ul.sitemap li a:link {
	display:block;
	padding:5px;
	color:#666;
	font-weight:bold;
}

ul.sitemap li ul li a, 
ul.sitemap li ul li a:link {
	margin:0;
	padding-left:74px;
	background:url(e.gif) 5px center no-repeat;
	font-weight:normal;
}

ul.sitemap li a:hover {
	color:#000;
	text-decoration:underline;
}


.menu  a{
	display: block;
	background-color: #3299cc;
	border: 1px solid #000000;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	width: 90%;
	padding: 0.3em;
	padding-left: 0.6em; 
	color: #ffffff;
}

.menu a:hover  {
	border: 1px solid #cccccc;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.submenu a{
	display: block;
	background-color: #fff;
	width: 90%;
	padding: 0.2em; 
}

.formtitel  {
	margin-bottom: 1em;
}

.formtitel span  {
	width: 200px;
	margin-right: 1.5em;
}

/*	article
*******************************************************************************/
.category-list, 
.article-list {
	margin:10px 0 10px 0;
} 

.article-list {
	padding:10px;
	width:448px;
	background:#f1f1f1;
}

.category-list .image {
	display:block;
	float:left;
	margin:0 10px 10px 0;
	width:120px;
	height:80px;
	background:#f1f1f1;
}
.category-list .text {
	float:left;
	width:338px;
}
.category-list .text a,
.category-list .text a:link, 
.article-list a,
.article-list a:link {
	color:#006;
}

.category-list .text a:hover, 
.article-list a:hover {
	text-decoration:underline;
}

/* fcontact
*******************************************************************************/
.fcontact {
	margin:30px 0;
	padding:0;

}

.fcontact fieldset {
	padding:20px;
	border:1px solid #666;
}

.fcontact form {
	width:100%;																	/* need for Opera */
	text-align:left;															/* need for IE Mac */
}

.fcontact form .hide {
	display:none;
}
.fcontact form label {
	display:block;
	margin:10px 0 3px 0;
}

.fcontact form p.warning, 
.fcontact form label.warning { 
	color:#f00; 
}

.fcontact form input,  
.fcontact form textarea {
	display:block;			
	margin:0 0 5px 0;									/* Abstand zum Form Ende */
	padding:2px;
	width:90%;
	background-color:#f1f1f1;
	border:1px solid #c7c7c7;
}

.fcontact form input.warning,  
.fcontact form textarea.warning {
	border:1px solid #f00;
}

.fcontact form a,
.fcontact form a:link {
	display:block;
	width:80px;
	background:#f1f1f1;
	border-top:1px solid #c7c7c7;
	border-left:1px solid #c7c7c7;
	border-right:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	color:#666;
	font-weight:normal;
	text-align:center;
	cursor:pointer;
}

.fcontact form a:hover {
	background:#e7e7e7;
}

.hervorhebung  {
	color: #990000;
	text-align: center;
	font-weight: bold;
}

.eingerueckt  {
	margin-right: 10px;
	margin-left: 10px;
}

.mitte   { text-align: center; }
.rechts  { text-align: right; }


hr {
	text-align: center;
	display: dotted;
	color: #990000;
	width: 75%;
	size:1px;
	height: 1px;
}

.bild_links    { float: left; 
                 margin-right: 8px; 
				 margin-bottom: 5px;
				 }
.bild_rechts   { float:right; margin-left: 8px; margin-bottom: 5px; }

.flLeft { float:left; margin-right: 8px; margin-bottom: 5px; }
.flRight { float:right; margin-left: 8px; margin-bottom: 5px; }

#hassoGallery {
	padding: 0;
	font-size: medium ;
	
	
}


#hassoNav {
	display: block;
	text-align:left;

}

#hassoNav ul {
	display: block;
	text-align:left;
	list-style: none;
	margin-left: 0.5em;
	font-size: small ;
	line-height: normal;
	margin-top: 2px;
	margin-bottom: 2px;
}

#hassoNav a {
	display: block;
}

#hassoNav a:hover {
	display: block;
	background-color:silver;
}

#hassoNav #active {
	display: block;
	background-color:silver;

}

#hassoThumbs {
	float: left;
	padding: 0;
	width: 470px;
	margin: 0px;
	font: bold 14px verdana ,  sans-serif;
	background-color: transparent;
	text-align: center;
	
}

#hassoThumbs .hassoThumb {
	float: left;
	margin: 5px 5px 5px 5px;
	border:0;
	height: 100px;
	width: 100px;
	text-align: center;
	vertical-align:middle;
	
}

#hassoThumbs .hassoThumb a {
	border:0;
	
}

#hassoThumbs .hassoThumb a img {
	border:0;
	
}


#hassoPic {
	text-align:center;
	padding: 5px;
	width: 470px;
	margin: 0px;
	font: normal 14px verdana ,  sans-serif;
	background-color: transparent;
}


#hassoPic .hassoTitle {
	font-style:oblique;
	text-align:left;
	
}

#hassoPic .hassoDescription {
	text-align:left;	
}

#hassoPic img {
	border: 0px;
	margin: 0px;
}


#hassoPrevNextNav {
	display: block;
	font-size: small ;
	width: 470px;
	margin:0;
	padding: 0;

}


#hassoPrevNextNav #hassoPrevPic{
	float: left;
	
}


#hassoPrevNextNav #hassoNextPic{
	float: right;
}

#hassoPrevNextNav #hassoPrevPic a {
	text-align:left;
}


#hassoPrevNextNav #hassoNextPic a {
	text-align:right;
		
} 

	.liste_innen   { margin-left: 1.5em; margin-bottom: 0.6em; }
	.liste_aussen  { margin-left: 0.4em; margin-bottom: 0.6em;}
	.fett          {
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}

.beenden { clear: both; }
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.newstext {  margin-bottom: 8px; display: block; }
.title  { font-weight: bold; text-decoration: none; }
.more     { width: 100%; background-color: #efefef; padding: 2px 10px; display: block;
            border-bottom: 1px solid #990000; border-left: 1px solid #990000; }
			
.besucher  { text-align: center; margin: 10px 0;}

.artkasten  { clear:both;}

#inhalt dl {
       margin: 10px 0;
       padding: 0;
	   clear:both;
}
#inhalt .artkasten {
}
html>body #inhalt .artkasten {
}

/*Modul Bild und Text*/
.centertab {margin-right: auto;
            margin-left: auto;}

.bildtext { margin: 0px;
            padding: 0px;
            font-size: 10px;}
.imgleft {float: left;
          margin-right: 20px;}
          
.imgright {float: right;
          margin-left: 20px;}

.stopleft {clear: left;}

.stopright {clear: right;}
	 
.bildtext2 {text-align: justify;}

#danke a:link, #danke a:visited    { text-decoration: none; font-weight:bold;  }
#danke a:hover  { color: black; }
#danke  li  { margin: 11px 0; border-bottom: 1px solid #660000;}

.rahmen_unten  { border-bottom: 1px solid #990000; margin: 15px 0; }
