@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background-color:#000;
}
img{
	color: #070707;
	border-color: #666666;
	text-decoration: none;
}
img:hover {
	text-decoration: underline;
	border-color:#FFFFFF;
	color: #FFFFFF;
}
a:link{
	color: #070707;
	padding: 1px;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #070707;
	padding: 1px;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	padding: 1px;
}
a:active {
	text-decoration: none;
}

/* main */
#extra{
	background: scroll center top;
	background-color:#000000;
	width:840px;
	height: 50px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#container{
	background: scroll center top;
	background-image:url(back.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#070707;
	padding: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width:880px;
}
#body{
	background: scroll center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
	width:840px;
}
#container .header{
	padding-top: 30px;
	vertical-align: top;
	padding-bottom: 55px;
}
#container .header .head1{
	margin-left:1px;
	width:311px;
	float:left;
}
#container .header .head2{
	margin-right: 5px;
	float: right;

}
#container .title{
	padding-top: 100px;
	padding-bottom: 60px;
	margin-left: 5px;
}
#container .content{

}
.normal{
	border-style:solid;
	border-width: 4px;

	margin:5px;
}
.ads{
	border-style:solid;
	border-width: 4px;

	margin:5px;
}
.print{
	border-style:solid;
	border-width: 4px;

	margin:5px;
}
.sketch{
	border-style:solid;
	border-width: 4px;

	margin:5px;
	
}
.hover{
	border-style:solid;
	border-width: 4px;
	border-color: #fff;
	margin-right:10px;
	margin-bottom:8px;
}
.out{
	border-style:solid;
	border-width: 4px;
	border-color: #666;
	margin-right:10px;
	margin-bottom:8px;
}
#container .content .trenner{
	padding-top: 40px;
	padding-bottom: 12px;
	margin-left: 5px;
}
#container .bottom{
	margin-top: 40px;
	margin-left: 5px;
	height:250px;
	width:815px;
	font-family:Arial, sans-serif;
	font-size:10px;
	color:#666666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style:dotted;
	border-bottom-style: dotted;
	border-top-color:#333333;
	border-bottom-color: #333333;
	padding-top: 10px;
}
#container .bottom .txtbox1{
	float: left;
	width: 40%;
	margin-right: 20px;
}
#container .bottom .txtbox3{
	float: left;
	width: 10%;
}
#container .bottom .ueber{
	margin-bottom:10px;
	margin-top: 16px;
}
.detail{
	background-color: #0099CC;
	color: #070707;
	padding: 1px;
}
.description{
	background-color: #FF00FF;
	color: #070707;
	padding: 1px;
}
#impressum{
	margin-top: 40px;
	margin-left: 5px;
	padding:10px;
	width:815px;
	font-family:Arial, sans-serif;
	font-size:10px;
	color:#666666;
	text-align: center;
}


<!--Tooltip
div.nicetitle {
	background-color: #333;
	color: #fff;
	font: bold 13px "Trebuchet MS", Verdana, Arial, sans-serif;
	left: 0;
	padding: 4px;
	position: absolute;
	top: 0;
	width: 25em;
	z-index: 20;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 10px;
	-moz-opacity: .87;
	}

div.nicetitle p {
    margin: 0;
	padding: 0 3px;
	-moz-opacity: 1;
}

div.nicetitle p.destination {
    font-size: 9px;
    padding-top: 3px;
	text-align: left;
	-moz-opacity: 1;
}

div.nicetitle p span.accesskey {
	color: #d17e62;
}
-->
