/* CSS Reisecneter Fehmarn Modul Gaststätten */

.article {
background-image: url(../images/gg_bg.gif);
background-repeat: repeat-x;
width: 155px;
height: 35px;
}

p.article:first-letter {
font-size:x-large;
margin-left: 15px;
text-decoration: none;
}

p.article:first-letter, a:hover{
text-decoration: none;
}

.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
    text-decoration: none;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

ul.column{
	width: 100%;
	padding: 0;
	margin: 10px 0;
	list-style: none;
}
ul.column li {
	float: left;
	width: 80px; /*Set default width*/
	padding: 0;
	margin: 3px 0;
	display: inline;
}
.block {
	height: 100px;
	font-size: 1em;
	margin-right: 3px; /*Creates the 10px gap between each column*/
	padding: 5px;
	background: #e3e1d5;
	border: 1px solid #fff;
}
