@import url("00_norm.css");
@import url("00_mannschaften.css");

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h1 {
	font-size: 140%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 100%;
}
h1, h2, h3 {
	margin: 0 0 5px 0;
}
p {
	text-align: justify;
	margin: 5px 0;
}
a {
	color: blue;
}
ul {
	list-style-type: none;
}
#main {
	width: 710px;
	margin: 0 auto;
	position: relative;
}
#branding, #navigation, #content {
	margin-bottom: 10px;
}
#branding {
	padding-top: 5px;
	border-bottom: 1px dotted gray;
}
#branding_02 {
	background: #000000; url("images/teasertext_bg.png") no-repeat;
	color: white;
	padding: 7px 20px 5px 20px;
	margin: 0 0 1px 0;
}
#branding_02 blockquote {
	font-weight: bold;
}
#navigation {
	position: relative;
}
#navigation #main_nav {
	position: absolute;
	top: 84px;
	left: 21px;
}
#navigation #main_nav a {
	color: Silver;
	border-right: #FFFFFF 3px solid;
	border-left-width: 0px;
	background: #368858;
	margin: 0px 0px 2px;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bolder;
}
#navigation #main_nav a:hover {
	color: White;
	background-color: #515b53;
	border-right: #368858 3px solid;
	font-weight: bolder;
}
#navigation #main_nav a:active {
	color: White;
	background-color: #515b53;
	border-right: #368858 3px solid;
	font-weight: bolder;
}
#navigation #main_nav a.auswahl {
	color: White;
	background-color: #515b53;
	border-right: #368858 3px solid;
	font-weight: bolder;
}
#navigation #main_nav p {
	text-align: right;
}
#navigation #main_nav ul {
	margin-top: 10px;
/*	direction: rtl; */
	text-align: right;
}
#navigation #main_nav ul li {
	display: inline;
	margin-bottom: 8px;
/*	list-style-image: url("images/li_pfeil_rtl.png"); */
}
#navigation #main_nav ul li:hover {
/*	list-style-image: url("images/li_pfeil_rtl_hover.png"); */
}
ul#nav_02 {
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: 88px;
}
ul#nav_02 li {
	display: inline;
	background: url("images/pfeil_re.png") 0px 2px no-repeat;
	padding: 0 15px;
}
ul#nav_02 li a {
	color: #BEBCB5;
	text-decoration: none;
}
ul#nav_02 li a:hover {
	color: red;
}
ul#nav_02 li a.auswahl {
	color: #368858;
	border-bottom: 1px solid #368858;
	font-weight: bolder;
}
#content {
	width: 100%; /*IE6*/
	overflow: auto;
}
#content a {
	color: red;
}
#content a[rel=extern]:after { 
	content: " " url("images/link_extern.png");
}
#content #content_main {
	width: 370px;
	background: #e3e3e3;
	padding: 20px;
	float: left;
	margin-top: 14px;
}
#content #content_main_turnier {
	width: 370px;
	background: #e3e3e3;
	padding: 20px;
	float: left;
	margin-top: 14px;
}
#content #content_main_karl {
	width: 370px;
	background: White;
	border: thick;
	border-color: Black;
	border-style: double;
	padding: 20px;
	float: left;
	margin-top: 50px;
}
#content #content_main img {
        width: 100px;
	position: relative;
	border: none;
	padding: 10px;
	left: 10px;
	right: 10px;
	top: 10px;
	border-bottom-width:thin;
}
#content #content_main_turnier img {
	position: relative;
	border: none;
	padding: 20px;
	left: 15px;
}
#content #content_main p {
	margin: 0px 0px 5px 0px;
	padding: 0px 45px;
}
#content #content_main h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px 45px;
}
#content #content_supp {
	float: right;
	width: 150px;
	margin-top: 14px;
}
#content_supp .teaserbox, #content_supp .normalbox {
	padding: 20px;
	margin-bottom: 10px;
}
#content #content_supp .teaserbox {
	background: #515b53 url("images/teaser_bg.png") repeat-x;
	color: white;
}
#content #content_supp .teaserbox p {
	margin: 0;
	text-align: left;
}
#content #content_supp .teaserbox h1 {
	font-size: 100%;
	color: Yellow;
	padding-top: 5px;
}
#content #content_supp .teaserbox h2 {
	font-size: 110%;
	color: #ffa200;
}
#content #content_supp .teaserbox h3 {
	text-decoration: none;
	font-size: 110%;
}
#content #content_supp .teaserbox h4 {
	font-size: 80%;
	color: Yellow;
}
#content #content_supp .teaserbox h5 {
	font-size: 100%;
	padding-top: 5px;
}
#content #content_supp .teaserbox .fett {
	font-weight: bold;
	color: #000000;
}
#content #content_supp .teaserbox .preis {
	font-size: 150%;
	font-weight: bold;
	text-align: right;
}
#content #content_supp .normalbox {
	background: #e3e3e3;
	color: #001b5e;
}
#footer {
	clear: both;
	border-top: 1px dotted gray;
}
#footer .admin {
	float: left;
	display: inline;
	background: url("images/pfeil_re.png") 0px 2px no-repeat;
	padding: 0 10px;
}
/* #footer .counter {
	float: right;
	display: inline;
	padding: 0 10px;
} */
#footer a {
	color: #BEBCB5;
	text-decoration: none;
}
#footer a:hover {
	color: red;
}
#footer a.auswahl {
	color: red;
	border-bottom: 1px solid black;
	font-weight: bolder;
}
