.dateline{padding:0px;margin:20px 0px 5px 0px;color:#444444;font-size:10px;font-family:verdana;font-weight:bold;}

.commentline{padding:0px;margin:5px 0px 5px 0px;color:#444444;font-size:12px;font-family:"Trebuchet MS" verdana;}

.headline{padding:0px;margin:20px 0px 5px 0px;color:#A03E19;font-size:12px;font-family:verdana;font-weight:bold;}

/* commentex ist das css zu Plugin "Letzte Kommentare */
.commentex{padding:0px;margin:2px 0px 10px 5px;color:#444444;font-size:11px;font-family:"Trebuchet MS" verdana;}
	


/* Neues CSS */
body {
	font: 12px "Trebuchet MS", Verdana;
	color: #000;
	background: #fff; margin: 5px 0 5px 50%;
}
a:link, a:visited {
	font: 12px "Trebuchet MS", Verdana;
	text-decoration: underline;
	color: #000;
}
a:hover, a:active {
	font: 12px "Trebuchet MS", Verdana;
	text-decoration: none;
	color: #A03E19;
}
/* I probably would have left off the border on the container, but
   Safari puts some sort of weird top margin on the div if there's
   no border. Silly, really. */
#container {
	position: relative;
	width: 700px;
	margin: 0 0 0 -350px;
	/* Could also use margin-left and -right: auto
		but IE 5 PC doesn't like that */
	border: 5px solid #004080;
}

p {
	color: #000;
	font: 12px "Trebuchet MS";
   }
 
h1 {
	color: #A03E19;
	font: 12px Verdana;
      font-weight: bold;
	margin: 0;
	text-transform: uppercase;
}

h2 {
	color: #A03E19;
	font: 12px Verdana;
        font-weight: bold;
	margin: 15px 0px 10px 0px;
}

h3 {
	color: #A03E19;
	font: 10px Verdana;
      font-weight: bold;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
}

h4 {
	color: #004080;
	font: 12px Verdana;
	margin: 0px 0px 6px 0px;
line-height: 150%;
}

h5 {
	color: #000000;
	font: 10px Verdana;
	margin:10px 0px 30px 0px;
}

h6 {
	color: #A03E19;
margin: 2px 0px 3px 0px;
	font: 10px verdana;
  font-weight: bold;
}

acronym {
	border: 0;
	font-style: normal;
}

/* Header */
#Header {
	height: 80px;
      background: #EFEFEF;
}
#Header span {
	display: none;
}

#Header a:link {
	color: #000;
margin: 40px;
}

#Header a:visited {
	color: #c60000;
margin: 40px;
}



/* Content */
#beschreibung {
	margin-top: 40px;
	width: 360px;
height: 80px;
	margin-left: 180px;
	color: #42443A;
      background: #fff;
}

#beschreibung a:link, #beschreibung a:visited {
	color: #004080;
         font: 12px Verdana;
}

#beschreibung a:hover, #beschreibung a:active {
	color: #004080;
         font: 12px Verdana;
         font-weight:bold;
}


#quickSummary {
	margin-top: 0px;
	width: 480px;
	margin-left: 180px;
	color: #42443A;
      background: #fff;
}
#quickSummary a:link, #quickSummary a:visited {
	color: #0000ff;
}

#quickSummary a:hover, #quickSummary a:active {
	color: #C60000;
}
/* This .p1 info is in the header image... */
#quickSummary .p1 {
	display: none;
}

#footer { 
	position: relative; 
	left: 0px; 
	width: 400px;
	height: 20px; 
	padding: 5px 0 0 50px; 
	background: #efefef; 
      font: 12px "Trebuchet MS", Verdana;
color: #61A7BC;
}
#footer a:link, #footer a:visited {
	color: #61A7BC;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #61A7BC;
	text-decoration: underline;
}
#extraDiv1, #extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 {
	display: none;
}

/* Left Bar */
#container #linkList {
	position: absolute;
	left: 18px;
	top: 100px;
	width: 138px;
	font: 10px "Trebuchet MS", Verdana;
}
#linkList h3 {
	width: 198px;
	height: 18px;
	margin-top: 20px;
}

#container #book {
	position: absolute;
	left: 565px;
	top: 15px;
	width: 109px;
      background: #fff;
	font: 10px "Trebuchet MS", Verdana;
}

#container #navi {
	position: absolute;
	left: 20px;
	top: 55px;
	width: 350px;
      background: #efefef;
	font: 10px "Trebuchet MS", Verdana;
}

#container #logo {
	position: absolute;
	left: 20px;
	top: 25px;
	width: 350px;
      background: #efefef;
	font: 14px "Trebuchet MS", Verdana;
}

#container #search {
	position: absolute;
	left: 355px;
	top: 15px;
	width: 150px;
height: 30px;
      background: #efefef;
	font: 10px "Trebuchet MS", Verdana;
}

/* li:hover style... have to replace the BG so the color will show up. */
#linkList ul li:hover {
	background: #A03E19;
	color: #FFF;
}
/* bunch of crazy styles... so IE will still look ok when it
   doesn't parse :hover. */
#linkList #lselect {
	color: #666;
}
#linkList ul li a {
	/* this would be block, save for the nbsp at the end of the
		link for "accessibility" purposes. :P */
	display: inline;
	color: #000;
	text-transform: lowercase;
}
#linkList #lselect ul li a {
	font: 10px Verdana;
	color: #c60000;
	text-transform: lowercase;
}

/* if the browser doesn't read the :hover pseudoclass, this
	shouldn't render and the text shouldn't change color */
#linkList ul li:hover a, #linkList #lselect ul li:hover a {
	color: #FFF;
}

/* live search plugin design  */
#LSResult { position: absolute; background-color: #efefef; width: 350px; 
border: solid 2px; border-color: #004080;}
#LSShadow { padding: 5px; }
#LSRes { background-color: #fff;border-top: solid 2px; border-color: #fff;padding: 0px 2px 2px 2px; }
.LSRow { padding: 22px 2px 2px 2px;background-color: #fff; }
#LSHighlight { background-color: #aaa; }
#LSHeader { padding: 2px 2px 8px 2px; }
.lsDate { display: block; color: #555; }

/* Webmailer Formular css */
#danke{
width:400px;
height:200px;
padding:100px 10px 0 10px;
background:#efefef;
}

#kontaktform{
margin-top: 0px;
width:460px;
height:410px;
padding:0px 0px 0 0px;
background:#fff;
}