#detail a:hover {
background-color: #CCCCCC;
}


/* CSS für Button im Normalzustand */ 

.button a { 
font: bold 12px Verdana, Arial;
color: #681B5A;
text-decoration:none;
padding-top: 7px;
padding-left: 10px;
width:140px;  
height:30px;  
display:block; 
background-image:url('../img/normalzustand.jpg'); 
background-position: top left;
background-repeat:no-repeat; 
} 

/* CSS für Button im Overzustand */ 
.button a:hover { 
font: bold 12px Verdana, Arial;
color: #681B5A;
text-decoration:none;
width:140px; 
height:30px; 
display:block; 
background-image:url('../img/overzustand.jpg');
background-position: top left;
background-repeat:no-repeat; 
} 

.button {
margin-left: 0px;
}


#NavButton {

margin-left: 133px;
top: 80px;
}

input.buttonSearchForm {
width: 128px;
height: 30px;
background: #fff url('../img/btn-send.gif') no-repeat;
outline: none;
margin: 0;
padding: 0;
border: 0;
border-collapse:collapse;
}
input.buttonSearchForm:hover {
background: #fff url('../img/btn-send.gif') no-repeat 0 -30px;
border-collapse:collapse;
margin: 0;
padding: 0;
border: 0;
}

#submitButtons{
margin-left: 131px;
}

.links_about {
width: 78px;
border-collapse:collapse;
}

.links_about a {
display: block;
color: #681b5a;
font: bold 12px Verdana,Arial;
padding: 20px 0 0 0;
text-decoration: none;
width: 78px;
}

.links_tell {
width: 118px;
border-collapse:collapse;
}

.links_tell a {
display: block;
color: #681b5a;
font: bold 12px Verdana,Arial;
padding: 20px 0 0 0;
text-decoration: none;
width: 118px;
}

.links_contact {
width: 131px;
border-collapse:collapse;
}

.links_contact a {
display: block;
color: #681b5a;
font: bold 12px Verdana,Arial;
padding: 20px 0 0 0;
text-decoration: none;
width: 131px;
}

.links_about a:hover {
color: #a4779d;
}

.links_tell a:hover {
color: #a4779d;
}

.links_contact a:hover {
color: #a4779d;
}

.lines_about {
background-image: url('../img/about.gif');
background-position: top left;
background-color: #ffffff;
text-align: center;
background-repeat: no-repeat; 
}

.lines_tell {
background-image: url('../img/tell.gif');
background-position: top left;
background-color: #ffffff;
text-align: center;
background-repeat: no-repeat; 
}
.lines_contact {
background-image: url('../img/contact.gif');
background-position: top left;
background-color: #ffffff;
text-align: center;
background-repeat: no-repeat; 
}

.lines_over {
background-image: url('../img/vsl_bglines_over.jpg');
background-repeat: repeat-x;
background-position: top left;
background-color: #ffffff;
text-align: center;
}

.bgfirst {
display: block;
background-image: url('../img/vsl_logo.jpg');
background-position: top right; 
background-repeat: no-repeat;
width: 159px;
height: 56px;
}

.bgtop {
background-image: url('../img/vsl_bgtop.jpg');
background-repeat: repeat-x;
background-position: top left;
background-color: #ffffff;
text-align: left;
vertical-align: top;
width: 100%;
}
 /* Ende des Header Teils */

/* Tabellen */
.table_top {
background-image: url('../img/topbg2.gif');
background-repeat: repeat-x;
}

.table_bot {
background-image: url('../img/botbg2.gif');
background-repeat: repeat-x;
}

.table_left {
background-image: url('../img/leftbg2.gif');
background-repeat: repeat-y;
}

.table_right {
background-image: url('../img/rightbg2.gif');
background-repeat: repeat-y;
}

.table_tl {
background-image: url('../img/topleft2.gif');
background-repeat: no-repeat;
width: 10px;
height: 12px;
}

.table_tr {
background-image: url('../img/topright2.gif');
background-repeat: no-repeat;
width: 13px;
height: 12px;
}

.table_bl {
background-image: url('../img/botleft2.gif');
background-repeat: no-repeat;
width: 10px;
height: 10px;
}

.table_br {
background-image: url('../img/botright2.gif');
background-repeat: no-repeat;
width: 13px;
height: 10px;
}


