/* CSS Document */
body {
	background-image: url(/_images/bg_main.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 11px;
	line-height: 1.2em;
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #666;
}

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

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

.we {
	color: red;
	font-size: 11px;
}

.gruen {
	color: #97C00E;
}

.weiss {
	color: white;
}

#main {
	margin: auto;
	width: 1000px;
	padding: 0px;
}

#inner_main {
	float: left;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

* +html body #main #main_inner {
	padding-left: 1px;
}

#content_idx {
	float: left;
	position: absolute;
	margin-top: 378px;
	width: 1000px;
}

#content {
	float: left;
	position: absolute;
	margin-top: 271px;
	width: 1000px;
}

#left {
	float: left;
	width: 192px;
	margin: 0px 0px 0px 80px;

}


* html body #left {
	margin-left: 40px;
}


#text {
	float: left;
	width: 416px;
	padding: 0px 32px 0px 32px;
	font-size: 13px;
	line-height: 1.2em;
}


#right {
	float: right;
	margin-right: 56px;
}

* html body #right {
	float: left;
	margin:0;
	padding-right: 56px;
}


.box {
	margin: 0px 0px 8px 0px;
	width: 192px;
	background-image: url(/_images/box_head.jpg);
	background-repeat: no-repeat;
	padding: 7px 0px 0px 0px;
}

.body {
	margin: 0px;
	padding: 5px 10px 15px 15px;
	background-image: url(/_images/box_hg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height:55px;
    	height:auto !important;
    	height:55px;
	color: #666;
}

.body p {
	margin: 8px 0px 8px 0px;
	padding: 0;
}

#footer {
	color: #CCC;
	clear: both;
	float: left;
	width: 968px;
	background-image: url(/_images/footer_bg.jpg);
	background-repeat: repeat-x;
	padding: 11px 16px 10px 16px;
}

* +html body #footer {
	margin: 8px 0px 0px 1px;
}

ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

li{
	margin: 0;
	padding: 0;
}

a.nav1, a.nav1_on {
	display: block;
	background-image: url(/_images/arrow.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 4px 28px;
	margin-top: 8px;
	color: #666;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
a.nav2, a.nav2_on, a.nav3, a.nav3_on {
	display: block;
	margin: 4px 0px 4px 28px;
	padding: 5px 0px 0px 0px;
	font-size: 11px;
	background-image: url(/_images/line_small.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #666;
	text-decoration: none;
}

a.nav3, a.nav3_on {
	margin-left:36px;
}

a.nav1_on, ul#nav li a:hover, a.nav2_on, a.nav3_on {
	color: #97C00E;
}

a.more {
	display: block;
	background-image: url(/_images/arrow.gif);
	background-repeat: no-repeat;
	padding: 4px 0px 0px 28px;
	margin: 8px 0 0 0;
	color: #666;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	height: 18px;
}

a.more:hover {
	color: #97C00E;
	text-decoration: underline;
}

.img {
	clear: left;
	display: inline;
	float: left;
	margin-right: 15px;
}

#text h1 {
	margin: 0px 0px 13px 0px;
	padding: 24px 0px 13px 0px;
	background-image: url(/_images/line_big.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #97C00E;
	font-size: 18px;
	font-weight: normal;
}

#text h3 {
	margin: 0;
	padding: 0;
	color: #97C00E;
	font-size: 15px;
	font-weight: normal;
}

#text .list_txt ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#text .list_txt ul li {
	padding: 10px 0px 10px 0px;
	background-image: url(/_images/line_big.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.list_txt a {
	text-decoration: none;
	color: #666;
}

.list_txt a:hover {
	text-decoration: underline;
	color: #97C00E;
}

* +html body #text h1 {
	padding-top: 17px;
}

#teaser, #teaser_idx {
	float: left;
	margin: 0px 0px 13px 0px;
	padding: 0px 0px 13px 0px;
	color: #97C00E;
	font-size: 16px;
	line-height: 1.2em;
	background-image: url(/_images/line_big.jpg);
	background-repeat: no-repeat;
	background-position: bottom;		
}

#text #txt, #text #txt_idx {
	font-size: 13px;
	margin: 0;
	padding-bottom: 13px;
	line-height: normal;
}

#teaser_idx, #text #txt_idx {
	text-align: justify;
}

.body h2 {
	text-transform: uppercase;
	font-size: 14px;
	padding: 6px 0px 6px 0px;
	margin: 0;
	background-image: url(/_images/line_small.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #666;
	line-height: normal;
}

#metanav {
	text-align: right;
}

#metanav a {
	color: #CCC;
	text-decoration: none;
}

#metanav a:hover {
	text-decoration: underline;
	color: #97C00E;
}
	
#address {
	text-align: center;
}

ul.line_small {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.line_small li {
	display: block;
	color: #999;
	background-image: url(/_images/line_small.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 6px 0px 6px 0px;
}
	
#set_nav {  border: 1px solid #ccc; background-color: #CCDEEC; padding: 10px; margin: 0px 0px 10px 0px; }
#set_nav label { display: block; float: left; width: 72px; padding-top: 4px; }

td {
	padding: 0 0 5px 0;
}


.tbl_liste {
	font-size: 11px;
	border: 0;
	margin: 0;
	padding: 0;
}

.tbl_liste tr td a {
	text-decoartion: none;
}

.tbl_liste tr {
	margin: 0;
	padding: 0;
}

.tbl_liste td {
	text-align: left;
	padding: 3px 3px 3px 0px;
	margin: 0;
	border-bottom: 1px solid #CCC;
}

td.ohne {
	border-bottom: 0px;
}

#news_txt {
	background-image: url(/_images/line_big.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 2px 0px 13px 0px;
}	

#bubble_index {
        
        width:168px;
        height:166px;
	background-image: url(/_images/bubble_red.jpg);
	background-repeat: no-repeat;
	
	
	
}
		
