/* GENERAL */

*
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

BODY, HTML
{
	padding : 0;
	margin : 0;
	background-color: #e10079;
	height : 100%;
}

HTML
{
	overflow : auto;
}


#main
{
	margin-left: auto;
	margin-right: auto;
	width : 960px;
	border : 1px solid #FFF;
	text-align : left;
}
hr{
	margin-left: 0px;
	margin-right: auto;
}
.mainimage
{
float : left;
padding-right : 15px;
padding-bottom : 10px;
}


IMG
{
	border: 0;
	padding : 0;
	margin : 0;
}

H1
{
	font-size : 15px;
}

.padright
{
	margin-right : 20px;
}

/* HOME */

#buttoncontainer
{
	padding-left : 360px;
	padding-top : 80px;
}

#home
{
	height : 650px;
	width : 960px;
}

#madefortalent
{
	background-image: url(/_images/madefortalent.png);
	width : 430px;
	height : 108px;
	margin-left : 235px;
	margin-top : 260px;
}

#madeby
{
	background-image: url(/_images/vanabbe.png);
	width : 430px;
	height : 22px;
	margin-left : 235px;
	margin-top : 140px;
}

/* MAIN */

#vervolg
{
	width : 900px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom : 20px;
}

#menu
{
	padding-top : 10px;
	height : 21px;
}

#menu A IMG
{
	padding-right : 4px;
}

#content
{
	background-color: #FFF;
	height : 470px;
	width : 840px;
	overflow: auto;
	overflow-x : hidden;

	padding : 30px;
	line-height : 18px;
}

#content TD
{
 vertical-align : top;
}

#footer
{
	background-image : url(/_images/made_big.png);
	height : 113px;
	width : 900px;
	background-repeat:no-repeat;
	background-position:bottom right;
}

#madeinaction
{
	background-image : url(/_images/made_in_action.png);
	width : 162px;
	height : 159px;
	position : relative;
	top : -71px;
	margin-left : 30px;
	float : left;
	cursor:pointer;
	cursor:hand;
}

#madeinaction_small
{
	background-image : url(/_images/made_in_action_small.png);
	width : 100px;
	height : 98px;
	position : relative;
	top : -44px;
	margin-left : 30px;
	float : left;
	cursor:pointer;
	cursor:hand;
}

#madeevent_nl,
#madeevent_en
{
	background-image : url(/_images/made_event_17092008_nl.png);
	width : 162px;
	height : 159px;
	position : relative;
	top : -71px;
	margin-left : 25px;
	float : left;
	cursor:pointer;
	cursor:hand;
}
#madeevent_en
{
	background-image : url(/_images/made_event_17092008_en.png);
}

#gallery .image
{
	padding : 10px;
}

/* AANMELDEN */

.input
{
	width : 200px;
}

.inputsmall
{
	width : 139px;
}

#aanmelden TR TD
{
	height : 25px;
}

#sponsor
{
	float : right;
}
.style1 {
	color: #0099CC;
	font-weight: bold;
}

 A:active {
    color: #C00076;
    text-decoration: none;
    font-weight: bold; }

 A:link {
    color: #C00076;
    text-decoration: none;
    font-weight: bold; }

 A:hover {
    color: #0099DE;
    font-weight: bold;
    text-decoration: none;
 }

 A:visited {
    text-decoration: none;
    font-weight: bold; }
 A {
    color: #C00076;
    text-decoration: none;
    font-weight: bold; }

