/* 
www.bettv.de - CSS Style Sheet
Author: Magnus Kühne
*/


/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

* {
	padding:0;
	margin:0;
}


/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body {
	margin: 25px 0 30px 35px;
	padding: 0;
	background: #333 url("images/bg_body.jpg") repeat-x;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
}	

#container {
	width: 800px;
	background: #fff;
}

#head {
	height: 36px;
	background: url("images/head.jpg") no-repeat;
}

#header {
	padding: 48px 0 0 290px;
	height: 26px !important; 
	height /**/:74px; /* for IE5/Win only */
	background: #c40000 url("images/logo.gif") no-repeat;
}
	
#content {
	margin: 0 0 0 235px;
	padding: 35px 0 30px 0;
	width: 530px;
}

#sidebar {
	float: left;
	padding: 35px 0 30px 0;
	width: 200px;
}

#footer {
	position: relative;
	clear: both;
	background: #333;
	border-top: 3px solid #c40000;
	text-align: right;
}


/*-----------------------------------------------------------------------------------------------
  Text Formatting
-----------------------------------------------------------------------------------------------*/
	
#content p, #content ul, #content ol {
	font-size: 1em;
	line-height: 1.333em;
	margin-bottom: 1.333em;
}
#content ul, #content ol {
	margin-left: 2em;
}
#content table {
	margin-bottom: 1.333em;
}
#content table td {
	font-size: 12px;
	line-height: 16px;
}

#content p.teaser {
	font-weight: bold;
}

a {
	color: #0A4BB6;
}
a:link, a:visited, a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}	
a img {
	border: 0;
}
h2 a {
	color: #000;
}
h2 a:link, h2 a:visited, h2 a:active {
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}

h1, h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}

h1 {
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 0 0 1em 0;
}

h2 { 
	font-size: 1.1667em;
	line-height: 1.143em;
	padding-top: 0.457em;
	margin-bottom: 0.686em;
}

h3 {
	font-size: 1.08333em;
	line-height: 1.231em;
	margin: 0 0 1.231em 0;
}

h4 {
	font-size: 1.08333em;
	line-height: 1.231em;
}

h5 {
	font-size: 0.91667em;
	line-height: 1.5454em;
	margin-bottom: 1.1818em;
	color: #808080;
	font-weight: normal;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

h6 {
	font-size: 0.8333em;
	line-height: 1.6em;
	margin-bottom: 1.2727em;
	text-transform: uppercase;
	font-weight: bold;
}

h3.trenner {
	border-top: 1px solid #ddd;
	padding-top: 0.5em;
}
h3.admin {
	padding-bottom: 3px;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 8px;
}
	

/*-----------------------------------------------------------------------------------------------
  Navigation
-----------------------------------------------------------------------------------------------*/

#nav {
	margin: 0;
	padding: 0;
	height: 26px;
	list-style: none;
	display: inline;
	overflow: hidden;
}
#nav li {
	margin: 0; 
	padding: 0;
     list-style: none;
	display: inline;
}
#nav a {
	float: left;
	padding: 26px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:26px; /* for IE5/Win only */
}
#nav a:hover {
	background-position: 0 -26px;
}
#nav a:active, #nav a.selected {
	background-position: 0 -26px;
}

#startseite a  {
	width: 83px;
	background: url(images/startseite.gif) top left no-repeat;
}
#news a  {
	width: 57px;
	background: url(images/news.gif) top left no-repeat;
}
#spielbetrieb a  {
	width: 97px;
	background: url(images/spielbetrieb.gif) top left no-repeat;
}
#service a  {
	width: 66px;
	background: url(images/service.gif) top left no-repeat;
}
#kontakt a  {
	width: 74px;
	background: url(images/kontakt.gif) top left no-repeat;
}
#admin a {
	width: 59px;
	background: url(images/admin.gif) top left no-repeat;
}


/*-----------------------------------------------------------------------------------------------
  Sidebar
-----------------------------------------------------------------------------------------------*/

#sidebar {
	font-size: 0.91667em;
}

#sidebar #unternav {
	margin-left: 20px;
	list-style: none;
	border-top: 1px solid #e5e5e5;
}
#sidebar #unternav li {
	list-style: none;
	border-bottom: 1px solid #e5e5e5;
}

#sidebar, #sidebar #unternav li a {
	color: #646464;
}
#sidebar #unternav li a {
	display: block;
	padding: 5px 0 5px 10px;
	text-decoration: none;
}
#sidebar #unternav li.sub a {
	padding-left: 20px;
	font-size: 0.909em;
}
#sidebar #unternav li a:hover {
	background: #eee;
}
#sidebar #unternav li a.selected {
	color: #de0000;
}


#sidebar .box h2, #sidebar #unternav li h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.909em;
	color: #404040;
	text-transform: uppercase;
}

/* Admin */
#sidebar #unternav li h2 {
	margin: 0;
	padding: 5px 0 5px 3px;
}

