html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	border: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	font-family: inherit;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}

caption, th, td {
	text-align: left;
}

strong {
	font-weight:bold;
}

/*----------------------------end reset ------------------------*/
html {
	width: 100%;
	height: 100%;
}

body {
	/*background:url(../40_images/01_jan/test1.jpg) no-repeat center center fixed;*/
	-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

	width: 100%;
	text-align:center;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Helvetica neue" , Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	color: #fff;
}

#page	{
	margin: 4px auto 4px auto;
	width: 1000px;
	display: table;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, .45);
	-moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, .45);
	-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, .45);
	  border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#head {
	width: 100%;
	height: 256px;
	background-repeat: no-repeat;
	  border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#headimages {
	width: 1000px;
	height: 118px;
	float:left;
	border-bottom: 5px solid #E20073;
}

#top {
	width: 1000px;
	height: 100px;
	/*background-image:url(../40_images/kopf-1000-100.gif);*/
	background-color:#FFF;
	text-align:left;
	box-shadow:inset 0px 1px 5px rgba(0, 0, 0, .45);
	-moz-box-shadow:inset 0px 1px 5px rgba(0, 0, 0, .45);
	-webkit-box-shadow:inset 0px 1px 5px rgba(0, 0, 0, .45);
	-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
#content {
	display: table;
	width: 100%;
	/*background-color: #A7D4B7;*/
	background-color:#FFF;
	background-image:url(../40_images/inhaltHG.png);
	background-repeat:no-repeat;
	margin-top:0px;
	padding-bottom: 20px;
	box-shadow:inset 0px 1px 5px rgba(0, 0, 0, .45);
	-moz-box-shadow:inset 0px 1px 5px rgba(0, 0, 0, .45);
	-webkit-box-shadow:inset 0px 1px 5px rgba(0, 0, 0, .45);
}
#leftpane {
	width: 162px;
	text-align: left;
	margin: 72px 0px 0px 12px;
	float:left;
}

#inhalt {
	font-size: 100%;
	color: #000;
	width: 580px;
	text-align: left;
	margin: 32px 0px 0px 20px;
	float:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:1.4em;
	display:table;
}
#inhalt td {
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:1.4em;
}
#inhalt p {
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:1.4em;
}
#rightpane {
	position:relative;
	color: #000;
	width: 172px;
	text-align: left;
	margin: 72px 12px 0px 12px;
	float:right;
	text-align:center;
}
#feet {
	width: 1000px;
	height: 103px;
	background:#233B7A;
	border-top: #E20073 solid 6px;
	text-align:left;
	color:#999;
	-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
padding-bottom:10px;
margin-bottom:4px;
}
#natel {
	margin: 5px 26px auto 100px;
	float:right;
}

/*--------------------------header-------------------------*/
#top #logo {
	float:left;
	margin:5px;
	width:350px;
	height: 90px;
}
#top #banner {
	margin:15px 10px 0px 0px;
	text-align:right;
	width:530px;
	display:table;
	padding-top:5px;
	height: 65px;
	float:right;
}

#navi {
	float:left;
	text-align: left;
	width: 100%;
	height: 35px;
	background-color:#eee;
	/*background-color:#E20073;*/
	box-shadow:inset 0px 0px 5px rgba(0, 0, 0, .45);
	-moz-box-shadow:inset 0px 0px 5px rgba(0, 0, 0, .45);
	-webkit-box-shadow:inset 0px 0px 5px rgba(0, 0, 0, .45);
}
#navi ul li {
	float: left;
}
#navi a {
	font-style:normal;
	line-height: 32px;
	float:left;
	text-decoration: none;
	/*color: #000;*/
	color: #ccc;
	font-weight:bold;
	font-size: 110%;
	font-family: "Helvetica neue", Arial;
	padding: 0px 20px 0px 20px;
}
#navi a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #ccc;
	/*color: #E20073;
	background-color:#A7D4B7;*/
	background-color:#FAFBFB;
	  border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .45);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .45);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .45);
}

#navi a.on {
	font-style:normal;
	line-height: 32px;
	float:left;
	text-decoration: none;
	color: #ccc;
	font-weight:bold;
	font-size: 110%;
	font-family: "Helvetica neue", Arial;
	padding: 0px 20px 0px 20px;
	background-color:#FAFBFB;
	  border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	 	box-shadow: 2px 2px 5px rgba(0, 0, 0, .45);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .45);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .45);
}
#natel a {
	padding-right: 0px;
	margin-right:0px;
	width: 12px;
}
#natel a:hover {
	padding:0px;
	padding-right: 0px;
	margin-right:0px;
	background:none;
	width: 12px;
}

