/**
 * @style       Standard-Layout
 * @media       screen
 * @filename    style.css
 * @version     3.0
 * @author      Yannic Glowitz
 * @copyright   Yannic Glowitz, http://www.yannicglowitz.de
 * @last change 2009-08-10
**/

/* Allgemeine Informationen */
html, body {
        margin: 0;
        padding: 0;
}

body {
        font-family: Arial, Verdana, 'Trebuchet MS', Helvetica, sans-serif;
        font-size: .75em;
        background: url(http://www.osc-tennis.de/_images/tennis_court.jpg) center top fixed #F3E2D8;
}

#wrapper {
	margin-bottom: 20px;
}

#container {
        width: 960px;
        color: #000;
        margin: 35px auto;
}

#container a {
        color: #E00033;
}

#container a:hover {
        color: #C94043;
        text-decoration: none;
}

abbr {
        cursor: help;
}

p {
        line-height: 1.7em;
}

ul li {
		list-style-type: circle;
}

ul {	margin-left: 20px;
		padding-left: 0;
		list-style-position: inside;
}



h3, h4 {
        color: #000;
        font-weight: 400;
}

h3 {
        font-size: 1.5em;
}

h4 {
        font-size: 1.3em;
        margin-top: 30px;
}

h5 {
}

h6 {
}

#main {
        background: /*url(../_images/bg_main.gif) center top repeat-y*/;
        margin-top: 0;
        margin-bottom: 0;
        height: 100%;
}

#header {
	width: 960px;
	background: #FFF;
	height: 90px;
	line-height: 90px;
	margin-bottom: 0px;
}

#header img {
	margin: 15px;
}

#header h1 {
	color: #E00033;
	font-size: 1.8em;
	letter-spacing: -1px;
}


#header a, #header img {
	border: 0;
}

#leftbox {
        float: left;
        width: 540px;
        padding: 20px;
        padding-bottom: 30px;
        line-height: 1.7em;
		margin-bottom: 0px;
		margin-top: 10px;
	background: #FFF;
}

/* Sidebar rechts */
#sidebar {
        float: right;
        width: 330px;
        margin-top: 10px;
		padding: 20px;
		margin-left: 0;
		background: #FFF;
}

#sidebar .box {
        width: 330px;
        margin-top: 10px;
		background: #FFF;
		margin-right: 40px;
		padding: 20px;
		margin-left: -20px;
}

#sidebar .box_fullwidth {
	padding: 0;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 10px;
	background: #FFF;
}

#sidebar h2 {
        margin: 0;
        padding: 0;
        line-height: 16px;
        font-size: 1.1em;
}

#sidebar .box_fullwidth a img {
	border: 0 !important;
}

#sidebar h2#news {
        background: url(../_images/bg_news.gif) no-repeat;
        padding-left: 20px;
        margin-top: 0;
}

#sidebar h2#suche {
        background: url(../_images/bg_suche.gif) no-repeat;
        padding-left: 20px;
        margin-bottom: 10px;
}

#sidebar h2#wetter {
        background: url(../_images/wolken_bg.gif) no-repeat;
        margin-top: 5px;
        padding-left: 20px;
}

#sidebar h2#ideen {
        background: url(../_images/idee_bg.gif) no-repeat;
        margin-top: 30px;
        padding-left: 20px;
}

#sidebar h2#events {
        background: url(../_images/calendar.png) no-repeat;
        margin-top: 5px;
        margin-left: 15px;
        padding-left: 20px;
}

#sidebar h2#erreichen {
        background: url(../_images/telephone.gif) no-repeat;
        padding-left: 20px;
        margin-bottom: 10px;
}

#sidebar h2#login {
        background: url(../_images/key.gif) no-repeat;
        padding-left: 20px;
        margin-bottom: 10px;
}


#sidebar p {
        font-size: 1em;
        line-height: 1.5em;
}
/* ENDE Sidebar rechts */

#leftbox h3 {
        margin: 0;
        padding: 0;
}

img.left, img.right {
        padding: 3px;
        border: 1px solid #CCC;
}

img.left {
        float: left;
        margin: 0 10px 10px 0;
}

img.right {
        float: right;
        margin: 0 0 10px 10px;
}

.bold {
        font-weight: 700;
}

.pdf {
        background: url(../_images/bg_pdf.gif) top left no-repeat transparent;
        padding-left: 22px;
}

.active {
	font-weight: 700;
}

address {
        font-style: normal;
}

#main #neuigkeiten {
        margin-top: 30px;
}

.datum {
        color: #9D0000;
}

