/*** 
/*
/*
/*	petermayr.com CSS v.1.0
/*	12-11-09
/*	copyright philipp hofstaetter, fietstouring.com
/*
/*
***/


* { margin: 0; padding:0; }

html, body {
		width: 100%;
		height: 100%;
		overflow:hidden;
		}

body {
	background: #000;
	font-size: 13px;
	font-family: Helvetica,Arial,Geneva, sans-serif;
	color: #efefef;
}

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

a:hover {
	color: #fff;
	}
	
a.active {
	font-weight:bold;
	}
	
a img { border:none; }
	
ul, li {
	list-style-type: none;
	}

#header h1 a {
	position:absolute;
	top: 50%;
	left: 60px;
	width: 324px;
	height: 11px;
	background: transparent url(logo.png) no-repeat left top;
	text-indent: -5000em;
	z-index: 100;
	margin-top: 255px;
	behavior: url(files/iepngfix.htc);
	}
	
div#nav {
	position:absolute;
	bottom: 50%;
	left: 25px;
	width: 120px;
	background: transparent;
	color: #efefef;
	z-index:100;
	text-align:right;
	opacity: 0.3;
	margin-bottom: -210px;
	}
	
div#nav ul.rex-navi1 li a {
	display:block;
	padding: 0 0 0.35em 0;
	}
	
div#nav a.rex-current { font-weight:bold; }

div#nav ul.subNav li a {
	display:inline;
	padding: 0.1em 0.2em;
	font-size: 11px;
	color: #efefef;
	}
	
div#nav ul.subNav {
	padding-top: 1.2em;
	width: 120px;
	}
	

div#nav ul.subNav li a.active {
	margin:0;
	}
	
div#container {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;	
	}

div#gallery { 
	display:none;
	position: absolute;
	top: 50%;
	left:0px;
	height: 500px;
	margin-top: -250px;
	width: 5000em;
	padding: 0;
	z-index:1;
	background: #000;
	text-align:left;
	cursor: move;
	}
	
div#gallery a {
	color: #fff;
	}

div#gallery div {
	float: left;
	position: relative;
	color: #fff;
	}

div#gallery img { 
	padding-right: 8px;
	
	}

div#gradient {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width: 184px;
	background: transparent url(bg_grad.png) repeat-y right top;
	z-index: 10;
	behavior: url(files/iepngfix.htc);
	}

/* Image caption */
div#gallery span.caption {
		position: absolute;
		top: 430px;
		right: 8px;
		width: 100%;
		height: 20px;
		color: #fff;
		text-align: right;
		z-index: 100;
		background: transparent url(capoverlay.png) repeat-x left top;
		padding: 30px 0 0 0;
		color: #afafaf;
		display:none;
	}
	
div#gallery span.caption strong {
	opacity: 0.8;
	font-weight:normal;
	font-size: 11px;
	padding-right: 12px;
	}

div#gallery a {
	display:block;
	position:absolute;
	top: 485px;
	right: 10px;
	text-indent: -5000em;
	width: 22px;
	height: 22px;
	background: #000 url(plus_lo.png) no-repeat center center;
	}

div#gallery a:hover {
	background: #000 url(plus_hi.png) no-repeat center center;
	}
	
#summary {
	background-color: #000;
	position:absolute;
	top: 50%;
	left:0;
	width: 100%;
	height: 500px;
	margin-top: -250px;
	display:none;
	z-index:9;
	cursor:wait;
	}
	
#summaryInner {
	position: absolute;
	top: 50%;
	left: 40%;
	color: #7f7f7f;
	margin-top: -10px;
	}
	
a#thumbnails {
	display:block;
	position:absolute;
	right: 10px;
	top: 50%;
	z-index:100;
	margin-top: -270px;
	font-size: 11px;
	color: #efefef;
	opacity: 0.3;
	}

a#thumbnails:hover { opacity:1; }

div#copyright { display:none; }

#modal, #modal-data { display:none; }



/* Wysiwig Text */

div#textWrapper {
	margin: 15% 0 0 350px;
	color: #efefef;
	line-height: 1.3;
	}
	
#textWrapper a {
	padding: 0;
	}
	
#textWrapper a:hover {
	color: #999;
	}

#textWrapper li {
	margin-bottom: 0;
	padding: 0;
	margin: 0;
	}

div.tinymcewysiwyg {
	clear:both;
	}

.column * { padding: 0 20px 0 0; }