#metanavi {
	margin: 10px 20px 10px 20px;
	width: 100%;
	font-size:10px;
}

#metanavi a {
	color: #999;
	text-decoration:none;
}
#metanavi a:hover {
	color: #C7FF00;
}
#bild {
	border-bottom:#C7FF00 solid 5px;
	width: 1000px;
	height: 125px;
}
#leftpane {
		line-height: 180%;
		color:#999;
		}
#leftpane a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
}
#leftpane a:hover {
	color: #E20073;
	border-right:#CCC 3px solid;
	background-color:#FAFBFB;
	 box-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
	-webkit-border-radius: 3px;

}
#leftpane a.nav1off {
	width: 95%;
	display: block;
	margin: 0px;
}
#leftpane a.nav1on {
	width: 95%;
	display: block;
	margin: 0px;
	color: #E20073;
	border-right:#CCC 3px solid;
	background-color:#FAFBFB;
	 box-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
}
#leftpane a.nav1nav {
	border-top: 1px dashed #ffffff;
	width: 95%;
	display: block;
	margin: 0px;
	color: #dddddd;
}
#leftpane a.nav1nav:hover {
	color: #ffffff;
}
#leftpane a.nav2off {
	color: #222222;
	font-weight: bold;
	line-height: 130%;
	font-size:100%;
	display:block;
}
#leftpane a.nav2off:hover {
	color: #ffffff;
}
#leftpane a.nav2on {
	color: #ffffff;
	font-weight: bold;
	line-height: 130%;
	font-size:100%;
	display:block;
}
#leftpane a.nav2nav {
	color: #aaaaaa;
	font-weight: bold;
	line-height: 130%;
	font-size:100%;
	display:block;
}
#leftpane a.nav2nav:hover {
	color: #ffffff;
}
#leftpane a.nav3off {
	color: #333333;
	font-weight: bold;
	line-height: 110%;
	font-size:90%;
	display:block;
}
#leftpane a.nav3off:hover {
	color: #ffffff;
}
#leftpane a.nav3on {
	color: #ffffff;
	font-weight: bold;
	line-height: 110%;
	font-size:90%;
	display:block;
}
#leftpane a.natur {
	width: auto;
	display: block;
	margin: 0px auto 10px 0px;
	color: #E20073;
	border-right:none;
	background-color:none;
	 box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	width: 113px;
}
#leftpane a.natur:hover {
	width: auto;
	display: block;
	margin: 0px auto 10px 0px;
	color: #E20073;
	border-right:none;
	background-color:none;
	 box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	width: 113px;
}
#leftpane a.natur img {
	box-shadow:2px 2px 5px rgba(0, 0, 0, .45);
	-moz-box-shadow:2px 2px 5px rgba(0, 0, 0, .45);
	-webkit-box-shadow:2px 2px 5px rgba(0, 0, 0, .45);
}
#leftpane a.natur:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	background-color:none;
}
#leftpane #abstand {
	width: 100px;
	height: 150px;
}
/*------------------------- inhalt ---------------------------------- */
#inhalt  a.trans {
	color: #000;
}

span.gelb {
	color:#f00;
}
#inhalt h1 {
	color: #000;
	font-size: 120%;
	margin-bottom: 22px;
}
#inhalt h2 {
	color: #000;
	font-size: 110%;
	margin-top: 18px;
	margin-bottom: 6px;
}
#inhalt hr {
	border: 0px;
	width: 100%;
	height: 1px;
	margin-bottom: 10px;
	border-top: 1px solid #000;
	background-color: #000;
}
#inhalt a {
	color: #E20073;
	text-decoration: none;
}
#inhalt a:hover {
	text-decoration: underline;
}


#inhalt .newsbig {
	color: #000000;
}

