/* 
=========================================
Container Styles for predata DotNetNuke
Author: Daniel Steinmann from www.dsis.ch
Last Update: 21.07.2009
=========================================
*/ 
/* container master */  
.containermaster{
margin:0;
width:100%;
}
.containermasterborder{
margin:0;
padding:0 1.25em;
width:100%;
}
.containerrow{
padding:0;
float:left;
position:relative;
}
/* content panes */
.TopContentPane{
margin:0;
}
.AdminContentPane{
margin:0;	
}
.MainContentPane{
margin:0;
width:22.35em;
}
.MainContentPanePadding{
margin:0.85em 1.25em 0 1.25em;
width:19.35em;
}
.MainContentPanePredata{
margin:0.85em 1em 0 1.25em;
padding:0 3.5em 0 0;
min-height:15em;
width:19.35em;
}
.MainContentPaneBibliotheken{
margin:0.85em 1em 0 1.25em;
padding:0 3.5em 0 0;
background:url(images/predata_bibliotheken.gif) top right no-repeat;
min-height:15em;
width:19.35em;
}
.MainContentPaneLoesungen{
margin:0.85em 1em 0 1.25em;
padding:0 3.5em 0 0;
background:url(images/predata_loesungen.gif) top right no-repeat;
min-height:15em;
width:19.35em;
}
.MainContentPaneHosting{
margin:0.85em 1em 0 1.25em;
padding:0 3.5em 0 0;
background:url(images/predata_hosting.gif) top right no-repeat;
min-height:15em;
width:19.35em;
}
/* container right*/  
.containermasterright{
margin:0;
width:10em;	
float:left;
border-bottom:1px #a10625 solid;
}
.RightContentPane{
margin:0.4em 1em;
}
.RightContentPane a:Active{
color:#a10625;
text-decoration:none;
}
.RightContentPane a:Hover{
color:#000 !important;
text-decoration:none;
}
.RightContentPane a:Link{
color:#a10625;;
text-decoration:none;
}
.RightContentPane a:Visited {
color:#a10625;;
text-decoration:none;
}
.LinksDesignTable td{
padding:0 0 0.15em 0 !important; /* overwrite the cell-padding */
}
/* container header */
.containerheader{
float:left;
position:relative;
margin:0;
padding:0 0.2em;
width:100%;
height:1.8em;
}
.containerheaderleft{
margin:0;
padding:0;
height:1.3em;
}
.moduleactionleft{
float: left;
width:0.5em;
}
.moduletitle{
float: left;
padding:0.4em 0 0.3em 0;
}
.moduletitle span{
color:#a10625 !important;
}
.moduleactionright{
margin:0;
float:right;
width:2em;	
}
.moduleactionrightcenter{
margin: 0.5em 0.8em 0 0;
float:right;
width:3em;
text-align: right;
}
.moduleactionrightleft{
margin:0.1em 0;
float:right;
width:2em;	
}
/* container footer */
#containerfooter{
float:left;
position:relative;
margin:0;
padding:0 0.2em;
width:100%;
}
#containerfooterleft{
float:left;
position:relative;
}
#containerfooterright{
float:right;
position:relative;
}

