	body
	{
		margin: 0;
		padding: 0;
		font: 12px arial, helvetica, sans-serif;
		color:#616a79;
	}
	
/* SLIDER */
.slider-wrap								{ width: 525px; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 525px; height: 330px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 525px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 5px; }
#movers-row									{ margin: -43px 0 0 62px; }
#movers-row div								{ width: 20%; float: left; }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{ background: url(images/transpBlack.png); padding: 10px; height: 30px; 
											  margin-top: -50px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{ display: block; width: 62px; margin-top: -14px; 
											  position: relative; padding-top: 15px; z-index: 9999; }
.active-thumb 								{ background: transparent url(images/icon-uparrowsmallwhite.png) top center no-repeat; }

/* Links */
	a { text-decoration: none; }
	a:link, visited { color:#828da2 }
	a:hover { color: #FFFFFF; }
	
	img a { border:none }

 /* Navigation oben */
	.nav_content li a { font: 10pt arial, "helvetica", sans-serif; text-decoration: none; }
	.nav_content li a:link, visited { color:#828da2 }
	.nav_content li a:visited { color:#828da2 }
	.nav_content li a:hover { color: #FF0066; }

 /* Überschriften */
	h1
	{
		color: #FFFFFF;
		font: 14pt arial, "helvetica", sans-serif;
		font-weight: bold;
	}
	
	h2
	{
		color: #000000;
		font: 16pt arial, "helvetica", sans-serif;
		font-weight: bold;
		margin-top:0px;
	}
		
	h3
	{
		color: #000000;
		font: 12pt arial, "helvetica", sans-serif;
		font-weight: bold;
	}

 /* Inhalte */
	p
	{
		font: 11px arial, helvetica, sans-serif;
	}
	
	li
	{
		font: 11px arial, helvetica, sans-serif;
		margin:0px 0px 0px 0px;
	}
	
	ul
	{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	
/* Verschiedene Container */

	#container /* weißer Seitenhintergrund */
	{
		margin-top: 0px;
		width: auto;
		height: auto;
		text-align: left;
		background-color: white;
	}

	#main /* Hintergrund Fläche */
	{ 	
		height: 445px;
		background-image:url(../img/bckgrnd_main.jpg);
		background-repeat:repeat-x;

	}
	
	#main_bg /* Hintergrund Glows */
	{ 	
		height: 445px;
		background-image:url(../img/bckgrnd_main_bg.png);
		background-position:center top;

	}
	
	#main p
	{
		color:#828da2;
	}
	
	#header
	{ 	
		width: 950px;
		height:85px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#logo
	{
		float:left;
		height:85px;
	}
	
	#nav
	{
		float:right;
		width:545px;
		height:85px;
	}
	
	.nav_content
	{
		margin: 0px;
		padding: 35px 0px 2px 0px;

	}
	
	.nav_content li
	{
		display:inline;
		margin: 0px;
		padding: 0px;
		padding-right:20px;

	}
	
	#main_content
	{ 
		margin-left: auto;
		margin-right: auto;
		width: 950px;
		height: 345px;
	}
	
	#main_links
	{ 
		float: left;
		width: 385px;
		height: 330px;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	
	#main_rechts
	{
		float: right;
		width: 565px;
		height: 330px;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	
	#gallery
	{
		height: 70px;
		background-color: black;
	}
	
	#gallery_content
	{
		margin-left: auto;
		margin-right: auto;
		width: 950px;
		height: 70px;
	}
	
	#gallery_images
	{
		float: right;
		width: 565px;
		height: 70px;
	}
	
	#content 
	{ 	
		margin-left: auto;
		margin-right: auto;
		width: 950px;
		height:220px;
	}

	#content_links
	{ 
		float: left;
		width: 565px;
		padding-bottom: 15px;
		margin-top: 30px;
		margin-bottom:15px;
	}
	
	#content_links a { color:#828da2; }
	#content_links a:link { color:#828da2 }
	#content_links a:visited { color:#828da2 }
	#content_links a:hover { color: #000000; }
	
	#content_rechts
	{
		float: right;
		width: 385px;
		padding-bottom: 15px;
		margin-top: 30px;
	}
	
	#footer
	{
		border-top:1px solid;
		border-top-color:#CCCCCC;
	}
	
	#footer_content
	{
		margin-left: auto;
		margin-right: auto;
		width: 950px;
		font-size:10px;
	}

