@charset "UTF-8";
@import "basic.css";
@import "extra.css";
/*
	Schriftgroessen koennen mit em veraendert werden, z.B. 1.6em entsprechen 16px
	http://www.grochtdreis.de/adventskalender/advent.php
*/

/* Globale Tags */
a {
	color: #39F;
}
#content a:hover {
	text-decoration: none;
	border-bottom: 1px solid #39f;
}
#content h1 a:hover {
	text-decoration: none;
	border-bottom: 2px solid #39f;
}
#menu span a:hover {
	border: none;
}
p {
	margin: 0 0 1em 0;
}
b, strong {
	font-weight: bold;
}
/* Hintergruende */
#kontakt {
	background-image: url(../media/images/kontakt/briefmarke.jpg);
	background-position: right 30%;
	background-repeat: no-repeat;
}
/* Zeilen */
#header, #content, #extra, #footer {
	width: 100%;
	float: left;
	font-size: 1.2em;
	line-height: 1.5em;
}
/* Header */
#logo {
	width: 40%;
	float: left;
	display: inline;
	margin: 5% 0 0 5%;
	line-height: 0;
}
#logo a {
	color: #CCC;
	font-size: 3em;
	font-weight: bold;
	background-color: transparent;
}
#logo img {
	width: 60px;
	height: 60px;
	margin: 0 10px 0 0;
}
#siteservices {
	width: 45%;
	float: right;
	display: inline;
	margin: 4.6% 4.4% 0 5%;
}
#siteservices ul {
	width: auto;
	float: right;
}
#siteservices li {
	width: auto;
	float: left;
	list-style-type: none;
	margin: 0 0 0 1em;
}
#siteservices li a:link, #siteservices li a:visited {
	color: #39F;
	line-height: 2.5em;
	border-top: solid 0.35em #FFF;
	border-right: solid 0.5em #FFF;
	border-bottom: solid 0.35em #FFF;
	border-left: solid 0.5em #FFF;
	background-color: #FFF;
}
#siteservices li#labor a:link, #siteservices li#labor a:visited {
	width: 12px;
	height: 15px;
	display: block;
	position: relative;
	top: -0.25em;
	border: solid 0.6em #FFF;
	background-color: #FFF;
	background-image: url(../media/images/labor.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#siteservices li a:hover, #siteservices li.active a:link, #header li.active a:visited {
	color: #FFF;
	border-top: solid 0.35em #39F;
	border-right: solid 0.5em #39F;
	border-bottom: solid 0.35em #39F;
	border-left: solid 0.5em #39F;
	background-color: #39F;
}
#siteservices li#labor a:hover {
	border: solid 0.6em #39F;
	background-color: #39F;
	background-position: center bottom;
}
/* Blender */
.blender {
	width: 40%;
	float: left;
	display: inline;
	margin: 5% 0 1% 5%;
}
.blender .color {
	height: 10px;
	font-size: 0;
	line-height: 0;
}
.blender #set {
	line-height: 0;
}
.blender #set img {
	width: 100%;
	height: auto;
}
.blender #info {
	margin: 1.45em 0 0 0;
}
/* Menu */
#menu {
	width: 10%;
	float: left;
	display: inline;
	margin: 5% 0 0 5%;
}
#menu li {
	list-style-type: none;
	margin: 0 0 2em 0;
}
#menu li img {
	width: 100%;
	height: auto;
	margin: 0 0 0.5em 0;
}
/* Intro, Text und Blendertext */
#intro {
	width: 30%;
	float: left;
	margin: 4.6% 0 0 4.9%;
}
#intro ul, .text ul, #blendertext1 ul {
	margin: 0 0 1em 1.45em;
}
#intro li, .text li, #blendertext1 li {
	list-style-position: outside;
	list-style-image: url(../media/images/li.gif);
	margin: 0 0 0.3em 0;
}
#intro blockquote {
	width: 65%;
	margin: 2.8em 0 -2px 0;
	padding: 0 0 0 35px;
	color: #000;
	font: 1.2em Georgia, "Times New Roman", serif;
	line-height: 1.4em;
	background-image: url(../media/images/quotes/startquote.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#intro blockquote p {
	padding: 0 35px 0 0;
	background-image: url(../media/images/quotes/endquote.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#intro blockquote cite {
	display: block;
	margin: 1em 0 0 0;
	color: #999;
	font: 0.8em Arial, Verdana, Helvetica, sans-serif;
	text-align: right;
}
.text {
	width: 45%;
	float: left;
	display: inline;
	margin: 4.6% 0 1% 4.9%;
}
#blendertext1 {
	width: 45%;
	float: left;
	display: inline;
	margin: 4.6% 0 0 4.9%;
}
.blendertext2 {
	width: 45%;
	float: left;
	display: inline;
	margin: 2.9% 0 -0.5% 4.9%;
}
.blendertext3 {
	width: 45%;
	float: left;
	display: inline;
	margin: 3.6% 0 1% 4.9%;
}
.text h1, #blendertext1 h1, .blendertext2 h1 {
	margin: 0 0 0.7em 0;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.2em;
}
.text h1 span {
	font-weight: normal;
}
.text h2, #blendertext1 h2, .blendertext2 h2 {
	margin: 0.8em 0 0.75em 0;
	color: #999;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2em;
}
/* Bilderquelle, Show und Fotos */
.bilderquelle, #show {
	width: 95%;
	float: left;
}
.bilderquelle img {
	float: left;
	display: inline;
	margin: 4.8% 0 0.6% 5.3%;
	background: url(../media/images/raster.gif);
}
#show div {
	width: auto;
	float: left;
	display: inline;
	margin: 3.5% 0 1.3% 5.3%;
}
#show img {
	width: auto;
	height: 120px;
	margin: 0 0 1em 0;
	padding: 15px;
	border: solid 1px #CCC;
}
#show div span {
	color: #999;
	font-weight: normal;
}
#fotos {
	width: 93%;
	float: left;
	display: inline;
	margin: -0.3% 0 0 5%;
}
#fotos div {
	width: 100%;
	float: left;
	display: inline;
	margin: 3.8% 0 0 0;
}
#fotos h2 {
	width: auto;
	height: 39px;
	float: left;
	display: inline;
	margin: 0 15px 0 0;
	padding: 21px 16px 0 15px;
	color: #FFF;
	font-size: 3em;
	font-weight: normal;
}
#fotos h2#monat12 {
	background-color: #009EE0;
}
#fotos h2#monat11 {
	background-color: #868992;
}
#fotos h2#monat10 {
	background-color: #925A16;
}
#fotos h2#monat09 {
	background-color: #D18F00;
}
#fotos h2#monat08 {
	background-color: #E2001A;
}
#fotos h2#monat07 {
	background-color: #EB6909;
}
#fotos h2#monat06 {
	background-color: #F7A800;
}
#fotos h2#monat05 {
	background-color: #FFCC00;
}
#fotos h2#monat04 {
	background-color: #B1C903;
}
#fotos h2#monat03 {
	background-color: #77B757;
}
#fotos h2#monat02 {
	background-color: #6CBEA9;
}
#fotos h2#monat01 {
	background-color: #83D0F0;
}
#fotos img {
	float: left;
	display: inline;
	margin: 0 15px 15px 0;
}
/* Full */
#full #header {
	line-height: 0;
	background-color: #FFF;
}
#full #header img {
	width: 30px;
	height: 30px;
	padding: 10px;
}
#full #footer {
	background-color: #FFF;
}
#full #status {
	width: auto;
	float: left;
	display: inline;
	margin: 10px 0 0 10px;
	color: #999;
	white-space: nowrap;
}
#full #bookmarking {
	width: auto;
	float: right;
	display: inline;
	margin: 9px 9px 9px 0;
}
#full #bookmarking div {
	width: auto;
	float: right;
}
#full #bookmarking img {
	float: left;
	margin: 0 0 0 8px;
}
/* Kontaktinfo */
#kontaktinfo {
	width: 45%;
	float: left;
	display: inline;
	margin: 0 0 1% 5%;
}
#kontaktinfo div {
	width: 40%;
	float: left;
	margin: 10% 10% 0 0;
}
* html #kontaktinfo div {
	width: 40%;
	float: left;
	margin: 5% 3% 0 0;
}
#kontaktinfo div img {
	display: block;
	margin: 0 0 0.45em 0;
	background-color: #CCC;
}
#kontaktinfo div.clear {
	clear: both;
}
/* Formular */
form {
	width: 45%;
	float: left;
	margin: 4.5% 0 0 0;
}
form fieldset {
	border: none;
}
form label {
	width: 9em;
	float: left;
	display: block;
	margin: 0.1em 1em 1em 0;
	text-align: right;
	cursor: pointer;
}
form input, form textarea {
	width: 60%;
	float: left;
	display: block;
	margin: 0 0 1em 0;
	padding: 0.2em;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: solid 1px #999;
}
form input:focus, form textarea:focus {
	border-color: #39F;
}
form textarea {
	height: 100%;
}
form br {
	clear: left;
}
form input#ergebnis {
	width: 1.4em;
	float: none;
	display: inline;
	margin: 0 0.5em 0 0;
}
form input#submit {
	width: auto;
	float: none;
	margin: 1em 0 0 10em;
	padding: 0.5em;
	background-color: white;
	cursor: pointer;
}
form .fehler {
	color: #CC0000;
	font-weight: bold;
}
/* Extra */
#notes {
	width: auto;
	float: left;
	display: inline;
	margin: 2.9% 5% 1% 49.8%;
	color: #999;
}
#notes span {
	color: #000;
}
/* Footer */
#status {
	width: 60%;
	float: left;
	display: inline;
	margin: 3.1% 5% 0 5%;
	color: #999;
}
#bookmarking {
	width: 20%;
	float: right;
	display: inline;
	margin: 3.1% 5% 4.9% 0;
}
#bookmarking div {
	width: auto;
	float: right;
}
#bookmarking img {
	float: left;
	margin: 1.2em 0 0 1em;
}
