/*
* EXPONORM
* popup.css
* 
* Author: Holger M. Stangl
* Company: Lime Flavour, http://www.limeflavour.com
* Date: April 2008
* 
*/



/*
* STRUCTURE
*
*/
body {
	text-align: left;
	background-image: none;
	background-color: #fff;
}

#container {
	width: 771px;
	text-align: left;
	background-image: none;
	margin: 0 auto;
	padding: 0 0 60px 0;
}

#containerHeader {
	background-image: none;
	height: 55px;
	padding: 70px 50px 0 0;
	position: relative;
}

h1 {
	padding: 27px 0 0 50px;
	margin: 0;
	color: #353535;
}

#logoBox {
	border: 0;
	height:auto;
	position: absolute;
	top: 40px;
	right: 50px;
	width:auto;
}

#logoBox img {
	top:0;
	position:relative;
	right:0;
}

#containerCenter {
	float: none;
	width: auto;
	padding: 0 50px;
}

.containerDetail {
	float: none;
	padding: 0 0 10px 0;
	width: auto;
	border-bottom: 1px solid #e1e1e1;
}

.containerDetail .containerText {
	float: none;
	padding:0 20px 0 0;
	width:415px;
}


.containerList {
	min-height: 100px;
	}

.containerList .teaserBox {
	border-bottom: 1px solid #e1e1e1;
	padding: 20px 0 20px 0;
	}
	
.containerList .teaserBoxFirst {
	border-top: 1px solid #e1e1e1;
	}
	
.containerList .teaserBox .imageBox {
	float:left;
	padding:0;
	width: 204px;
	}

.containerList .teaserBox .imageBox img {
	border: 0;
	}

.containerList .teaserBox .textBox {
	float: right;
	padding: 0 20px 20px 0;
	width: 447px;
	}

.containerList .teaserBox .actionBox {
	float: right;
	}

.containerList .teaserBox .actionBox a {
	padding: 5px 15px;
	margin-left: 1px;
	font-size: 11px;
	background-color: #e1e1e1;
}

.containerFunctions {
	padding: 20px 0;
}

.containerFunctionsTop {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 20px;
}

.containerFunctions a {
	background-color:#333333;
	background-image:url(../../files/static/images/gif/htg_form_submit.gif);
	background-position:right top;
	background-repeat:repeat-x;
	border:0 none;
	color:#FFFFFF;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-right:20px;
	padding:4px 20px;
	width:auto;
}

.containerFunctions .funcClose a {
	float:right;
	margin: 0;
}
