@charset "utf-8";
/* CSS Document */
body {
	background-image:url(../images/bgPattern.jpg);
	background-repeat:repeat;
	background-color:#4c4b43;
	font-family:Arial Black;
}
/*---------------INTRO-------------------*/
#intro{
width:800px;
height:400px;
background-image:url(../images/logo.jpg);
position:absolute;
top:50%;
left:50%;
margin-top:-200px;
margin-left:-400px;
}

#menu{
	position:absolute;
	color:#FFFFFF;
	font-weight:normal;
	top:285px;
	left:460px;
	font-size:18px;
	cursor:default;
	}
#menu a{
	text-decoration:none;
	color:#FFFFFF;
}
.linkIndex{
	cursor:pointer;
}

#tabelIntro{
width:180px;
}

#tabelIntro td{
width:60px;
color:#999999;
padding-right:10px;
}
.klein{
font-size:12px;
font-weight:normal;
font-family:arial;
color:#cccccc;
}