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

.small {
font-size : 10px;
}

#footerbar {
  position: absolute;
  position:fixed;
  bottom: 0px;
  left: 0px;
  height: 20px;
  width: 100%;
  background-color: #555555;
  background-image: url(/images/footerbar_bg.png);
  padding: 2px 0 0 0;
  color: #555;
  z-index: 1999;
}
#footerbar a {
  color: #555;
}
.footerbar_menu {
  position: relative;
  float: left;
  left: 50%;
  margin-left: -475px;
}
.footerbar_x {
  position: relative;
  float: right;
  right: 5px;
}

.xbutton {
  margin-left: -25px;
  margin-right: 15px;
  margin-top: 15px;
  vertical-align: top;
  border: none;
}

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

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

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

img.image {
border: 1px solid #DADADA;
padding: 5px;
background: #FAFAFA;
}
img.right {
float: right;
border: 1px solid #DADADA;
padding: 5px;
background: #FAFAFA;
margin: 0px 0px 5px 15px;  
}
img.left {
float: left;
border: 1px solid #DADADA;
padding: 5px;
background: #FAFAFA;
margin: 0px 15px 5px 0px;
}

#flogin {
margin : 4px;
}

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

.contact {
margin: 18px;
}

/* Shopformatierung - Anfang */

.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;
}

.partner {
visibility : hidden;
}

/**
 * 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: 10%;
	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;
}

/*Bilderrahmen für die Usergalerie*/
.divtable {
  float: left;
 display:table;
 height: 155px;
 width: 155px;
 border: solid #092D51 1px;
 margin: 10px;
 background-color: #FFF;
 /*background-image: url(images/paspatu.jpg); */
}
.divcell {
 display:table-cell; vertical-align:middle; text-align: center;
}
img.lightbox {
  border: none;
}
img, div, a, input { behavior: url(/include/iepngfix.htc); } /* Für transparente PNGs */

hr{
 border: 0px; /* Für Firefox und Opera */
 border-top: dotted 1px #808080;
 border-bottom: dotted 1px #FFFFFF; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}
#bookmark1 {
  position: fixed;
  right: 0px;
  top: 160px;
}
#google {
  position: fixed;
  right: 5px;
  top: 13px;
}

.myButton {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #bfbdbd;
	display:inline-block;
	color:#555;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:2px 9px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
    cursor: pointer;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #D54203), color-stop(1, #f74d04) );
	background:-moz-linear-gradient( center top, #D54203 5%, #f74d04 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D54203', endColorstr='#f74d04');
	background-color:#D54203;
    text-shadow: none;
    color: #FFF;
}.myButton:active {
	position:relative;
	top:1px;
}.myButton a {
  color: #555;
}