#inhalt .newstitle {
	color: #000000;
	font-weight: bold;
}
#inhalt .newstitlenormal {
	color: #000000;
}
#inhalt .newsdate {
	color: #666666;
}
#inhalt .subnav {
	color: #444444;
	display:block;
}
#inhalt #linie {
	 width: 100%;
	 display:table;
	 border-bottom:#000 1px solid;
	 padding-bottom:10px;
	 margin-bottom:10px;
}
#inhalt #newsliste #linie {
	 width: 100%;
	 display:table;
	 border-bottom:none;
	 margin-bottom:10px;
	 padding-bottom:0px;
}
#inhalt #linie #hotelbildpreview {
	float:right;
}
#inhalt #linie #hotelbildpreview img{
	box-shadow:2px 2px 5px rgba(0, 0, 0, .45);
	-moz-box-shadow:2px 2px 5px rgba(0, 0, 0, .45);
	-webkit-box-shadow:2px 2px 5px rgba(0, 0, 0, .45);
}
#inhalt #linie #titel {
	width: 400px;
	float:left;
}
#inhalt #linie #datum {
	width: 120px;
	float:left;
}
#inhalt #linie #datumright {
	width: 70px;
	float:left;
	text-align:right;
	margin-right:20px;
}
#inhalt #linie #datumright a{
	color: #000;
}
#inhalt #linie #datum a{
	color: #000;
}
#inhalt #linie #rest2 {
	width: auto;
	display:table;
}
#inhalt #linie #pikto {
	width: 430px;
	float:left;
	margin-top:20px;
	height: 30px;
	overflow:hidden;
}
#inhalt #linie #hoteltext {
	width: 430px;
	float:left;
	margin-top:0px;
	height: 20px;
	overflow:hidden;
}
#inhalt #linie #rest {
	float:left;
	max-width: 45%;
}
#inhalt #linie #restrest {

}
#inhalt #linie #restTitel {
	font-weight:bold;
	margin-bottom:10px;
}
#inhalt #linie #restrest .logo{
	float:left;
	margin: 0px 8px 10px 0px;
}



#inhalt label {
	width: 130px;
	float:left;
}
#inhalt input{
	width: 300px;
	border: 1px solid #999;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	height:25px;
	background-color:#fff;
	color:#597865;
}
#inhalt input.plz{
	width: 50px;
	margin-right: 10px;
	float:left;
}
#inhalt input.zahl{
	width: 60px;
}
#inhalt input.ort{
	width: 240px;
}
#inhalt textarea{
	width: 300px;
	border: 1px solid #999;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	height:25px;
	background-color:#fff;
	color:#597865;
	height: 100px;
}
#inhalt .button {
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
}
#inhalt input[Type="radio"]{
	width: auto;
	border: none;
	height:15px;
	background:none;
	color:#597865;
	/*float:left;*/
	margin-right:5px;
	margin-bottom: 10px;
}

#marker input {
	width: auto;
	background:none;
	border: none;
	margin:10px 10px 0px 0px;	
}
#inhalt  input[Type="checkbox"]{
	width: auto;
	background-color:none;
	margin:10px 10px 0px 0px;
	/*float:left;*/
}
#inhalt li {
	list-style-position: inside;	
}
#inhalt #galery li {
	float:left;
	width: 150px;
	height: 150px;
	margin: 0px 30px 30px 0px;
	text-align:center;
}
#inhalt #galeryContainer {
	width: 580px;
	height: 125px;
	overflow:hidden;
}
#inhalt #galeryGPSfoto {
	width: 1000px;
	height: 125px;
}
#inhalt #galeryGPSfoto li {
	float:left;
	width: 120px;
	height: 125px;
	margin: 0px 33px 0px 0px;
	text-align:center;
}
#inhalt #galeryGPSfoto li img{
	 box-shadow: 2px 2px 5px rgba(0, 0, 0, .45);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .45);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .45);
}
#inhalt p img {
	max-width: 580px;
}
#inhalt .pikto {
	margin-right:4px;
	margin-bottom: 4px;
	border: 1px solid #ccc;
	 box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
	border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
#paging {
	margin: 10px 0px 10px 0px;
}
#paging a{
	margin: 0px 10px 0px 10px;
	text-decoration:none;
}
#paging span{
	margin: 0px 10px 0px 10px;
}
#inhalt td.gps {
	padding: 0px 10px 20px 0px;
}
#inhalt td img.gps {
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .45);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .45);
	-webkit-border-radius: 4px;
}
/*---------rightpane-----------------*/
#rightpane #box {
	margin-bottom: 20px;
	border:#aaa solid 1px;
	 box-shadow: 2px 2px 5px rgba(0, 0, 0, .45);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .45);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .45);
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color:#FFFFFF;
}
#rightpane #box h1 {
	line-height: 30px;
	background-color:#aaa;
	height: auto;
	color: #fff;
	font-weight:bold;
}
#rightpane #box h1 a{
	color: #fff;
	font-weight:bold;
	text-decoration:none;
}
#rightpane #box p{
	margin:5px 10px 5px 10px;
	text-align:left;
}
#rightpane #box .rssdescription {
	margin:5px 10px 5px 10px;
	text-align:left;
}
#rightpane #box p.center{
	margin:5px auto 5px auto;
	text-align:center;
}
#rightpane #box p a{
	color: #000;
	text-decoration:none;
}
#rightpane #box form {
	color:#597865;
}
#rightpane #box input{
	width: 100%;
	border: 1px solid #999;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	height:25px;
	background-color:#eee;
	color:#000;
}
#rightpane #box input[Type="checkbox"]{
	width: auto;
	border: 1px solid #999;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	height:20px;
	float:left;
	margin-right:5px;
	margin-bottom: 20px;
}
#rightpane #box select{
	width: 100%;
	border: 1px solid #999;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	height:25px;
	background-color:#CBECD7;
	color:#597865;
}
#rightpane #box input.button{
	width: 100%;
	border: 1px solid #999;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	height:20px;
	background-color:#eee;
	 box-shadow: 2px 2px 5px rgba(0, 0, 0, .45);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .45);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .45);
	color:#555;
}
#rightpane #box .pikto {
	margin-right:4px;
	margin-bottom: 4px;
	border: 1px solid #ccc;
	 box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
	border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