#footer {
        /*background: #BD1919;
        margin: 0;
        color: #FFF;
        padding: 5px 20px;
        font-size: 1em;*/
		background: transparent;
		color: #FFF;
		font-size: .9em;
		padding: 0;
		margin: 10px 15px;
}

#footer li {
        display: inline;
        margin-right: 20px;
}

#footer a {
        color: #FFF;
        text-decoration: none;
}

#footer a:hover {
        color: #FFF;
        text-decoration: underline;
}
/* ENDE Allgemeine Informationen */

/* Hauptnavigation */
#navi-box ul {
        float: left;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
		margin-left: 0;
  /*      border-top: 1px solid #FFF;*/
        color: #FFF;
        width: 100%;
        background: #B30004 url(../_images/bg_navi_neu.png) repeat-x center;
		text-transform: uppercase;
		font-weight: 700;
 }

#navi-box ul li {
        display: inline;
}

#navi-box ul li a {
        padding: .5em 2.3em;
        background: #B30004 url(../_images/bg_navi_neu.png) repeat-x center;
        color: #FFF;
        text-decoration: none;
        float: left;
        /*border-right: 1px solid #FFF;*/
}

#navi-box ul li a:hover {
        background: #C84043;
        color: #FFF;
}
/* ENDE Hauptnavigation */

/* Subnavigation */
#sub-navi-box ul {
        padding-left: 0;
        margin-top: 0;
        float: left;
        width: 100%;
        background: #FFF;
        margin-bottom: 0;
        margin-left: 0;
}

#sub-navi-box ul li {
        display: inline;
}

#sub-navi-box ul li a {
        padding: .5em 1em;
        background: #FFF;
        color: #E00033;
        text-decoration: none;
        float: left;
        margin-left: 10px;

}

#sub-navi-box ul li a:hover {
        background: #FFF;
        color: #A71919;
}
/* ENDE Subnavigation */

/* große Überschriften in Kasten */
#rubric {
        background: #b91e1e /*url(../_images/bg_rubric.jpg) no-repeat*/;
        clear: left;
        border-top: 1px solid #FFF;
        margin: 0;
}

#rubric h2 {
        font-size: 1.45em;
        font-weight: 400;
        color: #FFF;
        margin: 0;
        padding: 0;
        line-height: 40px;
        padding-left: 20px;
		text-transform: uppercase;
		letter-spacing: -.05em;
}

#rubric h2 a {
        color: #FFF;
        text-decoration: underline;
}

#rubric h2 a:hover {
        color: #FFF;
        text-decoration: none;
}
/* ENDE große Überschriften in Kasten */

/* Mitgliedsbeiträge */
table {
        border: 1px solid #444;
        border-collapse: collapse;
        width: 100%;
        text-align: left;
}

th, td {
          border: 1px solid #444;
          padding: .3em .4em;
          vertical-align: top
}

th {
        background: #EAEAEA;
        color: #444;
}

th.zahl, td.zahl {
        text-align: center;
}
/* ENDE Mitgliedsbeiträge */

/* Clearen der floats */
.clearb {
        clear: both;
        line-height: 0;
}

.clearl {
        clear: left;
        line-height: 0;
}

.clearr {
        clear: right;
        line-height: 0;
}
/* // Clearen der floats */

/* Box für Downloads */
#downloadbox {
        margin-top: 30px;
        background: #F1F1F1;
        padding: 15px;
        border: 1px solid #9D0000;
}

#downloadlist {
        list-style-type: none;
        margin-left: 0;
        padding-left: 0;
}
/* ENDE Box für Downloads */

/* Neuigkeiten */
.newscontainer {
        margin-bottom: 35px;
        line-height: normal;
}

.newscontainer img {
        float: left;
        margin: 0 15px 15px 0;
        border: 1px solid #CCC;
        padding: 3px;
}

#leftbox h3 {
    margin-bottom: 20px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.overviewheading {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
        font-weight: 700;
        color: #FFF;
        /*background: #B30004 url(../_images/bg_navi.png) repeat-x center;*/
        text-transform: uppercase;
        padding: 8px 20px !important;
        width: 100%;
        margin-left: -20px !important;
        line-height: normal;
		padding-top: 5px;
		padding-bottom: 5px;
}

.details {
        margin-top: 10px;
        font-size: .9em;
        font-style: italic;
}

.rubricheading {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.2em;
        font-weight: 700;
        color: #444;
}

.artikelnavi {
        padding-top: 10px;
        border-top: 1px solid #CCC;
        margin-top: 0;
}

div.newscontainer ul li {
        margin-left: 15px;
}

#filterung {
        margin: 0 auto 30px 0;
}

#filterung a {
        padding: 0 5px;
        border-right: 1px solid #444;
        text-decoration: none;
        font-weight: 700;
}

