/* CSS Document */

body
{
	background: #009900;
	font:Tahoma;
}


a:link {
	text-decoration: underline;
	color: #ff0000;
}
a:visited {
	color: #740000;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
a:active {
	text-decoration: none;
	color:#d70000;
}


headline
{
font-size:30px;
font-style:italic;
color:#000000;
font: "Comic Sans MS";
border-bottom:dashed;
border-color:#000000;
}

text
{
font:Tahoma;
font-style: normal;
color:#00FF99
text-align: inherit;
}

#index
{

background-color:#009900;
width:760px; height:600;
margin:0px auto;
font:Tahoma;
border:double;
border-color: #009900;
}

a.intro
{
 display:block;
 padding:3px;
 height:130px;
 width:150px;
 border-top:1px solid #00000F;
 text-align:center;
 text-decoration:none;
}


a:link, a:visited
{
color: #000099;
}

a:active, 
{
}
a:hover
{

background-color:#CCFF00;
color:#FFFFFF;
background: url(nadel.gif) no-repeat;
}


#de, #nl, #it
{
color:#FFFFFF;
width:80px;
}
#de
{
margin:5%;
float:left;
}
#nl
{
float: left;
margin:5%;
}
#it
{
float: right;
margin:5%;
}


