/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	border:0;
	color:#333333;
	background-color:#FFFFFF;
}
a:link { 
color:#006699;
text-decoration:none; 
}

a:visited { 
color:#006699;
text-decoration:none; 
}

a:hover { 
color:#007EFD;
text-decoration:none; 
}
 
.frames1 {
	border:2px solid gray;
	color: #000000;
}

.logo {
	background-image: url(images/logo.gif);
	background-repeat:no-repeat;
}

.toptabelle {
	width:100%;
	border:0px;
}
.tabellevierer {
	width:100%;
	height:14px;
	border:0px;
}
.vierer {
	background-image: url(images/viererBalken.jpg);
}

.menunormal {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006699;
	padding: 1px;

}
.menunormal:hover {
	background-color: #7BBCFD;
}
.menunormal:link {
	color: #FFFFFF;
}
.menunormal:visited {
	color: #FFFFFF;
}

.text20blau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
	text-decoration: bold;
}

.text13px{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

.text12px{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: bold;
}

.text11px_bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: bold;
}

#start{ 
	width: 500px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: grey;
	border-right-color: grey;
	border-left-color: grey;
	border-bottom-color: grey;
}

