@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1B1B1B;
	background-image: url(layout/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
a {
	color: #C91D82;
	text-decoration: underline;
}

a:hover {
	color: #C91D82;
	text-decoration: none;
}
div#container{
width: 1005px;
margin: 0 auto;

}
div#main{
width: 1005px;
float: left;
margin-top: 15px;
}

div#nav{
	width: 245px;
	float: left;
	display: inline;
	padding-left: 55px;
	line-height: 22px;
	color: #A9A898;
	margin-right:50px;
}
div#nav a{
color: #1B1B1B;
text-decoration: none;
}
div#nav a:hover{
color: #C91D82;
}
div#nav .active a{
color: #C91D82;
}
div#content{
width: 650px;
float: left;
display: inline;
padding-bottom: 25px;
}

#topline{
margin-bottom: 25px;
}

#middleline{
margin-bottom: 25px;
margin-top: 25px;
}

#bottomline{
margin-bottom: 75px;
margin-top: 25px;
}

h1{
	font-size: 13px;
	color: #C91D82;
	line-height: 15px;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
}

h2{
	margin-bottom: 0px;
	margin-top: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #C91D82;
}

.technology{ /*header of 2nd demo*/
	cursor: hand;
	cursor: pointer;
	font: 11px Verdana;
	margin: 0;
	padding-left: 40px;
	background-repeat: no-repeat;
	width: 610px;
	height: 30px;
}
.technology a{
color: black;
text-decoration: none;
}
.technology a:hover{
color: #C91D82;
}
.thelanguage{ /*header of 2nd demo*/
	font: 11px Verdana;
	margin-top: 0px;
	padding-left: 40px;
	background-image: url(layout/line_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px;	
	width: 610px;
	}

.openlanguage{
color: #C91D82;
	
}
.openlanguage a{
color: #C91D82;
text-decoration: none;


}
.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: black;
}
.lijn{
width: 610px;
height: 10px;
margin-bottom: 5px;
}

