input.ok {
	background-image: url('forms/ok.gif');
	width: 118px;
	height: 21px;
	border: none;
	color: #333333;
	font-size: 11px;
	padding-left: 30px;
	text-align:left;
}

input.abbrechen {
	background-image: url('forms/abbrechen.gif');
	width: 94px;
	height: 21px;
	border: none;
	color: #333333;
	font-size: 11px;
	padding-left: 30px;
	text-align:left;
}

div.forms_submit {
	background: url(linie.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}



table.forms {
	font-size: 12px;
}

table.list {
	font-size:12px;
	background-color: #fff;
	border: 1px solid #7f9db9;
}

table.list td {
	border-right: 1px solid #ebeadb;
	border-bottom: 1px solid #ebeadb;
}

table.list .thheader {
	background: url(images/hd_th.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #c7c5b2;
	height: 5px;
	font-weight: bold;
}


    
    .box a:hover {
		background:none;
		text-decoration: none;
		}
		
		.box a span
		{display: none;
		text-decoration: none;}
		
		.box a:hover span
		{
		position:absolute;
		display: block;
		width:auto;
		background: #FFFFDD;
		border: 1px dotted #4C4C4C;
		width:200px;
		padding: 4px;
		color:#000;
		text-decoration: none;
		}
		
		.box h6{
		font-size: 100%;
		background-color: #FEDE72;
		color: #000;
		margin: 2px;
		}
		
		
		.fotobox a:hover {
		background:none;
		text-decoration: none;
		}
		
		.fotobox a span
		{display: none;
		text-decoration: none;}
		
		.fotobox a:hover span
		{
		position:absolute;
		display: block;
		width:auto;
		background: #000;
		border: 1px solid #fff;
		width:auto;
		padding: 10px;
		color:#000;
		text-decoration: none;
		}