html {
	scrollbar-base-color:		rgb(255,255,255);	/* Basisfarbe */
	scrollbar-3dlight-color: 	rgb(204,204,204); 	/* 3D-Effektfarbe */
	scrollbar-arrow-color:		rgb(204,204,204); 	/* Pfeilfarbe */
	scrollbar-darkshadow-color: rgb(255,255,255); 	/* Schattenfarbe */
	scrollbar-face-color: 		rgb(255,255,255); 	/* Oberfl�chenfarbe */
	scrollbar-highligt-color: 	rgb(204,204,204); 	/* obere und linke Randfarbe */
	scrollbar-shadow-color: 	rgb(204,204,204); 	/* untere und rechte Randfarbe */
	scrollbar-track-color: 		rgb(255,255,255);	/* Farbe f�r freibleibenden Verschiebeweg */
}

body {
	background-color:	rgb(204,204,204);
	margin-top:			6px;
	margin-left:		6px;
	/*max-width:			576px; */
}

body, p, h1, h2, a, a:link, a:visited, a:active, a:hover, td, tr, th, li, caption, input, textarea, select {
	color:				#333333;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
}

iframe, img, table, body.bildleiste {
	margin:		0px;
	pading:		0px;
	border:		0px;
}

a { text-decoration: underline; }
a:link { color:#000000;  }
a:visited { color:#000000; }
a:active { color:##336699; }
a:hover { color:#336699; }

p {
	margin:				0 0 5px 0;
	padding:			0;
	line-height:		16px;
}

ul {
	line-height:		20px;
}

h1 {
	font-size: 			12px;
}

h2 {
	font-size: 			12px;
	font-weight: 		normal;
}

hr {
	color:				#333333;
	height:				1px;
}

table {
	border-collapse: 	collapse;
}
td, th {
	/*border:				1px solid rgb(255,255,255);*/
	padding:			2px 5px;
}
caption {
	font-weight:		bold;
}

table td.left, table th.left {		text-align:	left; }
table td.right, table th.right {	text-align:	right; }
table td.center, table th.center {	text-align:	center; }
table td.top, table th.top {		vertical-align:	top; }

table.tab2 {
	border:				solid 4px #FFFFFF;
	background-color:	#CCCCCC;
	border-spacing:		1px;
	padding:			1px;
}
table.tab2 td, table.tab2 th {
	border:				1px solid rgb(255,255,255);
}
table.tab2 tr /*, table.tab2 td, table.tab2 th*/ {
	background-color: 	#CC9966;
}

table.tab3 th, table.tab3 td {
	border:				0;
}

/* Iframes (Bildleisten */

iframe.rechts {
	float:				right;
	width:				144px;
	height:				100%; /* funktioniert nicht! */
	margin-left:		20px;
}
iframe.unten {
	width:				100%;
	height:				84px;
	margin-top:			20px;
}

/* Bildleistentabelle */

table.bildleiste {
	margin:				0;
	padding:			0;
	border:				0;
	width:				100%;
}
table.bildleiste td {
	margin:				0;
	padding:			0;
	vertical-align:		top;
}
table.bildleiste td.rechts {
	text-align:			right;
}

/* farbliche Hinterlegung von Tabellenzeilen */
table tr.status1, table tr.status4 { background-color: gold; }
table tr.status2, table tr.status3 { background-color: orange; }

/* Punktabzug */
span.P_links, span.P_rechts { background: rgb(255,255,255); padding: 0 2px; }
span.P_links { margin-right: 2px; }
span.P_rechts { margin-left: 2px; }

/* Formularelemente */

input.text {
	background:			rgb(255,255,255);
	/*border:				1px solid #333333;*/
}
input.button {
	background:			rgb(255,255,255);
	cursor:				pointer;
}
input.button:hover {
	cursor:				pointer;
}

/* Listen */

ul.favoriten {
	line-height:		18px;
	list-style-type:	none;
	padding:			0;
	margin:				0;
}
ul.favoriten li {
	vertical-align:		middle;
}
ul.favoriten li input {
	vertical-align:		middle;
	margin-right:		5px;
	width:				13px;
	height:				13px;
}

.meinVerein { font-weight: bold; }

/* News & Mitteilungen */

div.news {
	margin-bottom:		5px;
}
div.news .titel {
	position:			relative;
	background:			rgb(255,204,102);
	padding:			5px 10px;
}
div.news .titel strong {
	font-weight:		bold;
	margin-left:		10px;
}
div.news .titel a {
	position:			absolute;
	top:				5px;
	right:				10px;
	cursor:				pointer;
}
div.news .titel a:hover {
	cursor:				pointer;
}
div.news .inhalt {
	background:			rgb(255,255,255);
	padding:			5px 10px;
}

/* Turnierdetails */

table.ausschreibung td h2 {
	font-weight:		bold;
	text-align:			center;
}
table.ausschreibung th, table.ausschreibung td {
	vertical-align:		top;
}
table.ausschreibung th {
	text-align:			right;
}

