/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
	height: 100%;
	color: #000;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	font-size: 11px;
	background-image: url(../img/bg/background_body.gif);
	background-repeat: repeat-x;
}

#outerWrapper {
	text-align: left;
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
}

#outerWrapper #header {
	height: 195px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #logoarea {
	padding: 0px;
	height: 154px;
	background-repeat: no-repeat;
	background-image: url(../img/frontpage/tennis4u.jpg);
}

#outerWrapper #navigationTop {
	padding: 0px;
	height: 42px;
	background-image: url(../img/bg/navigation_bg.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#contentWrapper {
	width: 750px;
	background-color: #FFFFFF;
}

#contentWrapperFront {
	width: 750px;
	float: left;
}

#outerWrapper #contentWrapper #navigationLeft {
  float: left;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 200px;
}

#outerWrapper #contentWrapper #content {
	margin: 0 0 0 220px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 10px 10px 10px;
}

#outerWrapper #contentWrapper .clearFloat {
	clear: left;
	display: block;
	background-color: #FFFFFF;
}

#outerWrapper #footer {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#bg {
	background-image: url(../img/bg/test_background.png);
	background-position: center top;
	z-index: 1;
	width: 930px;
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#bottomshadow {
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-right: auto;
	margin-left: auto;
	width: 930px;
	background-image: url(../img/bg/shadow_bottom.gif);
	height: 30px;
}

#navigationTop a:link, #navigationTop a:visited {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	margin: 0px;
	height: 28px;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
	font-weight: bold;
	font-family: Tahoma, sans-serif, Arial;
	font-size: 12px;
}

#navigationTop a.active:link, #navigationTop a.active:visited {
	text-decoration: none;
	color: #000000;
	display: block;
	margin: 0px;
	height: 28px;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
	font-weight: bold;
	font-family: Tahoma, sans-serif, Arial;
	font-size: 12px;
	background-image: url(../img/bg/navigation_bg_hover.gif);
}

#navigationTop a.notizen:link, #navigationTop a.notizen:visited {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	margin: 0px;
	width: 120px;
	height: 28px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
	font-weight: normal;
	font-family: Tahoma, sans-serif, Arial;
	font-size: 110%;
	background-color: #E0DFE3;
	background-image: url(../img/bg/navigation_bg_notizen.gif);
}

#navigationTop a.notizen:hover {
	text-decoration: none;
	color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	background-image: url(../img/bg/navigation_bg_hover.gif);
	background-repeat: repeat-x;
}

#navigationTop a.home:link, #navigationTop a.home:visited {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	margin: 0px;
	width: 55px;
	height: 28px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
	font-weight: normal;
	font-family: Tahoma, sans-serif, Arial;
	font-size: 12px;
	background-color: #E0DFE3;
	background-image: url(../img/bg/navigation_bg_home.gif);
}

#navigationTop a.home:hover {
	text-decoration: none;
	color: #FFFFFF;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	background-image: url(../img/bg/navigation_bg_hover.gif);
	font-family: Tahoma, sans-serif, Arial;
	background-repeat: repeat-x;
}

#navigationTop ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigationTop li {
	display: inline;
	float: left;
}

#navigationTop a:hover {
	text-decoration: none;
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	background-image: url(../img/bg/navigation_bg_hover.gif);
	background-repeat: repeat-x;
}
#outerWrapper #contentWrapper #ContentMiddle img.links {
	display: inline;
	padding-right: 12px;
}

