@charset "UTF-8";
/* CSS Document */

/******************************************************************/
/* Änderungen */
/******************************************************************/


/***********  Search Box ************/

#search-box-right {
	width: 238px;
	right: 16px;
	top: 152px;
}
#search-box-left {
	width: 483px;
	left: 16px;
	top: 152px;
}

* html #search-box-left {
	width: 453px;
}

#search-box-middle {
	width: 238px;
	right: 262px;
	top: 152px;
}

* html #search-box-middle {
	/*width: 206px;
	width: 176px;*/      
}

.search-box-body {
	min-height: 86px;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	background-color: #f4f4f4;
	color: #666;
	font-size: 11px;
}
/* SAFARI HACK */
/*.search-box-subbody {
	width:302px;
	z-index:9999	!important;
	padding: 11px 7px;
	border-bottom: 1px solid #d9d9d9;
}*/
#search-box-tabs li {
	float: left;
	display: inline;
	height: 24px;
}
#search-box-tabs li a {
	height: 24px;
	display:  block;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#search-box-tabs li a:focus,
#search-box-tabs li a:hover,
#search-box-tabs li a:active {
	background-position: 0 -40px;
}

#search-box-tabs li a.selected {
	background-position: 0 -80px;
}


#search-box-tab-news a {
	width: 76px;
	background-image: url(img/searchbox-tab-news.gif);
}
#search-box-tab-images a {
	width: 90px;
	background-image: url(img/searchbox-tab-images.gif);
}
#search-box-tab-members a {
	width: 108px;
	background-image: url(img/searchbox-tab-members.gif);
}

.search-box-head {
	height: 24px;
	border-left: none;
	border-right: none;
	background: url(img/tabbar-bg.gif) repeat-x;
	color: #fff;
	font-size: 12px;
}

/***********  News Box ************/

#news-category-list {
	width:460px;
	padding-left:10px;
	padding-top:8px;
}

* html #news-category-list {
	width:450px;
	padding-left:10px;
	padding-top:8px;
}

#news-category-list li {
	float:  left;
	display: block;
	width:140px;
	text-transform: uppercase;
	padding: 0px;
	vertical-align: top;
	border-left:  0 none;
	border-right:  0 none;
}

* html #news-category-list li {
	width: 136px;	
}

#newsletter-box {
	padding: 12px 16px 0px 16px;
}

* html #newsletter-box {
	
}

/* 	ACHTUNG:	ENDE	*/

#news-category-list li.first {
	border-left:  0 none;
	padding-left: 0;
}
#news-category-list li.last {
	border-right:  0 none;
	padding-right: 0;
}
/* ACHTUNG	NEU	FILM */
#news-category-list a {
	padding: 2px 4px;
	color: #666;
	float:  left;
	display: block;
}
/* 	ACHTUNG:	ENDE	*/
#news-category-list a:focus,
#news-category-list a:hover,
#news-category-list a:active {
	color: #fff;
	background-color: #00dee5;
}


#news-category-list .act a {
	color: #fff;
	background-color: #000;
}

/* ACHTUNG	NEU	FILM */
#news-category-list  a.newsCategoryListFilm {
	color: #333333;
	background-color: #b3b3b3;
}

#news-category-list .act a.newsCategoryListFilm{
	color: #fff					!important;
	background-color: #000		!important;
}

/* 	ACHTUNG:	ENDE	*/

/******* Metanavigation ********/

#nav-meta li {
	float:  left;
	display: inline;
	text-transform: uppercase;
	padding: 0px 0px 0px 10px;
	border:none;
}
#select-language {
	top: 36px;
	right: 8px;
	
}
#nav-meta li.newsletter {
	padding-left: 20px;
	background:url(img/zeitung.gif) no-repeat left center;
}
#nav-meta li.login {
	padding-left: 15px;
	background:url(img/schloss.gif) no-repeat left center;
}
#nav-meta li.lang {
	
	/*padding-right:20px;
	padding-left:3px;*/
}
#nav-meta li.lang a,
#nav-meta li.lang a:focus,
#nav-meta li.lang a:visited {
	padding:2px 25px 2px 10px;
	background: url(img/language_bg.gif) no-repeat right 0px;
}
#nav-meta li.lang a:hover,
#nav-meta li.lang a:active {
	background-position: right -16px;
}

/* Country Navigation */

