/* ---------------------------------------------------------- */
/* created by Emile Blume - 2006 - www.netcreators.nl */
/* ---------------------------------------------------------- */
body {
	background: #EAEAEA;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-top: 4px;
	margin-bottom: 4px;
}

p {
	color: #000000;
	text-align: left;
}

img {
	border: 0;
}

form, fieldset, input {
	margin: 0;
	border: 0;
	padding: 0;
}

input, select, textarea {
	border: 1px solid #CC232A;
	padding-left: 2px;
	font-size: 11px;
}

hr {
	border: 0px;
	background: #CC232A;
	color: #CC232A;
	height: 1px;
}

/* ---------------------------------------------------------- */
#frame {
	width: 940px;
	margin: auto;
	position: relative;
	text-align: left;
}

#container {
        background: #FFFFFF;
	min-height: 500px;
        height: auto !important;
	height: 500px;
	float: left;		
}

#header {
	border-bottom: 5px solid #CC232A;
	width: 940px;
	height: 40px;
	float: left;
}

#header h1 {
	background: url(../images/logo-INNWIND-small.png) no-repeat left top;
	width: 500px;
	height: 40px;
	left: 10px;
	position: relative;
}

#header h1 a {	
	width: 500px;
	height: 40px;
	display: block;
	cursor: pointer;
}

#header h1, #header h2 {
	margin: 0;
	padding: 0;
}

#header span {
	display: none;
}

/* ---------------------------------------------------------- */

#left {
	float: left;
	width: 200px;
}

#center {
	float: left;
	width: 740px;
	
	min-height: 330px;
        height: auto !important;
	height: 330px;
}

#content {
	margin: 10px;
}

#content a, #footer a {
	color: #375297;
}

#content a:hover, #footer a:hover {	
	color: #375297;
}

#content li {
	color: 375297;
	list-style: circle;
	font-size: 12px;
}

#content h3, #content h2, #content h1 {
	color: #375297;
	font-size: 18px;
	font-weight: bold;
}

#content h4, #content h5, #content h6 {
	color: #375297;
	font-size: 12px;
	font-weight: bold;
}

#footer {
	float: left;
	width: 920px;
	margin-top: 20px;
}

#footer p {
	text-align: right;

}