#rightpane img.qrcode {
	width: 117px;
}
/*----------------------------------- fan box ----------------------------*/
.fan_box
.full_widget
.connect_top {
	border: none;
	background-color: #ffffff !important;
}
.fan_box
.full_widget {
	border: none;
	background-color:#ffffff;
}

.connect_top a {
	color: #000099;
}
.connect_top a:hover {
	color: #000099;
}


.fan_box
.connections {
	background-color: #ffffff;
	border: none;
	color: #000099;
}
.fan_box
.connections_grid
.grid_item
.name {
	color: #000099;
}
.fan_box
.connections_grid
.grid_item
.name a:hover{
	color: #000099;
}
.connect_button{
color:#000099;
background-color:#ffffff;
}
.UIActionButton_Text, .UIActionButton_Wrap{
background:#ffffff none no-repeat scroll 0 0;
display:block;
}
.UIActionButton_BlueText .UIActionButton_Text {
color:#000099;
}
.name_block{
background-color:#ffffff;
margin:0;
padding:0;
}
.name a:hover{
	color: #000099;
}
a:hover{
color:#000099;
}
a.grau {
	color:#555555;
}
td.fileButton {
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	background-color: #E20073;
	text-align: left;
	 box-shadow: 1px 1px 1px rgba(0, 1, 1, .25);
	-moz-box-shadow: 1px 1px 2px rgba(0, 1, 1, .25);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 1, 1, .25);
	padding-left: 4px;
	}
td.fileButton a.fileButton{
	display:block;
	font-size: 14px;
	width: 100%;
	color: #ddd;
	text-align: left;
	}	
	
	
td.fileButtonPassiv {
	padding-left: 4px;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	color: #ccc;
	background-color: #fff;
	text-align: left;
	 box-shadow: 1px 1px 1px rgba(0, 1, 1, .25);
	-moz-box-shadow: 1px 1px 2px rgba(0, 1, 1, .25);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 1, 1, .25);
	}
td.fileButtonCenter {
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	background-color: #E20073;
	text-align: center;
	 box-shadow: 1px 1px 1px rgba(0, 1, 1, .25);
	-moz-box-shadow: 1px 1px 2px rgba(0, 1, 1, .25);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 1, 1, .25);
	}
td a.fileButton img {
	 box-shadow: 1px 1px 1px rgba(0, 1, 1, .25);
	-moz-box-shadow: 1px 1px 2px rgba(0, 1, 1, .25);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 1, 1, .25);	
}

td.fileButtonPassivCenter {
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	color: #ccc;
	background-color: #fff;
	text-align: center;
	 box-shadow: 1px 1px 1px rgba(0, 1, 1, .25);
	-moz-box-shadow: 1px 1px 2px rgba(0, 1, 1, .25);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 1, 1, .25);
	}
/*------2011---------------*/
#linkButton ul {
	padding-bottom: 4px;
}
#linkButton ul li {
	background-color: #E20073;
	text-align: left;
	float:left;
	margin-left:0px;
	padding-left: 0px;
	box-shadow: 1px 1px 1px rgba(0, 1, 1, .25);
	-moz-box-shadow: 1px 1px 2px rgba(0, 1, 1, .25);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 1, 1, .25);
}
#linkButton ul li:hover {
	
}
#linkButton li a {
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: bolder;
	color: #000000;
	text-decoration:none;
}
#linkButton li a:hover {
	color: #ffffff;
	text-decoration:none;
}
#linkButton .center {
	text-align:center;
}
/*------2011 end---------------*/

