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


/* BASIC ----------------------------------------------------------------------- */

/* Page Parts ------------------------------------------------------------------ */

html,body {
                height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font: 13px Georgia, "Times New Roman", Times, serif;
	color: #888888;
	background-color:#a1a1a1;
}

div#siteframe {
	width: 100%;
	height:100%;
	background-image:url(../img/banner.jpg);
    background-repeat:repeat-x;
    font: 13px Georgia, "Times New Roman", Times, serif;
    color: #808080;
    text-align:left;	
}

div#contentframe {
	position:absolute;
	width: 700px;
    height:auto !important;
	top: 30px;
    left: 50%;
    margin-left:-350px;
}
div#navigation {
	float: left;
	display: inline;
	width: 550px;
	margin: 0;
	padding: 0 0 0 0;
	color: #888;
}
div#content {
	float: left;
	background: white;
	display: inline;
	width: 680px;
	padding: 10px 10px 10px 10px;
}
div#content[id] { /* IE hack for min-height */
	height: auto;
	min-height: 330px;
}

/* Header ---------------------------------------------------------------------- */
div#header {
	margin: 0 0px 0 0px;
	padding: 0;
	height: 40px; 
}

/* Additional stuff ------------------------------------------------------------ */
div#contentframe div.resource_container {
	margin: 0 5px 5px 0;
	padding: 0;
}
div#content div.documents {
	border: none;
	background: transparent none;
	margin: 10px 0 0 0;
	padding: 0;
}