#nav-country {
	display: block;
	width:  137px;
	height: 40px;
	position: absolute;
	top: 0px;
	right: 0;
}

/******* Metasuche ********/

#metasearch {
	position:absolute;
	width:336px;
	height:30px;
	left:16px;
	top:114px;
	background: url(img/tabbar-bg.gif) repeat-x;
	padding: 0px;
	
}

#metasearch .keyword-checkbox {
    margin: 5px 0 0 6px;
    color: #aaa;
    font-size: 11px;
}
/*#metasearch input.suchfeld {
	width:258px;
	height:20px;
	margin: 7px 0px 0px 10px;
	border:1px solid #929292;
	float:left;
	
}
*/
html #metasearch input.suchfeld {
	/*margin: 7px 0px 0px 10px;*/
	margin: 3px 0 0 3px;	
   float: left;
   width: 260px;
   height: 20px;
   font-size: 12px;
   border:1px solid #929292;
   padding:2px 5px 0px 5px;        
}

* html #metasearch input.suchfeld {
	margin: 3px 0px 0px 3px;
   float: left;
   width: 274px;
   height: 24px;
   font-size: 14px;
   border:1px solid #929292;
   padding:2px 5px 0px 5px;
}
  
#metasearch input.find {
	/*margin: 7px 10px 0px 0px;*/
	margin: 3px 3px 0 0;
	border:1px solid #929292;
	vertical-align: top;
	float:right;
	
}
#search-box-body-images,
#search-box-body-members {
	padding: 0px;
	min-height: 86px;	
}

* html #search-box-body-images,
* html #search-box-body-members {
	height: 86px;
}


.btn-image_02{
position:absolute;
bottom:-15px;
left:-70px;
}
.btn-image_03{
position:absolute;
top:24px;
right:4px;
}

#search-box-body-images .input-text,
#search-box-body-members .input-text,
#search-box-body-news-2 .input-text {
	width: 281px;
	font-size: 11px;
	border:1px solid #d9d9d9;
	  height: 16px;
  margin-bottom: 2px;
  padding-left: 5px;
}
* html #search-box-body-images .input-text,
* html #search-box-body-members .input-text,
* html #search-box-body-news-2 .input-text {
	width: 291px;
	font-size: 11px;
	border:1px solid #d9d9d9;
	  height: 20px;
  margin-bottom: 0px;
  padding-left: 5px;
  padding-top:3px;
}
/***********  Login Box ************/

#search-box-right .search-box-title {
	width: 238px;
	background: url(img/catbox-membership.gif) no-repeat;
	height: 24px;
}

#loginform {
	margin:0px;
	padding:12px 16px 0px 16px;
}
/** html #loginform .form-row input.text {
	border:1px solid #d9d9d9;
	padding:3px 4px;
	height:18px;
	font-size:11px;
	width:160px;
	margin-bottom:1px;}
#loginform .form-row {
	height:22px;
		}
#loginform .form-row input.text {
	border:1px solid #d9d9d9;
	padding:1px 4px;
	height:14px;
	font-size:11px;
	width:152px;
	margin-bottom:2px;
}*/
#loginform input.text {
	border:1px solid #d9d9d9;
	  height: 15px;
      padding-bottom: 0;
  width: 160px;
  margin-bottom: 2px;
  padding-left: 5px;
  font-size: 11px;
  line-height: 13px;
}
* html  #loginform input.text {
	font-size: 11px;
	border:1px solid #d9d9d9;
	height: 18px;
  width: 160px;
  margin-bottom: 0px;
  padding-left: 5px;
  padding-top:3px;
}



#loginform a.sign-up,
#loginform a.sign-up:focus,
#loginform a.sign-up:visited,
#loginform a.sign-up:active {
	font-size:12px;
	color: #00dee5;
}
#loginform a.sign-up:hover {
	color: #fff;
	background-color: #00dee5;
	
}
	
/***********  Newsletter Box ************/

/*#search-box-middle .search-box-title {
	width: 225px;
	background: url(img/catbox-ordernewsletter.gif) no-repeat;
	height: 40px;
}
*/
#search-box-middle .search-box-title {
	width: 238px;
	background: url(img/catbox-ordernewsletter.gif) no-repeat;
	height: 24px;
}
#newsletter-list {
	padding:10px 16px 0px 16px;
	
}
#newsletter-list li{
	border-bottom:1px solid #d9d9d9;
	padding:3px 0px 3px 0px;
	font-size:12px;
	
}
#newsletter-list li a {
	color: #666;
	font-size:12px;
}

