html, body {
	margin: 5px 0 10px 0;					/* kein Randabstand */
	padding: 0;					/* kein Innenabstand */
	font-family : Verdana, Helvetica, Arial, sans-serif; /* Schriftfamilie */
	color: #000;				/* Schriftfarbe dunkel-grau */
	background: #000000;		/* Hintergrundfarbe */
	font-size : 13px;			/* Basis-Schriftgröße */
}

.logo {
	margin: 0;
	padding: 0;
	border: none;
	float:left;
}

.buchlogo {
	margin: 0;
	padding: 0;
	border: none;
	float:right;
}


/* Zuruecksetzen des Randes aller wichtigen Text-Elemente */

a, p, h1, h2, h3, h4, h5, h6, td, tr {
	margin: 0;
	padding: 0;
}

/* Formatierung Bilder */
img {
	border: 0px solid #000;		/* 1 Pixel-Rand in schwarz */
	float: left;					/* Inhalte umfliessen Bilder an der rechten Seite */
	margin: 0 ;		/* Abstand rechts und unten 8 Pixel */
}

/* --- LAYOUT -------------------------- */

#gesamteseite {
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	background: #fff url('hintergrund.gif') repeat-y;
	text-align: left;
}


#kopfzeile {
	margin: 0;
	padding: 0;
	width: 770px;
	height: 180px;
}

#linkespalte {
	margin: 0 0 30px 0;
	padding: 0;
	width: 340px;
	float: left;
	color: #AAA;				/* Schriftfarbe dunkel-grau */
}

#linkespalte-abstand {
	margin: 20px 5px 0px 30px;
}

#rechtespalte {
	margin: 0 0 30px 0;
	padding: 0;
	width: 430px;
	float: right;
}

#rechtespalte-abstand {
	margin: 20px 30px 20px 10px;
}

#fusszeile {
	margin: 0;
	padding: 0;
	clear: both;
	width: 770px;
	height: 30px;
	text-align: center;
	background: #fff url('fusszeile_hintergrund.jpg') bottom left no-repeat;
	font-size: 85%;
}

#fusszeile-abstand {
	margin: 4px 30px 10px 30px;
}



/* --- NAVIGATION -------------------------- */


/* navigation */

#navcon {
	margin: 0 0 0 19px;
}


#nav {
	float: left;
	margin: 0;
	padding: 0;
	width: 732px;
	list-style: none;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #333;
	background: #555 url('nav-hintergrund-dunkelgrau.gif') repeat-x top left;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	background: url('nav-li-hintergrund.gif') no-repeat top right;
}

#nav a {
	float: left;
	padding: 3px 13px;
	text-decoration: none;
	color: #fff;
	border: none;
}

#nav a:hover, #nav a.aktuell {
	color: #fff;
	background: #aaa url('nav-aktuell-hintergrund.gif') repeat-x bottom left;
}

#nav a.aktuell {
	font-weight: bold;
	background: #777 url('nav-aktuell-hintergrund.gif') repeat-x bottom left;
}

	
/* --- SUB NAVIGATION -------------------------- */
	
#subnavcon {
	margin: 0 0 0 20px;
}


#subnav {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	width: 730px;
	list-style: none;
	border-top: 1px solid #bbb;
	border-bottom: 0px solid #355A10;
	background: #777 url('subnav-hintergrund-grau.gif') repeat-x top left;
}

#subnav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	background: url('subnav-li-hintergrund.gif') no-repeat top right;
}

#subnav a {
	float: left;
	padding: 5px 13px;
	text-decoration: none;
	color: #fff;
}

#subnav a:hover, #subnav a.aktuell2 {
	color: #fff;
	background: #aaa url('subnav-aktuell-hintergrund.gif') repeat-x bottom left;
}

#subnav a.aktuell2 {
	font-weight: bold;
	background: #aaa url('subnav-aktuell-hintergrund.gif') repeat-x bottom left;
}





