body{
	width:990px;
	color:#000;
	background:#fff;
	padding:0;
	margin:0;
	font:13px verdana, sans-serif;
	}

img{
	border:none;
	padding:0;
	margin:0;
	}

.klein{
	font-size:10px;
	}

.highlight{
	background:#eff0ee;
	}

.highlight2{
	background:#dad4a7;		/* RGB: 218 212 167 */
	}

.acronym{
	border-bottom:1px dotted #000000;
	cursor:help;
	}

li{
	list-style:square;
	}

q{
/*	quotes: '»' '«' */
	quotes: '&bdquo;' '&rdquo;'
	}

.socialbookmark img {
	margin-bottom:-.3em;
	}

/* ------------ Zitate und Quellcode ------ */

fieldset.quote{
	clear:both;
	padding:10px;
	border:1px dotted #e07e0d;
	}

fieldset.quote legend{
	border:1px dotted #e07e0d;
	padding:1px 10px;
	font-weight:bold;
	background:#fff;
	}

fieldset.quote blockquote{
	margin:10px 0 0 0; 
	padding:0;
	}

/* ------------ Kommentare von BesucherInnen------ */

.kommentar-kopf{
	font:11px courier, monospace;
	}

.kommentar-text{
	font:11px courier, monospace;
	padding-bottom:.75em;
	}

/* ----- Logo ----- */

/* ---- Hintergrund obere Leiste ---- */
#logo1{
	width:995px;
	position:absolute;
	top:0px;
	left:0px;
        background:#df7e0d;
/*	background:#e07e0d; */
	height:175px;  
	}
#logo2{
	width:995px;
	position:absolute;
	top:155px;
	left:0px;
/*        background:#ca8329; */
        background:#b1894b; 
	height:22px;  
        }
#logo3{
	width:995px;
	position:absolute;
	top:155px;
	left:0px;
        background:#c2842d;
	height:22px;  
        } 

#logol{
	position:absolute;
	top:5px;
	left:5px;
	}

#logor{
	position:absolute;
	top:5px;
	right:5px;
	padding:0 4px 0 0;
	}

#logom{
        position:absolute;
        top:10px;
        left:17%;
        padding:0 4px 0 0;
        text-align:center;
	color:#610ab3;
        font:32px verdana, sans-serif;
        }
#logoms{
        position:absolute;
        top:135px;
        left:37%;
        padding:0 4px 0 0;
        text-align:center;
	color:#610ab3;
        font:18px verdana, sans-serif;
        }

/* ----- Goggle Maps Marker ----- */

div.markerTooltip, div.markerDetail{
	color:black;
	font-weight:bold;
	background-color:white;
	white-space:nowrap;
	margin:0;
	padding:2px 4px;
	border:1px solid #e07e0d;
	}


/* ----- Marker für neue Fotos ----- */

.markerFotoalbumNew{
	position:absolute;
	top:-10px; 
	left:-9px; 
	background:url('../images/nav/icon_new.gif') no-repeat;
	width:30px;
	height:29px;
	}

.markerFotoFrontNew{
	position:absolute;
	top:-6px; 
	left:-6px; 
	background:url('../images/nav/icon_new.gif') no-repeat;
	width:30px;
	height:29px;
	}


/* ----- Navigation ----- */

#nav{
	background:url('../images/nav/nav.gif') repeat-y;
	position:absolute;
	left:0px;
	top:177px;
	padding:40px 0 40px 0;
	}

#nav .navo{
	background:url('../images/nav/button_o.jpg') no-repeat;
	height:7px;
	width:170px;
	margin:0 0 -9px 0;
	}

html>body #nav .navo{
	margin:0;
	}

#nav .navu{
	background:url('../images/nav/button_u.jpg') no-repeat;
	height:16px;
	width:170px;
	}

#nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	}

#nav li{
	background:url('../images/nav/button_m.jpg') no-repeat;
	margin:0;
	padding:0;
	list-style-type:none;
	}

