	body {
		margin: 0px;
		padding: 0px;
		background: url(/static/i/bg.jpg) repeat-y center top;
	}

	td, div, p {
		font-size: 13px;
		font-family: Arial;
	}

	td {
		vertical-align: top;
		padding: 0px;
		margin: 0px;
	}

	td.header div {
		position: relative;
		top: -16px;
	}

	td.navi-top div {
		z-index: 5;
		position: relative;
	}

	td.navi-top a {
		color: #ffffff;
	}

	td.logo {
		height: 122px;
		padding: 0px;
	}

	div.content-top-left {
		background-color: #d67f7a;
		padding: 2px;
		padding-top: 3px;
		padding-bottom: 0px;
		text-align: right;
		margin: 0px;
	}

	img {
		margin: 0px;
	}

	a {
		text-decoration: none;
	}

	a:hover {
		text-decoration: underline;
	}

	a img {
		border: 0px;
	}

	div.navi {
		padding: 5px;
		margin: 0px;
	}

	div.navi-1st, div.navi-1st-active  {
		background: url(/static/i/punkte-h.jpg) repeat-x left bottom;
		text-align: right;
		padding-bottom: 2px;
	}

	div.navi-1st {
		background: url(/static/i/punkte-h.jpg) repeat-x left bottom;
	}

	div.navi-1st a, div.navi-1st-active a, div.navi-2nd a, div.navi-2nd-active a  {
		color: #006600;
		font-weight: bold;
	}

	div.navi-1st a:hover, div.navi-1st-active a:hover, div.navi-2nd a:hover, div.navi-2nd-active a:hover {
		width: 100%;
		background-color: #e5eedd;
		text-decoration: none;
	}

	div.navi-2nd a  {
		font-weight: normal;
	}

	div.navi-1st-active  {
		background-color: #e5eedd;
	}

	div.navi-2nd  {
		background: url(/static/i/punkte-h.jpg) repeat-x left top white;
		text-align: left;
		padding-top: 2px;
	}

	div.navi-2nd-active {
		background-color: #e5eedd;
	}

	table.main {
		border-left: 5px solid #d67f7a;
		border-right: 5px solid #d67f7a;
		border-bottom: 5px solid #d67f7a;
		margin-right: auto;
		margin-left: auto;
		height: 100%;
	}

	td.content-left, td.content-middle  {
		background: url(/static/i/punkte-v.jpg) repeat-y right top;
	}

	td.content-middle  {
		padding: 5px;
	}

	td.content {
		height: 100%;
	}

	div.content {
		margin: 5px;
		font-family: Arial;
		font-size: 13px;
		width: 444;
	}

	div.content a {
		color: #D47A75;
		font-weight: bold;
		padding-left: 15px;
		background: url(/static/i/linkicon.gif) no-repeat center left;
	}

	td.footer-left {
		background: url(/static/i/footer-left.jpg) no-repeat left top;
		height: 81px;
		vertical-align: bottom;
		text-align: right;
		color: #ffffff;
		font-weight: bold;
	}

	td.footer-right {
		background: url(/static/i/footer-right.jpg) no-repeat left top;
		height: 81px;
		vertical-align: bottom;
		text-align: right;
		color: #ffffff;
		font-weight: bold;
	}

	td.footer-right a {
		color: #ffffff;
		font-weight: bold;
	}

	td.content-left div.m2, td.content-left div.m2-active {
		display: none;
		position: absolute;
		width: 150px;
		text-align: left;
		padding-left: 10px;
		top: 300px;
	}

	table.gallery td {
		padding: 5px;
	}

	table.recommend-us input {
		margin-bottom: 2px;
	}

	table.recommend-us h3 {
		margin-top: 15px;
	}

	div.calender a, div.calendar a {
		background: none;
		padding-left: 0px;
	}

	/*bildergallerie*/
	td.content a.gallery {
		background: none;
		padding-left: 0px;
	}
	
	
	/*task 44126/rw*/
	
	/*breadcrumb */
	div.content div.breadcrumb a{
	    background: none;
	    padding-left: 0px;
	    font-size: 11px;
	}
	
	div.content div.breadcrumb {
	    font-size: 11px;
	    margin-bottom: 20px;
	}
	
	/* Search*/
	div.searchBox input.search_box_input {
	    width: 120px;
	    border: 1px solid #666666;
	}
	
	div.searchBox {
	    width:100%;
	    height:65px;
	    background: url(/static/i/search_bg.gif) no-repeat;
	    color: #fff;
	    font-weight:bold;
	    padding-left:5px;
	    margin-top:20px;	    
	}
	
		
    div.searchBox input.search_box_submit {
    	background-image: url("../i/search_btn.gif");
    	background-repeat:no-repeat;
    	background-color:transparent; 
    	border:none;
    	width:17px;
    	height:17px;
    	margin-left:2px;
    	/* IE STUFF */
    	_margin-top:1px;
    	_margin-left:1px;
    }
    
    div.search_box_input {
        float:left;
        z-index:2;
    }
    
    div.searchBox div.search_box_title {
        padding-top:8px;
    }
    
    div.search-result-description span.searchword {
        background-color: #FCE7E2 !important;
    }    

	div.content ul {
		padding-left: 20px;
		margin: 10px 0;
		list-style-image: url(../i/aufzaehlung_green.gif);
	}
	div.content ul li {
		margin-bottom: 5px;
	}