/* TEXTFORMATIERUNG -------------------------------------------*/

/* Hauptueberschrift */
h1 {
	font-size: 160%;			/* Schriftgröße */
	line-height: 170%;		/* Zeilenabstand */
	font-weight: bold;		/* Fettschrift */
	padding-bottom: 8px;		/* unten Innenabstand zwischen Elementinhalt */
}

/* Zweite Ueberschrift */
h2 {
	font-size: 120%;			/* Schriftgröße */
	line-height: 120%;		/* Zeilenabstand */
	font-weight: bold;		/* Fettschrift */
	padding-bottom: 8px;		/* unten Innenabstand zwischen Elementinhalt */
	color: #000000;		
}

/* Anreissertext */
h3 {
	font-size: 110%;			/* Schriftgröße */
	line-height: 120%;		/* Zeilenabstand */
	font-weight: bold;		/* Fettschrift */
	padding-bottom: 6px;		/* unten Innenabstand zwischen Elementinhalt */
	color: #FFFFFF;
	
}

/* Zwischenueberschrift */
h4 {
	font-size: 105%;			/* Schriftgröße */
	line-height: 120%;		/* Zeilenabstand */
	font-weight: bold;		/* Fettschrift */
	padding-top: 12px;		/* unten Innenabstand zwischen Elementinhalt */
	padding-bottom: 8px;		/* unten Innenabstand zwischen Elementinhalt */
	color: #000000;	
	
	
}
h5 {
	font-size: 80%;			/* Schriftgröße */
	line-height: 120%;		/* Zeilenabstand */
	font-weight: bold;		/* Fettschrift */
	padding-bottom: 8px;		/* unten Innenabstand zwischen Elementinhalt */
	
}
td, p {
	font-size: 100%;			/* Schriftgröße */
	line-height: 120%;		/* Zeilenabstand */
	font-weight: normal;		/* Fettschrift */
	padding-bottom: 12px;	/* unten Innenabstand zwischen Elementinhalt */
	
}

ul {
	margin: 0 0 12px 24px; 	/* unten und linker Abstand */
	padding: 0;					/* Innenabstand */
	list-style: square;
}


ol {
	margin: 0 0 12px 24px; 	/* unten und linker Abstand */
	padding: 0;					/* Innenabstand */
}

li {
	margin: 0;				/* Abstand */
	padding: 0 0 0 0;				/* Innenabstand */
	line-height: 150%;	/* Zeilenabstand */
}



blockquote {
	margin: 0 0 0 24px;	/* Abstand */
	padding: 0px 0 12px 0;				/* Innenabstand */
}


/* Link */
a {
	text-decoration: none;				/* Keine Unterlinierung */
	font-weight: bold;					/* Fettschrift */
	color: #0099FF;				/* hellblau */
	border-bottom: 1px dashed #0099FF;	/* Untere Linie hellblau 1 Pixel Rahmen gestrichelt */
}

/* Link bei darueberfahrender Maus */
a:hover {
	color: #003366;							/* Schriftfarbe dunkelblau */
	border-bottom: 1px solid #003366;	/* Untere Linie dunkelblau 1 Pixel Rahmen durchgezogen */
}

/* Bereits besuchter Link */
a:visited {
	color: #009900;							/* Schriftfarbe dunkelgruen */
	border-bottom: 1px dashed #009900;	 /* Untere Linie hellblau 1 Pixel Rahmen gestrichelt */
}

/* Geklickter Link */
a:active {
	color: #fa0;							/* Schriftfarbe tuerkis */
	border-bottom: 1px solid #ff0;	/* Untere Linie tuerkis 1 Pixel Rahmen durchgezogen */
}


.artikel {
margin: 0 0 14px 0;
}


/* links-liste -------------------------------------------*/

.links-liste ul {
list-style: none;
margin: 0;
padding: 0 0 28px 0;
}

.links-liste ul li li {
list-style: square;
margin: 0 0 0 22px;
passing: 0;
}

