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


/*left menue reportagen*/

#search{
	background-color: #666666;
	margin-right: 0px;
	margin-top: 30px;
	cursor:pointer;
	width: 80px;
	color: #ffffff;
	line-height: 18px;
	height: 18px;
	border: 1px outset #666666;
}

/*Bildunterschrift*/


#featuretitle{
    
    margin-right:20px;
	margin-left:20px;
    width:160px;
    height:20px;
    margin-top:8px;
    text-align: right;
    
}


.einzug {
    margin-right:0px;}  

.feature_search li {
    line-height: 25px;
}

.feature_search li label {
    display: block;
    margin-top: 10px;
}

.feature_search select {
    background-color: #666666;
    width: 145px;
    color: #cccccc;
    cursor:pointer;
    font-size:100%;
    height: 20px;
    text-align: left;
    border: 1px inset #666666;
    
}


/*
 * ### image list ###
 */

#image-list {
	display: block;
	width: 600px;
	height: 425px;
	background-color:#252525;
	margin-right: 0px;
	margin-left: 75px;
	margin-top:50px;
}

#image-list li {
    display: block;
    float: left;
    width: 190px;
    height: 130px;
    margin: 0px 7px 7px 0px;
    text-align: center;
    }

#image-list div.image{
	width: 150px;
	height: 100px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: 12px;
	text-align: center;
	background-color:#252525;
	
}

.pagination-container {
margin-top:6px;
    height: 25px;
    float: left;
    width: 86px;
	
}

/*
 * ### feature-list ###
 */

#feature-list {
    /* height: 591px; */
	text-align:right;
	
}

/*
 * ### thumbs ###
 */


.thumb-list {
    display: block;
    width: 620px;
    margin: 10px 0px 0px 75px;
}

.thumb-list li {
	display: block;
	background-color: #252525;
	float: left;
	width: 195px;
	height: 195px;
	margin: 0px 7px 7px 0px;
	text-align: center;

}

.thumb-list div.image{
    width: 150px;
    height: 100px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.thumb-list div.title {
    margin: 15px 0px 0px 0px;
    font-size: 11px;
    color: #CCCCCC;
}

.thumb-list div.photographer {
    margin: 5px 0px 0px 0px;
    font-size: 10px;
    color: #CCCCCC;
}

#rep_controlls {
	width:160px;
	height:45px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	text-align:right;
	font-size:11px;
	color:#999999;
}


