﻿/* Class for clearing floats */
.clear {
	clear:both;
}

/* Splash
-----------------------------------------------------------------------------*/
body{
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida, Helvetica, Verdana, Arial, Sans-serif; 
	background:url(../Images/General/AmivalSplashBackground.jpg) no-repeat right bottom;
	margin:0;
	padding:0;
}

a:link,a:visited,a:active{
	color : #fff;
    text-decoration: none;
    text-transform:uppercase;
    font-size:12px;
}

a:hover{
	color : #fff;
    text-decoration: none;
}


h1{
	height:74px;
	background-image:url(../Images/General/AmivalSplashLogo.gif);
	background-repeat:no-repeat;
	background-position:center top;
	text-indent:-5000px;
	margin:360px 0 20px 0;
	padding:0;
}

#band{
	height:61px;
	background:url(../Images/General/AmivalSplashBand.gif) repeat-x;
}

#band h2{
	margin:0;
	padding:0;
	float:left;
	color:#0083ae;
	font-size:10px;
	background-image:url(../Images/General/AmivalSplashVerrassendVeelzijdig.gif);
	background-repeat:no-repeat;
	background-position:90px 7px;
	width:550px;
	height:61px;
	text-indent:-5000px;
}

#band div{
	margin:0;
	padding:4px 0 0 0;
	float:left;
}

