body  {
	font: 62.8% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
	background-image: url(../images/background_body.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
.twoColFixLtHdr #container {
	width: 717px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #654932;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #654932;
	background-color: #f7f3ea;
}
 
.twoColFixLtHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 156px;
} 
.twoColFixLtHdr #header h1 {
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -9000px;
}
h1,h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 1.9em;
}

h2 {
	font-size: 1.9em;
	margin-bottom: 1em;
}

#mainContent h3 {
	font-size: 1.6em;
	margin-top: 1em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
	font-weight: normal;
}

a {
	color: #555500;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #996600;
} 

a:link {
	color: #888800;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #996600;
} 
a:visited {
	color: #88690B
} 
a:hover {
	color: #D08802
} 
a:active {
	color: #433A32
}

li {
	margin: 0;
	padding: 0;
}

p {
	margin: 0px;
	padding: 0.5em 0em;
	font-size: 1.3em;
	line-height: 1.4em;
}
.floatLeftBorder{
	float: left;
	border: 1px solid #000;
	padding: 1px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
	position: relative;
	display: inline;
}

.floatLeftBorderCenter{
	border: 1px solid #000;
	padding: 1px;
	margin-top: 10px;
	margin-right: 22px;
	margin-bottom: 15px;
	margin-left: 22px;
	position: relative;
	width: 400px;
}

#ImageW_Caption {
	position: absolute;
	left: 0px;
	bottom: -21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	z-index: 500;
}

#mainContent #ImageW_Caption a {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

.bodyText .topH3 {
	padding-top: 5px;
}

#mainContent h1,h2,h3,h4,h5 {
	margin: 0em 0em 0.1em 0em;
	padding: 0em;
}

.contentWrapper #mainContent h2 {
	margin: 0.5em 0em 0.2em 0em;
}

.contentWrapper #sidebar1 h3 {
	margin: 0px;
	padding: 0.3em 0em 0.5em 0em;
}

.contentWrapper #sidebar1 p {
	font-size: 1.3em;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
#container  .navbar {
	margin: 0px;
	padding: 0px;
	height: 32px;
	background-image: url(../images/navigation_top_main_w_seperators.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#container .contentWrapper {
	background-color: #f7f3ea;
	margin: 0em;
	background-image: url(../images/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 717px;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 2em;
	padding-left: 0em;
}

#sidebar1 h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #mainContent {
	border-top-width: 0pt;
	border-right-width: 0pt;
	border-bottom-width: 0pt;
	border-left-width: 1pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #00EAEA;
	border-right-color: #00EAEA;
	border-bottom-color: #00EAEA;
	border-left-color: #00EAEA;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 3em;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 25px;
	background-color: #f7f3ea;
	min-height: 700px;
	background-image: url(../images/bg_mainContent.jpg);
	background-repeat: no-repeat;
	background-position: -220px 0px;
} 

/* Internet Explorer *
/*\*/
* html .twoColFixLtHdr .contentWrapper #mainContent {
    height: 700px;
	background-position: -226px 4px;
}
/**/

#container .contentWrapper .siteSections p {
	font-size: 1.1em;
	margin-bottom: 1em;
}

#mainContent .siteSectionsOutline {
	border: 1px dotted #AF8E43;
	padding: 2px;
	width: 90%;
	position: relative;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
}

#mainContent .siteSections {
	padding: 10px;
	border: 1px dotted #F7CCA2;
}

#container #mainContent .siteSections h4 {
	padding: 0px 0px 4px 0px;
	margin: 0px;
	font-size: 1.2em;
	
}

.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/background_footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 14px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	background-image: url(../images/background_content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.navbar .quickButtonMenu {
	width: 113px;
	height: 32px;
	text-decoration: none;
	float: left;
	position: relative;
}

.navbar .quickButtonMenu img {
	border:none;
	padding-top: 4px;
	padding-left: 1px;
}

.navbar .quickButtonMenu a {
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*kontaktText {
	position: relative;
	width: 400px;
	padding: 0px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
}*/

