/*
*	@author			PixelProductions GmbH
*
*	@version		1.0
*	@date			2008-06-15
*
*
*	@section 		browser reset
*	@see     		http://www.yaml.de/documentation/...
*
*	Reset any browser specific CSS declaration to known values
*/

* { margin: 0; padding: 0; }

html { height: 100%; margin-bottom: 1px; }

body { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #063b74; background-color: #fff; text-align: center; margin: auto; background-image: url(../../Bilder/Layout/bg.jpg); background-position: top; background-repeat: repeat-x; }

table, td, p, div {	font-family: Arial, Helvetica, sans-serif; }

ul, ol, dl { margin: 0 0 1em 1em; }
li { margin-left: 1.5em; line-height: 1.5em; }

h1 { font-size: 2em; color: #d40905; margin-bottom: 20px; }
h2 { font-size: 1.4em; }

blockquote, cite { margin: 0 0 1em 1.5em; }

form { display:inline; }
input, select, textarea { border:1px solid #000; font-size:10px; }

option { padding-left: 0.4em; }

fieldset, img { border: 0 solid; }

a { color: #063b74; text-decoration: underline; }
a:hover, a:active { color: #0e64c0; text-decoration: none; }

p { margin-bottom: 20px; }

#gesamt { width: 800px; margin: auto; }
#header { width: 800px; height: 150px; }

#menuecontainer { width: 800px; height: 26px; border-bottom: 1px dotted #063b74; }
.menue { float: left; margin: 5px 25px; }
.menue a { color: #063b74; text-decoration: none; font-weight: bold; }
.menue a:hover, .menue a:active { color: #d40905; text-decoration: none; font-weight: bold; }

#main { margin: 30px 25px; text-align: left; }

.img { border: 1px solid #063b74; margin: 0px 0px 15px 15px; }
.img2 { border: 1px solid #063b74; margin: 0px 15px 15px 0px; }

.img_haus_rechts { border: 1px solid #063b74; margin: 0px 0px 0px 15px; }
.img_haus_links { border: 1px solid #063b74; margin: 0px 15px 0px 0px; }

.haus { height: 136px; margin-bottom: 15px; }

.haftung { font-size: 8px; width: 540px; float: right; bottom: 0; margin: 110px 10px 0px 0px; line-height: 1; }