body, a, select, select option {
font-family: Verdana, Arial;
color: #000;
text-decoration:none;
font-size: 12px;
margin-top: 0px;
}

hr {
color: #FCEDF4;
border-color: #FCEDF4;
}
#resulttable {
border: none;
/*border: 1px solid #d29fc4;*/
border-collapse: collapse;
width: 787px;
}

.resulttableheader {
border-bottom: 1px solid #d29fc4;
}

#resulttable * td {
padding: 5px;
border-collapse: collapse;
/*border-bottom: thin solid #FCEDF4;*/
}
th {
text-align: left;	
padding: 5px;
}

#content {
	width: 810px;
	margin-left: 25px;
}
	

#detail * input {
border: none;	
}	

.vSlideLink {
cursor: pointer;
font-family: Verdana, Arial;
color: #000;
text-decoration:none;
font-size: 12px;
font-weight: bold;
}

.navnote {
text-decoration:none!important;
font-size: 9px;
font-color: #CCC;
font-style: italic;
		
	}
ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
li {
	margin-bottom: 10px;
	}
img {
	border:0;	
}

#detail * label {
	width: 118px;
	margin-right: 10px;
	display: block;
	background-color: #FCEDF4;
	border: 3px solid #FCEDF4;
	}
#detail * li {
  margin-left : -10px;
}

#searchform * label {
	width: 118px;
	float: left;
	margin-right: 10px;
	display: block;
	background-color: #FCEDF4;
	border: 3px solid #FCEDF4;
	}

#detail td {
	vertical-align: top;
	padding: 3px;
	}
#detail * a {
	text-decoration:underline;
	}
.left {
	padding: 0px!important;
	background-color: #FCEDF4;
	}
.textinput {
		width: 250px;
		right: 0px;
	}
select {
		width: 250px;
		right: 0px;
	}
	
#sandglass {
position:fixed;
top: 30%;
left: 30%;
width:100px;
height:100px;
margin-top: -50px; /*set to a negative number 1/2 of your height*/
margin-left: -50px; /*set to a negative number 1/2 of your width*/
}

.vSlidePreview {
height: 50px;
border: 1px solid #A4779D;
}
.hidden {
display: none;
}
.visible {
display: block;
}

#pagenav {
	display:inline; 
}

#recordnavigation {
margin-top: 10px;
margin-left: 30px;
margin-right: auto;
}

#showmax {
width: 100px;
margin-left: 20px;
}

#recordnavigation  a {
margin-left: 5px;
margin-right: 5px;
}

.navlink {
display:none;		
}

.pagenavlink_c {
	background-color: #FCEDF4;
}

.odd {
	background-color: #FCEDF4;
}
	
.even {
	background-color: #FFFFFF;
}

.visited_even {
	background-color: #FFFFFF;
	border-right: 5px solid #A4779D;
}
	
.visited_odd {
	background-color: #FCEDF4;
	border-right: 5px solid #A4779D;
}
.pagenavlink {

}


#rowcounttext {
position: absolute;
left: 320px;
top: 78px;
margin-bottom: 10px;
font-size:12px;
font-weight: bold;
}

textarea {
background-color: transparent;
border:none;
font-family:Verdana,Arial;
font-size:10pt;
width: 400px;
height: 54px;
}

#detail {
line-height: 1.4em;
}

#detail_preview {
}

.gender {
height: 15px;
filter:alpha(opacity=50);
opacity: 0.5;
-moz-opacity:0.5;
}

#others {
display:none;
}

#_sld_id * table {
border: 1px solid #681B5A;

border-collapse:collapse;
}

#_sld_id * table td {
border: 1px solid #681B5A;
border-collapse:collapse;
text-align: center;
}
.largepreview  a img  {
height: 100%;
max-height: 256px;
max-width: 256px;
}
.bgtop a img {
vertical-align: top;
}

#JT * table , #JT * table * td, #JT * table * tr,#JT * table * img {
border-collapse:collapse;
border:none!important;
padding:0px;
margin:0px;
vertical-align:top;
}


.strong {
font-weight: bold;
}

img.vSlidePreview {
max-width: 100px;
max-height: 64px;
height:expression(this.height > 64 ? "64px" : this.width);
width:expression(this.width > 100 ? "100px" : this.width);
}
