/* 

Cubique Webdesign
Volmerlaan 11 Rijswijk
www.cubique.nl
info@cubique.nl

*/

/* -------------------------------------------------------------- layout kenmerken */

html, body {height:100%}
body {
	padding:0;
	margin:0;
	background: url('img/main/back-all.gif');
}
#container{
	height:100%;
	min-height:100%;
	width:960px;
	margin:auto;
	position:relative;
	background: #fff url('img/main/back-main.gif');
}
#outer{
	min-height:100%;
	margin-bottom: -30px;
	padding: 0;
	width: 960px;	
	background: url('img/main/back-main.gif');
}
* html #outer{
	height:100%;
}
#header{
	position:absolute;
	top:0;
	left:0;
	width:960px;
	height:50px;
	background: url('img/main/header.gif');
	overflow:hidden;
}
#clearheader{
	height:50px;
}
#footer {
	position:relative;
	width:960px;
	clear:both;
	height:30px;
	margin-left: 15px;
}
* html #footer {
	\height:30px;/* for ie5 */
	he\ight:30px;/* for ie6 */
}
#clearfooter{
	clear:both;
	height:30px;
}
#centrecontent {
	margin: 0;
	width: 960px;
}
#content {
	position: relative;
	margin-left: 5px;
	min-height: 760px
	height:auto !important; 
	width: 950px;
}

/* -------------------------------------------------------------- tekst kenmerken */

#inhoud p {
	margin: 10px 30px 10px 0px;
	color: #4d4d4d;
}
#inhoud li {
	color: #4d4d4d;
}
.imglinks {
	float: left;
	margin: 0.75em 0.75em 0.75em 0;
}
.imgrechts {
	float: right;
	margin: 0 0.75em 0.75em 0.75em;
}
img {
	border: 0px none;
	display: block;
}
#inhoud a {
	text-decoration: none;
	color: #732813;
}
#inhoud a:hover {
	text-decoration: underline;
}
#inhoud h1 {
	font-size: 110%;
	color: #732813;
	margin: 6px 0 3px 3px;
	padding: 0;
}
#inhoud h2 {
	font-size: 100%;
	color: #173642;
	margin: 6px 0 3px 3px;
	padding: 0;
}

/* -------------------------------------------------------------- linkerkant kenmerken */

#linkerkant {
	width: 130px;
	float: left;
	background: url('img/main/swoe-logo.gif') no-repeat;
	height: 300px;
}

/* -------------------------------------------------------------- rechterkant kenmerken */

#rechterkant {
	width: 250px;
	height: 600px;
	margin-left: 10px;
	float: right;
}
#rechterkant div {
	margin: 0;
	padding: 0;
}
#rechterkant .logo {
	width: 250px;
	height: 250px;
	background: url('img/main/logo-rechts.gif') no-repeat;
	float: left;
}

/* -------------------------------------------------------------- highlights kenmerken */

#highlights img {
	border-bottom: 2px solid #fff
}
#highlights img {
	margin: 0;
	padding: 0;
}
/* -------------------------------------------------------------- inhoud kenmerken */

#inhoud {
	position: relative;
	float: left;
	width: 530px;
	margin-left: 20px;
	min-height: 760px;
	height:auto !important;
	height: 760px;
	font-family: trebuchet ms, arial, verdana; 
	font-size: 84%;
	line-height: 140%;
}
#kaart {
	width: 530px;
	height: 283px;
	background: url('img/main/swoe-kaartoosteuropa.gif') no-repeat; 
}
#inhoud .kop {
	width: 530px;
}
#inhoud td {
	vertical-align: top
}

/* -------------------------------------------------------------- menu kenmerken */

#menu {
	width: 250px;
	height: 207px;
	background: url('img/main/back-menu.gif'); 
}
#menu ul.navigation {
	margin: 0;
	padding: 0;
	padding-top: 18px;
	list-style: none;
	}
#menu ul.navigation li a {
	width: 250px;
	display: block;
	background-repeat: no-repeat;
	background-position: -250px 0px;
	margin: 0;
	padding: 0;
}
#menu ul.navigation li a:hover {
	background-position: 0px 0px;
}
#menu ul.navigation li a {
	height: 17px;
 }
#menu a#home			{background-image: url('img/menu/menu-home.gif'); }
#menu a#overdestichting	{background-image: url('img/menu/menu-overdestichting.gif'); }
#menu a#nieuws			{background-image: url('img/menu/menu-nieuws.gif'); }
#menu a#projecten		{background-image: url('img/menu/menu-projecten.gif'); }
#menu a#steun			{background-image: url('img/menu/menu-steun.gif'); }
#menu a#vraagenaanbod	{background-image: url('img/menu/menu-vraagenaanbod.gif'); }
#menu a#links			{background-image: url('img/menu/menu-links.gif'); }
#menu a#contact			{background-image: url('img/menu/menu-contact.gif'); }

/* -------------------------------------------------------------- contactformulier kenmerken */

#contactform {	
	width: 530px;
	font-size: 100%;
	font-family: trebuchet ms, arial, tahoma;
	border: 1px solid #d4d4d4;
	color: #4d4d4d;
}
#contactform td {
	vertical-align: top;
}
.formfields {
	width: 280px;
	font-family: arial, verdana;
	border: 1px solid #747474;
	font-size: 100%;
}
.button {
	background: #732813;
	font-family: trebuchet ms, arial, tahoma;
	color: #fff;
	border: 0px none;
}
.kolom1 {
	width: 100px;
	height: 20px;
	font-weight: bold;
}
.kolom2 {
	text-align: left;
}
.kolom3 {
	text-align: left;
	padding: 10px 0px 10px 5px;
}

