div.futterViewContainer {
	
	border:1px solid #cccccc;
	border-radius:15px;
	margin-bottom:10px;
	padding:10px;
	background-color:#e5e4e4;
	
	
}

div.futter a {
	
	text-decoration:none;
	
}

td.colArrow {
	
	width:25px;
	padding:5px;
	text-align:center;
	
}

img.arrow {
	
	width:15px;
	cursor:pointer;
	
}

td.bildBar {
	
	text-align:center;
	width:170px;
	max-width:170px;
	height:168px;
	white-space:nowrap;
	overflow:hidden;
	
}

table.moveable {
	
	height:168px;
	
}

table.bildBar {
	
	width:170px;
	height:200px;
	border-bottom: 1px dotted #690609;
	table-layout:fixed;
	margin:0;
	padding:0;
}

img.futterBild {
	
	width:150px;
	display:none;
	border-radius:5px;
	
	
}

th.infoColName {
	
	width:100%;
	height:30px;
	color:#690906;
	border-bottom:1px solid #cccccc;
	font-size:20px;
	font-family:"Comfortaa",Arial,Helvetica,sans-serif;
	width:506px;
	
}

td.infoCol {
	
	padding:10px;
	text-align:left;
	vertical-align:top;
	width:506px;
		
}

img.update {
	
	position:relative;
	width:25px;
	left:330px;
	cursor:pointer;
	
}

img.delete {
	
	position:relative;
	width:25px;
	left:330px;
	cursor:pointer;	
	
}

img.minipreview {
	
	width:350px;
	
}