@charset "UTF-8";
/* CSS Document */

body {
	font-size: 62.5%;
	font-family:Georgia;
	font-size:0.9em;
}

a {
	color:#4e3004;
}

h2, h3, h4, h5, h6 {
	color:#4e3004;
}

p {
	line-height:20px;
}

a img {
	border: 1px solid #4e3004;
	padding: 4px;

}

/*
********************* Navi ****************
*/
#startNav, #nav {
	text-align:center;
}
#startNav a, #nav a {
	font-weight:bold;
	color:#4e3004;
	text-decoration:none;
}
#startNav a:hover, #nav a:hover {
	color:#4e3004;
	text-decoration:underline;
}

.navi ul {
	/*display:block;*/
	margin: 0 auto;
	width:900px;
	/*margin: 0;*/
	padding: 0;
	border: 0;
	list-style-type: none;
}

.navi li {
	margin: 15px 10px;
	padding: 0;
	border: 0;
	display:inline;
	/*float: left;*/	/* move all main list items into one row, by floating them */
	/*position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
}

/*
********************* SubNavi ****************
*/

#subNav {
	text-align:right;
}
#subNav ul {
	
}
#subNav li {
	line-height:20px;
	list-style:none;
	margin-bottom:10px;
}

/*
********************** Comments ********************
*/

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

/*
********************* Suche ****************
*/
.sucheInput {
	width:100%;
	/*margin-left:-50px;*/
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	border: 1px solid #4e3004;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	border: 1px solid #4e3004;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
/************** Sociable *************/

div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 18px;
	height: 18px;
	border: 0 !important;
	margin: 0;
	padding: 0 !important;
}
.sociable img:hover {
	background: transparent !important;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}


