/**
 * Portal CSS 
 */
#container {
	background:none;
}
#container .container {
	height: 530px;
	width: 801px;
	background: #c50a1d url(/static/img/layout/flame.jpg) no-repeat right top;
	padding: 50px 50px 70px 150px;
}
h1 {
	margin-top:52px;
	width:255px;
	height:55px;
}
h1 a {
	display:block;
	font-size:1px;
	height:55px;
	left:0px;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	top:0px;
	width:255px;
}
h1 a span {
	background-image:url(/static/img/layout/logo_portal.jpg);
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}
#portalmenu {
	padding:85px 0px 0px 0px;	
	width:255px;
	height: 260px;
}
#portalmenu li {
	list-style:none;
	padding: 7px 0 0;
	
	height: 32px;
	overflow:hidden;	
}
#portalmenu li h2 {
	background: #C50A1D url(../img/layout/bg_portalmenu.png) no-repeat center bottom;
	height: 25px;
	padding-bottom:7px;
}
#portalmenu li h2 a span{
	font-family:"TheSans B7 Bold", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#7a0000;
	font-size: 22px;
	text-transform:uppercase;
	cursor:pointer;
}
#portalmenu li p {
	background: #C50A1D url(../img/layout/bg_portalmenu.png) no-repeat center bottom;
	color:#FFFFFF;
	margin: 0px 0 8px 0;
	padding: 8px 0 8px 0;
	height: 90px;
	overflow:hidden;
}

/**  Variante 2 */

#portal {
	padding:85px 0px 0px 0px;	
	width:255px;
	height: 260px;
	position:relative;
}
#portal li {
	list-style:none;
	padding: 7px 0 0;
	
	height: 32px;
	overflow:hidden;	
}
#portal li h2 {
	background: #C50A1D url(../img/layout/bg_portalmenu.png) no-repeat center bottom;
	height: 25px;
	padding-bottom:7px;
}
#portal li h2 a span{
	font-family:"TheSans B7 Bold", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#7a0000;
	font-size: 22px;
	text-transform:uppercase;
	cursor:pointer;
}
#portal li p {
	background: #C50A1D;
	/*background: #C50A1D url(../img/layout/bg_portalmenu.png) no-repeat center bottom;*/
	color:#FFFFFF;
	margin: 0px 0 0px 0;
	padding: 0px 0 0px 0;
	height: 0px;
	overflow:hidden;
	position:absolute;
	width:255px;
	top: 200px;
}

#container .container .flashcontainer  {
	float:right;
	right:0px;
	position:absolute;
	top:-35px;
	width:477px;
	height:536px;
	z-index:70;
}

#footer {
	float: left;
	width: 800px;
	position:absolute;
	top: 500px;
	left: 150px;
}
#footer address {
	float:left;
	width: 100%;
	color: #ffffff;
	line-height:16px;
	font-style:normal;
	font-size:12px;
}
#footer ul {
	width: 100%;
	padding: 0px;
	margin: 0px;
	float:left;
	padding-top:20px;
}
#footer ul li {
	list-style:none;
	float:left;
	padding-right: 55px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	color: #611214;
}