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

body { 
	margin: 30px 20px 20px 20px;
	padding: 0;
        font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}

a, a:visited, a:active {
    text-decoration: underline;
    color: #000;
}

a:hover {
    background-color: #FF0;
}

div#nav, div#nav2 {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 80px 0 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	text-shadow: 1px 1px 1px #b3b3b3;
}

div#logo {
	position: absolute;
	right: 50px;
}


div#nav a, div#nav a:visited, div#nav a:active, div#nav2 a, div#nav2 a:visited, div#nav2 a:active {
		text-decoration: none;
		color: #000;
}

div#nav a:hover, div#nav2 a:hover {
	background-color: #FF0;
	color:#000;
}

.selected {
	background-color: #FF0;
}

.hideiv {	position: relative;
	margin: 0;
	padding: 0 80px 0 0;
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	text-shadow: 2px 2px 5px #666;
}
.hideiv b {display: none;}
.hideiv strong {font-weight: normal;}
.hideiv a, .next a:visited, .next a:active {text-decoration: inherit; color: inherit;}
.hideiv a:hover {text-decoration: inherit; background-color: inherit;}
.hideiv:hover {border: 0;} /* our trigger for IE5.x and IE6 */
.hideiv:hover b {display:inline; font-weight:normal;}
.hideiv:hover strong {display:none;}


div#inhalt {
	clear: both;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	margin: 0;
	padding-top: 50px;
	overflow: visible;
}

div#inhalt p {
	text-align: left;
}


div#inhalt small {
	font-size: 10px;
}

div#inhalt h1 {
	font-size: 14px;
	font-weight: normal;
}

div#inhalt hr {
	height: 1px;
	color: #000;
	border: 1px dotted #000;
}

div#inhalt a, div#inhalt a:visited, div#inhalt a:active {
		text-decoration: underline;
		color: #000;
}

div#inhalt a:hover {
	background-color: #FF0;
}

div#inhalt a.image:hover {
	background-color: #FFF;
}

div#inhalt img.thumb {
	border: 1px solid #FFF;
	margin: 0 30px 30px 0;
}

div#inhalt img.thumb:hover {
	border: 1px solid #000;
	background-color:#FFF;
}

textarea#text {
	width: 298px;
	height: 100px;
	border: 1px solid #000;
	background-color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	margin-bottom: 5px;

}

input#name, input#email {
	width: 298px;
	height: 20px;
	border: 1px solid #000;
	margin-bottom: 5px;
	background-color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}

input#send {
	width: 300px;
	height: 20px;
	border: 1px solid #000;
	background-color: #FFF;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}

input#nameaddressee, input#emailaddressee, input#namesender, input#emailsender {
	width: 160px;
	height: 20px;
	border: 0;
	margin-bottom: 5px;
	background-color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #666;
}

input#sendrecommendation {
	width: 180px;
	height: 20px;
	border: 1px solid #000;
	background-color: #FFF;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}

.last, .index, .next {
	font-size: 14px;
}

.next b {display: none;}
.next a, .next a:visited, .next a:active {text-decoration: inherit; color: inherit;}
.next a:hover {text-decoration: inherit; background-color: inherit;}
.next:hover {border: 0;} /* our trigger for IE5.x and IE6 */
.next:hover b {display:inline; font-weight:normal;}

.blogtitle {
	font-size: 14px;
}
.blogdate {
	font-size: 10px;
	font-style: italic;
}
.blogdescription {
	}
	
.blogsmall {
	font-size: 10px;
	}

.pb {
	font-size: 14px;
	letter-spacing: -1px;
	word-spacing: 2px;
	}

div#inhalt .pb a, div#inhalt .pb a:visited, div#inhalt .pb a:active {
	text-decoration: none;
	color: #000;
}

div#inhalt .pb a:hover {
	background-color: #FF0;
	color: #000;
}




