/****************************************************
	CSS Stylesheet f&#1100;r Richti Areal Website
****************************************************/

/****************************************************
	Resetz standard HTML elements to zero border
	zero padding and zero margin. Also prepare
	html and body tag.
****************************************************/

html{
	height:100%;
	margin:0px;
	border:0px;
	padding:0px;
}

body{
	background-color:#FFFFFF;  
	text-align:center; 
	height:100%;
	
	margin:0px;
	border:0px;
	padding:0px;
	
	font-family:Verdana, Arial, Sans-Serif;
	line-height:1.38em;
	font-size:13px;
}

h1, h2, p, li, ul, div, a{
	margin:0px;
	border:0px;
	padding:0px;
}

/****************************************************
	Set all links to 10px, bold per default.
	Other formats for links are specified later.
****************************************************/
div#MiddleContent a{
	font-weight:bold;
	font-size:10px;
}

/****************************************************
	Build up the basic page layout
****************************************************/

div#PageWrapper{
	width:970px;
	min-height:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-image:url('pagewrapper_background.png');
	background-repeat:repeat-y;
	text-align:left;
	padding-left:4px;
	padding-right:4px;	
}

div#MainNavigation{
	width:220px;
	height:auto;
	float:left;
	padding-top:22px;
	text-align:right;
	padding-bottom:180px;
	
	background-image:url('alln_logo.png');
	background-repeat:no-repeat;
	background-position:bottom left;
}

div#RightContent{
	position: relative;
	width:250px;
	height:auto;
	float: left;
}

div#RightContentFake{
	position: relative;
	width:250px;
	height:auto;
	float: right;
	left: 265px;
	top: -43px;
}

div#MiddleContent{
	width:440px;
	height:auto;
	float:left;
	padding-left:30px;
	padding-right:30px;
	padding-top:25px;
}

div#MiddleContentWide{
	width:660px;
	height:auto;
	float:left;
	padding-left:30px;
	padding-right:30px;
	padding-top:25px;
}


/****************************************************
	Format the main navigation (1st Level ) 
	of the page
****************************************************/
div#MainNavigation p.MainNavigationFirstLevelClosed{
	text-transform:uppercase;
 	font-weight:bold;
 	color:#656565;
 	font-size:14px;
 	font-family:Arial;
 	
 	padding-right:10px;
 	height:auto;
 	
  	background-image:url('mainnavigation_firstlevellink_closed.png');
  	background-repeat:repeat-x;
  	background-position:top left;
  	
  	margin-bottom:-3px;	
}

div#MainNavigation p.MainNavigationFirstLevelOpen{
	text-transform:uppercase;
 	font-weight:bold;
 	font-size:14px;
 	font-family:Arial;
 	
 	padding-right:10px;
 	height:auto;
 	
  	background-image:url('mainnavigation_firstlevellink_open.png');
  	background-repeat:repeat-x;
  	background-position:top left;
  	
  	margin-bottom:-3px;	
}



div#MainNavigation p.MainNavigationFirstLevelClosed a{
	text-decoration:none;
	line-height:28px;
  	color:#656565;
}

div#MainNavigation p.MainNavigationFirstLevelOpen a{
	text-decoration:none;
	line-height:28px;
  	color:#010101;
}

/****************************************************
	Format the main navigation (2nd Level ) 
	of the page
****************************************************/
div#MainNavigation p.MainNavigationSecondLevelClosed, div#MainNavigation p.MainNavigationSecondLevelOpen{
	margin-right:10px; 
}
div#MainNavigation p.MainNavigationSecondLevelClosed a{
	text-decoration:none;
	font-size:13px;
	font-weight:normal;
	text-transform:none;
	color:#010101;
	font-family:Verdana, Arial, Sans-serif;
	line-height:1.5em;
}

div#MainNavigation p.MainNavigationSecondLevelOpen a{
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	text-transform:none;
	color:#010101;
	font-family:Verdana, Arial, Sans-serif;
	line-height:1.4em;
	padding-right:18px;
	
	background-image:url('mainnavigation_secondlevel_arrow.png');
  	background-repeat:no-repeat;
  	background-position:center right;
}

/****************************************************
	Format the side navigation of the page
****************************************************/
div#RightContent ul{
	margin-bottom:37px;
	list-style:none;
}

div#RightContent ul li{
	display:inline;
	font-size:11px;
	color:#000000;
}

div#RightContent ul li.sideNavClosed a{
	text-decoration:none;
	color:#000000;
}

div#RightContent ul li.sideNavOpen a{
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}




div#RightContentFake ul{
	margin-bottom:37px;
	list-style:none;
	font-size:11px;
	font-family:Verdana, Arial, Sans-Serif;
	font-weight:normal;
}

div#RightContentFake ul li{
	display:inline;
	font-size:10px;
	color:#000000;
	font-size:11px;
	font-family:Verdana, Arial, Sans-Serif;
	font-weight:normal;
}

