@charset "UTF-8";
/* CSS Document */

body,td,th {
	color: #000000;
}
body {
	background-image: url(paier.gif);
	width: 950px;
}
a:link {
	color: #000099;
	text-decoration: none;	
}
a:hover {
	color: #000099;
	text-decoration:underline;
}
a:visited {
	color: #CC00CC;
	text-decoration:none;
}
#content {
	width: 100%;
}
#menubar {
	width: 100%;
}
#col1 {
	width: 33%;
	float: left;
	height: 400px;
}
#col2 {
	width: 33%;
	float: left;
	height: 400px;
}
#col3 {
	width: 33%;
	float: left;
	height: 400px;
}
#menubar ul {
	list-style-type: square;
}
#infosection {
	width: 950px;
}
h1 {
	font-size: 36px;
	color: #4D0701;
}
h2 {
	font-size: 20px;
}
