
/*
   http://www.xottmoar.de/
   
   css styles
   
   Copyright 2008, Markus Spiske
   http://www.temporausch.com
*/

/*----------general styles----------*/
html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
	margin:0;
	padding:0;
	color:#8e6f36;
}

body {
	font:12px/150% Helvetica, Arial, Lucida Sans, Lucida Grande, Tahoma, Verdana, sans-serif;
	background-color:#fff;
}

h1 {
	font-size:16px;
	color:#8e6f36;
	font-weight:bold;
}

h2 {
	font-size:16px;
	color:#99b1e9;
	font-weight:normal;
}

h3 {
	font-size:11px;
	color:#99b1e9;
	font-weight:normal;
}

h4 {
	font-size:22px;
	color:#13378a;
	font-weight:normal;
	margin-bottom:5px;
	margin-top:10px;
}


a.hellblau_11:link, a.hellblau_11:visited, a.hellblau_11:active {
	color:#99b1e9;
	font-weight:normal;
	text-decoration:none;
}

a.hellblau_11:hover {
  	color:#fff;
  	font-weight:normal;
	text-decoration:none;
}

.tour {
	font-size:11px;
	line-height:125%;
  	color:#fff;
 	font-weight:normal;
}

.zitat {
	font-size:16px;
	line-height:125%;
  	color:#5b3e09;
 	font-weight:normal;
 	font-style:italic;
}

.hinweis {
	font-size:11px;
	line-height:100%;
  	color:#5b3e09;
 	font-weight:bold;
 	font-style:normal;
}

.in {
	padding-left:10px;
}

hr {
	border:none;
	width:100%;
  	color:#2a50a8;
  	background-color:#2a50a8;
 	height:1px;
}

hr.content {
	border:none;
	width:100%;
  	color:#e0d2b8;
  	background-color:#e0d2b8;
 	height:1px;
}

/*----------container----------*/
#container {
	width:900px;
	margin:0 auto;
	background:url(../img/bg_content.gif) repeat-y;
}

/*----------top_navi----------*/
#top_navi{
	padding-top:15px;
	padding-right:30px;
	text-align:right;	
}

/*----------menu----------*/
#navi_frame{
	background:url(../img/bg_navi.gif) no-repeat;
	width:250px;
	height:250px;
	float:left;
}

#navi{
	padding-top:40px;
	padding-left:45px;
	float:left;
}

/*----------header----------*/
#header {
	width:650px;
	height:250px;
	text-align:left;
	float:right;
}	

/*----------content----------*/
#content_frame {
	width:900px;
	text-align:left;
	float:left;
	background:url(../img/bg_content.gif) repeat-y;
}

#box_left {              
	width:250px;
	float:left;
	margin-left:0px;
	padding-top:0px;
	padding-left:0px;
}

#pic {              
	position:relative; top:-15px; left:20px;
	z-index:2;
	width:250px;
	float:left;
}

#tourdaten {              
	width:220px;
	float:left;
	margin-left:30px;
	padding-top:0px;
	padding-left:0px;
}

#content {
	width:530px;
	margin-left:10px;
	margin-top:20px;
	text-align:left;
	float:left;
	background-color:#f8f0e1;
	padding:40px;
}

#content_fix {
	width:530px;
	height:700px;
	margin-left:10px;
	margin-top:20px;
	text-align:left;
	float:left;
	background-color:#f8f0e1;
	padding:40px;
}

#gotop {              
	width:400px;
	float:left;
	margin-left:0px;
	margin-top:60px;
}


/*----------footer----------*/
#footer {
	height:80px;
	width:900px;
	float:left;
	background: url(../img/bg_content.gif) repeat-y;
}

#content_footer {
	width:610px;
	font-size:11px;
	color:#99b1e9;
	margin-left:260px;
	padding-top:20px;
	padding-left:0px;
	text-align:center;
	
}

/*----------SLIMBOX----------*/
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 15px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	line-height: 1.4em;
	font-weight:normal;
	text-align: left;
	border: 15px solid #fff;
	border-top-style: none;
	padding-top: 0px;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}









