
/* ----------Links---------- */
a{
  text-decoration: none;
  color: #506494;
}	

a:hover{
  text-decoration: none;
}

/* ----------Body---------- */

body{
  font: 12px arial, Verdana, sans-serif;
  background-image: url('images/bg.jpg');
  background-repeat: repeat;
  text-align: center;
  margin: 10px;
  background-color: #C5C5C5;
}	

/* ----------Images---------- */
img{
  border: 0;
}

/* ----------Header,Content---------- */
div#header_image, div#header_text, div#content{
  width: 1024px;
  bottom: 0px;
  position: relative;
}

/* ----------Header---------- */
div#header_image{
  height: 80px;
  background-image: url('images/header.jpg');
  background-repeat: no-repeat;
}

div#header_text{
  width: 750px;
  height: 20px;
  bottom: 5px;
}

div#header{
  text-align: center;
  font-size: 13.4px;
}

div#header a{
  color: #000;
}

div#header a.selected{
  color: #511F76;
  font-weight: bold;
}

div#header a:hover{
  text-decoration: none;
  color: #FFFFFF;
}

/*************** BEGIN Content *****************/
div#content{
  margin: 0 auto 0px auto;
  text-align: left;
  bottom: 0px;
}

div#left_text{
  width: 130px;
  position: absolute;
  top: 125px;
}


div#left_text li.selected{
  background: #FFF;
  font-color: #502053;
  font-weight: bold;
}

/*
div#left_text a.selected{
  color: #FF0000;
}
*/

div#pub_text{
  width: 735px;
  position: absolute;
  top: 107px;
  left: 353px;
}

div#up_text{
  width: 360px;
  height: 18px;
  position: absolute;
  top: 30px;
  left: 5px;
  border-bottom: 1px solid #502053;
  background: #FFF;
}

div#middle{
  top: 10px;
  margin: 0 137px;
  width: 885px;
  position: relative;
  bottom: 0px;
  left: 2px;
}

div#line1{
background: #FFF url(images/dots.png) left repeat-x;
width: 520px;
}

div#ueberschrift{
  font: 14px arial, Verdana, sans-serif;
  font-style: bold;
  font-color: #A91484;
}

th.ueberschrift{
  font: 15px arial, Verdana, sans-serif;
  font-weight: bold;
  color: #A91484;
}

th.ueberschrift2{
  font: 13px arial, Verdana, sans-serif;
  font-weight: bold;
  color: #000;
}

/*************** ENDE  Content *****************/

/*************** BEGIN Blocks ******************/
div.block{
  border-bottom: 1px solid #502053;
  margin-bottom: 15px;
  margin-top: -5px;
}

div.blocktitle{
  background: url('images/middle_balken.jpg') no-repeat;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding-left: 10px;
  color: #FFFFFF;
  text-align: left;
}

div.ProdTitle{
    font-size: 13px;
    font-weight: bold ;
}

div.text{
    font-size: 13px;
    font-weight: normal;
    padding: 15px 15px 15px 15px;
    background: #FFF;
}

div.text p.quote{
  font-style: italic;
  text-align: center;
  font-size: 110%;
  font-weight: bold;
}

p.centered{
  text-align: center;
}

div.text p.great{
  font-style: arial black;
  text-align: center;
  font-size: 130%;
  font-weight: normal;
}

p.centered{
  text-align: center;
}

div.text p.thanks{
  font-family: Arial;
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  color: #00CC33;
}

p.centered{
  text-align: center;
}

hr{
  border: none;
  padding: 1px;
  background: url('images/dots.gif') repeat-x bottom;
  margin-left: 25px;
  margin-right: 25px;
}
/*************** ENDE Blocks  ******************/

/*************** BEGIN Menus *******************/
div.menu{
  border-bottom: 1px solid #502053;
  background-color: #FFFFFF;
  margin-bottom: 5px;
  width: 130px;
  font-size: 14px;
}


div.menu h3{
  border-bottom: 1px solid #502053;
  background: url('images/left_balken.jpg') no-repeat;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 3px;
  color: #FFFFFF;
}

div.menu p.title{
  font-weight: bold;
  margin-bottom: 0px;
}

div.menu p{
  padding-left: 5px;
}

div.menu ul{
  list-style: none;
  margin: 0;
  padding: 3px;
}

div.menu li{
  padding: 3px;
}

div.menu lii{
  padding-left: 10px;
}

div.menu li a{
  color: #000000;
}
/*************** ENDE  Menus *******************/


/* --------------------DIV CENTER--------------------*/
div.center{
  text-align: center;
}


/* --------------tables----------- */
table.book {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #B0B0B0;
	border-collapse: separate;
	background-color: #F0F0F0;
  width: 430px;
}

table.book2 {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #B0B0B0;
	border-collapse: separate;
	background-color: #F0F0F0;
  width: 230px;
}

table.bookentry {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: blue blue blue blue;
	border-collapse: separate;
	background-color: #FAFCFF;
  width: 420px;
}

table.message {
	border-width: 0px 0px 1px 0px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #502053;
	border-collapse: separate;
  width: 600px;
  padding-bottom: 10px;   
	background-color: #FFF;
}

table.message2 {
	border-width: 1px 0px 0px 0px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #502053;
	border-collapse: separate;
  width: 100%;
  margin-top: 5px;
	background-color: #FAFCFF;
}

table.message3 {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #502053;
	border-collapse: separate;
  width: 100%;
  margin-top: 5px;
	background-color: #FAFCFF;
}

input.buttonselect {
height: 25px;
width: 150px;
font-family: Arial, Helvetica, sans-serif;
/**font-size: 18px;
font-weight: normal;
**/}


/*----------------input--------------*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

