.StopFloat {
  display: block;
  float: none;
  clear: both;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
}

/* Bildunterschriften */
.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

.center {
	text-align:center;
}

/* Zoom Cursor für Bilder mit URL */
a.lightbox img {
	cursor: url(/files/zoomin.cur), pointer !important;
	border: 1px dashed #ff6600;
}

/* Landingsites */
.landingsites {
line-height: 15px;
border: 1px #ff9933;
border-style: double;
width: 470px;
margin: 10px;
padding: 10px;
}

/* Sprachmenu - style.css */
#quicklinks ul li#de_DE.current_page_item a {
	display:none;
}

#quicklinks ul li#de_DE a {
	padding-right:20px;
	background:transparent url(images/flags/de.png) no-repeat center right;
}

#quicklinks ul li#fr_FR a {
	padding-right:20px;
}

#quicklinks ul li#en_US a {
	padding-right:20px;
}

/* Inside tables */
td {vertical-align:top}