

body {
    background-color : #313131;
    color : #ffffff;
    font-family : Rasheeq, Purisa;
  }


h1 {
    color : #FF0000;
    font-size : 22px;
    text-align : center;
  }


#head {
    background-image : url('kacheln.jpg');
    margin-left : 10%;
    margin-right : 10%;
    width : 80%;
    border-bottom-color : #ff0000;
    border-bottom-style : solid;
    border-left-color : #ff0000;
    border-left-style : solid;
    border-right-color : #ff0000;
    border-right-style : solid;
    border-top-color : #ff0000;
    border-top-style : solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
  }


#menu {
    float : left;
    height : 420px;
    margin-top : 50px;
    text-align : center;
    vertical-align : middle;
    width : 180px;
    background-image : url('kacheln.jpg');
    border-bottom-color : #ff0000;
    border-bottom-style : solid;
    border-left-color : #ff0000;
    border-left-style : solid;
    border-right-color : #ff0000;
    border-right-style : solid;
    border-top-color : #ff0000;
    border-top-style : solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
  }


#content {
    border-bottom-color : #ff0000;
    border-bottom-style : solid;
    border-left-color : #ff0000;
    border-left-style : solid;
    border-right-color : #ff0000;
    border-right-style : solid;
    border-top-color : #ff0000;
    border-top-style : solid;
    bottom : 0px;
    margin-left : 190px;
    margin-top : 52px;
    right : 0px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
  }


.knopf {
    border-bottom-style : none;
    border-left-style : none;
    border-right-style : none;
    border-top-style : none;
    height : 50px;
    width : 150px;
  }


#FF0000.anfahrt {
  }


#more {
    border-bottom-style : groove;
    border-left-style : groove;
    border-right-style : groove;
    border-top-style : groove;
    text-align : center;
  }


.c1 {
    background-color : #FF5100;
  }


.c2 {
    background-color : #FF0505;
  }


.c3 {
    background-color : #940202;
  }


h2 {
    font-family : Nada, Monospace, Metal;
    font-size : 20px;
    text-align : center;
  }
#menu a {
	display: block;
	background-image: url(btn_normal.png);
	width: 150px;
	height: 50px;
	font-size:20px;
	font-family:"Arial Black", Gadget, sans-serif;
	margin:auto;
	color: #FFFFFF;
	text-decoration:none;
	line-height: 50px;
}

#menu a:hover {
	display: block;
	background-image: url(btn_hover.png);
	width: 150px;
	height: 50px;
	font-size:20px;
	font-family:"Arial Black", Gadget, sans-serif;
	margin:auto;
	color:#00FF00;
	text-decoration:none;
	line-height: 50px;
}

.button {
	border: none;
	font-size: 20px;
	background: url(btn_normal.png) no-repeat center;
	color: #FFFFFF;
	font-family:"Arial Black", Gadget, sans-serif;
	height: 50px;
	width: 150px;
}

.button:hover {
	border: none;
	font-size: 20px;
	background: url(btn_hover.png) no-repeat center;
	color: #00FF00;
	font-family:"Arial Black", Gadget, sans-serif;
	height: 50px;
	width: 150px;
}

.book_container {
	margin: auto;
	width: 80%;
}

.book_entry {
	width: 100%;
	border: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	padding: 5px;
}

.book_header {
	width: 100%;
	border: solid;
	border-width: 1px;
	border-color: #FF0000;
	background-color: #990000;
	text-shadow: #000000;
}
.book_content {
	padding: 5px;
	text-align: left;
}