/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	S2 intermedia / Intranet / Popup CSS
	September 2007 / Alexander Buch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body, html{
	margin: auto;
	height: 100%;
	min-height: 100%;
	text-align: left;
	background-color: #F1F1F1;
	background-image: url(../gfx/bg_popup.gif)!important;
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 13px;
}

div#mainwrapper {
	float:	left;
	width:	500px;
}

div#content{
	background-image: url(../gfx/main_popup.gif)!important;
	background-repeat: repeat-y;
	background-position: left;
	lear: both;
	padding-left: 20px;
	padding-right: 20px;
	width: 460px!important;
	float: left;
	margin-top: 80px;
}

div#maincontent{
	background-color: White;
	width: 441px;
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 10px;
}

div#footer{
	height: 45px;
	width: 460px!important;
	background-image: url(../gfx/footer_popup.gif)!important;
	background-repeat: no-repeat;
	padding-left: 20px!important;
	padding-right: 20px!important;
	float: left;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
}

div#close-popup{
	position: absolute;
	top: 30px;
	left: 400px;
	font-size: 11px;
}

div#close-popup a{
	color: #E5142D;
	background-image: url(../gfx/red-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 12px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Extension:	tx_bzdstaffdirectory
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.tx_bzdstaffdirectory_detail_foto{
	float: left;
	margin-right: 5px;
}

div.tx_bzdstaffdirectory_detail_wrapper{
	padding-left: 185px;
}

div.tx_bzdstaffdirectory_detail_name{
	font-weight: bold;
	padding-bottom: 0px;
	/*text-align: center;*/
}

div.tx_bzdstaffdirectory_detail_tasks{

}

div.tx_bzdstaffdirectory_detail_function{
	padding-bottom: 10px!important;
	/*text-align: center;*/
}

div.tx_bzdstaffdirectory_detail_item p{
	width: 125px;
	/*margin-left: 15px;*/
	float: left;
}

div.tx_bzdstaffdirectory_detail_email{
	margin-top: 5px;
	clear: both;
}

div.tx_bzdstaffdirectory_detail_email a{
	background-image: url(../gfx/red-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
	font-weight: bold;
	color:	#E5142D;
}

p.tx_bzdstaffdirectory_detail_backlink{
	display: none;
}

div.tx_bzdstaffdirectory_detail_files{
	padding-top: 15px;
	font-weight: bold;
}

div.tx_bzdstaffdirectory_detail_files span.label{
	text-align: left!important;
}

div.tx_bzdstaffdirectory_detail_files ul{
	padding-top: 5px;
	margin-left: 5px;
	border-left: 1px dotted black;
	font-weight: normal;
}

div.tx_bzdstaffdirectory_detail_files ul li{
	ist-style: inside square;
	list-style: none;
	margin-left: 5px;
	margin-bottom: 3px;
}

div.tx_bzdstaffdirectory_detail_files ul li a{
		color:	#E5142D;
}

span.label{
	font-weight: bold;
	width: 80px!important;
	float: left;
	text-align: right;
}