#nav a{
	display:block;
	color:#fff;
	height:18px;
	width:170px;
	padding:2px 0 0 43px;
	text-decoration:none;
	}

#nav .hier {
	background:url('../images/nav/button_ms.jpg') no-repeat;
	}

#nav a:hover {
	background:url('../images/nav/button_ms.jpg') no-repeat;
	text-decoration:underline;
	}
#nav .logo a{
	padding: 0 0 0 0 ;
	}
#nav .logo a:hover {
	background: none;
	text-decoration: none;
	}


/* ----- Inhalt ----- */

#inhalt{
        position:absolute;
        top:25px;
        left:220px;
        right:20px;
	height:0px;
	width:750px;
        text-align:justify;
        font:14px verdana, geneva, sans-serif;
	}

html>body #inhalt{
	padding-top:173px;
	/* ie kennt kein min-height */
	height:auto;
	min-height:390px;
	}

#inhalt .lfd{
	background:url('../images/nav/nav_leer.gif') no-repeat;
	width:25px;
	height:25px;
	cursor:pointer;
	}

#inhalt .lfd2{
	/* border: 1px solid red; */
	color:#fff;
	text-align:center;
	padding:2px 1px 0 0;
	font-size:10pt;
	}

/* ----- Navigation oben rechts ----- */
#navoben{
	position:absolute;
	top:61px;
	right:100px;
	}

html>body #navoben ul{
	margin-top:0;
	}

#navoben li{
	float:right;
	background:url('../images/nav/nav-sub-links.jpg') no-repeat left top;
	list-style:none;
	padding:5px 0 10px 9px;		/* Abstand der Buttons waagrecht */
	display:inline;
	}

#navoben li a{
	background:url('../images/nav/nav-sub-rechts.jpg') no-repeat right top;
	padding:5px 0px 10px 1px;
	text-decoration:none;
	width:auto;
	}

#navoben li form{
	background:url('../images/nav/nav-sub-rechts.jpg') no-repeat right top;
	margin-top:-5px;
	padding:0 12px 12px 0;
	}

#navoben #fdse{
	font-size:12px;
	border:none;
	margin:3px 0 2px 1px;
	color:#e07e0d;
	text-align:center;
	}

html>body #navoben #fdse{
	margin:6px 0 3px 2px; 
	}

#navoben li a span{
	padding:0 15px 0 5px;		/* Abstand des Textes links und rechts */
	color:#fff;
	outline:none;
	}

#navoben li a:hover span{
	text-decoration:underline;
	outline:none;
	}

/* ----- Info oben ----- */

#infooben{
	position:absolute;
	top:115px;
	left:0px;
	width:99%;
	font:11px verdana, sans-serif;
	text-align:right;
	}

#infooben #text{
	margin:0 30px 0 370px;
	}

#infooben #otrans{
	margin-left:370px;
	text-align:left;
	float:left;
	}

#infooben #utrans{
	text-align:left;
	float:left;
	}

#infounten{
	clear:both;
	font:11px verdana, sans-serif;
	padding:50px 30px 0 200px;
	text-align:right;
	}

.infolinie{
	border:1px solid #e07e0d;
	margin:3px 0 3px 0;
	}

#infooben a:link, #infooben a:visited,#infounten a:link, #infounten a:visited{
	background:url('../images/nav/pr.gif') no-repeat left center;
	text-decoration:none;
	padding-left:7px;
	color:#000;
	}

#infooben .left a:link,#infooben .left a:visited,#infounten .left a:link,#infounten .left a:visited{
	background:url('../images/nav/pdl.gif') no-repeat left center;
	text-decoration:none;
	padding-left:11px;
	color:#000;
	}

#infooben .right a:link,#infooben .right a:visited,#infounten .right a:link,#infounten .right a:visited{
	background:url('../images/nav/pdr.gif') no-repeat right center;
	text-decoration:none;
	padding-right:11px;
	color:#000;
	}

#infounten .right a:link,#infounten .right a:visited{
	margin-left:-3px;
	}