div#RightContentFake ul li.sideNavClosed a{
	text-decoration:none;
	color:#000000;
	font-size:11px;
	font-family:Verdana, Arial, Sans-Serif;
	font-weight:normal;
}

div#RightContentFake ul li.sideNavOpen a{
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:11px;
}


/****************************************************
	Format the content of the page
****************************************************/
h1.OrangeTitle{
	color:#000000;
	margin-bottom:12px;
	font-size:16px;
}

h2.ContentTitle{
	width:395px;
	height:38px;
	font-size:14px;
	text-transform:uppercase;
	font-family:Arial,Sans-Serif;
	font-weight:bold;
	background-image:url('content_h2_background.png');
  	background-repeat:no-repeat;
  	padding-top:9px;
  	padding-left:26px;
  	clear:both;
	
}

div#MiddleContent p{
	margin-bottom:20px;
}

div#MiddleContent ul{
	margin-top:18px;
	margin-bottom:10px;
	margin-left:15px;
}


div#MiddleContent p a:link{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	font-size:13px;
}

div#MiddleContent p a:hover{
	color:#F15403;
	text-decoration:underline;
	font-weight:bold;
	font-size:13px;
}

div#MiddleContent p a:visited{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	font-size:13px;
}

p.CopyrightFooter{
	clear:both;
	font-size:9px;
	margin-bottom:0px;
	margin-top:20px;
}

h2.SideBarTitle{
	text-transform:uppercase;
	font-size:15px;
	font-family:Arial;
	height:38px;
	background-image:url('rightcontent_h2_background.png');
	background-repeat:no-repeat;
	padding-left:26px;
	padding-top:9px;
}

p.NewsEntryDate{
	font-style:italic;
	font-size:10px;
	margin-bottom:-2px;
}

p.NewsEntryPreviewText{
	font-size:10px;
	padding-right:10px;
}

p.NewsEntryMoreLink{
	font-size:10px;
	height:25px;
	font-weight:bold;
	background-image:url('rightcontent_morelink_background.png');
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-bottom:5px;
	margin-bottom:5px;
	margin-top:-2px;
}

p.NewsEntryMoreLink a{
	text-decoration:underline;
	font-weight:bold;
	color:#000000;
}

table.SmallFontTable{
	font-size:10px;
	width:100%;
	margin-bottom:20px;
}

table.SmallFontTable td{
	font-size:10px;
}

table.ActualEvents{
	width:100%;
	height:auto;
	margin-top:10px;
	margin-bottom:10px;
}

td.ActualEventsSpacer{
	height:10px;	
}

td.ActualEventsDate{
	font-size:10px;
	font-style:italic;
}

td.ActualEventsTitle{
	font-size:12px;
	font-weight:bold;
}

table.ActualEvents a{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

table.FactsFigures{
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
	margin:0px;
	border:0px;
}

td.FactsFiguresLabel{
	width:150px;
	font-weight:regular;
}

tr.FactsFiguresFirstRaw{
	background-color:#E2E2E2;
	vertical-align: top;
}

tr.FactsFiguresOdd{
	background-color:#FFFFFF;
	vertical-align: top;
}

tr.FactsFiguresEven{
	background-color:#E2E2E2;
	vertical-align: top;
}


/****************************************************
	Format the content of the page - 
	Template Realisation
****************************************************/

div#MiddleContentBottomBox{
	width:705px;
	min-height:220px;
	height:auto;
	background-color:yellow;
	float:left;
	margin-left:30px;
	margin-bottom:20px;
}

/****************************************************
	Format the content of the page - 
	Template Medien
****************************************************/

table#publishMedia{
	margin-bottom:25px;
	width:100%;
}

td.publishDate{
	font-style:italic;
}

td.publishSpacer{
	width:100%;
	height:8px;
	background-image:url('publish_spacer_back.png');
	background-repeat:repeat-x;
}

td.publishPreviewText{
	vertical-align:top;
	padding-left:5px;
}

td.publishMoreLink{
	font-weight:bold;
	padding-left:2px;
}

td.publishMoreLink a{
	font-weight:bold;
	color:#000000;
}

/****************************************************
	Format the content of the page - 
	Template Sitemap
****************************************************/
div#MiddleContent p.sitemapTopLevel{
 	margin-bottom:5px;
 	background-image:url('sitemap_top_level_icon.png');
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
	margin-top:1.1em;
}

div#MiddleContent p.sitemapSecondLevel{
 	margin-bottom:2px;
 	padding-left:30px;
}

div#MiddleContent p.sitemapTopLevel > a{
	text-decoration:none;
	line-height:1em;
	color:#000000;
	font-weight:bold;
}

div#MiddleContent p.sitemapSecondLevel > a{
	text-decoration:none;
	color:#000000;
	line-height:1em;
	font-weight:normal;
}