/*

	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
	steinbrener-dempf.com v1 CSS
	last edit: 23 Jan 2009
	copyright: philipp hofstätter, fietstouring.com
	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
	

*/


/* -- Basic HTML Elements -- */

* { margin:0; padding:0; }

body {
	font-family: Helvetica,Arial,Tahoma,sans-serif;
	font-size: 12px;
	color: #676767;
	background-color: #fff;
	}
	
ul, li { list-style-type:none;  }
a img { border:none; }
form { display:inline; }

a:link, a {
  text-decoration: none;; 
  color: #8b8b8d;
}

a:hover {
	color: #d2253c;
}

h1, h2 {
	color: #000;
	font-size: 12px;
	text-transform:uppercase;
	margin-bottom: 8px;
}

h3 {
	font-size: 12px;
	margin: 0 0 15px 0;
	color: #141414;
}


/* -- Seitenlayout -- */

#container {
	position:relative;
	width: 916px;
	margin: 0 auto;
}
	
div#logo {
	position:absolute;
	top: 20px;
	left: 188px;
}

div#logo h1 a {  /* wubet Logo */
	display:block;
	width: 365px;
	height: 54px;
	text-indent: -5000em;
	background: #fff url(logo.png) no-repeat left top;
	border:none;
	outline:0;
}

#content {
	position:absolute;
	width: 728px;
	top: 98px;
	left: 188px;
	line-height: 1.5em;
	padding-bottom: 30px;
}


/* =Main Navigation
**********************************************************************************/

ul#navigation { 
	position:absolute;
	top: 99px;
	left:0;
	width:170px;
	background: transparent url(nav_bg.png) repeat-x left top;
	padding-top: 2px;
}

ul#navigation li a { 
	display:block;
	color: #000;
	text-decoration:none;
	outline:0;
	font-style:normal;
	background: transparent url(nav_bg.png) repeat-x bottom left;
	padding: 7px 0 6px 0;
	text-align:right;
}

ul#navigation a.active, ul#navigation li a:hover, ul#navigation ul.nav2nd li a:hover, ul#navigation ul.nav2nd li.active a {
	color: #d2253c;
}

#navigation ul.nav2nd li a {
	color: #676767;
	padding-right: 15px;
}

#subnav ul {
	margin-top: 35px;
}

ul#navigation #subnav ul li a {
	background:none;
	padding: 4px 0 3px 0;
	padding-right:0;
}


/* =Content
**********************************************************************************/

/* WYSIWIG Text */

.textContent {
	height:auto;
	width: 530px;
}

.textContent p {
	margin: 0 0 10px 0;
}

.indent {
	padding: 20px 0 0 35px;
}

div.textContent ul { padding-bottom: 12px; }

div.textContent li { 
	list-style-type:none; 
	margin-left: 8px;
}

div.english { margin-bottom: 25px; display:none; }

.readEnglish { 
	display:block;
	margin-bottom: 15px;
	font-weight:bold;
	color: #d2253c;
	cursor:pointer;
}

.readGerman {
	display:none;
}
	
/* Press Download */

.download {
	clear:both;
	margin-bottom: 1.5em;
}
	
.downloadFile a {
	display:block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: left 0; 
	padding-left: 22px;
}

ul.downloadPics {
	clear:both;
	margin-bottom: 2em;
}

ul.downloadPics li {
	float:left;
	position:relative;
	width: 300px;
	height: 115px;
	margin-right: 20px;
margin-bottom: 15px;
}

ul.downloadPics li img {
	float:left;
}

ul.downloadPics li span {
	display:block;
	position:absolute;
	bottom: -4px;
	width: 160px;
	right:0;
}

ul.downloadPics li strong {
	display:block;
}

ul.downloadPics li.downloadPicsHeader {
	float:none;
	height: 30px;
margin-bottom: 0;
}
	
/* =SLIDESHOW
**********************************************************************************/

#main_image { 
	position:relative;
	height: 534px;
	width: 534px;
	text-align:right;
	border: 2px solid #f3f3f3;
	margin-bottom: 15px;
	background: #fff url(ajax-loader.gif) no-repeat center center;
}

.galleria {	
	position:absolute;
	right:0;
	top: 0;
	list-style-type:none;
	width: 187px;
	height: 400px;
	overflow:hidden;
}

.galleria_wrapper {
	background:transparent;
}

.galleria li {
	display:block;
	width:48px;
	height:49px;
	overflow:hidden;
	float:left;
	margin: 0 0 9px 9px;
	border: 1px solid #f3f3f3;
}

.galleria li img.thumb {
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:auto;
	height:auto;
}

/* Slideshow Nav */

div.info {
	position:absolute;
	left: 550px;
	top: 445px;
}

span.nav a {
	color: #676767;
	font-style:normal;
	text-decoration:none;
	outline:0;
}

span.nav a:hover { color: #000; }

span#current { margin-left: 5px; }

span.caption {
	position:absolute;
	bottom: -2px;
	left: 548px;
	color: #000;
	text-align:left;
	width: 185px;
}


/* =EXTRAS (clears floats - do not edit or delete)
================================================ */

ul.downloadPics:after { 
	content: "."; 
	display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