.hinweis {
color: #f00;
font-weight: bold;
}


/* FORMULAR -------------------------------------------*/

textarea, input {
border: 1px solid #333;		/* einpixeliger Rahmen */
background: #eee;
padding: 2px;				/* ein wenig Abstand innerhalb des Formularfeldes vom Rand */
}

textarea:hover, input:hover, textarea:focus, input:focus {
border: 1px solid #d00;		/* einpixeliger Rahmen */
background: #fff;
padding: 2px;				/* ein wenig Abstand innerhalb des Formularfeldes vom Rand */
}


/* Auswahlknopf ohne Rand und Hintergrund */
.radiobutton {
background: none;
border: none;
}

/* Der Abschick-Button mit orangefarbenen Hintergrund und Fettschrift */
.submit {
background: #d00;
border: 2px solid #000;
color: #fff;
padding: 1px;
font-weight: bold;
}

.submit:hover {
background: #fa0;
border: 2px solid #000;
color: #fff;
padding: 1px;
color: #000;
}


.submit:focus {
background: #ff0;
border: 2px solid #000;
color: #fff;
padding: 1px;
color: #000;
}


/* Breite der Textboxen */
.name, .email, .betreff {
margin: 4px 0 0 0;
}

.betreff, .texteingabefeld {
width: 320px;
}


/* Fehlermeldung */
.hinweis {
font-weight: bold;
color: #d00;
padding: 0;
margin: 0;
}


/* creative floating */
#floating {
	float: left;
  	width: 380px;
  	padding: 0px 0;
  	/* background: url(img/bg.gif) no-repeat top left; */
  	}
#floating dl {
  	float: left;
  	width: 380px;
  	margin: 0px 0px;
  	padding: 0;
  	display: inline; /* fixes IE/Win double margin bug */
  	}
#floating dt {
  	float: right;
  	width: 162px;
  	margin: 0;
  	padding: 0;
  	font-size: 130%;
  	letter-spacing: 1px;
  	color: #627081;
  	}
#floating dd {
  	margin: 0 0 0 98px;
  	padding: 0;
  	font-size: 100%;
  	/*line-height: 1.5em;*/
  	/*color: #666;*/
  	}
#floating dl dd.img {
   	margin: 0;
   	}
#floating dd.img img {
  	float: left;
  	margin: 0 0px 0 0;
  	padding: 0px;
  	border: 1px solid #D9E0E6;
  	border-bottom-color: #C8CDD2;
  	border-right-color: #C8CDD2;
  	background: #fff;
  	}

/* reverse float */

#floating .alt dt {
  	float: left;
  	}
#floating .alt dd {
  	margin: 0 0px 0 0;
  	}
#floating .alt dd.img img {
  	float: right;
  	margin: 0 0 0 0px;
  	}



#gesamteseite {	background: #fff url('hintergrund.gif') repeat-y; }
#fusszeile { background: #fff url('fusszeile_hintergrund.jpg') bottom left no-repeat; }
#nav { background: #555 url('nav-hintergrund-dunkelgrau.gif') repeat-x top left; }
#nav li { background: url('nav-li-hintergrund.gif') no-repeat top right; }
#nav a:hover, #nav a.aktuell { background: #aaa url('nav-aktuell-hintergrund.gif') repeat-x bottom left; }
#nav a.aktuell { background: #777 url('nav-aktuell-hintergrund.gif') repeat-x bottom left; }
#subnav { background: #777 url('subnav-hintergrund-grau.gif') repeat-x top left; }
#subnav li { background: url('subnav-li-hintergrund.gif') no-repeat top right; }
#subnav a:hover, #subnav a.aktuell2 { background: #aaa url('subnav-aktuell-hintergrund.gif') repeat-x bottom left; }
#subnav a.aktuell2 { background: #aaa url('subnav-aktuell-hintergrund.gif') repeat-x bottom left; }

