/* ----------------------------------------------------------------
	www.dve.ch Standard CSS
	Autor: RSO
	Version: 29.09.2008
---------------------------------------------------------------- */
body {
	background: #000;
	color: #FFF;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

div, h2, h3, h4, h5, h6, p, table, ul, ol, img {
	font-size: 11px;
	line-height: 13px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Helvetica, sans-serif;
	
}

a, a:link, a:visited, a:active, a:hover{
	color: #FFF;	
	text-decoration: underline;
}


p,td {
	font-weight: normal; 
	margin: 10px 15px 0 15px;
}

img {
	border: 0;
	display: block;
}

/* Content-Table
------------------------------------------------- */
#cont-table{
	height: 100%;
	width: 100%;
}

#cont-table .centerTd{
	height: 100%;
	padding-right:23px;
	vertical-align: top;
	width: 840px;
}

#cont-table .leftTd{
	background: url(../images/bg.jpg) repeat-y;
	height: 100%;
	vertical-align: top;
	width: 49%;
}

#cont-table .rightTd{
	background: url(../images/bg.jpg) repeat-y;
	height: 100%;
	vertical-align: top;
	width: 49%;
}

/* Main-Container
------------------------------------------------- */
#main-c {
	position: relative;
	width: 840px;
	margin: 0 auto;
}

/* Top-Container
------------------------------------------------- */
#main-c #top-c {
	/*background: url(../images/logo.jpg) no-repeat left bottom;*/
	padding-bottom: 4px;
	position: relative;
	height: 130px;
}

/* Nav-Container
------------------------------------------------- */
#main-c #nav-c {
	position: relative;
	float: left;
	width: 270px;
}

#main-c #nav-c .navItem {
	cursor: pointer;
	margin-bottom: 8px;
	
}

/* Content-Container
------------------------------------------------- */
#main-c #content-c {
	position: relative;
	float: left;
	margin-top:3px;
	width: 570px;
}

#main-c #content-c #banner-c {
	position: relative;
	float: left;
	vertical-align: top;
	width: 570px;
}

#main-c #content-c #banner-c .content{
	position: relative;
	border-top: 1px solid #FFF;
	cursor: pointer;
	float: left;
	padding: 2px 0px 15px 0px;
	vertical-align: top;
	width: 570px;
}

#main-c #content-c #banner-c .headerAM {
	border-top: 1px solid #CCC;	
	float: left;
	height: 15px;
	*height: 16px;
	padding-top: 3px;
	*padding-top: 1px;
	position: relative;
}

#main-c #content-c #banner-c .headerEC {
	border-top: 1px solid #fff200;	
	float: left;
	height: 15px;
	*height: 16px;
	padding-top: 3px;
	*padding-top: 1px;
	position: relative;
}

#main-c #content-c #banner-c .headerMG {
	border-top: 1px solid #00aeef;	
	float: left;
	height: 15px;
	*height: 16px;
	padding-top: 3px;
	*padding-top: 1px;
	position: relative;
}

#main-c #content-c #banner-c .headerSD {
	border-top: 1px solid #ec008c;	
	float: left;
	height: 15px;
	*height: 16px;
	padding-top: 3px;
	*padding-top: 1px;
	position: relative;
}

/* Footer-Container
------------------------------------------------- */
#main-c #content-c #footer-c {
	border-bottom: 1px solid #FFF;	
	float: left;
	margin-bottom: 20px;
	margin-top: 15px;
	padding-bottom: 2px;
	position: relative;
	text-shadow: 0 0 0 #FFF;
	width: 570px;
}

.footerheader {
	background: url(../images/footerBg.jpg) repeat-x;
	height: 8px;
	font-size: 1px;
}

/* popup-Container
------------------------------------------------- */
#popup-c {
	position: relative;
	margin: 20px;
}
#popup-c .media {
	margin-bottom:20px;
	position: relative;
	vertical-align: top;
}
#popup-c .description {
	border-bottom: 1px solid #FFF;
	padding-bottom:2px;
	position: relative;
	vertical-align: top;
}
#popup-c .textEC {
	color: #fff200;
	padding-right:4px;
	vertical-align: top;
}
#popup-c .titleEC {
	border-top: 1px solid #fff200;
	color: #fff200;
	padding-top: 2px;
	white-space: nowrap;
	vertical-align: top;
}
#popup-c .textMG {
	color: #00aeef;
	padding-right:4px;
	vertical-align: top;
}
#popup-c .titleMG {
	border-top: 1px solid #00aeef;
	color: #00aeef;
	padding-top: 2px;
	white-space: nowrap;
	vertical-align: top;
}
#popup-c .textSD {
	color: #ec008c;
	padding-right:4px;
	vertical-align: top;
}
#popup-c .titleSD {
	border-top: 1px solid #ec008c;
	color: #ec008c;
	padding-top: 2px;
	white-space: nowrap;
	vertical-align: top;
}

h1 {
	font-size: 0.74em;
	font-weight: bold;
	color: #FFF;
	height: 19px;
	padding: 5px 0 0 7px;
	background: #FE000C;
	margin: 0;
	cursor: pointer;
}

h2 {
	font-size: 1.14em; 
	font-weight: bolder; 
	color: #FFF; 
	padding: 0 0 2px 0; 
	margin: 10px 15px 0 15px; 
	border-bottom: 1px solid #C8C8C8;
}

h3 {
	font-size: 0.74em; 
	font-weight: bolder; 
	color: #FFF; 
	padding: 0 0 2px 0; 
	margin: 10px 15px 0 15px; 
}

h4 {display: none;}



