/*Basic
-------------------------------------------------*/
html,
body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}

body {
	font-size: 100.1%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.1;
	text-decoration:none;
	color:#666;
}

a span {
display:none;}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.1;
	text-decoration:none;
	color:#666;
}

h1 {
	font-size:1.2em;
	font-weight:normal;
	color:#000;
	line-height:1.1;
}

h2 {
	font-size:1.1em;
	font-weight:normal;
	color:#294c94;
	line-height:1.1;
}

h3 {
display:none;
}

ul,
li {
	list-style: circle;
}

img {
display:none;
}

/*Grundgerüst
-------------------------------------------------*/
div#page {
	width:100%;
	min-height:100%;
	height:auto !important; /* F&#252;r normale Browser */
	height:100%; /* F&#252;r IE */
	position:absolute;
	background:none;
}

div#buch {
	width:100%;
	height:100%;
	background:none;
}

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


div.twitter,
div.foot {
display:none;
}

