html {
	background: #808080;
}

body {
	color: #464646;
}

html#microblog,
body#microblog {
	background: white;
}

.clear {
	clear: both;
}

.alignright {
	margin: 0 0 10px 10px;
	float: right;
}

.alignleft {
	margin: 0 10px 10px 0;
	float: left;
}

div#edit {
	position: absolute;
	top: 10px;
	right: 10px;
}

div#edit a {
	display: block;
	width: 200px;
	text-align: center;
	font-size: 11px;
	border: solid 1px white;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #464646;
	text-decoration: none;
	color: white;
	opacity: 0.3;
}

div#edit a:hover {
	opacity: 1;
}

section#content {
	float: left;
	overflow: hidden;
	width: 100%;
	background: white url("../../images/navbg.png") repeat-y;
	padding-bottom: 50px;
}

header {
	display: block;
	width: 150px;
	height: 100%;
	color: white;
	position: fixed;	
	left: 0;
	top: 0;
	box-shadow: 0 2px 19px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 2px 19px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 2px 19px rgba(0,0,0,0.5);
	background: #e5e5e5;
}

header h1 {
	width: 150px;
	height: 230px;
}

header h1 a {
	display: block;
	width: 150px;
	height: 210px;
	text-indent: -2000px;
	background: #e5e5e5 url("../../images/logo.png") no-repeat;
}


/************************************************************************************************/
/*
/*  MenŸ
*/

header a {
	color: #808080;
	text-decoration: none;
    -webkit-transition-property: color;  
    -webkit-transition-duration: 0.5s;  
}

header a:hover {
	color: #4d4d4d;
}

header h2 {
	margin: 0 0 10px 15px;
}

/* Kategorien */

nav ul.navi {
	margin: 0 0 30px 0;
}

nav ul.navi li a {
	display: block;
	width: 120px;
	padding: 5px 10px;
	margin: 0 5px;
	border-bottom: solid 1px #cccccc;
}

nav ul.navi li a:hover {
	background-position: 0 -90px;
}
	
nav ul.navi li.current-cat a {
	background-position: 0 -180px;
	color: #a7a779;
}

/* Seiten */

/* Suche */

header form#searchform {
	display: block;
	position: relative;
	margin: 0 5px;
	width: 134px;
	height: 15px;
	border: solid 1px #cccccc;
	border-width: 1px 0 0 1px;
	padding: 2px 3px 3px 2px;
	background: white
}

header form#searchform input{
	border: none;
}

header form#searchform input[type="text"]{
	width: 109px;
	padding: 0 5px 0 0;
	height: 15px;
}

header form#searchform input[type="submit"]{
	position: absolute;
	top: 3px;
	right: 3px;
	background: url("../../images/buttonsubmitsuche.png") no-repeat;
	border: none;
	padding: 0;
	height: 15px;
	width: 21px;
	text-indent: -5000px;
	cursor: pointer;
}

header form#searchform input[type="submit"]:hover {
	background-position: -21px 0;
}

/************************************************************************************************/
/*
/*  Fuss
*/

footer {
	float: left;
	width: 100%;
	min-height: 229px;
	padding: 10px 0 0 0;
	background: #808080 url("../../images/markus-freise.jpg") no-repeat 160px 10px;
}

footer div#fuss {
	padding-left: 320px;
}

footer div#about {
	float: left;
}

footer h2 {
	margin: 0 0 10px 0;
}

footer p {
	margin: 2px 0 8px 0px;
	width: 240px;
}

footer div#social_tagcloud {
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	border-left: solid 1px #a2a2a2;
	width: 439px;
}

footer div#social {
	text-align: center;
	padding: 0 0 10px 0;
}

footer div#social a {
	float: left;	
	padding-left: 21px;
	margin-right: 5px;
	background-repeat: no-repeat;
}


footer div#tagcloud {
	clear: both;
	padding-top: 10px;
	margin-top: 10px;
	border-top: solid 1px #a2a2a2;
	text-align: center;
	width: 100%;
}

footer div#tagcloud a {
	vertical-align: middle;
	line-height: 1.1em;
}


/************************************************************************************************/
/*
/*  Bestellen und so
*/

form.wpcf7-form input[type="text"] {
	border: solid 1px #a2a2a2;
	padding: 2px 6px 3px 6px;
}

form.wpcf7-form textarea {
	border: solid 1px #a2a2a2;
	padding: 2px 6px 3px 6px;
	height: 120px;
}

form.wpcf7-form span.wpcf7-list-item {
	display: block;
	clear: left;
	margin: 10px 0;
}

form.wpcf7-form input[type="submit"]
{
	padding: 2px 4px;
	background: #581c3b;
	color: white;
	-moz-border-radius: 4px;
	cursor: pointer;
	text-shadow: none;
}

a.bestellen {
	float: right;
	margin: 0 0 20px 20px;
	display: block;
	width: 220px;
	height: 66px;
	background: url("../../images/bestellen.png");
	text-indent: -5000px;
}

a.bestellen:hover {
	background: url("../../images/bestellen.png") 0 -67px;
}


