/* RESET + BASICS */
body {
	margin: 0 auto;
	padding: 0;
	font-family: verdana;
}
/* CLEARING */
.clear{
	clear: both;
}
/* FONTS */
h1 span {display: none;}
h1.uber-mich {
	background-image:url(images/h-uber-mich.gif);
	width: 179px;
	height: 55px;
	margin: 20px 0 20px 0;
}
h1.portfolio {
	background-image:url(images/h-portfolio.gif);
	width: 179px;
	height: 55px;
	margin: 20px 0 20px 0;
}
h1.photos {
	background-image:url(images/h-photos.gif);
	width: 179px;
	height: 55px;
	margin: 20px 0 20px 0;
}
h1.kontakt {
	background-image:url(images/h-kontakt.gif);
	width: 179px;
	height: 55px;
	margin: 20px 0 20px 0;
}
h1.impressum {
	background-image:url(images/h-impressum.gif);
	width: 179px;
	height: 55px;
	margin: 20px 0 20px 0;
}
h2 {
color: #ff3300;
font-size: 0.9em;
margin: 5px 0 15px 0;
}

/* HEADER */
#header {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: 287px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
/* CONTENT */
#content {
	width: 850px;
	min-height: 300px;
	margin: 0 auto;
	padding: 10px;
}
/* ABSÄTZE */
p {
	font-size: 0.7em;
	line-height: 1.5em;
	padding: 10px;
}
#footer {
width: 850px;
margin: 0 auto;
border-top: 1px dotted #ff3300;
}
#footer p {
color: #ff3300;
font-size: 0.6em;
}
.orange {color:#ff3300;}
/* IMAGES */
.bild_rechts {
	float: right;
	margin-left: 20px;
	margin-top: -50px;
	margin-right: 0px
}
a img {
border: none;
}

/*
	SLIDER
*/
#refthumbs {
float: right;
margin-left: -10px;
height: 300px;
width: 220px;
border-left: 1px dotted #ff3300;
}
.slider-wrap								{ width: 419px; position: absolute; top: 87px; left: 40px; }		
.panelContainer 	img { float: right; margin: 15px; }
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 580px; height: 350px; margin-top: 20px; margin-left: 5px;}
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 580px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{  width: 50px; height: 50px; border: 1px solid black; margin-right: 5px; }
#movers-row									{ margin: 20px 0 20px 25px; }
#movers-row div								{ width: 50px; float: left; margin: 5px; }
#movers-row div a.cross-link 				{ float: right; }
.wrapper h1 {
font-size: 1.0em;
color: #ff3300;
}
.wrapper h1 a {
text-decoration: none;
color: #ff3300;
}
.wrapper p {
text-align: justify;
}
.wrapper p strong {
color: #ff3300;
}
.wrapper p a {
color: #ff3300;
}
.cross-link	{ 
display: block; 
width: 50px;
height: 50px;	
position: relative;  
z-index: 9999; }
	
  /* Formatierungen des Albums */
  .picturelist{ /* Liste aller Vorschaubilder*/
  	margin-left: 0;
	padding-left: 0;
  }
  .thumb { /* Formatierung der Vorschaubilder */
  	float: left;
	line-height: normal;
	list-style-image: none;
	list-style-type: none;
	margin: 3px;
	padding: 0;
	text-align: center;
	width: 50px;
	height: 50px;
	
  }
  /* JQUERY LIGHTBOX */
	#gallery {
		padding: 10px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 2px solid #3e3e3e;
		margin-bottom: 5px;
	}
	#gallery ul a:hover img {
		border: 2px solid #ccc;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }  
	
/* Formatierung Formulare */
form#kontakt {
width: 550px;
color: #ff3300;
}

form#kontakt label {
float: left;
width: 250px;
font-size: 0.75em;
padding: 5px;
}

form#kontakt input, form#kontakt select, form#kontakt textarea {
border: 1px solid #ff3300;
padding: 2px;
margin: 5px;
color: #ff3300;
font-size: 0.75em;
}
.submit {
float: left;
border: 1px solid #ff3300;
width: 150px;
}
/* Listenkiste Impressum */
#listenkiste li {
float: left;
width: 180px;
height: 80px;
margin: 5px;
padding: 10px;
list-style: none;
}
