
html, body {
	background-color: #ffffff;
	margin: 0; 
	padding: 0; 
	height: 100%;
	padding-left: 5px;
}
	
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
}
/*
 * Created on 04.01.2007
 * Project Name: rae-hansen
 *
 * Author:
 * Orange Webdesign
 * Robert Kemmeter
 * 
 * http://www.orange-webdesign.com 
 */

h1, h2, h3, .navigation li {
	padding: 0;
	margin: 0;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}

h1, h2, h3 {
	color: #441D00;
	background: url(http://www.rae-hansen.de/templates/hansen/images/list/headline.gif) no-repeat left ;
	padding-left: 12px;
	margin-top: 10px;
}

h1 { font-size: 1.20em; }
h2 { font-size: 1.0em }
h3 { font-size: 0.9em }

img {
	border: 0;
}

hr {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	height: 1px;
	background-color: #441D00;
	border: 0;
}

a:link, a:visited {
	color: #00c;
	text-decoration: underline;
}
a:hover, a:active {
	color: #c00;
	text-decoration: underline;
}

#wrapper {
	min-width: 998px;
	max-width: 1120px;
	height: 100%;
}
#bodyTable {
	padding: 0;
	margin: 0;
	height: 100%;
	border: 0;
}

#bodyTable tr {
	vertical-align: top;
}

#bodyTable td {
}

#bodyColumnLeft{
	background-color: #441D00;
	background-image: url(http://www.rae-hansen.de/templates/hansen/images/backgrounds/navigation.gif);
	background-position: right;
	background-repeat: repeat-y;
	padding-top: 20px;
}
#bodyColumnMiddle {
	padding-top: 20px;
	width: 100%;
}
#bodyColumnRight {
	background-image: url(http://www.rae-hansen.de/templates/hansen/images/backgrounds/content.gif);
	background-position: left;
	background-repeat: repeat-y;
	padding-left: 15px;
}

.navigation {
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
}
.navigationOW {
	font-size: 0.9em;
}

.navigation ul, .navigation li {
	padding: 0;
	padding-left: 5px;
	margin: 0;
}
.navigation li {
	list-style: none;
	list-style-image: url(http://www.rae-hansen.de/templates/hansen/images/list/navigation.gif);
	color: #fff;
	font-size: 1.0em;
	line-height: 2.0em;
}
.navigation li:hover {
	list-style: none;
	list-style-image: url(http://www.rae-hansen.de/templates/hansen/images/list/navigation-akt.gif);
}
ul a.subNavigation {
	font-weight: normal;
	line-height: 1.4em;
}
.navigation a{
}
.navigation a:link, .navigation a:visited {
	text-decoration: none;
	/*background: url(http://www.rae-hansen.de/templates/hansen/images/list/navigation.gif) 0 50% no-repeat;*/
	color: #fff;
	display: block;
}
.navigation a:hover, .navigation a:active {
	text-decoration: underline;
	/*background: url(http://www.rae-hansen.de/templates/hansen/images/list/navigation-akt.gif) 0% 50% no-repeat;*/
	color: #fff;
	display: block;
}

.content, .logoLeft, .topMiddle {

}

.content ul li {
	margin-top: 5px;
	color: #333333;
	list-style-type: square;
}

.content {
	padding: 5px;
	padding-left: 50px;
	padding-right: 50px;
}

.content img, .content iframe {
	border: 1px solid #441D00;
	padding: 1px;
	margin: 20px;
}
.buttons img {
	margin: 0;
	border: 0;
}
.logoLeft {
	text-align: center;
	height: 45px;
}
.logoLeft img {
	padding-top: 5px;
	padding-right: 10px;
}
.logoRight {
	height: 45px;
	padding-left: 5px;
	padding-top: 15px;
	padding-right: 10px;
}

.topLeft {
	margin-top: 45px;
	background-image: url(http://www.rae-hansen.de/templates/hansen/images/backgrounds/top-left.gif);
	background-repeat: repeat-x;
	height: 40px;
	text-align: right;
}
.topMiddle {
	height: 40px;
	background-image: url(http://www.rae-hansen.de/templates/hansen/images/backgrounds/top-middle.gif);
	background-repeat: repeat-x;
	text-align: right;
}

.adresse {
	margin-top: 75px;
	padding-left: 5px;
	padding-right: 10px;
	white-space: nowrap;
	}

.fontSizeLink {
	white-space: nowrap;
}

/**
 * Kontaktformular
 */

.contactError {
	background-color: #c00;
	color: #fff;
	font-weight: bold;
	padding: 3px;
}
.contactNotice {
	color: #0c0;
	font-weight: bold;
	padding: 3px;
}
.contactInput, .contactTextarea, .contactButton {
	padding: 3px;
	border: 1px solid  #441D00;
	color: #333333;
	font-weight: bold;
}
.contactInput, .contactTextarea {
	width: 400px;
}

.contactTextarea {
	height: 300px;
}

.print {
	visibility: hidden;
}