/* Startseite */
#sidebar .box {
	margin: 0 0 15px 20px;
	background: #f1f1f1;
}
#sidebar .box h2 {
	line-height: 0.909em;
	margin: 0 0 12px 0;
	padding: 10px 0 0 10px;
	background: url("images/box-top.gif") no-repeat;
}
#sidebar .box .box-bottom {
	height: 15px;
	background: url("images/box-bottom.gif") no-repeat;
}
#sidebar .box ul, #sidebar .box p {
	margin-left: 10px;
	margin-right: 5px;
}

#sidebar ul.downloads, #sidebar ul.termine {
	list-style: none;
}
#sidebar ul.downloads li, #sidebar ul.termine li {
	padding-left: 24px;
	margin-bottom: 5px;
}
#sidebar ul.termine li {
	background: url("images/icons/calendar_day.gif") 0 2px no-repeat;
}
#sidebar p {
	margin-bottom: 16px;
}
#sidebar img {
	margin-left: 20px;
}


/*-----------------------------------------------------------------------------------------------
  Footer
-----------------------------------------------------------------------------------------------*/

#footer p {
	font-size: 0.8333em;
	line-height: 1.8em;
	color: #c0c0c0;
}

#footer a {
	color: #eee;
}
#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


/*-----------------------------------------------------------------------------------------------
  Images
-----------------------------------------------------------------------------------------------*/

img.right {
	float: right;
	margin: 0 0 1.333em 1.333em;
}

img.left {
	float: left;
	margin: 0 1.333em 1.333em 0;
}

img.aufschlag {
	float: right;
	margin: 0 0 0 1.333em;
}

img.icon {
	margin-left: 4px;
}

.preload {
	display: none;
}


/*-----------------------------------------------------------------------------------------------
  Tables
-----------------------------------------------------------------------------------------------*/

table.standard {
	width: 100%;
	table-layout: fixed;
}
table.standard tr.oddcolor {
	background-color: #eee;
}
table.standard tr.head {
	background-color: #808080;
	color: #fff;
}
table.standard td {
	padding: 4px 0;
}

table.partner {
	width: 530px;
	table-layout: fixed;
}
table.partner td {
	padding: 8px 0 28px 0;
	border-top: 1px solid #ddd;
}

table.ligen td {
	border-bottom: 1px solid #ddd;	
}

table.artikel {
	border-bottom: 1px solid #e5e5e5;
}
table.artikel td {
	padding-top: 15px;
	border-top: 1px solid #e5e5e5;
}

table.spielbetriebsaenderung td {
	padding-top: 4px;
	border-top: 1px solid #ddd;
}

table.gesundheitssport td {
	padding-top: 4px;
}
table.gesundheitssport tr.head td {
	border-top: 1px solid #ddd;
}

table.export {
	border: 1px solid #ddd;
}
table.export td {
	padding: 4px 0;
}

table.meinedaten td {
	padding: 3px 0;
}


/*-----------------------------------------------------------------------------------------------
  Forms
-----------------------------------------------------------------------------------------------*/

form input, form select, form textarea {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 2px 0;
}

form textarea {
	font-size: 1em;
	line-height: 1.333em;
	width: 530px;
}

.unitwidth {
	width: 180px;
}
.adminwidth {
	width: 250px;
}
.fullwidth {
	width: 530px;
}


/*-----------------------------------------------------------------------------------------------
  Admin
-----------------------------------------------------------------------------------------------*/

.ok {
	color: #209830;
	background: #EFF7EF url("images/icons/ok.gif") no-repeat 10px 5px;
	border: 1px solid #209830;
	padding: 5px 5px 5px 35px;
}
.error {
	color: #DF1F1F;
	background: #FFE8E0 url("images/icons/error.gif") no-repeat 10px 5px;
	border: 1px solid #DF1F1F;
	padding: 5px 5px 5px 35px;
}

#content #bbcodebox {
	margin: 2px 0 0 0;
}
#bbcodebox {
	padding-left: 5px;
	list-style: none;
	height: 22px;
	border: 1px solid #ccc;
	background: #eee;
}
#bbcodebox li {
	float: left;
	margin: 3px 8px 0 0;
	height: 16px;
}
#bbcodebox li.trenner {
	border-left: 1px solid #909090;
	padding-left: 8px;
}

table.imgbox td.tab_left {
	padding: 5px 10px; 
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #eee;
}
table.imgbox td.tab_right {
	border-bottom: 1px solid #ccc;
}
table.imgbox td.img_content {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #eee;
}


/*-----------------------------------------------------------------------------------------------
  Miscellaneous
-----------------------------------------------------------------------------------------------*/

.vorstand img {
	float: left;
	border: 1px solid #808080;
}
.vorstand .info {
	margin-left: 125px;
}

.clear {
	clear: both;
}

#content ul.staffeln {
	list-style: none;
	margin: 0;
}

#content ol.four-oh-four {
	margin-left: 3em;
	margin-right: 3em;
}
ol.four-oh-four li {
	margin-bottom: 1.333em;
}

.articledate {
	font-size: 0.9166em;
	color: #808080;
}

a.print {
	font-size: 0.91667em;
	line-height: 1.7272em;
}
a.print:link, a.print:visited, a.print:active {
	text-decoration: none;
}
a.print:hover {
	text-decoration: underline;
}
