* {
	margin: 0;
	padding: 0;
}

body,html {
	background: #000000 url(../images/bg.jpg) top center repeat;	
	font-family: Arial, verdana, helvetica;
	color: #14476D;
	font-size:12px;
	line-height:20px;
	height:100%;		
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	height:25px;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

li { 
	background: url(../images/button.gif) top left no-repeat;
	padding-left:20px;
	
}

strong {
	font-weight: bold;	
}


img {
	border: none;
}


.border {
	border: 1px solid #FFFFFF;
}


h1 {
	color: #67AEE6;
	font-size: 18px;
	font-family: arial, verdana, helvetica;
	font-weight: bold;
	margin:15px 0 15px 0;
}

h2 {
	color: #67AEE6;
	font-size: 15px;
	font-family: arial, verdana, helvetica;
	font-weight: normal;
	margin:0 0 8px 0;
	font-style: italic;
	
}

h3 {
	color: #67AEE6;
	font-size: 15px;
	font-family: arial, verdana, helvetica;
	font-weight: bold;
	margin:0 0 8px 0;
}

/**************************************/


/* Algemeen lay-out */

#container {
	height: auto;
	margin: 0 auto;
	width:1000px;
	overflow: hidden;
}

#header {	
	padding-top:25px;
	width: 900px;
	height:250px;
	margin: 0 auto;
}

#rocket {
	float:right;
}


.line {
	background: url(../images/line.gif) top center repeat;
	width:900px;
	margin:0 auto;
	height:2px;
}

#wrapper {
	min-height: 275px; /* na invullen van content = height: 100%; */
	overflow: hidden;
	margin: 0 auto;	
	width: 900px;
}

/**************************************/

#content {
	width:900px;
	min-height:400px;
	overflow: hidden;
	margin:0 auto;
	float:left;
}

#left {
	float:left;
	width:370px;
	min-height:400px;
	overflow:hidden;	
}

#logo {
	padding-top:20px;
}

#news {
	padding-top:45px;
}

#line-height {
	background: url(../images/line-height.gif) top center repeat;
	width:2px;
	min-height:540px;
	overflow:hidden;
	float:left;
	margin-bottom:20px;
	margin-top:20px;
}


#right {
	padding-left:20px;
	padding-top:32px;
	float:left;
	width:500px;
	min-height:250px;
	overflow:hidden;
}


/**************************************/



/* Footer */ 

#footer {
	height:40px;
	width:900px;
	margin: 0 auto;

}

.klein {
	text-align:center;
	font-size:10px;
	color:#333333;
}

.footerl {
	padding-top:14px;
	float:left;
	color: #333333;
	font-family:verdana, arial;
	font-size:10px;
	font-weight:normal;
	line-height:normal;
}

a.footertext {
	color: #333333;
	font-family:verdana, arial;
	font-size:10px;
	font-weight:normal;
	text-decoration: underline;
}

a.footertext:hover {
	color: #999999;
	text-decoration: none;
}

.footerr {
	color:#EB1A4E;
	padding-top:14px;
	font-family:verdana, arial;
	font-size:10px;
	font-weight:normal;
	float:right;
	
}

a.wicked {
	color: #333333;
	font-family:verdana, arial;
	font-size:10px;
	font-weight:normal;
	text-decoration: none;
}

a.wicked:hover {
	color: #555555;
	text-decoration: underline;
}

a {
	color: #666666;
	font-size:12px;
	text-decoration: underline;	
}

a:hover{
	color: #EEEEEE;
	text-decoration: none;
}

a.rood {
	color: #EB1A4E;
	font-size: 12px;
	font-family: arial, verdana, helvetica;
	font-weight: bold;
	text-decoration: none;
}

a.rood:hover {
	color: #FFFFFF;
	text-decoration: none;
}


.hover1{color: #666666; }
.hover2{color: #EEEEEE; }


/**************************************/


