body  {
	margin: 0;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F9E3F7;
}
.twoColFixLtHdr #container {
	width: 1003px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	height: 800px;
} 
.twoColFixLtHdr #container_index {
	width: 1003px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	height: 500px;
}

.twoColFixLtHdr #header {
	background: #DDDDDD;
} 
.twoColFixLtHdr #topmenu {
	background-image: url(images/topmenu_bg.jpg);
	width: 722px;
	height: 37px;
	margin-bottom: 40px;
}
.twoColFixLtHdr #topmenu a{
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
}

.twoColFixLtHdr #topmenu_gallery {
	background-image: url(images/topmenu_bg.jpg);
	width: 722px;
	height: 37px;
	margin-bottom: 0px;
	position: absolute;
	z-index: 10;
	visibility: visible;
	
} 
.twoColFixLtHdr #topmenu_gallery a {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;

} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 278px;
	text-align: left;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 278px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/*padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 722px;
	vertical-align: top;
	text-align: left;
} 
.impresszum {
	font-size: 10px;
	padding-right: 20px;
}

.twoColFixLtHdr #mainContent_gallery {
	margin: 0 0 0 278px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/*padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 722px;
	vertical-align: top;
	text-align: left;
}
.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;
}
.image_spaceholder
{
	padding-left: 30px;

}
.image_spaceholder_green
{
	padding-left: 30px; padding-right:10px;

}
.title_text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #EF61B3;
}
.topmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}
.submenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #287D15;
	position: relative;
	top: 40px;
	font-weight: normal;
	left: 30px;
}
a {
	color: #277E13;
	text-decoration: none;
}

