* {
	margin: 0;
	padding: 0;
}

body {
	padding:35px;
	text-align: left;
	font-family: Helvetica, Arial,Verdana, Geneva,  sans-serif;
	font-size: 80%;
}

#inhalt {
	float:left;
	width:33em;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 1em 0;
}

#inhalt h1, #inhalt h2 {
	text-transform:uppercase;
	font-size:200%;
	margin-bottom:0.8em;
}

#inhalt h3 {
	text-transform:uppercase;
	font-size:120%;
	margin:1.6em 0 0.8em 0;
}

#inhalt p {
	margin-top:1em;
	line-height:1.6em;
}

#inhalt p img.scal {
	width:33em;
}

#inhalt ul {
	margin:2em 2em 2em 4em;
}

#inhalt li {
	margin-bottom:0.6em;
}


a {
	text-decoration:none;
	color:#09f;
}

a:hover, a:active {
	text-decoration:underline;
}

#seitenleiste {
	text-transform:lowercase;
	float:left;
	width:125px;
	margin-right:3em;
}

#logo h1 {
	font-size: 100%;
}

#logo a {
	background: url(../i/logo.gif) no-repeat top left;
	width:125px;
	height:80px;
    display:block;
	text-indent:-100.0em;
	margin-bottom:3em;
}

#logo a:hover,#logo a:active {
	background: url(../i/logo.gif) no-repeat top right;
}

#seitenleiste ul {
	margin:0 0 1em 0;
	padding:0;
}

#seitenleiste li {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	margin-bottom:0.1em;
	line-height:0;
}

#seitenleiste h3 {
	text-transform:uppercase;
	font-size:100%;
	margin-top:2em;
	margin-bottom:0.3em;
}

#seitenleiste .nav a {
	display:block;
	color:black;
	text-decoration:none;
	padding:0.7em 0 0.6em 0;
	margin:0;
}

#seitenleiste .nav a.aktiv:hover, #seitenleiste .nav a.aktiv:active, #seitenleiste .nav a.aktiv {
	color:#09f;
	background:white url(../i/pfeil3.gif) no-repeat center right;
	padding:0.7em 0 0.6em 0;
}

#seitenleiste .nav a:hover, #seitenleiste .nav a:active {
	background:#09f url(../i/pfeil2.gif) no-repeat center right;
	color:white;
	text-decoration:none;
	padding:0.7em 0 0.6em 0.4em;
}

/* Styles */
form {
	margin: 0;
	padding: 0;
	margin-top:30px;
}

fieldset {
	margin: 2em 0;
	border: none;
}

legend {
	margin:1em 0;
	padding: 0 .5em;
	color: black;
	background: transparent;
	font-size: 1.3em;
	font-weight: bold;
	text-align:right;
	display:none;
}

h3 {
	font-weight: bold;
	text-align:left;
	padding:0 0 5px 0;
	border-bottom: 1px solid #000;
}

label {
	float: left;
	width: 8em;
	padding: 0 1em;
	text-align: right;
}

fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

fieldset div input, fieldset div textarea {
	width: 150px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
}

fieldset div input.inputsmall {
	width: 30px;
}

fieldset div select {
	padding: 1px;
}

div.fm-multi div {
	margin: 5px 0;
}

div.fm-multi input {
	width: 1em;
}

div.fm-multi label {
	display: block;
	width: 200px;
	padding-left: 5em;
	text-align: left;
}

#fm-submit {
	clear: both;
	padding-top: 1em;
	padding-left:0;
	text-align: left;
}

#fm-submit input {
	border: 1px solid #333;
	padding: 2px 1em;
	background: #555;
	color: #fff;
	font-size: 100%;
}

input:focus, textarea:focus {
	background: #efefef;
	color: #000;
}

	
/* required fields - does not work in IE */
fieldset div.fm-req {
	font-weight: bold;
}

fieldset div.fm-req label:before {
	content: "* "; /* does not work in IE */
}

.lrechnung {
	float:left;
	width:50%;
}

.rrechnung {
	float:right;
	width:50%;
	text-align:right;
}

hr.clear {
	clear: both;
	visibility:hidden;
}

#gesamtpreis {
	font-weight:bold;
}

/* Blog */

#inhalt h3.commentstitle {
	border-bottom: none;
	float:left;
	padding:0;
	margin-bottom:0;
}

.entry p {

}

#inhalt h3.date {
	border-bottom: none;
	float:right;
	padding:0;
	margin-bottom:0;
	font-weight: normal;
}

.entry img {
	float:left;
}

#inhalt h3.comments {
	font-weight: normal;
	border-bottom: none;
	float:right;
	margin-bottom:0.3em;
	font-size:120%;
}

#inhalt h3.comments a img {
	border:none;
}

#inhalt h3.comments a {
	color:black;
	font-size:70%;
}


.break {
	margin-bottom:1.8em;
	clear:both;
	border-bottom:1px solid #000;
}

.break2 {
	clear:both;

}