﻿a:link {text-decoration:underline; color:#ffffff;
	text-align: center;
}
a:visited { text-decoration:underline; color:#ffffff;}
a:active { text-decoration:underline; color:#ffffff;}
a:hover {  text-decoration:underline; color:#CEC1BD;}

a.red:link {text-decoration:underline; color:red;}
a.red:visited { text-decoration:underline; color:red;}
a.red:active { text-decoration:underline; color:red;}
a.red:hover {  text-decoration:underline; color:red;}

a.kata:link {text-decoration:underline; color:#9C9CA0;}
a.kata:visited { text-decoration:underline; color:#9C9CA0;}
a.kata:active { text-decoration:underline; color:#9C9CA0;}
a.kata:hover {  text-decoration:underline; color:red;}


body { 
    font-family: Arial; color: #ffffff; 
}



#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 8px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}



.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #3C3C3C;
border-bottom-width: 0;
font: normal 16px times new roman;
font-weight: normal;

line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background-image: url("../verlauf2.jpg");
width: 200px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
color: white;
display: block;
text-indent: 3px;
border-bottom: 1px solid #3C3C3C;
padding: 2px 0;
text-decoration: none;
font-weight: none;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background-image: url("../verlauf3.jpg");
color: white;
}
.anylinkmenu a:visited{color: white;}
.anylinkmenu a:active{color: white;}


/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px times new roman;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #ffffff;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #ffffff;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}



#bild { border-style: solid; border-color: #F0EAE3; border-width: 5px; margin:20px;}

input.submitbutton {
    border-style: solid; border-color: #F0EAE3; border-width: 5px; margin:20px;
    background: url('verlauf1.jpg');
    padding: 8px;
}
input.submitbutton:hover {
    border-style: solid; border-color: white; border-width: 5px; margin:20px;
    background: url('verlauf2.jpg');
    padding: 8px;
}


.anfahrt a {
    background: url(../anfahrt2.gif) no-repeat;
    display:block; width:210px; /* Linkbereich begrenzen */
  }
  .anfahrt img {
    display:block; width:210px; height:60px; border:0;
  }
  .anfahrt a:hover img {
    visibility: hidden;
  }
  .anfahrt a:hover { /* Workaround fuer IE 5.5 und 6 */
    border:0;
  }
  * html .anfahrt a {
    margin-right:0px;
  }
  * html .anfahrt a:hover {
    width:210px; margin-right:0; /* Workaround fuer IE 5.01 */
  }
  
  .bestellen a {
    background: url(../bestellen2.gif) no-repeat;
    display:block; width:210px; /* Linkbereich begrenzen */
  }
  .bestellen img {
    display:block; width:210px; height:60px; border:0;
  }
  .bestellen a:hover img {
    visibility: hidden;
  }
  .bestellen a:hover { /* Workaround fuer IE 5.5 und 6 */
    border:0;
  }
  * html .bestellen a {
    margin-right:0px;
  }
  * html .bestellen a:hover {
    width:210px; margin-right:0; /* Workaround fuer IE 5.01 */
  }
  
  