#newsletter-list li a:focus,
#newsletter-list li a:hover,
#newsletter-list li a:active {
	color: #fff;
	background-color: #00dee5;
}
#newsletter-list li.more {
	border-bottom:none;
	padding:3px 0px 3px 0px;
	
}
#newsletter-list strong {
	font-weight:bold;
	color: #b39500;
}
a.newsletter-link {
	color: #b39500;
}

a.newsletter-link:focus,
a.newsletter-link:hover,
a.newsletter-link:active {
	color: #fff;
	background-color: #b39500;
}
table#newsletter-search {}
table#newsletter-search td {
	height:21px;}
table#newsletter-search tr.divider {
/*	border-bottom: solid 1px #666;
*/	}	

#number {
	width:80px;
}
#year {
	width:70px;
}
#letter {
	width:170px;
}
/********** Suche Ausgabe *****************/


#news-result-items, #image-result-items, #member-result-items {
	margin-left:8px;
	width:640px;
}

*+html #creative-result-items { margin-left: 8px; } 

#news-result-box h1, #image-result-box h1, #member-result-box h1, #creative-result-box h1 {
	text-transform:uppercase;
	/*border-bottom:1px solid #333333;*/
    margin-left: 0;
    margin-bottom: 0;
}

#news-result-box .headerContainer, 
#image-result-box .headerContainer, 
#member-result-box .headerContainer, 
#creative-result-box .headerContainer
{
    margin-bottom: 10px;
    margin-left: 9px;
    border-bottom:1px solid #333333;
    padding: 0; 
    vertical-align: bottom;   
}

#news-result-box .headerContainer .small { margin-left: 5px; margin-top: 8px; }
#image-result-box .headerContainer .small { margin-left: 5px; margin-top: 8px; }
#member-result-box .headerContainer .small { margin-left: 5px; margin-top: 8px; }
#creative-result-box .headerContainer .small { margin-left: 5px; margin-top: 8px; }



#news-result-box h1 .small, #image-result-box h1 .small, #member-result-box h1 .small, #creative-result-box h1 .small {
	text-transform:none;
}

#news-result-items li {
	float:left;
	height:280px;
	width:183px;
	overflow:hidden;
	background:url(img/result_liststyle.gif) left top no-repeat;
	margin:0px;
	padding:0px 16px 0px 0px;
	padding-left:14px;
	
}

#news-result-items li p {
	padding:0px;
	margin:0px 0px 16px 0px;
}
#news-result-items li h4 {
	font-size:12px;
	font-weight:bold;
	padding:0px;
	margin:0px 0px 8px 0px;
	line-height:16px;
}

/** News Ergebnisse - Tabellen-Variante **/

table#news-result-items, table#member-result-items {
    margin-bottom: 20px;    
}

#news-result-items td {
    width: 183px; 
    margin: 0px;
    padding: 0 16px 20px 14px;
    vertical-align: top;
}

#news-result-items td p {
    padding:0px;
    margin:0px 0px 16px 0px;
}
#news-result-items td h4 {
    font-size:12px;
    font-weight:bold;
    padding:0px;
    margin:0px 0px 8px 0px;
    line-height:16px;
}

#news-result-items td h4 a,
#news-result-items td h4 a:focus,
#news-result-items td h4 a:visited,
#news-result-items td h4 a:active {
    color: #666;
    padding:1px;
}

#news-result-items td h4 a:hover {
    color: #fff;
    background-color: #333;
}



#news-result-items td p.cat-date {
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    color: #b3b3b3;
    text-transform:uppercase;
    padding:0px 0px 2px 0px;
    margin:0px;
}
#news-result-items td p.cat-date a:link,
#news-result-items td p.cat-date a:focus,
#news-result-items td p.cat-date a:active,
#news-result-items td p.cat-date a:visited {
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    color: #b3b3b3;
    text-transform:uppercase;
    padding:0px 0px 2px 0px;
    margin:0px;
}
#news-result-items td p.cat-date a:hover {
    color: #FFF;
    background-color:#333;
}
#news-result-items td.first-three {
    background:none;
    width:197px;
    padding-left:0px;
    margin-left:0px;
    height:420px;
    overflow:hidden;
}

