/*
  mini::Commerce
  http://www.minicommerce.de

  Copyright (c) 2010 CreativePages

  Id: adminlayout.css, v 1.2  10.01.2010 
*/

body{
margin:0;
padding:0;
line-height: 1.3em;
font-family: Arial;
background: #696969;
}

#maincontainer{
width: 100%; 
margin: 0 auto; 
}

#topsection{
background: #EAEAEA;
height: 100px; 
border-bottom: 2px solid #000;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 200px; 
min-height: 650px;
background: #EFEFDE;
}

#middlecolumn{

min-height: 600px;
text-align: center;
background: #fff;
}

#leftcolumn{
float: left;
width: 200px; 
margin-left: -100%; 
min-height: 600px;
background: #696969;
}

#footer{
clear: left;
width: 100%;
min-height: 40px;
border-top: 1px solid #000;
background: #fff;
color: #000;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #000;
}

.innertube{
margin: 5px; 
margin-top: 0;
}

.topinnertube{
margin: 10px; 
margin-top: 10px;
}

.messagebox{
width: 300px;
min-height: 150px;
padding: 5px;
background: #fff;
border: 1px solid #000;
}











