@charset "UTF-8";
/* 
Theme Name: Glutgarten 10.05.2010
Description: Schlichtes handgezeichnetes WP-Theme für den Glutgarten
Author: Erin Glut
Version: 1.0

*/





body {
	font-size: 75%;
	font-family: Verdana, 'Trebuchet MS', Geneva, Helvetica, Tahoma, sans-serif;
	text-align: center;
}

img, a img {border: none;}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #CCC;
}

p a { font-weight: bold; }

ul {
	list-style-type: disc;
	margin: 0;
	padding: 0;
	padding-left: 20px;
}

h1, h2, h3, h4, h5, h6, p {padding-left: 20px; padding-right: 20px; padding-bottom: 15px;}

form {
        padding-left: 20px;
}

textarea {
	width: 400px;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;

}

#header {
	float: left;
	width: 900px;
	height: 79px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#header h1 {text-indent: -10000px;}
#middle {
	float: left;
	width: 864px;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	padding-left: 15px;
	padding-right: 15px;
}

#content {
	float: left;
	width: 625px;
	margin-right: 20px;
	
}

#funkelflut-top {
	float:left;
	width: 625px;
	background-image: url(images/funkelflut-top.jpg);
	background-repeat: no-repeat;
	height: 42px;
}
#funkelflut-middle {
	float:left;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	width: 619px;
}
#funkelflut-bottom {
	float:left;
	width: 625px;
	background-image: url(images/funkelflut-bottom.jpg);
	background-repeat: no-repeat;
	height: 23px;
}

#sidebar {
	width: 214px;
	float:left;
	
}

#startdiv, #eringlutdiv, #archivdiv, #linksdiv, #metadiv, #portfoliodiv {
	float: left;
	width: 214px;
}

#footer {
	width: 900px;
	height: 42px;
	float: left;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}

#eringlutkopf {
	float: left;
	width: 214px;
	height: 42px;
	background-image: url(images/eringlut.jpg);
	background-repeat: no-repeat;
}

#archivkopf {
	float: left;
	width: 214px;
	height: 42px;
	background-image: url(images/archiv.jpg);
	background-repeat: no-repeat;
}

#linkskopf {
	float: left;
	width: 214px;
	height: 42px;
	background-image: url(images/links.jpg);
	background-repeat: no-repeat;
}

#metakopf {
	float: left;
	width: 214px;
	height: 42px;
	background-image: url(images/meta.jpg);
	background-repeat: no-repeat;
}

#portfoliokopf {
	float: left;
	width: 214px;
	height: 42px;
	background-image: url(images/portfolio.jpg);
	background-repeat: no-repeat;
}

#eringlutinhalt, #archivinhalt, #linksinhalt, #metainhalt, #portfolioinhalt {
	float:left;
	width: 198px;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	padding: 5px;
}

#untererrandportfolio {
	float: left;
	width: 214px;
	background-image: url(images/untererrandportfolio.jpg);
	background-repeat: no-repeat;
	height: 23px;
}
#untererrandmeta {
	float: left;
	width: 214px;
	background-image: url(images/untererrandmeta.jpg);
	background-repeat: no-repeat;
	height: 23px;
}

#untererranderin {
	float: left;
	width: 214px;
	background-image: url(images/untererranderin.jpg);
	background-repeat: no-repeat;
	height: 23px;
}
#untererrandarchiv {
	float: left;
	width: 214px;
	background-image: url(images/untererrandarchiv.jpg);
	background-repeat: no-repeat;
	height: 23px;
}
#untererrandlinks {
	float: left;
	width: 214px;
	background-image: url(images/untererrandlinks.jpg);
	background-repeat: no-repeat;
	height: 23px;
}


#neuer {float:left;}
#aelter {
	float:right;
}

label {
	display:block;
	padding-bottom: 10px;
}

input, textarea {
	width: 300px;
	font-family: inherit;
	font-size: 100%;
	margin-bottom: 10px;
	border: 1px solid #000;
}

.senden {
	width: 100px;
	background-color: #FFF;
	border: 1px solid #000;
}

.senden:hover {
	background-color: #999;
}

