/* Main Menu CSS classes */
@import url("css/menu.css");
/* Page Style classes */
html 
{
	height:100%;
}
body  {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	background-color: #cbcce0; /*#e5e5f1;*/
	text-align: left;	
	font-size:11px;
	height:100%;
}
/* DNN Administration Panel */
.ControlPanel
{
	position:absolute;
	top:130px;
	right:00px;
	background-color:Red;
	z-index:100;
	width:600px;
	height:0px;
}
div
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    text-align: justify;
    margin:0px;
}
/* Header --> Meinl Bank Logo */
div#SkinHeader
{
	position:absolute;
	top:0px;
	z-index:3;
	width:100%;
}
#dnn_dnnLOGO_hypLogo
{
	display:block;
}
/* Main Menu */
div#MainMenu
{
	position:absolute;
	top:100px;
	margin:0px;
	padding:0px;
	height:25px;
	border-bottom:solid 2px White;
	z-index:3;
	width:100%;
	background-color:#353482;
}
/* Language Selector */
div#LanguageSelector
{
	height:25px;
	float:right;
	line-height:25px;
	padding-right:10px;
}

div#LanguageSelector .LanguageSelectorLink
{
	color:White;
	text-decoration:none;
	font-weight:bold;
}
/* Left Menu */
div#SubMenu
{
	/*position:relative; /* needed for footer positioning*/
	position:absolute;
	top:0px;
	left:0px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-color:#cbcce0;
	border-right:solid 1px white;
	width:180px;
	z-index:2;
	padding-left:5px;
}
div#SubMenuPlaceHolder
{
	height:130px;
}
/* Content */
div#ContentContainer
{
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	position:absolute;
	width:100%;
	left:0px;
	background-color:#e5e5f1;/*#cbcce0;*/
	z-index:1;
}
div#MainContent
{
	background-color:#e5e5f1;
	position:relative;
	top:127px;
	/*margin-left:186px;*/
	border-left:solid 186px #cbcce0;
	/*padding-left:186px;*/
	padding-top:0px;
	z-index:1;
}

#dnn_mbTabImage_iTabImage
{
	display:block;
}

/* default Styles for content */
.Normal, P
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    text-align: justify;
    margin:0px;
}
ul  {
	list-style : disc;
	text-align:left;
}
li  {
	text-align:left;
}
/* links */
a
{
	font-size:11px;
	text-decoration:underline;
}
a:link {
	color:#000066;
	font-size:11px;
	text-decoration:underline;
}
a:visited {
	color:#000066;
	font-weight:normal;
	text-decoration:underline;
}
a:hover  {
	color : #ffffff;
	font-weight:normal;	
	text-decoration:underline;	
}
a:active  {
	color : #000066;
	font-weight:normal;	
	text-decoration:underline;
}
a:focus  {
	color : #ffffff;
	font-weight:normal;	
	text-decoration:underline;			
}
.selected {
	color : #9998C2;		
}
.sub_selected {
	color : #ffffff;		
}
/*
.blue_bottom_border{
	border-bottom-width:1px; 
	border-bottom-color:#000066; 
	border-bottom-style:solid;
	text-decoration:none;
}*/

/* Headline Style */
H1, .headline{
	font-size:18px;
	font-weight: normal;
	color:#000066;
}
H2, .sub_head{
	font-size:14px;
	font-weight: normal;
	color:#000066;
}
H3
{
	font-size:11px;
	color:Black;
	font-weight:bold;
}
HR
{
	color:#000066;
}



