/*--- Andreas Jung ---*/

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

a:visited
{
	color: #666666;
	text-decoration: none;
}

a:hover
{
	color: blue;
	text-decoration: underline;
}

a:active
{
	color: blue;
	text-decoration: underline;
}

body {
	margin-top:60px;
	margin-left:20px;
	font: normal 12px Helvetica,Verdana,Arial;
	line-height: 16px;
	color: #666666;
}
	
h2,h3,h4,h5,h6,div,p,body,html,input,button
{
	font: normal 12px Helvetica,Verdana,Arial;
	line-height: 16px;
}


h1
{
	font: normal 13px Helvetica,Verdana,Arial;
	font-weight: bold;
	color: gray;
}

table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	line-height: 14px;
}
#container
{	
	margin-left:30px;
	min-width:1200px;
	overflow:visible;
	
}

#top 
{
	height: 95px;
	overflow:visible;
	z-index:2;
	}
#logo 
{
	float:left;
	height: 95px;
	width:200px;
	overflow:visible;
	}
#left1
{
	float:left;
	width:190px;
	}
#left
{
	float:left;
	width:190px;
	padding-top:385px;
	
	}
#browse
{
	float:left;
	width:70px;
	text-align:right;	
	}
.browselink
{
	width:25px;
}
#browse_back
{
	float:left;
	width:30px;
	}
#main
{
	float:left;
	top: 60px;
}
#main_index
{
	float:left;
	top: 10px;
}
#right
{ 
	float:left;
	top:60px;
	margin-left: 8px;
	clear:both;
	}
	
/* #####gallery####*/


#.tx-rgsmoothgallery-pi1 {
  float:left;
}

#externalthumbs {
  float:left;
}
 
#externalthumbs .label {
  color:#000;
  height:10px;
}
.carouselWrapper {
	padding:0;
	margin:0;
	}
	
.carouselInner {
  width:900px;
  height:auto;
  overflow:hidden;
  padding:0;
  margin:0 0 0 -15px;
}
 
.carouselInner .thumbnail {
  padding:10px 10px 10px 0;
  width:800px;
  float:left;
}	
	
