@charset "utf-8";
/*** Standardeinstellungen
*
Version:       1.0
Author:        Wolfgang Erdmann
License:       none (public domain)
*
***/
body {
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #09F;
	margin: 0%;
	padding: -0.7px;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: 0px;
	text-decoration: underline;
	}
	
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;	
	}	
h3 {
	font-size: 50%;
	color: #333;
	font-weight: normal;
}
h4 {
	font-size: 25%;
	color: #000;
	font-weight: normal;
	font-style: italic;
	margin-top: 8px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}

#linkbox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	width: 10%;
	float: left;
	clear: none;
	padding-top: -0.5%;
	padding-right: 0.5%;
	padding-bottom: 0.5%;
	padding-left: 0.5%;
	margin-top: 2%;
	margin-right: 0%;
	margin-bottom: 1%;
	margin-left: 1%;
	display: inline-block;
}

#linkbox > a {
	/*display: inline-block;*/
	text-align: center;
	vertical-align: middle;
	width: 88%;
	background-color: #09F;
	color: #FFF;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-width: 3px;
	border-right-width: 3px;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 3px;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}

#linkbox > a:hover {
	border-bottom-style: none;
	border-right-style: none;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
#hornavi {
	padding-bottom: 0px;
	visibility: hidden;
	height: 0px;
}


#headline {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 200%;
	font-style: normal;
	font-weight: bold;
	color: #09F;
	line-height: -25%;
}
#headsub {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	font-style: italic;
	font-weight: lighter;
	color: #999;
	line-height: 25px;
	margin-top: -0.5%;
}

#limerick {
	font-size: 75%;
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666;
	border-bottom-color: #666;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
	cursor:pointer
}
.fliesstext {
	font-size: 85%;
	font-family: Verdana, Geneva, sans-serif;
	color: #069;
}

#Buchcover {
	width: 18%;
	height: auto;
	float: left;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #06F;
	padding-bottom: 5px;
	margin-right: 10px;
}
#main {
	float: left;
	margin-top: 1.5%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-left-width: 1px;
	border-left-color: #06C;
	padding-left: 0.75%;
}
#passbild {
	max-width: 100%;
	height: auto;
	width: 100%;
}

#apDiv1 {
	background-color: #FFC;
	height: 50%;
	width: 50%;
	border: 1px solid #666;
	z-index: auto;
	padding: 3px;
	visibility: hidden;
}

#apDiv2 {
	background-color: #FFC;
	height: 70%;
	width: 50%;
	border: 1px solid #666;
	z-index: auto;
	padding: 3px;
	visibility: hidden;
}

/* Einstellungen für kleine Monitore*/

@media only screen and (min-width: 1000px) {
#linkbox > a {
	display: inline-block;
}

}
@media only screen and (max-width: 1000px) {

#headline {
	font-size: 300%;	
}

#headsub {
	color:#000;
	font-size:100%;	
}
#main {
	float: none;
	}
	
#linkbox, #passbild {
	padding-bottom: 0px;
	height: 0px;
	width: 0px;
	visibility: hidden;
	}

#linkbox > a {
	width: 0px;
	height:0px;
}


#hornavi {
	padding-bottom: 5%;
	visibility: visible;
	padding-left: 0px;
}

#hornavi > a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 200%;
	color: #FFF;
	background-color: #09F;
	padding-top: 4px;
	padding-right: 6px;
	padding-left: 6px;
	position: relative;
	top: 6px;
	padding-bottom: 4px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
}

#BildRahmen {
	display: none;
	}

#Buchcover {
	float: none;	
	}

#limerick {
	font-size: 180%;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;	
}

#apDiv1 {
	background-color: #FFC;
	height: 200%;
	width: 180%;
	border: 1px solid #666;
	z-index: auto;
	padding: 3px;
	visibility: hidden;
}

#apDiv2 {
	background-color: #FFC;
	height: 240%;
	width: 180%;
	border: 1px solid #666;
	z-index: auto;
	padding: 3px;
	visibility: hidden;
}

h1 {
	font-size: 200%;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 125%;
}