a:link {text-decoration:underline; color:#0D418E;}
a:visited { text-decoration:underline; color:#0D418E;}
a:active { text-decoration:underline; color:#0D418E;}
a:hover {  text-decoration:underline; color:#0441ca;}

a.menu:link {  padding-top:5px;text-decoration:none; border-bottom-style:dotted; border-bottom-width:1px; border-color: #CEC1BD; color:#CEC1BD; display:block; width:100%;} 
a.menu:visited {  padding-top:5px;text-decoration:none; border-bottom-style:dotted; border-bottom-width:1px; border-color: #CEC1BD; color:#CEC1BD; display:block; width:100%;} 
a.menu:active {  padding-top:5px;text-decoration:none; border-bottom-style:dotted; border-bottom-width:1px; border-color: #CEC1BD; color:#CEC1BD; display:block; width:100%;} 
a.menu:hover {  padding-top:5px;text-decoration:none; border-bottom-style:dotted; border-bottom-width:1px; border-color: #8E7471; color:#8E7471; display:block; width:100%;} 

a.menuanchorclass:link {padding-top:5px;text-decoration:none; border-bottom-style:dotted; border-bottom-width:1px; border-color: #CEC1BD; color:#CEC1BD; display:block; width:100%;}
a.menuanchorclass:visited {padding-top:5px;text-decoration:none; border-bottom-style:dotted; border-bottom-width:1px; border-color: #CEC1BD; color:#CEC1BD; display:block; width:100%;}
a.menuanchorclass:active {padding-top:5px;text-decoration:none; border-bottom-style:dotted; border-bottom-width:1px; border-color: #CEC1BD; color:#CEC1BD; display:block; width:100%;}
a.menuanchorclass:hover {padding-top:5px;text-decoration:none; border-bottom-style:dotted; border-bottom-width:1px; border-color: #CEC1BD; color:#CEC1BD; display:block; width:100%;}


body { 
    font-family: times new roman; color: #0D418E; 
}



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