#infounten .oben a:link,#infounten .oben a:visited{
	background:url('../images/nav/po.gif') no-repeat left center;
	text-decoration:none;
	padding-left:11px;
	color:#000;
	}

#infooben a:hover,#infooben .right a:hover,#infooben .left a:hover,#infounten a:hover,#infounten .right a:hover,#infounten .left a:hover,#infounten .oben a:hover{
	text-decoration:underline;
	}

/* ----- Footer ----- */

#foot{
	margin:25px 0px 0 0px;
	background:#e07e0d;
	border-top:1px solid #e07e0d;
	font:11px verdana, sans-serif;
	padding:5px 15px 10px 10px;
	text-align:right;
	color:#fff;
	clear:both;
	}

#foot .left{
	float:left;
	text-align:left;
	}

#foot a, #foot a:link{
	color:#fff;
	font:11px verdana, sans-serif;
	text-decoration:none;
	}

#foot a:hover{
	text-decoration:underline;
	}

/* ----- Box ----- */

.boxro{
	background:url('../images/nav/box_ro.gif') top right no-repeat;
	margin:0;
	padding:0;
	}

.boxlo{
	background:url('../images/nav/box_lo.gif') top left no-repeat;
	margin:0;
	padding:0;
	}

.boxru{
	background:url('../images/nav/box_ru.gif') bottom right no-repeat;
	margin:0;
	padding:0;
	}

.boxlu{
	background:url('../images/nav/box_lu.gif') bottom left no-repeat;
	margin:0;
	padding:0;
	}

.box{
	margin:0;
/*	padding-bottom:5px;		mit padding-bottom spinnt der ie -> daher boxrand dazu fügen */
	padding:7px 14px 0 8px;
	}

.boxrand{
	font-size:12px;
	}

.box p{
	margin:0;
	padding:0;
	}

.box table{
	width:100%;
	}

.box th,.box1 th{
	text-align:left;
	background:#e07e0d;
	color:#fff;
	padding:4px 4px 4px 6px;
	font-weight:bold;
	}

.box td,.box td{
	text-align:left;
	color:#000;
	padding:2px 3px 2px 3px;
	vertical-align:top;
	}

/* ----- Bilder ----- */

.bild th{
	font-size:11px;
	background-color:#e07e0d;
	color:#fff;
	font-weight:normal;
	}

.bild td{
	font-size:11px;
	}

/* ----- Seitenmenü ----- */

.seitenmenu td{
	padding:4px 6px 6px 8px;
	cursor: pointer;
	border-bottom:1px solid #e07e0d;
	}

/* ----- Slideshow Titel ----- */

#CaptionBox{
	text-align:center;
	font:11px verdana, sans-serif;
	}

/* ----- e-Card ----- */

#ecard{
	margin:20px;
	}

#ecard .nav td{
	text-align:center;
	width:33%;
	}

/* ----- Header und Links ----- */

#inhalt a:link{
	background:url('../images/nav/pr.gif') no-repeat left center; 
	color:#e07e0d;
	text-decoration:none;
	padding-left:10px;
	font-weight:bold;
	}

#inhalt a:visited{
	background:url('../images/nav/pr-ok.gif') no-repeat left center; 
	color:#e07e0d;
	text-decoration:none;
	padding-left:10px;
	font-weight:bold;
	}

#inhalt a:hover,#inhalt .noicon a:hover{
	background:url('../images/nav/pr.gif') no-repeat left center; 
	padding-left:10px;
	text-decoration:underline; 
	}

#inhalt .noicon a:link,#inhalt .noicon a:visited,#inhalt .noicon a:hover,#inhalt .box .bild .noicon{
	text-decoration:none;
	background:none;
	padding:0px;
	}

/* --- Kennzeichnung von externen Links ---*/
/* --- http://edition-w3c.de/TR/1998/REC-CSS2-19980512/kap05.html#heading-5.8%C2%A0 */

