/***************************************/
/* © 2009 SPORT SUPPORT & SERVICE GMBH */
/*Designed by: Anke Metz               */
/***************************************/

/***************************************/
/* GLOBAL LAYOUT                       */
/***************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	background-color: #EBEBEB;
	margin: 0;
	padding: 0;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
}
#teaser {
	position: relative;
	width: 1048px;
	height: 110px; min-height: 110px;
	margin: 0;
	padding: 0;
	z-index: 1;
}
#contact {
	position: absolute;
	top: 70px;
	right: 0px;
	font-size: 12px;
	z-index: 2;
}
#opener {
	position: relative;
	width: 1048px;
	height: 50px; min-height: 50px;
	background-image: url(images/opener.jpg);
	margin: 0;
	padding: 0;
	z-index: 1;
}
#container {
	position: relative;
	width: 1048px;
	background-image: url(images/container_bg.jpg);
	background-repeat: repeat-y;
}
#navbar {
	float: left;
	width: 240px;
	padding: 0px;
}
#text {
	float: left;
	width: 560px;
	padding:0px;
	margin-left: 10px;
}
#bildundzitat {
	float: left;
	width: 218px;
	padding: 0px;
	margin-top: 40px;
	margin-left: 20px;
}
#closer {
	position: relative;
	width: 1048px;
	height: 50px; min-height: 50px;
	background-image: url(images/closer.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	z-index: 1;
}
#footer {
	position: relative;
	clear:both;
	width: 1048px;
	height: 40px; min-height: 40px;
	margin-left: 230px;
	padding: 0;
	font-size:12px;
	font-weight: bold;
	z-index: 1;
}

/***************************************/
/* FONTS                               */
/***************************************/
p {
	font-size: 11px;
	line-height: 16px;
	margin-top: 0px;
}
strong {
	color: #FFFFFF;
	background-color: #000066;
	font-weight: bold;
	text-decoration: none;
}
a {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
a:link, a:visited {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFFFFF;
	background-color: #000066;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	font-size: 18px;
	font-weight:bold;
	line-height: 18px;
}
h2 {
	font-size: 14px;
	font-weight:bold;
	line-height: 16px;
}
h3 {
	font-size: 12px;
	font-weight:bold;
	line-height: 16px;
	margin-bottom: 0px;
}
ul {
	font-size: 11px;
	line-height: 16px;
	margin-top: 0px;
	list-style-type: disc;
}
.zitat {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}
.urheber {
	font-size: 10px;
}
.formular {
	font-weight: bold;
	font-size: 11px;
}
.tabellen_trenner_o {
	line-height: 4px;
	border-bottom: 1px solid #B2B3D1;
}
.tabellen_trenner_u {
	line-height: 4px;
}
.tabellen_schlagwort {
	font-size: 12px;
	font-weight: bold;
	height: 50px;
}
.tabellen_bild {
	height: 50px;
	text-align: center;
}
.tabellen_text {
	font-size: 11px;
	height: 50px;
}
/******************/
/* IMAGES  */
/******************/
img {
	border: 0px;
}

/******************/
/*  CLEAR FLOATS  */
/******************/
/*#navi:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