#inhalt a.fileButton   {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	text-align: left;
	text-decoration: none;
	}
a.fileButton:visited {
	color: #000;
	}
#inhalt a.fileButton:hover {
	color: #fff;
	}
#inhalt a.fileButtonCenter       {
	display:block;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
	text-decoration: none;
	width: 100%;
	}

#inhalt a.fileButtonCenter:visited {
	color: #000;
	}
#inhalt a.fileButtonCenter:hover {
	color: #fff;
	}
div.markiert {
	background-color: #E20073;
	height: 12px;
	width: 26px;
	float: right;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 3px;
	line-height:12px;
}

div.unmarkiert {
	background-color: #fff;
	height: 10px;
	width: 24px;
	float: right;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 3px;
	border: 1px solid #E20073;
	background-repeat: no-repeat;
}
td.inhalt ul {
	margin-bottom:20px;
}

td.klein {
	font-size:70%;

}
table.klein {
		border: solid 1px #C7FF00;
		margin-right: 10px;
}
td.feet {
	color:#999;
}
td.feet a {
	color:#999;
}
#feet h1 {
	font-weight:bold;
	margin-bottom:8px;
	color:#999;
}
#feet a.hover {
	color:#C7FF00;
}
#feet a.hover:hover {
	color:#999;
}

.header {
background-color: #C7FF00;
color: #000;
}
a.headergoogle {
	color:#000; !important
}



#inhalt a.tooltip {
	 text-decoration:none;
}
a.tooltip span {
	display:none;
	padding:2px 3px;
	margin-left:8px;
	 width:130px;
}
a.tooltip:hover span{
	text-decoration:none;
	display:inline;
	position:absolute;
	border:1px solid #cccccc;
	background:#eee;
	color:#6c6c6c;
	border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	font-size: -1;
	 box-shadow: 2px 2px 5px rgba(0, 0, 0, .45);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .45);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .45);
}
/*--------------------------news neu 2013--------------------------- */
#inhalt ul.news, #inhalt ul.newsNeu {
	list-style-position: inside;
	list-style-type: none;
	padding:0px;
	margin:0px;
}
#inhalt ul.newsNeu li {
	margin:0px 0px 30px 0px;
	padding:0px;	
	list-style:none;
	width: 100%;
}

#inhalt ul.newsNeu li .normal {
	color:#333333;
}
#inhalt ul.newsNeu li img.klein {
	float:left;
	border:none;
	margin-right: 20px;
}
#inhalt ul.newsNeu li h2 {
	margin: 0px 0px 10px 0px;
	color:#333;
}

#inhalt ul.newsNeu detailnews img {
	margin:0px 0px 20px 0px;
}
#inhalt ul.newsNeu detailnews .legende {
	margin:-10px 0px 20px 0px;
	font-style:italic;
	font-size:12px;
}
#inhalt ul.newsNeu li div.more, #inhalt ul.newsNeu detailnews div.more{
	text-align:right;
	float:right;
	font-size:20px;
	line-height:15px;
	padding: 3px;
	border:#999999 solid 1px;
	color:#333;
	border-radius:3px;
}
#inhalt ul.newsNeu detailnews {
	width: 600px;	
}
#inhalt ul.newsNeu detailnews h2 {
	padding:0px;
	width:600px;
}
#inhalt ul.newsNeu detailnews h3 {
	margin: 20px 0px 5px 0px;
	color:#333;
}
#inhalt ul.newsNeu detailnews .externelinks {
	margin: 0px 0px 3px 0px;	
}
#inhalt ul.newsNeu detailnews .externelinks a{
	font-weight:bold;	
}

#inhalt ul.newsNeu detailnews #box, #inhalt detailnews #box {
	margin: 30px 0px 30px 0px;	
	font-size: 80%;
	padding-bottom:15px;
}
#inhalt ul.newsNeu detailnews #box h1, #inhalt detailnews #box h1 {
	margin: 5px auto 0 10px;	
}
#inhalt ul.newsNeu detailnews #box p, #inhalt detailnews #box p{
	margin: 5px auto 0 15px;	
}
#inhalt ul.newsNeu detailnews #box td, #inhalt detailnews #box td{
	padding: 0px 5px 0px 10px;
}

#newsgalerie {
	width: 100%;
	height: 100px;
	margin: 20px 0px 30px 0px;
}
#newsgalerie a.fancybox img.newsgalerieimg{
	margin: 0px 25px 0px 0px;
	float:left;
}
#newsgalerie a.fancybox img.newsgalerieimgLast{
	margin-right: 0px;
}