
/* 
 * tag am strand booking
 * 
 */

body {
	color: #bbb;
	background: #fff;

	font-family: Times, sans-serif;
	font-size: 14px;
}

h1 {
	display: none;
}

h2 {
	margin-top: 20px;
	font-family: sans-serif;
	font-size: 14px;
}

a {
	color: #999;
	font-weight: 600;
	text-decoration: none;
}

img {
	border: 0px;
}

.center {
	margin: auto;
	padding: 0 0 0 0;
}

div {
	width: 541px;
	padding-left: 15px;
	padding-right: 15px;
}

.widepic {
	width: 541px;
	border: 0px;
}

.navipic {
	margin-right: 4px;
	background:  #999;
}

#header {
	width: 571px;
	height: 62px;
	margin-top: 92px;
	padding: 0 0 0 0;
	font-family: sans-serif;
	background-image: url('logo.jpg');
}

#navi {
	height: 22px;
}

#photo {
	height: 137px;
	margin-top: 35px;
}

#content {
	color: #999;
	margin-top: 20px;
	font-family: serif;
	font-size: 13px;
}

#content ul li {
	list-style: none;
}

#footer {
	margin-top: 100px;
}

#footer2 {
	width:  526px;
	height: 12px;
	padding-right: 0px;
	background-image: url('pattern.gif');
	background-repeat: repeat-x;
	text-align: right;
}

#footer2 a {
	border-left:  4px solid #fff;
}

#ipsum {
	width: 68px;
	height: 20px;
	background: url('impressum.jpg') -4px -6px no-repeat;
	display: block;
	float: right;
}

#ipsuma {
	width: 68px;
	height: 20px;
	background: url('impressum.jpg') -4px -28px no-repeat;
	display: block;
	float: right;
}

a:hover #ipsum {
	background-position: -4px -28px;
}

#iconmenu {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#iconmenu li {
	height: 20px;
	background: url('navi.jpg') 0 0 no-repeat;
	display: block;
	list-style: none;
	float: left;
}
#iconmenu a {
	height: 20px;
	display: block;
}
#iconmenu a:hover {}

#iconmenu #panel1c {
	width: 140px;
	background-position: -2px -2px;
}
#iconmenu #panel2c {
	width: 110px;
	background-position: -138px -2px;
}
#iconmenu #panel3c {
	width: 180px;
	background-position: -248px -2px;
}
#iconmenu #panel1a {
	width: 140px;
	background-position: -2px -25px;
}
#iconmenu #panel2a {
	width: 110px;
	background-position: -138px -25px;
}
#iconmenu #panel3a {
	width: 180px;
	background-position: -248px -25px;
}
#iconmenu #panel1c a:hover {
	background: url('navi.jpg') -2px -25px no-repeat;
}
#iconmenu #panel2c a:hover {
	background: url('navi.jpg') -138px -25px no-repeat;
}
#iconmenu #panel3c a:hover {
	background: url('navi.jpg') -248px -25px no-repeat;
}