/* ---
#inhalt a[href^="http"]:not([href^="http://blog.poeschel"]){
	padding-left:11px;
	background: url('../images/nav/externer_link.gif') no-repeat left center;
	}
---- */


#inhalt h1{
	margin:0 0 10px 0;
	padding:2px 0 2px 5px;
	font:bold 16px verdana, sans-serif;
	border-left:10px solid #e07e0d;
	border-bottom:1px solid #e07e0d;
	clear:both;
	}

#inhalt h2, #news h2, #ecard h2{
	clear:both;
	margin:25px 0 10px 0;
	padding:2px 0 2px 5px;
	font:bold 14px verdana, sans-serif;
	border-left:8px solid #e07e0d;
	border-bottom:1px solid #e07e0d;
	}

#inhalt h2 .oben a, #inhalt h2 .oben a:visited{
	text-align:right;
	float:right;
	background:url('../images/nav/po.gif') no-repeat left center;
	text-decoration:none;
	padding:0 0 0 11px;
	font:11px verdana, sans-serif;
	color:#000;
	margin:3px 0 0 0;
	}

#inhalt h2 .oben a:hover{
	text-decoration:underline;
	}

#inhalt h3, #ecard h3{
	clear:both;
	margin:25px 0 10px 0;
	padding:2px 0 2px 5px;
	font:bold 12px verdana, sans-serif;
	border-left:6px solid #e07e0d;
	border-bottom:1px solid #e07e0d;
	}

#inhalt h4{
	margin:0 0 10px 0;
	padding:2px 0 2px 5px;
	font:bold 12px verdana, sans-serif;
	border-left:6px solid #e07e0d;
	border-bottom:1px solid #e07e0d;
	}

<!-- Spezieller Style fuer die Publikationsliste -->
<!-- noch nicht besucht -->
#inhalt .publist {
        background-color: none;
        font-weight: normal;
         font-size: smaller;
        background-image: none; 
        }

#inhalt .collaborlist {
        background-color: none;
        font-weight: normal;
         font-size: normal;
        background-image: none; 
        }

#inhalt .publist a:link {
        background-color: none;
	color: black;
        text-decoration: none;
	font-size: smaller;
	font-weight: normal;
        }
#inhalt .collaborlist a:link {
        background-color: none;
	color: black;
        text-decoration: none;
	font-size: normal;
	font-weight: normal;
        }
#inhalt .publist a:visited {
	background-color: none;
	color: gray;
	text-decoration: none;
	font-size: smaller;
	font-weight: normal;
	}
#inhalt .collaborlist a:visited {
	background-color: none;
	color: gray;
	text-decoration: none;
	font-size: normal;
	font-weight: normal;
	}
#inhalt .publist a:focus {
	background-color: none;
	color: green;
        font-size: smaller;
	font-weight: normal;
	}
#inhalt .collaborlist a:focus {
	background-color: none;
	color: green;
        font-size: normal;
	font-weight: normal;
	}
#inhalt .publist a:hover {
	background-color: none;
	color: blue;
	text-decoration: underline;
	font-size: smaller;
	font-weight: normal;
	 }
#inhalt .collaborlist a:hover {
	background-color: none;
	color: blue;
	text-decoration: underline;
	font-size: normal;
	font-weight: normal;
	 }
#inhalt .publist a:active {
	background-color: none;
 	color: red; 
	font-size: smaller; 
	font-weight: normal;
	} 
#inhalt .collaborlist a:active {
	background-color: none;
 	color: red; 
	font-size: normal; 
	font-weight: normal;
	} 
<!-- Ueberschriften die Verlinkt werden -->
#inhalt .heading {
        font-weight: bold;
         font-size: larger;
        }

#inhalt .heading a:link{
	color: black;
        text-decoration: none;
	font-size: larger;
	font-weight: normal;
        }
#inhalt .heading a:visited {
	color: gray;
	text-decoration: none;
	font-size: larger;
	font-weight: normal;
	}
#inhalt .heading a:focus {
	color: green;
        font-size: larger;
	font-weight: normal;
	}
