@import url(content.css);
@import url(../../shop/_css/styles.css);
@import url(../../shop/_css/bestellung.css);
@import url(lightbox.css);

label{
float:left;
width:120px;
}

#flickr ul,
#gallery-container ul{
padding:0px;
}



#flickr ul li{
margin-right:32px;
margin-bottom:32px;
}

#gallery-container ul li {
padding-right:8px;
padding-bottom:8px;
}


	#flickr-comtainer{
		min-height:400px;
		text-align:left;
	
	
	}
	
	#flickr-set li{
		list-style:none;
	}

	.gallery{
		list-style:none;
		display:inline-block;
		padding: 2px;
		margin: 0px;
	}	

	.gallery img{
		padding: 0px;
		border:0px #666 solid;
	}
	
	.gallery a {
		padding: 2px;
		padding-bottom: 0px;
		margin: 0px;
		border: 0px;
	}
		
	#gallery-container{
		width:100%;	
	}
		
	.flickr-set-item{
		list-style:none;
		display:inline-block;
	}

	.flickr-set-item h2{
		font-size: 0.9em;
		text-align:center;
		margin:0px;
		padding:0px;
	}
	
	.flickr-set-item img {
		margin:0.5em;
		cursor:pointer;
		border:1px #666 solid;
	}

	.flickr-set-item {
		border:1px #666 solid;
		margin:5px;
		 padding:2px; 
		-moz-border-radius:5px; 
		-webkit-border-radius:5px; 
		 border-radius:5px;
			  
		-moz-box-shadow: 5px 5px 5px #888; 
		-ms-box-shadow: 5px 5px 5px #888; 
		-webkit-box-shadow: 5px 5px 5px #888; 
		 box-shadow: 5px 5px 5px #888;
	}



// navigation // 


#nav_main {
  white-space: nowrap;
  line-height: 2em;
  margin:0;
  padding:0 0 0 0px;
  list-style:none;
  width: 430px;
  height:2.1em;
  float:left;

  background-repeat:repeat-x;
  background-position:right bottom;
  color: #000;
  border: 1px solid #EF2C2C;
}


#drop_down, #drop_down ul {
  white-space: nowrap;
	float: left;
	width: 430px;
	list-style: none;
	line-height: 1.4em;
	  font-size:16px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 3px;
    background: #000;
    height:1.4em;
    z-index:2;
}

#drop_down a {
	display: block;
    color:#fff;
	text-decoration: none;
	text-align:left;
	padding: 0px 1em;
}

#drop_down li li a {
        color:#000;
}

#drop_down a.daddy {
	background: url(../../img/template/ptpvs/rightarrow2.gif) center right no-repeat;
}


#drop_down li {
	float: left;
	display: inline;
	padding: 0;
    border: 0px solid #dfdfdf;
}

#drop_down li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 15.8em;
	w\idth: 15.00em;
	font-weight: normal;
    color: #000;
    background: #dfdfdf url("../../img/template/ptpvs/drop_down2.jpg") repeat-y left top;
	margin-left: 10px;
}

#drop_down li li {
	padding-right: 1em;
	width: 14em
}

#drop_down li ul a {
	width: 14em;
	w\idth: 8em;
	text-align:left;
}

#drop_down li ul ul {
	margin: -1.75em 0 0 13em;
}

#drop_down li:hover ul ul, #drop_down li:hover ul ul ul, #drop_down li.sfhover ul ul, #drop_down li.sfhover ul ul ul {

	left: -999em;
	
}

#drop_down li:hover ul, #drop_down li li:hover ul, #drop_down li li li:hover ul, #drop_down li.sfhover ul, #drop_down li li.sfhover ul, #drop_down li li li.sfhover ul {
	left: auto;
	font-size:10px;
	color: #000;
	

	
}

#drop_down li:hover, #drop_down li:hover a , #drop_down li.sfhover {
    text-decoration: none;
    
}


#drop_down li li:hover
{
	background-color: #808080;
	border-bottom: 1px solid #000;
			

}


