body {
	margin: 0px;
	padding: 0px;	
	text-align: center;
	background-color: #7b7b7b;
}

a {
	color: #336699;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}

table, tr, td {
	padding: 0px;
	margin: 0px;	
	border: 0px;
	background-color: #FFFFFF;
	border-collapse: collapse;
}

td {
	font-family: Verdana;
	font-size: 11px;	
}

img {
	border: 0px;
}

td.top {
	background-image: url("graphics/grey_shade_top.gif");
	background-repeat: no-repeat;
	height: 6px;
}

td.left {
	background-image: url("graphics/grey_shade_left.gif");
	background-repeat: no-repeat;
	width: 9px;
}

td.right {
	background-image: url("graphics/grey_shade_right.gif");
	background-repeat: no-repeat;
	width: 14px;
}

td.shadeHead {
	background-image: url("graphics/grey_shade_head.gif");
	background-repeat: repeat-x;
}

td.shadeCenterLeft {
	background-image: url("graphics/grey_shade_centerleftright.gif");
	background-repeat: repeat-x;
}

td.shadeCenterLeftBox {
	background-image: url("graphics/grey_box_centerleft.gif");
	background-repeat: no-repeat;
	width: 9px;
	height: 14px;
}

td.shadeCenterCenter {
	background-image: url("graphics/grey_shade_centercenter.gif");
	background-repeat: no-repeat;
	height: 14px;
}

td.shadeCenterRight {
	background-image: url("graphics/grey_shade_centerleftright.gif");
	background-repeat: repeat-x;
}

td.shadeCenterRightBox {
	background-image: url("graphics/grey_box_centerright.gif");
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
}

td.shadeBottom {
	background-image: url("graphics/grey_shade_bottom.gif");
	background-repeat: repeat-x;
	height: 89px;
}

td.center {
	background-color: #a6daf1;
	height: 482px;
	width: 711px;
	vertical-align: top;
}

td.kontaktHead {
	text-align: right;	
	vertical-align: bottom;
	color: #7b7b7b;
}

#intro {
	background-image: url("graphics/main.jpg");
	width: 711px;
	height: 482px;
}