html, body {
	margin: 0px;
	height: 100%;
	background: url(../layout/bg_menu.jpg) repeat-y  0 0 #FFFFFF;
	position: relative;
}

html, body, td, span, p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

a {
               text-decoration: none;
               color: #000000;
}

table.mainframe {
	width: 100%;
	height: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

div.header {
	background: url(../layout/img_bg_top.jpg) repeat-x 0 0 #845c05;
	height: 140px;
	position: relative;
}

td.header {
        height: 140px;
}

div.head_text {
	position: absolute;
	top: 10px;
	right: 200px;
	font: bold 21pt Arial;
	color: white;
	text-align: right;
}
div.head_menu {
	position: absolute;
	bottom: 2px;
	right: 200px;
	top: 90px;
	font: normal 10pt Arial;
	color: #FFFFFF;	
}

div.head_menu a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}

div.head_breadcrumb {
	position: absolute;
	top: 130px;
	left: 215px;
	font: normal 10pt Arial;
	color: #845c05;
}

div.head_breadcrumb a {
	text-decoration: none;
	text-transform: uppercase;
	color: #845c05;
}

img.head_img {
	position: absolute;
	top: 0;
	left: 190px;
}

/* Hauptbereich - Beinhalten Linke-Spalte / Content / Rechte-Spalte*/

div.main {
                /* width: 100%; */
	height: 100%;
}


/* Linke Spalte */

div.left {
	width: 190px;
	background: url(../layout/img_bg_menu.jpg) no-repeat  0 0 transparent;
	position: absolute;
	top: 0px;
	left: 0;
	padding: 300px 10px 0px 10px;
}

a.hm {
	display: block;
	width: 180px;
	background: url(../layout/bg_menupoint.jpg) no-repeat  0 0 transparent;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 20px;
}

a.sm {
	display: block;
	width: 150px;
	font-weight: norma;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 20px;
}

a.sm:hover {
	font-weight: bold;
}

/*  Rechte Spalte */

div.rightimg {
	background: url(../layout/img_right.jpg) no-repeat 0 0 #FFFFFF;
	height: 600px;
	width: 200px;
	position: absolute;
	top: 0;
	right: 0;
	
	}

div.right {
	position: absolute;
	top: 320px;
	right: 0px;
	width: 270px;
}
	
/*  Inhalt */

div.content {
	margin-left: 220px;
                margin-right: 350px;
              	padding: 20px 0px 20px 0px;
                *width: 100%;
}

div.content span.headline {
	font-weight: bold;
	font-size: 12pt;
}

/* Footer */
div.footer {
	background-color: #845c05;
	width: 100%;
	height: 30px;
	position: relative;
}
td.footer {
	height: 30px;
}


div.footer .counter {
	position: absolute;
	right: 10px;
	top: 8px;
	font-size: 9pt;
	text-align: right;
	color: #FFFFFF;
}


/* Newsboxe rechts  */
div.newsbox {
	width: 245px;
	height: 200px;
	background: url(../layout/bg_newsbox.jpg) no-repeat 0 0 #FFFFFF;
	position: relative;
	border: 1px solid #FFFFFF;
}

div.newsbox .hdl {
	margin: 30px 10px 10px 0px;
	float: right;
	width: 150px;
	font-weight: bold;
	color: #f2d821;
	text-align: right;
}

div.newsbox .txt {
	float: right;
	margin-right: 10px;
	width: 150px;
	height: 100px;
	overflow: hidden;
	font-size: 8pt;
	color: #FFFFFF;
	text-align: justify;
}

div.newsbox .lnk {
	position: absolute;
	bottom: 10px;
	right: 15px;
	text-decoration: none;
	color: #f2d821;
	font-weight: bold;
}	

div.galerie_item {
	height: 120px;
	width: 120px;
	background-color: #CCCCCC; 
	border: 2px solid #845c05; 
	margin: 0px 10px 10px 0px;
	*display: inline;
	float: left;
	*float: none;
	-moz-border-radius:10px;
}

div.galerie_item .thumbnail {
	width: 100px;
	height:60px;
	overflow:hidden;
	margin: 10px;
	border: 1px solid white;
	background: #FFFFFF;
}

div.galerie_item .imglink {
	color:#000000;
	text-decoration:none;
	overflow: hidden;
}

div.galerie_item .text {
	margin: 10px;
	width: 100px;
	height: 40px;
	font-size: 11px;
}