/** Tabellen-Variante Ende **/


#news-result-items li h4 a,
#news-result-items li h4 a:focus,
#news-result-items li h4 a:visited,
#news-result-items li h4 a:active {
	color: #666;
	padding:1px;
}

#news-result-items li h4 a:hover {
	color: #fff;
	background-color: #333;
}



#news-result-items li p.cat-date {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #b3b3b3;
	text-transform:uppercase;
	padding:0px 0px 2px 0px;
	margin:0px;
}
#news-result-items li p.cat-date a:link,
#news-result-items li p.cat-date a:focus,
#news-result-items li p.cat-date a:active,
#news-result-items li p.cat-date a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #b3b3b3;
	text-transform:uppercase;
	padding:0px 0px 2px 0px;
	margin:0px;
}
#news-result-items li p.cat-date a:hover {
	color: #FFF;
	background-color:#333;
}
#news-result-items li.first-three {
	background:none;
	width:197px;
	padding-left:0px;
	margin-left:0px;
	height:420px;
	overflow:hidden;
}
/*#news-result-items li img {
	
}
#news-result-items .preview-img {
	border: 1px solid #d9d9d9;
	height:150px;
	width:150px;
	display: table-cell;
	vertical-align:middle;
}
*/


.result-show-all {
	clear:both;
	color: #333333;
	font: 22px Georgia, serif;
	background-image: url(img/show-all-arrow.gif);
	background-position: right 4px;
	background-repeat: no-repeat;
	padding:0;
	margin: 0px 0px 32px 8px;
	border-bottom:1px solid #333333;
}

.result-show-all span{
	float:right;
	/* width:15%; */
	font-size:11px;
	font-family:Arial;
	text-transform:none;
	padding-top:10px;
	padding-bottom:3px;
	padding-right:24px;
		text-transform:uppercase;
	background:transparent;
}

#content #news-result-items {
	margin-top: 8px;
}

#content #news-result-items .preview-img {
	margin: 0 0 8px 0px;
	width: 150px;
	height: 150px;
	border:  1px solid #d9d9d9;
	overflow:hidden;
	
}

#content #news-result-items .preview-img a {
	width: 150px;
	height: 150px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#content #news-result-items .preview-img a:focus,
#content #news-result-items .preview-img a:hover,
#content #news-result-items .preview-imgi a:active {
	background-color: transparent;
}
/*************** Images Results ****************/

#content #image-result-items {
	margin-top: 8px;
/*	display:inline;
*/}
#image-result-items li {
	float:left;
	height:230px;
	width:150px;
	overflow:hidden;
	margin:0px 8px 0px 0px;
	padding:0px 0px 20px 0px;
	padding-left:0px;
	
	
}
#image-result-items li p {
	padding:0px;
	margin:0px 0px 0px 0px;
}

#content #image-result-items .preview-img {
	margin: 0 0 8px 0px;
	width: 148px;
	height: 150px;
	border:  1px solid #d9d9d9;
	overflow:hidden;	
}

#content #image-result-items .preview-img a {
	width: 150px;
	height: 150px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#content #image-result-items .preview-img a:focus,
#content #image-result-items .preview-img a:hover,
#content #image-result-items .preview-imgi a:active {
	background-color: transparent;
}

/*************** Members Results ****************/


/** Tabellen-Variante **/

#member-result-items td {
    margin:0px;
    padding:0px 16px 30px 0px;
    vertical-align: top;
    
}
#member-result-items td p {
    padding:0px;
    margin:0px 0px 0px 0px;
}

#member-result-items td p.cat-date {
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    color: #838383;
    text-transform:uppercase;
    padding:0px 0px 2px 0px;
    margin:0px;
}

/** Tabellen-Variante Ende **/

#member-result-items li {
	float:left;
	height:140px;
	width:197px;
	overflow:hidden;
	margin:0px;
	padding:0px 16px 0px 0px;
	
	
}
#member-result-items li p {
	padding:0px;
	margin:0px 0px 0px 0px;
}

#member-result-items li p.cat-date {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #b3b3b3;
	text-transform:uppercase;
	padding:0px 0px 2px 0px;
	margin:0px;
}
#content #member-result-items .preview-img {
	margin: 0 0 8px 0px;
	width: 197px;
	height: 71px;
	border-top:  1px solid #d9d9d9;
	border-bottom:  1px solid #d9d9d9;
	overflow:hidden;
	
}