#inhalt .heading a:hover {
	color: blue;
	text-decoration: underline;
	font-size: larger;
	font-weight: normal;
	 }
#inhalt .heading a:active {
 	color: red; 
	font-size: larger; 
	font-weight: normal;
	} 
#special {
	color: black;
        text-decoration: none;
	font-size: normal;
	font-weight: normal;
        padding-left: 35px;
        }

.newstext             {font-family: verdana, geneva, sans-serif; font-size: 14px;font-weight: normal;}
.newstexbold          {font-family: verdana, geneva, sans-serif; color: #333333; font-size: 14px; font-weight: bold;}
.titleJA                {font-family: verdana, geneva, sans-serif; color: #FF0000; font-size: 15px; font-weight: bold;}
.newstextJA           {font-family: Verdana, Geneva, sans-serif; font-size: 15px; color: #333333; text-align: left;}
.newstextJAcenter     {font-family: Verdana, Geneva, sans-serif; font-size: 15px; color: #333333; text-align: center;}
.linkJA               {font-family: verdana, geneva, sans-serif; color: #414952; font-size: 15px; font-weight: bold;text-decoration: underline;}
.link14JA             {font-family: verdana, geneva, sans-serif; color: #0648FF; font-size: 14px; font-weight: bold; text-align: center; }
.linkRed             {font-family: Verdana, Geneva, sans-serif; font-size: 14px; color: #FF0000; text-align: center; font-weight:bold;}
.linkBlue            {font-family: Verdana, Geneva, sans-serif; font-size: 14px; color: #0648FF; text-align: center; font-weight:bold;}
.linkGreen           {font-family: Verdana, Geneva, sans-serif; font-size: 14px; color: #08FD2D; text-align: center; font-weight:bold;}
.titleJA              {font-family: verdana, geneva, sans-serif; color: #FF0000; font-size: 15px; font-weight: bold;}
.titleRed             {font-family: verdana, geneva, sans-serif; color: #FF0000; font-size: 15px; font-weight: bold;}
.titleBlue            {font-family: verdana, geneva, sans-serif; color: #0648FF; font-size: 15px; font-weight: bold;}
.titleGreen           {font-family: verdana, geneva, sans-serif; color: #08FD2D; font-size: 15px; font-weight: bold;}
.titleBlack           {font-family: verdana, geneva, sans-serif; color: #333333; font-size: 15px; font-weight: bold;}
.counterJA            {font-family: verdana, geneva, sans-serif; color: #FF0000; font-size: 17px; font-weight: bold;}
.pagelinkJA           {font-family: verdana, geneva, sans-serif; color: #FFFFFF; font-size: 15px; font-weight: bold;}
.currentpagelinkJA      {font-family: verdana, geneva, sans-serif; color: #FFF700; font-size: 15px; font-weight: bold;}
.newstextRed            {font-family: Verdana, Geneva, sans-serif; font-size: 11px; color: #FF0000; text-align: left;}
.newstextGreen          {font-family: Verdana, Geneva, sans-serif; font-size: 11px; color: #08FD2D; text-align: left;}
.newstextBlue           {font-family: Verdana, Geneva, sans-serif; font-size: 11px; color: #0648FF; text-align: left;}
.newstextYellow         {font-family: Verdana, Geneva, sans-serif; font-size: 11px; color: #FDF504; text-align: left;}
.newstextViolet         {font-family: Verdana, Geneva, sans-serif; font-size: 16px; color: #610ab3; text-align: left;font-weight: bold;}
.titledays              {font-family: verdana, geneva, sans-serif; color: #333333; font-size: 15px; font-weight: bold;}
.talktitle              {font-family: Verdana, Geneva, sans-serif; font-size: 13px; color: #2762bc; text-align: left;}
.presenter              {font-family: verdana, geneva, sans-serif; color: #0c3d86; font-size: 15px; font-weight: bold;}
.whitetext              {font-family: verdana, geneva, sans-serif; color: #FFFFFF; font-size: 1px; font-weight: bold;}
