@charset "utf-8";

BODY{
	font-family: Helvetica, Arial, sans-serif
}

IMG{
	border: none;
}

A:LINK{
	color: #696969;
	text-decoration: none;
}

A:ACTIVE{
	color: #696969;
	text-decoration: none;
	outline: none;
}

A:VISITED{
	color: #696969;
	text-decoration: none;
}

A:HOVER{
	color: #ff004a;
}

a:focus {
    outline: none;
}

#clickable_overlay:hover{
	cursor: pointer;
}

.current{
	border-bottom: 1px solid #ff004a;
}

.background{
	float: left;
	margin-top: 18px;
}

.background IMG{
	position: relative;
	right: 0px;
	z-index: -1;
}

.background_filler{
	width: 30%;
	position: absolute;
	top: 100px;
	left: 0px;
	z-index: -1;
	clear: left;
	background-color: white;
	visibility: hidden;
}

.container {
	margin: auto;
	width: 1024px;
	position: relative;
}

.container .center{
	margin: 0px 50px 0 50px;
	width: 924px;
	float: left;
}

.container .large_content{
	width: 1024px;
	float: left;
	
}

.container .large_content .row{
	width: 100%;
	float: left;
}

#search_results{
	font-size: 11px;
	margin-left: 50px;
	margin-top: 12px;
}

#page_numbers{
	font-size: 11px;
	margin-right: 43px;
	float: right;
	text-align: right;
}

.navigation{
	margin-top: 15px;
	width: 100%;
	height: 23px;
	float: left;
	color: #696969;
}

.navigation .navigation_item{
	float: left;
	font-weight: bold;
	font-size: 12px;
	margin-right: 44px;
}

.dropdown_menu{
	background-color: black;
	display: none;
	width: 200px;
}

.subnavigation{
	font-weight: bold;
	font-size: 11px;
	width: 100%;
	margin-top: 25px;
	height: 15px;
	float: left;
}

.subnavigation .breadcrumb{
	margin-right: 20px;
	float: left;
	text-transform:lowercase;
color: #696969;}

.subnavigation .right{
	float: right;
}

.subnavigation .right .right_item{
	margin-right: 5px;
	float: left;
	color: #696969;
	
}

.active{
	color: #696969;
}

.inactive{
	color: #bec0c2;
}

.selected{
	color: #231f20;
}

.navigation .search{
	float: right;
	font-size: 12px;
}

.navigation .search .button{
	background-repeat:no-repeat;
	display: inline;
}

.navigation .search .user_input{
	border: 1px solid #231f20;
	height: 20px;
	overflow: hidden;
	width: 150px;
}
	
.navigation .search .user_input INPUT{
	width: 130px;
	border: none;
}

.box{
	float: left;
	height: 135px;
	width: 225px;
	background-image: url(/img/thumb_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 6px;
	margin-right: 1px;
	padding-top: 12px;
	padding-left: 11px;
}
.box .titel{
	font-size: 17px;
	font-weight: bold;
}

.box .project_titel{
	font-size: 13px;
	font: Helvetica;
}

.box .subtitel{
	font-size: 13px;
	font:Helvetica;
	margin-top:2px;
	text-transform:uppercase;
}

.box IMG{
	position: relative;
	top: -125px;
	left: 0px;
	z-index: 1
}

.overlay{
	width: 210px; 
	height: 125px; 
	visibility: hidden; 
	position: relative; 
	top: 0px; 
	left: 0px; 
	z-index: 2;
	
}


.black{
	color: white;
	background-image: url(/img/box_transparent.png);
}

.white{
	color: black;
	background-image: url(/img/box_transparent_white.png);
}

.overlay .text{
	padding-top: 20px;
	padding-left: 20px;
}

.overlay .text .titel{
}

.overlay .text .subtitel{
}

.box_spacer{
	float: left;
	width: 100%;
	height: 28px;
}

.top_spacer {
	margin-top: 15%;
}

.left_column{
	font-size: 25px;
	float: left;
	width: 190px;
	margin-right: 25px;
	color: #696969;
}

.left_column .titel{
	font-weight: bold;
	font-size:20px;
}

.left_column .subtitel{
	font-size:18px;
}

.middle_column{
	float: left;
	width: 237px;
	margin-right: 10px;
	font-size: 11px;
	color: #696969;
	line-height: 140%;
}

.middle_column A:LINK{
	color: #ff004a;
	text-decoration: none;
}

.middle_column A:HOVER{
	color: #ff004a;
	text-decoration: none;
}

.middle_column .date{
	font-weight: bold;
}

.right_column{
	float: left;
	width: 462px;
}

.right_column .scroller{
	padding-right: 5px;
	margin-top: 5px;
	float: right;
}

.info_overlay{
	width: 495px;
	background-color: #FFF;
	overflow: hidden; 
	float: left;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}


.info_column{
	font-size: 11px;
	width: 230px;
	margin-right: 10px;
	color: #696969;
	line-height: 140%;
	float: left;
	padding-left:10px;
	padding-top: 12px;
	
}

.background .info_overlay .info_column P{
	margin: 0px;
}

	
.background .info_overlay .close{
	float: left;
	width: 10px;
	font-size: 14px;
}