#content #member-result-items .preview-img a {
	width: 197px;
	height: 71px;
	text-align: center;
}
#content #member-result-items .preview-img a:focus,
#content #member-result-items .preview-img a:hover,
#content #member-result-items .preview-imgi a:active {
	background-color: transparent;
}

/****************************************/
/*************** Sidebar ****************/
/****************************************/

#sidebar .header-refine-search a,
#sidebar .header-refine-search a:focus {
	font-family: Georgia, serif;
	font-size:20px;
	font-weight:normal;
	color:#333;
	background: #e5e5e5 url(img/button-right-search.gif) no-repeat 8px 4px;
	padding: 2px 0px 4px 32px;
	margin:0px;
	display:block;
}

#sidebar .header-refine-search a:hover,
#sidebar .header-refine-search a:active {
	font-family: Georgia, serif;
	font-size:20px;
	font-weight:normal;
	color:#FFF;
	background: #333333 url(img/button-right-search.gif) no-repeat 8px 4px;
	padding: 2px 0px 4px 32px;
}
* html  #sidebar .header-refine-search a {
	width:100%;
}

#sidebar .header-refine-search .small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
/*	color:#333;
*/}
#sidebar h1 {
	text-transform:uppercase;
	border-bottom:1px solid #333333;
	color:#333;
	margin-left:0px;
}

#news-results,
#image-results,
#members-results,
#creative-results {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #b3b3b3;
	text-transform:uppercase;
	padding:0px;
	margin:8px 0px 0px 34px;
}
#news-results li, 
#image-results li,
#members-results li,
#creative-results li {
	padding:0px 0px 7px 0px;

}
#news-results li a:link,
#image-results li a:link,
#members-results li a:link,
#creative-results li a:link {
	color:#333;
}
#news-results li a:focus,
#news-results li a:hover,
#news-results li a:active,
#image-results li a:focus,
#image-results li a:hover,
#image-results li a:active,
#members-results li a:focus,
#members-results li a:hover,
#members-results li a:active,
#creative-results li a:focus,
#creative-results li a:hover,
#creative-results li a:active {
	color:#FFF;
}
#news-results li .count,
#image-results li .count,
#members-results li .count,
#creative-results li .count {
	color:#29DEE4;
}


/* Frank */

/* Suchtext Highlight */ 
.highlight {
    background-color: #ccc;
    font-weight: bold;
}

#members-results li select,
#creative-results li select {
    width: 270px;
}

#members-results li option,
#creative-results li option {
    color: #666;
    font-size: 11px;
}

#members-results li option.sub-option,
#creative-results li option.sub-option {
    /*margin-left: 10px;*/
}

#members-results li h4,
#creative-results li h4 {
    font-weight: bold;
    color: #666;
}

#members-results li span.strg-info,
#creative-results li span.strg-info,
#news-results li span.strg-info {
    text-transform: none;
    font-size: 9px;
    margin-top: 3px;
}

/* Creative List Results */

#content #creative-result-items .creative-list-address {
    width: 640px;
    margin: 10px 0 10px 8px;
    padding-top: 15px;      
}

#content #creative-result-items .creative-list-address li {
    margin-bottom: 5px;     
}

#content #creative-result-items li.item .creative-list-address {
    border-top: 1px solid #333;
}

#content #creative-result-items li.first .creative-list-address {
    border-top: none;
} 

#content #creative-result-items .creative-list-address span.creative-company {
    background-color: #e5e5e5;
    color: #000;
}

#creative-result-box .headerContainer a.join-now {
    margin-top: 8px;
    margin-left: 20px;
    font-size: 12px;    
}


#member-result-items a {
    color: #333;
}

#member-result-items a:hover {
    color: #aaa;
    background: none;
}

.show-all-bar {
    width: 640px;
    margin: 0 0 20px 8px;
    padding-bottom: 3px;
    font-family: Arial, sans;
    border-bottom: 1px solid #333333;
    text-align: right;
}

/* --- Pagination --- */

#pagination {
    padding: 4px;
    background-color: #e5e5e5;
}

#pagination li {
    float: left;
}

#pagination li.active a {
    font-weight: bold;
}

#pagination li a {
    float: left;
    padding: 0 3px;
    color: #333;
}