/*
------------------------------------------------------------------------------------------------------------	
	Stylesheets fuer www.rainerwilcke.de
	Caopyright (c) 2010 Oliver Tan - oliver (at) tan3 de - http://www.tan3.de
------------------------------------------------------------------------------------------------------------	
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
------------------------------------------------------------------------------------------------------------	
*/


* {
	margin: 0;
	padding: 0;	
}

body {
	margin: 0;
	padding: 0;
	background: #eee url('../images/bg.png') repeat-x;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #666;
	overflow-y:scroll;
}
body .wrapper {
	width: 980px;
	position: relative;
	left: 50%;
	margin-left: -490px; /* sonst würde die linke Kante zentriert werden */
	}
noscript div {
	background: #eee; border: 1px solid #666; margin: 20px 160px 20px 160px; padding: 15px
	}
noscript div ol {
	margin: 0 0 0 25px;
}
h1 a {
	position: absolute;
	text-indent: -999em;
	top: 10px;
	background: url('../images/rainerwilcke.png');
	height: 67px;
	width: 150px;
	outline-style: none;
}
ul {
	position: absolute;	
	right: 0;
	top: 10px;
	list-style-type: none;
}
ul li {
	margin: 0 0 4px 0;
	
}
ul li a {
	text-indent: -999em;
	height: 18px;
	width: 150px;
	background: green;
	display: block;		
}
ul li a.bilder {
	background:	url('../images/nav-bilder.png');
}
ul li a.infotext {
	background:	url('../images/nav-infotext.png');
}
ul li a.kontakt {
	background:	url('../images/nav-kontakt.png');
}
ul li a.bilder:focus,
ul li a.infotext:focus,
ul li a.kontakt:focus {
	outline-style: none;	
}
#startseite,
#infotext,
#kontakt {
	background: #fff;
	width: 660px;
	position: absolute;	
	left: 160px;
	z-index: 99;
}
.content {
	margin: 10px 100px 100px 100px;
}



/*
------------------------------------------------------------------------------------------------------------	
	jQuery Coda-Slider v2.0
------------------------------------------------------------------------------------------------------------	
*/

.coda-slider-wrapper {
	position: absolute;
	left: 160px;
}

.coda-slider { background: #fff; }

#coda-nav-left-1 a,
#coda-nav-right-1 a {
	position: absolute;
	top: 110px;
	width: 150px;
	height: 150px;
	text-indent: -999em;
	background: url('../images/arrow-left.png');
}
#coda-nav-left-1 a:focus,
#coda-nav-right-1 a:focus {
	outline-style: none;
}
#coda-nav-right-1 a {
	right: 0;
	background: url('../images/arrow-right.png');
}
/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
/*.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }*/
	
/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel {
	width: 660px;
	}
.coda-slider .panel-wrapper {
	margin: 10px 10px 60px 10px;
	text-align: center;
	
}	
/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 680px }
.coda-slider-wrapper.arrows .coda-slider { margin: 0; }
		
/* Panel padding */
.coda-slider .panel-wrapper { padding: 0 }

/* Preloader */
.coda-slider p.loading { padding: 20px; text-align: center }

/* Miscellaneous */
.coda-slider-wrapper { clear: both; overflow: auto }
.coda-slider { float: left; overflow: hidden; position: relative }
.coda-slider .panel { display: block; float: left }
.coda-slider .panel-container { position: relative }
.coda-nav-left, .coda-nav-right { float: left }
.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }

/*
------------------------------------------------------------------------------------------------------------	
	Content
------------------------------------------------------------------------------------------------------------	
*/

h2 {
	font-weight: normal;
	margin: 0 0 1em 0;
	font-size: 2em;
}
h2.home {
	position: relative;
	text-indent: -999em;
	background: url('../images/transparentesysteme.png');
	margin: 0 0 60px 90px;
	height: 68px;
	width: 320px;
	top: -1px;
}
h3 {
	font-size: 1em;	
	margin: 2em 0 0.2em 0;
}
p {
	text-align: justify;
	margin: 0 0 1em 0;
	line-height: 1.5em;	
}
p.author {
	font-style:italic; 
	text-align:right;
	margin:0 0 6em 0;
}
.panel-wrapper p {
	text-align: center;
	margin: 1em 0 1em 0;
}
.panel-wrapper p.home {	
	text-align: left;
	margin: 0 90px 1em 90px;
	font-size: 14px;
}
table.vita td {
	padding: 0 0 1em 0;
	vertical-align: top;
}
table.vita td.left {
	width: 6.5em;
}
a {
	color: #666;
	text-decoration: none;
	background: none;
}
a:hover {
	text-decoration: underline;	
}
a.toplink {
	float:right;
	color: #999;
	text-decoration: none;
	background: none;	
}
a.toplink:hover {
	color: #666;
	text-decoration: underline;
}
p.homelink {
	text-align: right;
	margin: 2em 90px 0 0;
}
p.homelink a {
	color: #999;
	text-decoration: none;
	background: none;	
}
p.homelink a:hover {
	color: #666;
	text-decoration: underline;
}