/*

		Stylesheet für schulfach-glueck.de
		© 2008 Sebastian Kabis
		www.sebastiankabis.net
		Tel.: 0761/5899068
		
		Keine Weiterverwendung ohne ausdrücklicher, schriftlicher Genehmhigung seitens Ernst Fritz-Schubert und / oder Sebastian Kabis!

*/

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}
#content a{
	color: white;
	text-decoration: underline;
}
#content a:hover{
	 letter-spacing: 3px;
}

body {
	font-family: verdana, arial, sans-serif;
	background: url(../assets/bg.jpg);
	background-repeat: repeat;
	font-size: small;
}

#wrapper {
	width: 770px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

#header h1, h2, h3, h4, h5, h6 {
	display: none;
}

#home #header {
	width: 770px;
	height: 281px;
	background: url(../assets/header_home.png);
}

#gaestebuch #header {
	width: 770px;
	height: 281px;
	background: url(../assets/header_gbook.png);
}
#news #header {
	width: 770px;
	height: 281px;
	background: url(../assets/header_news.png);
}
#ernst_fritz-schubert #header {
	width: 770px;
	height: 281px;
	background: url(../assets/header_derautor.png);
}
#kontakt #header {
	width: 770px;
	height: 281px;
	background: url(../assets/header_kontakt.png);
}
#impressum #header {
	width: 770px;
	height: 281px;
	background: url(../assets/header_impressum.png);
}
.headline{
	font-size: 1em;
	margin: 15px;
	font-weight: bold;
}
.italic{
	font-style: italic;
}

#content {
	background: #93aa43;
	float: right;
	width: 611px;
	border-left: 1px solid white;
	color: white;
	text-align: justify;
}

#content_navi_wrapper{
	background: #93aa43;
	width: 770px;
	margin: auto;
	padding: 0;
}

#navi {
	width: 158px;
	background: #93aa43;
	padding-top: 25px;
	margin-bottom: 0px;
	float: left;
	font-size: medium;
}

#navi ul {
	list-style-type: none;
}

#navi li a {
	font-weight: bold;
	color: white;
	text-decoration: none;
	margin-bottom: 20px;
	font-variant: small-caps;
}

#navi li a:hover {
	text-transform: uppercase;
}

#navi li {
	border-bottom: 1px white solid;
	padding-bottom: 10px;
	margin-top: 10px;
	padding-left: 20px;
}

#footer {
	background: url(../assets/footer_bg.png);
	height:33px;
	font-size: small;
	text-align: center;
	line-height: 33px;
	margin-top: 0px;
}

.clear {
	clear: both;
}

.float_right {
	float: right;
}

#content p {
	line-height: 1.5;
	margin: 15px;
	font-size: small;
}

#content img {
	margin: 15px;
}

.guestbook ul {
	list-style-type: none;
}

.gbook_eintrag p {
	padding: 10px;
	border: 1px white solid;
}

.gbook_eintrag {
	font-size: small;
}

.guestbook {
	margin: 15px;
	font-size: small;
}

.guestbook legend {
	margin: 10px;
}

.guestbook label {
	margin: 10px;
}

label {
	display: block;
	margin-top: 10px;
}

input, textarea {
	width: 280px;
	font-family: verdana, sans-serif;
	font-size: small;
}
.inputs{
	padding-left: 30px;
}

textarea {
	height: 100px;
}

input.submit {
	background-color: white;
	width: 100px;
	border: 1px black solid;
}
.guestbook li {
	margin-bottom: 10px;
}
#contactform{
	margin-left: 50px;
	margin-top: 30px;
	font-size: 12px;
}

.textarea {
	width: 430px;
}
#submit_form{
	margin-top: 10px;
	margin-bottom: 20px;
}

#content_news {
	background: #93aa43;
	padding: 10px;
	float: right;
	width: 591px;
	border-left: 1px solid white;
	color: white;
	text-align: justify;
}