@charset "UTF-8";
html {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #fff;
    font-size: 11px;
    color: #333;
}
/*  layout */
#header {
    position : absolute; 
    left: 10px; 
    top: 10px; 
    height : 100px; 
    width : 980px;
    background: #fff;
}

#left {
    position : absolute; 
    left: 10px; 
    top: 137px; 
    height : auto; 
    width : 170px;
    background: black;
    
}
#right {
    position : absolute; 
    left: 820px; 
    top: 137px; 
    height : auto; 
    width : 170px;
    background: gray;
}
#content {
    position : absolute; 
    left: 190px; 
    top: 147px; 
    height : auto; 
    width : 620px;
}
#viewer {
    position : absolute; 
    height : auto; 
    width : 170px;
}
#viewertitle{
    position : absolute; 
    left: 0px; 
    top: 0px; 
    width : 100%;
    background: #E63700;
    color: #fff;
    font-weight: bold;
    padding : 0px;
	background:url(../images/icon/reiter-bg.gif)
}
#viewertitle span {
    display:block; 
    padding:5px;
}
#viewercontent{
    top: 23px;
    position : absolute;
    width: 168px;
    border: solid 1px #ddd;
    background-color: #FCFCFC;
}
#menu {
    position : absolute; 
    left: 10px; 
    top: 111px; 
    height : 26px; 
    width : 980px;
    background: #333;
}
#submenuReservation {
    position : absolute; 
    left: -1px; 
    top: 0px; 
    width : 450px;
    background: #333;
    float: right;
}
ul.navi {
    margin: 0; 
    padding: 0; 
    list-style-type: none;
    left: 0px;
    position : absolute;  
}
li.navi {
    position: relative; 
    float: left; 
}
li a.normal {
    display: block; 
    padding-top: 7px; 
    padding-bottom : 6px; 
    padding-left : 29px; 
    padding-right : 29px; 
    color: #FFFFFF; 
    text-align: center; 
    text-decoration: none; 
    border-left: 1px solid #fff;
    background-color: #333;
    font-weight: bolder; 
	background:url(../images/icon/reiter-menu.gif)
}

li a:hover {
    background-color: #E63700;
    background:url(../images/icon/reiter-menu-active.gif)
}
li a.selected {
    display: block; 
    padding-top: 7px; 
    padding-bottom : 6px; 
    padding-left : 29px; 
    padding-right : 29px; 
    color: #FFFFFF; 
    text-align: center; 
    text-decoration: none; 
    border-left: 1px solid #fff;
    font-weight: bolder; 
    background-color: #E63700;
	background:url(../images/icon/reiter-menu-active.gif)
    
}
li a.submenuNormal {
    display: block; 
    padding-top: 4px; 
    padding-bottom : 3px; 
    padding-left : 20px; 
    padding-right : 20px; 
    color: #FFFFFF; 
    text-align: center; 
    text-decoration: none; 
    border: 1px solid #ccc;
    font-size: 10px;
    font-weight: bold; 
    background-color: #333;
    margin-right: 7px;
    background:url(../images/icon/reiter-submenu.gif)
}
li a.submenuSelected {
    display: block; 
    padding-top: 4px; 
    padding-bottom : 3px; 
    padding-left : 20px; 
    padding-right : 20px; 
    color: #FFFFFF; 
    text-align: center; 
    text-decoration: none; 
    border: 1px solid #333;
    font-size: 10px;
    font-weight: bold; 
    background-color: #E63700;
    margin-right: 7px;
    background:url(../images/icon/reiter-submenu-active.gif)  
}
li a.submenuNormal:hover {
    background-color: #E63700;
    background:url(../images/icon/reiter-submenu-active.gif)
} 
#loginprofile {
    font-size: 10px;
}
#loginprofile input {
    font-size: 10px;
    background: #fcfcfc;
}
/*  / layout */


    
#floatstop {
	float: none;
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
#message{
	padding: 0 0 0 0;
	font-size: 11px;
  font-weight: bold;
	display: block;
	position: relative;
	height: 17px;
}
input, textarea{
	border: solid 1px #ccc; 
}
.btn{
    border: solid 1px #999; 
    background: #eee; 
    color: #999;
    height: 18px;
    font-weight: bold;
    font-size: 10px;
}
/* image */
#uploadFrame {
  	width: 678px;
  	height: 55px;
    border-bottom: solid 1px #999;
    position: absolute; 
    left: 0px; 
    top: 24px;
}
#uploadClose{
    position: absolute; 
    left: 640px; 
    top: 45px;
}
#upload{
    border: solid 1px #999; 
    background: #f3f3f3;
    width: 680px;
    height: 408px;
    visibility: hidden;
}
#imagePreviewContainer {
    position: absolute;
    background-color: #fff;
    width: 590px;
}

#imagePreviewContainer span {
  position: relative;
  margin: 12px;
  width: 100px;
  height: 100px;
  border: solid 10px #f0f0f0;
  float: left;
  overflow: hidden;
  background: #fff;  
}
#imagePreviewContainerWinner span {
  position: relative;
  margin: 10px;
  width: 80px;
  height: 80px;
  border: solid 10px #f0f0f0;
  float: left;
  overflow: hidden;
  background: #fff;  
}
#imagePreviewContainerPrice span {
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 20px;   
  width: 80px;
  height: 80px;
  border: solid 10px #f0f0f0;
  float: left;
  overflow: hidden;
  background: #fff;  
}
#imagePreviewContainer span:hover {
  border: solid 10px #E63700;   
}
#imageTitle{
  height: 12px;
  position: relative;
  text-align: center;
  font-weight: bold;
  padding: 0px;
  top: 4px;
  font-size: 10px;
  cursor: pointer;
}
#imagePreviewContainer img.load {

}
#imagePreviewContainer img{
  border-bottom: solid 1px #fff ;
}

#imageMenu {
  position: relative;
  top:12px;
  width: 300px;
}
#imageMenu .close {
  float: left;
  background-color: #E9E9E9; 
  border: solid 1px #fff ;
  padding: 5px;
}
#imageFull img {
  border: solid 1px #fff;
}
#imageFull {
  padding: 20px;
  position: absolute;
  top: -1000px;
  left: 0;
  border: solid 1px #999;;      
  background-color: #ddd;
  z-index: 120;
}
#imageFullWinnerFoto {
  padding: 20px;
  position: absolute;
  top: -1000px;
  left: 0;
  border: solid 1px #999;;      
  background-color: #ddd;
  z-index: 120;
}
.imageBorder{
  border: solid 1px #999;
  padding : 3px; 
}
/* login fenster */

#login input{
	width:150px; 
	border: solid 1px #999;
}
/*  / login fenster */  
label {
 	display: block;
 	font-weight: bold;
  padding-bottom : 1px;
}
a {
    color: #333;
}
.text-small {font-size: 9px}
.table-press{
  border-bottom: solid 1px #999;
}


.parnterevents a {
  text-decoration: underline;
  font-weight: bolder;
  color: #333;
}
.parnterevents a:active  {
  text-decoration: underline;
  font-weight: bolder;
  color: #333;
}
.parnterevents a:visited {
  text-decoration: underline;
  font-weight: bolder;
  color: #333; 
}
