@charset "utf-8";

/* ============================================
   Stylesheets
   06.11.2008
   by www.sbihl.de
   ============================================ */

/* Allgemeine Definitionen
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #a6a6a6 url(gfx/bg.gif) repeat-x 0 0;
	color: #000;
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
}
img,
a img {
	border: 0;
}
hr {
	display: none;
}	
.floatleft {
	float: left;
	margin: 0 25px 10px 0;
}
.floatright {
	float: right;
	margin: 0 0 10px 10px;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}
.xs {
	font-size: .9em;
}
.tab {
	float: left;
	width: 14em;
}

/* Links
----------------------------------------------- */
a,
a:visited {
	color: #000;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
#footer a,
#footer a:visited {
	color: #888;
	outline: none;
	text-decoration: none;
}
#footer a:hover {
	color: #777;
	text-decoration: none;
}

/* Typo
----------------------------------------------- */
h1, h2, h3, h4 {
	font-weight: bold;
	font-size: 1em;
	margin: 0 0 .5em 0;
}
p {
	margin: 0 0 1em 0;
}
#content ul {
	margin: 3px 0 1em 20px;
}
#content ul li {
	padding: 0 0 2px 0;
	list-style: disc;
}

/* Layout
-----------------------------------------------*/ 
#wrapper {
	font-size: 62.5%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 840px;
}
#wrapper:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
#wrapper {display: inline-block;}
/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE-mac */
#header {
	background: #fff url(gfx/bg_header.png) no-repeat 0 0;
	float: left;
	font-size: 1.3em;
	height: 154px;
	margin: 6px 0 0 0;
	padding: 0;
	width: 100%;
}
p.logo {
	float: left;
	margin: 22px 0 0 48px;
	padding: 0;
	width: 300px;
}
p.stutzpkth {
	float: left;
	margin: 28px 0 0 48px;
	padding: 0;
	text-align: right;
	width: 410px;
}
#main {
	background: #fff url(gfx/bg_main.png) no-repeat 0 0;
	float: left;
	margin: 0;
	padding: 0 10px;
	width: 820px;
}
#navigation {
	float: left;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: 100%;
}
#teaser {
	background: url(gfx/bg_teaser.png) repeat-x 0 0;
	float: left;
	font-size: 1.3em;
	height: 365px;
	margin: 0;
	padding: 0;
	width: 100%;
}
#teaserimg {
	float: left;
	height: 320px;
	margin: 31px 0 0 82px;
	width: 448px;
}
#teasertext {
	float: left;
	height: 335px;
	margin: 30px 0 0 0;
	text-align: center;
	width: 230px;
}
#teasertext p {
	margin: 0;
	padding: 0;
}
#teasertext p.bci {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	margin: 18px 0 0 0;
	letter-spacing: 3px;
	line-height: 1.67em;
	text-transform: uppercase;
}
#content,
#content-nt {
	float: left;
	font-size: 1.3em;
	margin: 0;
	line-height: 1.5em;
	padding: 0 40px 15px;
	width: 740px;
}
#content-nt {
	background: url(gfx/bg_content-nt.gif) repeat-x 0 1px;
	padding-top: 30px;
}
.leftcolumn,
.rightcolumn {
	float: left;
	margin: 0;
	padding: 0;
	width: 240px;
}
.rightcolumn {
	width: 500px;
}
#footer {
	background: #fff url(gfx/bg_footer.png) no-repeat bottom left;
	color: #777;
	float: left;
	font-size: 1.2em;
	height: 36px;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	width: 100%;
}
#footer p {
	margin: 0;
	padding: 0;
}

/* Navigationen
-----------------------------------------------*/
#navigation ul {
	background: #727272 url(gfx/bg_navi.gif) repeat-x 0 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #333;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 7px 0;
	list-style-type: none;
	text-align: center;
	width: 100%;
}
#navigation ul li {
	list-style: none;
	display: inline;
}
#navigation ul li a,
#navigation ul li a:visited {
	background: #727272 url(gfx/bg_navi.gif) repeat-x 0 0;
	color: #fff;
	padding: 7px 22px;
	text-decoration: none;
}
#navigation ul li a:hover {
	background: #727272;
	color: #fff;
}
.current {
	background: #727272 !important;
}

/* Formulare
----------------------------------------------- */
fieldset {
	border: 1px solid #ccc;
	margin: 0 0 1em 0;
	padding: 0 10px 5px 10px;
}	
legend {
	border: none;
	color: #999;
	padding: 10px 5px;
}
legend strong {
	color: #333;
}
label {
	cursor: pointer;
	float: left;
	padding-right: 10px;
	text-align: right;
	width: 125px;
}
input {
	border: 1px solid #ccc;
	font-family: inherit;
	font-size: 1em;
	width: 285px;
}
input:hover
textarea:hover {
	border: 1px solid #333;
}
textarea {
	border: 1px solid #ccc;
	font-family: inherit;
	font-size: 1em;
	width: 285px;
}
.button {
	cursor: pointer;
	margin-left: 135px;
}
/* Fehlermeldungen */
.fehler {
	color: #f00 !important;
	font-weight: bold !important;
}
.false {
	border: 1px solid red;
}
.false-ta {
	border: 1px solid red;
}

/* Tabellen
-----------------------------------------------*/
#mietangebot {
	border: solid #999;
	border-width: 0 1px 1px 0;
	margin: 0 0 16px 0;
	padding: 0;
	text-align: left;
	width: 738px;
}
#mietangebot td,
#mietangebot th {
	border: solid #999;
	border-width: 1px 0 0 1px;
	margin: 0;
	padding: 1px 4px;
	text-align: left;
	vertical-align: top;
}
#mietangebot th {
	background: #efefef;
	font-weight: bold;
}
.ma-modell {
	width: 200px;
}
.ma-masse,
.ma-gewicht {
	width: 100px;
}
