body {
	/* Schriften ohne Serifen */
	font-family: Arial, "Arial Black", Helvetica, "Comic Sans MS", "Trebuchet MS", Verdana, "Lucida Sans Unicode", "Lucida Grande", Impact, sans-serif;
	
	margin: 0px;
	padding: 0px;
	
	font-size: 12px;
	color: #FFFFFF;
	
	background-color: #cc007b;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li {
	list-style-type: none;
}
img {
	border: none;	
}
td {
	vertical-align: top;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;

	font-family: Courier New, "Times New Roman", serif;
	color: #cb0d7b;
}
h2 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	
	font-size: 14px;

	font-family: Arial, Helvetica, Verdana,;
	color: #ffffff;
}
h3 {
	margin: 0px;
	padding: 0px;
	
	font-size: 14px;
	padding-left: 10px;
	padding-bottom: 5px;
	background: url('/images2/dot.jpg') 0px 6px no-repeat;
}
/********************************** layout ***********************************/
#containerBg {
	width: 100%;
	height: 120px;
	background-color: #f1e528;
}
#containerHeader {
	width: 880px;
	height: 120px;
	
	margin-left: auto;
	margin-right:auto;
}
img.logo {
	float: right;
	padding-top: 5px;
}
#containerNavBg {
	width: 100%;
	height: 180px;
	margin-bottom: 25px;
	background-color: #009ee0;
}
#containerNav {
	width: 880px;
	height: 180px;
	
	margin-left: auto;
	margin-right:auto;
}
#containerContent {
	width: 880px;
	
	margin-left: auto;
	margin-right:auto;
}
table.content {
	width: 880px;
}
td.banner {
	width: 190px;
}
td.slogan {
	height: 58px;
}
td.contentLeft {
	width: 120px;
	padding-right: 20px;
	
	font-weight: bold;
	font-size: 13px;
}
td.teamtitle {
	font-weight: bold;
	font-size: 13px;
}
/******************************** topnav *************************************/
ul.topnav {
	float: right;
	padding-right: 20px;
	margin-top: 100px;
}
li.topnav {
	float: left;
	margin-right: 15px;
}
a.topnav {
	font-size: 15px;
	font-family: Courier New, "Times New Roman", Courier New, serif;
	text-decoration: none;
	color: #cb0d7b;
}
a.topnav:hover, a.topnavSel {
	color: #009ee0;
	font-weight: bold;
}
/********************************* nav ***************************************/
ul.nav {
	width: 130px;
	padding-top: 20px;
	padding-left: 10px;
	list-style-type: none;
	float: left;
}
li.nav {
	padding-bottom: 15px;
}
a.nav {
	display: block;
	width: 130px;
	color: #f1e528;
	text-decoration: none;
	font-family: Courier New, "Times New Roman", serif;
	font-size: 15px;
}
a.nav:hover, a.navSel {
	color: #FFFFFF;
	font-weight: bold;
}
/********************************** content **********************************/
a.text {
	color: #f1e524;
	text-decoration: none;
}
a.text:hover {
	color: #FFFFFF;
}
/********************************* powered by ********************************/
#poweredBy {
	padding-top: 20px;
	padding-bottom: 4px;
	font-size: 9px;
}
.orange {
	color: #FF9900;
}
.gray {
	color: #7A6252;;
}
a.poweredby {
	text-decoration : none;
	color: #C19A6F;
}
div.search {
	font-size: 10px;
	height: 10px;
	overflow: hidden;
	visibility: hidden;
}
