@media print {
  #data {display: block;}
  .NoPrint {display: none;}
}

body  {
font-family: Arial;
font-size: 10pt;
}

.small {
font-size : 10px;
}

.info_error {
color : #EE0000;
font-weight : bold;
}
.info_default {
color : #000000;
font-weight : bold;
}

.info {
height: auto;
background: #FFFFCD;
color: #555555;
padding: 10px;
border : 1px solid #c2260c;
margin-bottom: 10px;
}

.startpopup {
height: auto;
background: #FFFFCD;
color: #555555;
padding: 10px;
border : 1px solid #c2260c;
margin-bottom: 10px;
}

img.imgborder {
	border: 1px solid #DADADA;
	padding: 5px;
}
img.right {
  float: right;
   margin: 0px 0px 5px 10px;
}
img.left {
  float: left; 
   margin: 0px 10px 5px 0px;
}
img.gallery {
	border: 1px solid #DADADA;
	padding: 5px;
    margin: 5px;
	background: #FAFAFA;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 115px;
  height: 115px;
}

#flogin {
margin : 4px;
}

#data ul li {
	/*list-style-image: url(/images/point.gif);*/
	margin : 4px 0px 4px 0px;
}

.contact {
margin: 18px;
}

/* Shopformatierung - Anfang */
.first_prize_large {
  color: #555555;
  font-size: 15px;
  font-weight: bold;
}
.first_prize_small {
  color: #555555;
  font-size: 11px;
  font-weight: bold;
}
.second_prize_large {
  color: #808080;
  font-size: 15px;
}
.second_prize_small {
  color: #808080;
  font-size: 11px;
}
.third_prize_large {
  color: #CC0000;
  font-size: 15px;
  font-weight: bold;
}
.third_prize_small {
  color: #CC0000;
  font-size: 11px;
  font-weight: bold;
}
.prize_right {
  text-align: right;
}

.shopbox {
	color: #000000;
	float: left;
	width: 33%;
}
.shopbox_header {
	background-color: #D9E2EC;
	border : 1px solid #9d9d9d;
	height: 62px;
	padding: 5px;
	margin: 5px;
	text-align: center;
	color: #000000;
	font-weight: bold;
	overflow: hidden;
	vertical-align: middle;
	top: auto;
}
.shopbox_body {
	height: 160px;
	background-color: #FFFFFF;
	border: 1px solid #9d9d9d;
	margin: 5px;
	text-align:center;
	overflow: hidden;
}

.shopbox_footer {
	background-color: #E9E9E9;
	border : 1px solid #9d9d9d;
	padding: 5px;
	margin: 5px;
}
.shopbox_content_li {
	text-align: left;
	float: left;
}
.shopbox_content_re {
	text-align: right;
}
.shopbox_content {
	clear: both;
	font-size: 10px;
}
.shopbox_content a {
	font-size: 10px;
}

/* Shopformatierung - Ende */

.icon {
	border:none;
	vertical-align: middle;
	padding: 3px 3px 3px 3px;
}
#einepopupbox{
visibility : hidden;
}

blockquote {
	background-color:#fff;
	border : 1px solid #9d9d9d;
	margin: 5px;
	padding: 5px;
}
.calendar_on {color:blue; font-size:10px; font-weight: bold;}
.calendar_off {color:#555555; font-size:10px;}

.toolbar {
	text-align:right;
}

/* Tagwolke & Auflistung*/
.twolke {
  padding-right: 5px;
}

.twolke a {
    text-decoration: none;
}

.twolke a:hover,.twolke a:focus {
    text-decoration: underline;
}

.tagw1 {
  font-size: 1em;
}

.tagw2 {
  font-size: 1.3em;
}

.tagw3 {
  font-size: 1.6em;
}

.tagw4 {
  font-size: 1.9em;
}

.tagw5 {
  font-size: 2.2em;
}

.tagw5m {
  font-size: 2.5em;
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
img, div, a, input { behavior: url(/include/iepngfix.htc) } /* Für transparente PNGs */

.content_box {
  background-color: #f3f8fd;
  border: 1px solid #ccd8e4;
  padding: 10px;
  /*text-align: center; width: 100%;*/
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin-bottom: 7px;
  behavior: url(/include/PIE.htc);
}

#service_info {
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 10px;
  z-index: 700;
}

/* Comments formatieren - Anfang - */
.comments {
  margin-bottom: 10px;
}
.commentstxt {
    background:#fff;
}
.block {
  /*height: auto;*/
  padding: 10px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*behavior: url(/include/PIE.htc);*/
}

/* Reiteranpassung - Kommentarfunktion */
ul.tabs {
    margin: 20px 0px 0px 0px !important;
    padding: 0 !important;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0 !important;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #ccc;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e7e7e7;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
.tab_container {
/*	border: 1px solid #999;*/
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
    margin-bottom: 10px;
}
.tab_content {
	padding: 20px 0px;
	font-size: 0.9em;
}
/* Comments formatieren - Ende - */


/* Tree Menü Block - Anfang - */
#tree_menu {

}
.menu_minus {
  padding-left: 12px;
  background-image: url(../images/minus.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
  margin-bottom: 3px;
}
.menu_plus {
  padding-left: 12px;
  background-image: url(../images/plus.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
  margin-bottom: 3px;
}
.menu_point {
  padding-left: 12px;
  background-image: url(../images/point.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
  margin-bottom: 3px;
  /*border: dotted #D9E2EC 1px;*/
}
.menu_top_page {
  font-weight: bold;
}
.menu_aktive_page {
  font-weight: bold;
}
.menu_passive_page {
  font-weight: normal;
}
/* Tree Menü Block - Ende - */

.bookmark {
  border: none;
  padding: 0px;
}

#footer_menu {
  position: relative;
  left: 40px;
  top: 0px;
  float: left;
}
#footer_menu ul{left:auto;list-style:none;margin:0;padding:0;}
#footer_menu li{display:inline;float:left;font-weight:bold;list-style-type:none;margin:15px 10px 0 0;padding:0;position:relative;width:135px;}
#footer_menu li a,#footer_menu li a:link,#footer_menu li a:visited,#footer #lang_form label{color:#fff;font-family:Verdana;font-size:14px;font-weight:bold;text-decoration:none;}
#footer li li a:link,#footer li li a:visited{color:#98cce4;font-family:Verdana;font-size:12px;font-weight:normal;text-decoration:none;}
#footer li li a:hover,#footer li li a:active{color:#fff;}
#footer_menu ul li ul{margin:4px 0 15px;}
#footer_menu li.last{margin-right:0;}
#footer_menu ul ul li{display:block;float:none;margin:0;padding:0 0 .3em;width:auto;}

a[class="extern"] {
background: transparent url('../images/aoutside.gif') 100% 50% no-repeat;
padding-right: 10px;
}

img {
  border: none;
}


/* Schatten, Rundungen, Verfäufe */
/* http://css3pie.com/ Für CSS§ Anweisungen*/
/* nur diese Zeile in die Klasse einfügen -> behavior: url(/include/PIE.htc);*/
/*.boxshadow {
border: 1px solid #696;
padding: 60px 0;
text-align: center; width: 200px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #666 0px 2px 3px;
background: #EEFF99;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEFF99), to(#66EE33));
background: -moz-linear-gradient(#EEFF99, #66EE33);
background: linear-gradient(#EEFF99, #66EE33);
-pie-background: linear-gradient(#EEFF99, #66EE33);
behavior: url(/include/PIE.htc);
}*/