#filterung a.start {
        padding-left: 0;
}

div.pager {
        margin-bottom: 10px;
}

div.pager > a {
        font-weight: 400;
}

div#container div#main div#sidebar h3.overviewheading {
        background: transparent;
        color: #E00032;
        font-size: 1em;
        text-transform: none;
        margin-bottom: 0;
        margin-top: 10px;
}

div#container div#main div#sidebar div.newscontainer {
        background: transparent;
        font-size: .9em;
        line-height: 1.5em;
        margin-bottom: 10px;
        margin-top: 0;
}

div#container div#main div#sidebar div.newscontainer ul li {
        margin-left: 0;
        padding-left: 0;
}

div#container div#main div#sidebar div.newscontainer ul {
        margin-left: 0;
        padding-left: 30px;
}

div#container div#main div#sidebar div.newscontainer p.details {
        margin-top: 0;
        margin-bottom: 5px;
        font-style: normal;
        font-size: 1em;
        font-weight: 700;
}

div#leftbox div.newscontainer {
        line-height: 1.5em;
}

div#container div#main div#sidebar div.newscontainer img {
        display: none;
}
/* // ENDE Neuigkeiten */

/* Meldungen */
table.ak {
        width: 155px;
        margin-right: 15px;
        float: left;
}

table.ak thead th {
        background: #9D0000;
        color: #FFF;
}

table.ak td.nr {
        width: 20px;
        text-align: center;
}

table.ak th, table.ak td {
        padding: .2em;
}

table.ak td {
        background: #F5F5F5;
}
/* ENDE Meldungen */

/* Kasten "OSCer" */
#oscerteaser {
		background: #F8F8F8;
		border-top: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		margin-bottom: 15px;
		margin-left: -20px !important;
		margin-right: -20px !important;
		margin-top: 0 !important;
		padding: 20px;
}

#oscerteaser p {
        line-height: normal;
}
/* ENDE Kasten "OSCer" */

#suche {
		 margin-top: 30px !important;
}

/* Neuigkeiten auf der Startseite */
#index h3 {
	color: #e00032;
	padding-top: 20px !important;
	background: transparent;
	text-transform: none;
	font-size: 1.1em;
	margin-bottom: 0;
	padding-bottom: 0;
}

#index .newscontainer img {
	display: none;
}

#index .newscontainer, #index .overviewheading {
	margin: 0;
	padding: 0;
	line-height: 1;
}

#index .newscontainer {
	margin-bottom: 10px;
}

#index .newscontainer {
	border-bottom: 1px dashed #CCC;
	padding-bottom: 15px;
}

#index .overviewheading {
	margin-top: 0;
	padding-top: 0;
}

#index .details {
	margin-top: 10px !important;
}
/* ENDE Neuigkeiten auf der Startseite */

/* Login (Home) */
.bname, .pwort {
	width: 180px;
    border: 1px solid #444;
}

/*.absenden {
	border: 1px solid #444;
}*/

.suchbutton, .absenden {
	font-size: .9em;
}

.suchbutton {

}

#loginindex, .absenden {
	margin-top: 10px;
}

.suchfeld {
	border: 1px solid #444;
}
/* ENDE Login (Home) */	

/* Wetter */
#sidebar table, #sidebar tr, #sidebar td {
	border: 0;
}

#sidebar table {
	margin-top: 15px;
	margin-left: 0;
	padding-left: 0;
}

#sidebar td, #sidebar tr {
	padding: 0;
	margin: 0;
}
/* ENDE Wetter */

.searchhighlight {
	color: red; 
	font-weight: 700;
}

#leftbox .message {
	margin-top: 20px;
}

#sidebar label {
	font-size: .9em;
}

#sidebar #bname_feld, #sidebar #pwort_feld {
	width: 130px;
}

.absenden {
	margin-left: 77px;
}

#breadcrumb {
	font-size: .9em;
	margin-bottom: 10px;
}

#imageholder {
	background: #FFF;
	width: 960px;
	margin: 0;
	clear: left;
}

#searchbar {
	background: #FFF;
	width: 100%;
}

/*#index_alle #leftbox h3:first-child {
	display: none;
}
*/
#teaser-text {
	background: url(http://www.osc-tennis.de/_images/asd.png) no-repeat top center;
	width: 484px;
	height: 275px;
	margin: 0;
	padding: px;
	float: right;
}

#index-window {
		background: #FFF;
	width: 960px;
	margin: 0;
}

#twitter_update_list li {
	border-bottom: 1px dashed #CCC;
	padding-bottom: 8px;
	padding-top: 8px;
	list-style-type: none;
}

.box img {border: 0;}
.box a img {
border:0;}