/*
	Design & Code
	      by
	 Codas & Atlan
	
     E-Mail: atlan@hhirt.de
*/


/*Allgemeine Styledefinitionen*/

body {
	background: url(http://www.flf-book.de/FLFBook/Grafiken/PaperKork/kork.gif) #fc7100;
	margin: 0px;
}
div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

a:link { color: #cccccc; text-decoration: none; }
a:visited { color: #cccccc; text-decoration: none; }
a:hover { color: white; text-decoration: none; }


/*Kopfbereich*/

.head {
	text-align: center;
	background: url(http://www.flf-book.de/FLFBook/Grafiken/PaperKork/bg_red.png);
	height: 150px;
}
.headtext {
	height: 109px;
}
.headtext b { font-size: 20px; }


/*Bereich zum Erstellen von Einträgen*/

.eintrag {
	background: url(http://www.flf-book.de/FLFBook/Grafiken/PaperKork/eintrag.png);
	height: 370px;
}
.eintrag_text {
	margin: 0px 15px 0px 15px;
	height: 349px;
	vertical-align: top;
	background: url(http://www.flf-book.de/FLFBook/Grafiken/PaperKork/ring_top.gif) bottom no-repeat;
}


/*Contentbereich*/

.blatt {
	background: url(http://www.flf-book.de/FLFBook/Grafiken/PaperKork/bg_green.png);
}
.text {
	margin: 5px 15px 5px 15px;
}
.ring_oben {
	background: url(http://www.flf-book.de/FLFBook/Grafiken/PaperKork/ring_top.png) no-repeat;
	height: 20px;
}
.ring_unten {
	background: url(http://www.flf-book.de/FLFBook/Grafiken/PaperKork/ring_bottom.png) no-repeat;
	height: 21px;
}


/*Fußbereich*/

.foot {
	background: url(http://www.flf-book.de/FLFBook/Grafiken/PaperKork/footer.png);
	height: 86px;
}



/*Speziell für das Formular*/

input, textarea {
	background: transparent;
	font-family: verdana;
	font-size: 16px;
	color: white;
	border: 0px;
}
#name {
	width: 200px;
	height: 27px;
	margin-left: 177px;
	margin-top: 3px
}
#e_mail {
	width: 200px;
	height: 26px;
	margin-left: 177px;
	margin-top: 14px;
}
#web_seite {
	width: 200px;
	height: 27px;
	margin-left: 177px;
	margin-top: 14px;
}
#nachricht {
	width: 295px;
	height: 108px;
	margin-left: 177px;
	margin-top: 15px;
}
#bild_hochladen {
	width: 300px;
	height: 29px;
	margin-left: 177px;
	margin-top: 15px;
	border: 1px solid #F36B04;
}
#submit {
	width: 113px;
	height: 31px;
	margin-left: 202px;
	margin-top: 18px;
}

