/*
***********************************************************
Title:     Main
Author:    Emile Blume - Netcreators.com
***********************************************************
*/

/* Global reset ////////////////////////////////////////////////////////////////////////////////*/
*	    { 	
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

em { font-style: italic; }
strong { font-weight: bold; }
table {	border-collapse: collapse; border-spacing: 0; }
address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; }
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q { quotes: "" "";}
caption, th, td { font-weight:normal; text-align:left; }
ol, ul { list-style:none;}

/* Layout 3 cols ///////////////////////////////////////////////////////////////*/
#container {
	margin: auto;
	width: 968px;
	position: relative;	
}

#main, #left, #center, #flex-cont, #right, #footer {
	float: left;
	display: inline; /* workaround for IE6*/
}

#main {
	background: url(/fileadmin/templates/img/UnieNzv/bg.gif) repeat center top;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

#header{
	background: url(/fileadmin/templates/img/UnieNzv/header.gif) no-repeat left top;
	height: 227px;
	width: 968px;
	margin: auto;
	position: relative;
}

#logo span, .hide, #page-description, #skip-nav, #website-logo span{
	display: none;
}

/* Left  ////////////////////////////////////////////////////////////////////////*/
#left {
	width: 170px;
	padding: 10px;
}

/* Center ///////////////////////////////////////////////////////////////////////*/
#center {
	width: 588px;
}

#flex-cont {
	padding: 10px;
	width: 568px;
}

/* Right ////////////////////////////////////////////////////////////////////////*/
#right{
	width: 168px;	
	padding: 10px;
}

/* Footer ////////////////////////////////////////////////////////////////////////*/
#footer{	
	background: #C7CCE2;
	font-size:0.8em;
	width: 968px;
	text-align: center;
}