/* ============================
   1. Kalibrierung und Allgemeine HTML-Elemente
============================ */
* { padding: 0; margin: 0; }
h2, h3, p, ul, ol {margin-bottom: 1em;}
ul, ul {margin-bottom: 0;}
li {margin-left: 1em;}
html { height: 101%; } /*  erzwingt im Firefox eine Scrollbar*/
body {
	background-color: #0059B3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
h1 {font-size: 130%;}
h2 {font-size: 110%;}
a {text-decoration: none; outline: none;}
a:link {color: #FFFFFF;}
a:visited {color: #99FFFF;}
a:hover, a:focus {border-bottom: 1px solid #d90000;}
a:active {color: #FFFFFF;}
li {list-style-type: square;}
/* ============================
   2. Layout-Bereiche
============================ */
#wrapper {
	width: 780px;
	margin: auto;
	padding: 0px;
	margin-top: 10px;
}
#menue {
	margin-bottom: 10px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-color: #FFCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 780px;
}
#menue ul {
	margin-bottom: 0;
}
#menue li {
	display: inline;
	list-style-type: none;
	margin: 0;
}
#menue a {
	color: #99FFFF;
	padding-right: 20px;
}
#startseite #menue01 a, #das-buch #menue02 a, #kuenstler #menue03 a, #inhalt #menue04 a, #bestellen #menue05 a {
	color: white;
}
#menue a:hover, #menue a:focus {
	color: white;
	border: 0;
}
#menue a:active {
	color: white;
}
#mitte {
	padding: 10px;
}
#links {
	width: 160px;
	float: left;
	margin-right: 10px;
	color: #FFCCFF;
	font-size: large;
	font-weight: bold;
}
#text {
	width: 585px;
	margin-left: 175px;
}
#text a {
	color: #663300;
}
#text a:hover, #text a:focus {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d90000;
}
#text .tags {
	color: #FFCCFF;
	font-size: xx-small;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCCFF;
	padding-top: 10px;
}
#text .text-rosa {
	color: #FFCCFF;
}
#text .text-weiss {
	color: #FFFFFF;
}
.clearing {
	clear: both;
	height: 0; 
	width: 0; 
	line-height: 0;
}
.headrot {
	font-size: 16px;
	font-weight: bold;
	color: #660000;
}
.textnormal-rot {
	font-size: 11pt;
	color: #993333;
}
.textnormal-blau {
	font-size: 11pt;
	color: #003366;
}
/* ============================
   3. sonstige Styles
============================ */
form {
	background-color: #eee;
	width: 370px;
	padding: 20px;
	border: 1px solid#8c8c8c;
}
label {
	display: block;
	cursor: pointer;
}
input#absender, textarea {
	width: 300px;
	border: 1px solid #8c8c8c;
	margin-bottom: 1em;
}
textarea {
	height: 7em;
}
input#absender:focus, textarea:focus {
	background-color: #9d9d9d;	
}
#inhalt table, #bestellen table {
	font-size: smaller;
	color: #003366;
	text-indent: 13px;
}

