/* CSS Document */

body,html { height:100%}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F1F1F1;
	background-image: url(images/home-bg.gif);
}

body,td,th {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #494949;
}

.wrapper{	
	position: relative;
	height:100%;
	width:100%;
}

#container {
	width:950px;
}

.idcreation {
	width:950px;
}

a {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #1a6ba6;
}
a:visited {
	color: #1a6ba6;
}
a:hover {
	color: #1a6ba6;
}
a:active {
	color: #1a6ba6;
}

.floatleft{	
	float:left;
}

.floatright {
	float:right;
}

.content {
	float:left;
	width:838px;
}

.slogan {
	width:413px;
	height:28px;
	background-color:white;
	padding-top:49px;
	font-family:"Univers Condensed", Arial, Helvetica;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	float:right;
}

.slogan2 {
	float:left;
	background-image:url(images/home-slogan2-bg.gif);
	padding:40px 5px 0 5px;
	height:145px;
	width:222px;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
}

.tekst {
	background-color:#dadada;
	padding:15px;
	width:209px;
	height:155px;
	float:left;
}

.talen {
	background-color:#005a9c;
	padding:108px 6px 0 6px;
	width:162px;
	height:77px;
	float:right;	
}

.talen a:link, .talen a:visited, .talen a:active, .talen a:hover {
	display:block;
	border-bottom:1px solid #317aaf;
	background-color:#1a6ba6;
	font-family:"Univers Condensed", Arial, Helvetica;
	font-size:12px;
	text-decoration:none;
	color:white;
	text-transform:uppercase;
	padding: 3px 0 0 19px;
	height:17px;
	width:143px;
	text-align:left;
}

.talen a.last:link, .talen a.last:visited, .talen a.last:active, .talen a.last:hover {
	border-bottom:0px;;
}
