/**********************************************************************************
* phpComasy Web Content Management System                                         *
* http://www.phpcomasy.com                                                        *
*                                                                                 *
* Copyright (c) 2005 - 2009 indual GmbH (http://www.indual.ch)                    *
*                                                                                 *
* phpComasy is released under his own licence (http://www.phpcomasy.com/licence)  *
**********************************************************************************/


/* Basics ------------------------------------------------------------------- */
body#phpcomasy {
	margin: 0;
	padding: 0;
	font: 12px/18px Arial, Helvetica, Verdana, sans-serif;
	background: url(../img/body.gif) #54280a;
}
div#siteframe {
	width: 920px;
	margin: 0 auto 0 auto;
	padding: 12px 15px 32px 15px;
	background: url(../img/content.gif) #fff top center repeat-y;
	height: auto;
}

div#leftcolumn {
	width: 700px;
	float: left;
}
div#rightcolumn {
	width: 200px;
	float: right;
}
div#maincontent {
	margin: 0;
	padding: 0 0 0 1px;
}
.admin_part {
	background: #fff;	
}
.administration {
	border: 1px solid #8c8b8d;	
}
.administration h1,
.administration h2 {
	background: #6f3811;
	color: #fff;
}
.administration h1:hover {
	background-color: #5b1e07;
}


/* Header ------------------------------------------------------------------- */
div#header {
	width: 700px;
	background: #fff none;
}
div#header div#logo {
	float: left;
	margin: 0 0 5px 0;
}
div#bigpicture {
	height: 350px;
	background: #fff;	
}


/* Footer ------------------------------------------------------------------- */
div#footer {
	background: transparent none;
	color: #fff;
	font-size: 10px;
	width: 950px;
	margin: 5px auto;
	padding: 0;
	text-transform: uppercase;
}
div#footer a {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
div#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
