@CHARSET "UTF-8";

/* ==========================================================================
 * Farben
 * F36F3A
 * 
 * ========================================================================== */

/* ==========================================================================
 * Allgemeines
 * ========================================================================== */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 100.01%;
}

a img {
	border: none;
}

#content a, #footer a {
	color: #F36F3A;
	text-decoration: none;
	border-bottom: 1px solid #F36F3A;
}


#content a:visited, #footer a:visited {
	color: #C4592F;
	border-bottom-color: #C4592F;
}

#content a:hover, #footer a:hover {
	color: #FFB47F;
	text-decoration: underline;
	border-bottom-color: #FFB47F;
}

#content ul {
	padding-left: 2em;
}

#content li {
	line-height: 1.6em;
	margin-bottom: 0.2em;
}

/* ==========================================================================
 * Seitenaufbau
 * ========================================================================== */

html {
	background: #efefef url(../img/html-bg.jpg) center top;
}

body {
	background: #fff url(../img/body-bg-color.png) repeat-y;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	font-size: 0.9em;
	margin: 30px auto;
	width: 721px;
}

#main {
	float: left;
	width: 520px;
}

#header {
	height: 200px;
}

#header2 {
	height: 180px;
	width: 180px;
}

#side {
	float: right;
	width: 200px;
}

#footer {
	clear: both;
}


/* ==========================================================================
 * Body
 * ========================================================================== */

body {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	font-family: Verdana, Arial, sans-serif;
}


/* ==========================================================================
 * Header
 * ========================================================================== */

#header {
	border-bottom: 1px solid #999;
}

#header span {
	display: none;
}

#header2 {
	background: #fff url(../img/header2.jpg) no-repeat 10px 10px;
	padding: 10px;
	border-bottom: 1px solid #999;
}


/* ==========================================================================
 * Inhalt
 * ========================================================================== */

#content {
	padding: 0 15px;
	margin-bottom: 1.5em;
	min-height: 22em;
}

h2 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
}

h3 {
	margin-top: 0.8em;
	margin-bottom: 0.5em;
	font-family: Arial;
	font-size: 1.25em;
	font-weight: normal;
}

#content p {
	clear: both;
	margin: 1em 0;
	line-height: 1.6em;
}

#content p:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#content img {
	border: 1px solid #999;
	padding: 5px;
	float: right;
	margin-left: 1em;
	margin-bottom: 0.5em;
}

#content img.alt {
	float: left;
	margin-left: 0;
	margin-right: 1em;
}

#content address {
	font-style: normal;
	margin-bottom: 1em;
	line-height: 1.6em;
}

#content address span {
	display: block;
	float: left;
	width: 5em;
}

#content address em {
	font-style: normal;
}

form label {
	display: block;
	width: 30%;
	float: left;
}

form input{
	font: inherit;
	width: 68%;
}

form textarea {
	font: inherit;
	width: 98%;
}

#form-submit {
	width: 98%;
}

form .error {
	background: #FC6;
	border: 1px solid #960;
	padding: 0.1em 0.5em;
	margin: 0 -0.6em;
}

#content .gallery a {
	border: none;
}

#content .gallery img {
	float: none;
	margin: 5px 0px;
}

#content .gallery a:hover img {
	background: #fff;
	border-color: #F36F3A;
}

#content ul {
	font-size: 0.9em;
}

#page-generalunternehmer #content ul {
	margin-top: -0.8em;
}

#content p.col {
	float: left;
	width: 25%;
	clear: none;
	text-align: center;
}

#content p.col img {
	float: none;
	display: block;
	margin: auto;
}

#content p span {
	font-size: 0.8em;
}

hr {
	height: 1px;
	border: none;
	background: #999;
	color: #999;
	clear: both;
	
}

/* ==========================================================================
 * Navigation
 * ========================================================================== */

#navigation {
	padding-top: 2em;
	line-height: 1.5em;
	margin-bottom: 2em;
}

#navigation, #navigation ul {
	list-style: none;
}

#navigation a, #navigation strong {
	color: #000;
	display: block;
	padding: 0.25em 0.75em;
	text-decoration: none;
}

#navigation strong {
	background: url(../img/navigation-current.gif) left center no-repeat;
	color: #F36F3A;
	font-weight: normal;
}

#navigation a:hover {
	background-color: #FFB47F;
}

#navigation ul li a, #navigation ul li strong {
	font-size: 0.9em;
	padding-left: 1.66em;
}

#navigation a:visited {
	color: #300;
}


/* ==========================================================================
 * Footer
 * ========================================================================== */

#footer {
	height: 1em;
	background: #fff url(../img/body-bg.png) repeat-y;
	border-top: 1px solid #999;
	font-size: 0.7em;
	padding: 0.5em 1.43em 0.8em;
}

#footer a, #footer em {
	float: right;
	font-style: normal;
}
