/*
:link = für Verweise zu noch nicht besuchten Seiten
:visited = für Verweise zu bereits besuchten Seiten
:focus = für Elemente, die den Fokus erhalten, z.B. durch "Durchsteppen" mit der Tabulator-Taste (CSS 2.0)
:hover = für Elemente, während der Anwender mit der Maus darüber fährt (CSS 2.0)
:active = für gerade angeklickte Elemente 
*/

body, td {
	font-family: verdana;
	/*color: #10424A;*/
	color: #313131;
}

body {
	background-color: #F2F2F2; /* Hintergrundfarbe für die Bereiche außerhalb der Seite */
	height: 100%;
	margin: 0px;
	font-size:0.8em;
	behavior: url('js/csshover.htc');
/*	Scrollbars lassen sich per CSS nur im IE anpassen.
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #808080;
	scrollbar-track-color: #808080; */
/*Standard Scrollbars*/
	/*
	scrollbar-face-color: ThreeDFace !important;
  	scrollbar-shadow-color: ThreeDDarkShadow !important;
  	scrollbar-highlight-color: ThreeDHighlight !important;
  	scrollbar-3dlight-color: ThreeDLightShadow !important;
  	scrollbar-darkshadow-color: ThreeDDarkShadow !important;
  	scrollbar-track-color: Scrollbar !important;
  	scrollbar-arrow-color: ButtonText !important;
  	*/
}

/***** allgemein gültig *****/

    h2 {
        font-size: 1.2em;
        /*color: #10424A;*/
		color: #AD1F1F;
        margin: 0px;
        padding: 0px;
        padding-top: 12px;
    }
    div {
        margin: 0px;
        padding: 0px;
        border: 0px solid blue;
        position: relative; 
    }
    form, ul {
        display:inline;
    }
    img {
        border-width: 0px;
    }
    
	.v_spacer {
		background-image:url(../img/no.gif);
		background-repeat: repeat-y;
		height: 10px;
		clear: left;
	}
	a {
		color: #AD1F1F;
		text-decoration:none;
	}
	a:hover {
		text-decoration:underline;
	}
	a.visited {
		text-decoration:none;
	}
/*****************************/

#container1 {
	text-align: center;
}

#container2 {
	width: 970px;
	margin: 0px auto;
    background-color: #DADADA;
    border-left: 10px solid #FFFFFF;
    border-right: 10px solid #FFFFFF;
}

/***** Header *****/
	#header {
		width: 970px;
		height: 84px;
		background-image:url(../img/h_bg.gif);
	}
	
	#header #h_ntsv {
		background-image:url(../img/h_logo.gif);
		background-repeat:no-repeat;
	    background-position:top center;
	    height: 84px;
	    width: 273px;
		float:left;
		margin-left:6px;
	}
	#header #h_subtitle {
		background-image:url(../img/h_subtitle.gif);
		background-repeat:no-repeat;
	    background-position:top center;
	    height: 84px;
	    width: 358px;
		float:left;
	}
	#header #h_wappen {
		background-image:url(../img/h_wappen.gif);
		background-repeat:no-repeat;
	    background-position:bottom right;
	    height: 84px;
		float:right;
		color: #FFF;
		font-size: 0.9em;
		margin-right:10px;
	}
	#header #h_alles {
		background-image:url(../img/h_transparent.png);
		background-repeat:no-repeat;
	    background-position:top left;
	    height: 84px;
/*		width: 871px;*/
/*		float:right;*/
		color: #FFF;
		font-size: 0.9em;
		margin-right:10px;
		text-align: right;
	}
	a.head {
		color:#FFF;
		text-decoration:none;
	}
/*****************************/

/***** Subnavi *****/
	#subnavi {
		/*left: 200px;*/
		/*width: 100%;*/
		height: 46px;
		background-image:url(../img/subnavi_bg.gif);
		background-repeat:repeat-x;
		background-position:left;
	}
	#subnavi_content {
		position: absolute; /* Wichtig, damit der Inhalt rechtsbündig ausgerichtet werden kann. */
		right: 0px;
		margin-right: 7px;
	}
	.liste {
		height: 100%;
		margin-left:7px;
		float:left;
	}
	#liste_logout {
		/*width: 100%;*/
		height: 100%;
		margin-left:25px;
		float:left;
	}

/*****************************/

/***** Menu1 *****/

    #menu1 {
        left: 0px;
        top: 0px;
        width: 270px;
        float: left;
        margin-bottom: 10px;
    }

    #links {
        margin-left:10px;
        margin-top:10px;
        margin-right:10px;
    }
/*
    #links .line {
        width:250px;
        background-image:url(../img/navi_top_bg.gif);
        background-repeat:repeat-x;
        text-align: left;
        height:41px;
    }
    #links .line h2 {
        margin-left:10px;
    }
	#links .line a {
        margin:0px;
		padding:0px;
		top: 0px;
    }
*/
    .item
    {
        text-align: left;
        width: 250px;
        padding-top: 12px;
    }
    .item a span
    {
        width: 240px;
		height: 50px;
    }
    .item a:link, .item a:visited, .item a:active {
        /*color: #10424A;*/
		color: #313131;
        text-decoration:none;
        font-size: 1.0em;
    }
    .item a:hover {
		color:#AD1F1F;
    }


    .link_group {
        width: 250px;
    }
    .link_group .top {
        background-image:url(../img/navi_top_250.gif);
        background-repeat:no-repeat;
        background-position:top left;
        height: 42px;
        width: 250px;
    }
    .link_group .top h2 {
        color: #AD1F1F;
		/*color: #313131;*/
        margin-left:10px;
        text-align:left;
    }
    .link_group .content {
        width:250px;
        background-color: #FFFFFF;
    }
    .link_group .bottom {
        background-image:url(../img/navi_bottom_250.gif);
        background-repeat:no-repeat;
        background-position: top center;
        height: 14px;
        width:250px;
    }
	.link_spacer {
		background-image:url(../img/no.gif);
		background-repeat: repeat-y;
		height: 10px;
	}
/*****************************/

/***** Login *****/

    .login {
        width: 250px;
        margin-left:10px;
        margin-top:10px;
        margin-right:10px;
    }
    .login .top {
        background-image:url(../img/navi_top_250.gif);
        background-repeat:no-repeat;
        background-position:top left;
        height: 42px;
        width: 250px;
    }
    .login .top h2 {
        margin-left:10px;
        text-align:left;
    }
    .login .content {
        background-image:url(../img/navi_green_bg.gif);
        background-repeat: repeat-x;
        background-position:top left;
        height: 132px;
        width:250px;
    }
    .login .bottom {
        background-image:url(../img/login_bottom_250.gif);
        background-repeat:no-repeat;
        background-position: top center;
        height: 11px;
        width:250px;
    }
    /*
    #login {
        margin-left:10px;
        margin-top:10px;
    }
    #login .line {
        width:250px;
		background-image:url(../img/navi_top_250.gif);
        background-repeat:repeat-x;
        text-align: left;
        height:42px;
    }
	#login .line h2 {
		margin-left: 10px;
	}
    #login .bottom {
        background-image:url(../img/login_bottom_250.gif);
        background-repeat:no-repeat;
        background-position:top left;
        height: 11px;
        width:250px;
    }
    #login .content {
        width:250px;
		height: 132px;
        background-color: #FFFFFF;
        background-image:url(../img/navi_green_bg.gif);
        background-repeat:repeat-x;
        padding-top:0px;
        clear:left;
        text-align: left;
    }
    */
    
    .login #txt_username,
    .login #txt_passwort {
        width: 100px;
        text-align: left;
        float: left;
        margin-top: 12px;
        margin-left: 10px;
		font-size: 1.0em;
		color:#FFFFFF;
    }
    .login #loginUsr,
    .login #loginPw {
        width: 100px;
        margin-top: 12px;
        margin-right: 5px;
        
    }
    .login #submit {
        margin-top: 10px;
        background-color: transparent;
        background-image: url(../img/navi_green_login.gif);
        width: 69px;
        height: 24px;
    }
    .login #password_forgotten {
        width: 100%;
        margin-top: 0px;
        text-align: center;
        font-size: 0.8em;
    }
/*****************************/

#main {
	float: left;
	top: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}

/***** Menü2 *****/
    #menu2 {
        width: 700px;
        text-align: center;
        clear: left;
        margin-top: 10px;
    }
	#menu2 .links {
		width: 500px;
		min-height: 1px; /* Damit der DIV auch die Breite im Firefox hat, falls er leer ist. */
		float: left;
		text-align: left;
	}
	#menu2 .logout {
		width: 200px;
		float: left;
		text-align: right;
	}
    #menu2 .links a,
    #menu2 .logout a {
        font-family: verdana;
        font-size: 1.0em;
        float: left;
        margin-left: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 5px;
        padding-right: 5px;
        text-decoration: none;
        border-top: 1px solid #EEEEEE;
        border-left: 1px solid #EEEEEE;
        border-bottom: 1px solid #BBBBBB;
        border-right: 1px solid #BBBBBB;
        background-color: #EEEEEE;
        color: #333333;
    }
    #menu2 .logout a {
        margin-left: 50px;
        font-weight: bold;
    }
    
    #menu2 .links a:focus,
    #menu2 .links a:hover,
    #menu2 .logout a:focus,
    #menu2 .logout a:hover {
        border-top: 1px solid #BBBBBB;
        border-left: 1px solid #BBBBBB;
        border-bottom: 1px solid #EEEEEE;
        border-right: 1px solid #EEEEEE;
    }
/*****************************/

#content {
	width: 700px;
	top: 0px;
	/*
	height: 625px;
	overflow: auto;
	*/
	font-family: verdana;
	text-align: center;
	/*color: #10424A;*/
	color: #313131;
	clear: left;
}

/***** Table in main-content (für alle gleich) *****/
    
    .box690 {
        width: 690px;
        float: left;
    }
    .box690 .top {
		background-image:url(../img/box_690_top.gif);
        background-repeat:no-repeat;
        background-position:top center;
        height: 42px;
        width: 690px;
    }
    .box690 .top .title {
        float: left;
    }
    .box690 .top .add_title {
        float: left;
        margin-left: 10px;
    }
    .box690 .top h2 {
        /*color: #10424A;*/
		/*color: #313131;*/
        margin-left:10px;
        text-align:left;
    }
    .box690 .content {
        width:690px;
        background-color: #FFFFFF;
    }
    .box690 table {
        width: 690px;
        color: #646464;
        border-collapse: collapse;
    }
    .box690 tr {
        height: 24px;
    }
    .box690 th {
        background-color: #CECECE;
		color:#fff;		
        font-size: 1em;
    }
    .box690 td {
        font-size: 1em;
    }
    .box690 tr.odd {
        background-color: #F0F0F0;
    }
    .box690 .ntsv {
    
    }
    .box690 .bottom {
        background-image: url(../img/box_690_bottom.gif);
        background-repeat: no-repeat;
        background-position: top center;
        
        height: 14px;
        width:690px;
    }
    
    /*.tr_highlight tr:hover {
        background-image:url(../img/table_highlight.gif);
        color: #FFFFFF;
    }*/
    #select_sptag {
        white-space: nowrap;
    }
/*****************************/

#spielbericht {
	position: relative;
	top: 150px;
	left: 225px;
	height: 400px;
	width: 700px;
	background-color: #CCCCCC;
	border: 4px solid blue;
	color: #FFFFFF;
}

#spielbericht .header {
	width: 100%;
	height: 25px;
	background-color: blue;
}



/***** Error Messages *****/
	div.errpadding {
	    padding:0.2em 0 0.2em 30px;
	}
	
	div.bar {
	    width:100%;
	    color:#FFF;
	    font-weight:700;
	    position:fixed !important;
	    position:absolute;
	    bottom:0;
	    left:0;
	    z-index:5;
	}
	
	div.error {
	    background:red url(frown.png) no-repeat 5px 1px;
	}
	
	div.mixed {
	    background:#FC0 url(frown.png) no-repeat 5px 1px;
	}
	
	div.success {
	    background:green url(smile.png) no-repeat 5px 1px;
	}
	
	div.hinweis_row{
		position:fixed !important;
	    position:absolute;
	    text-align:center;
	    width:100%;
	    z-index:5;
	    top:150px;
	}
	div.hinweis_parent{
		margin:auto;
		border: 5px solid #ADADAD;
		width: 350px;
	}
	div.hinweis {
	    color:#FFF;
	    font-weight:700;
	    background-color:red;
	    padding:10px;
	    
	}
	div.text {
	    text-align:left;
	}
	div.schliessen {
	    text-align:right;
	    cursor:pointer;
	}
/*****************************/





/***** Footer *****/

#footer, #footer a {
	clear: left;
	width: 970px;
	background-color: #313131;
    color:#fff;
}

/*****************************/

/***** Team-Ansicht *****/

.spieler_top {
        background-image:url(../img/navi_top_165.gif);
        background-repeat:no-repeat;
        background-position:top center;
        height: 24px;
        width: 165px;
    }
.spieler_content {
		width:165px;
        background-color: #FFFFFF;
	}
.spieler_bottom {
		background-image:url(../img/navi_bottom_165.gif);
        background-repeat:no-repeat;
        background-position: top center;
        height: 14px;
        width:165px;
	}
	
/*****************************/

/***** News *****/
	#breaking_news {
		width: 690px;
		height: 140px;
	}
	#breaking_news_img {
		background-image: url(../img/news.gif);
        background-repeat: no-repeat;
        background-position: left center;
        height: 140px;
        width: 201px;
        float: left;
	}
	#breaking_news_text {
		height:	140px;
		width: 474px;
		float: left;
		background-color: #FFFFFF;
		text-align: left;
		padding-left: 5px;
		overflow:auto;
	}
	#breaking_news_corners {
		height:	140px;
		width: 10px;
		float: left;
		background-color: #FFFFFF;
	}
	#breaking_news_img_or {
		background-image: url(../img/whitebox_ore.gif);
        background-repeat: no-repeat;
		background-position: right top;
        height: 140px;
        width: 10px;
	}
	#breaking_news_img_ur {
		background-image: url(../img/whitebox_ure.gif);
        background-repeat: no-repeat;
        background-position: right bottom;
        height: 140px;
        width: 10px;
	}

	
/*****************************/

/***** Aktuell / Vorschau *****/
	#aktuell_vorschau {
		width: 690px;
		height: 140px;
		float:left;
	}
	#aktuell_vorschau_img {
		background-image: url(../img/aktuell.gif);
        background-repeat: no-repeat;
        background-position: left center;
        height: 140px;
        width: 201px;
        float: left;
	}
	#aktuell_vorschau_text {
		height:	140px;
		width: 474px;
		float: left;
		background-color: #FFFFFF;
		text-align: left;
		padding-left: 5px;
	}
	#aktuell_vorschau_corners {
		height:	140px;
		width: 10px;
		float: left;
		background-color: #FFFFFF;
	}
	#aktuell_vorschau_img_or {
		background-image: url(../img/whitebox_ore.gif);
        background-repeat: no-repeat;
		background-position: right top;
        height: 140px;
        width: 10px;
	}
	#aktuell_vorschau_img_ur {
		background-image: url(../img/whitebox_ure.gif);
        background-repeat: no-repeat;
        background-position: right bottom;
        height: 140px;
        width: 10px;
	}
/*****************************/

/***** box275 (u.a. Geb) *****/
    
    .box275 {
        width: 275px;
    }
    .box275 .top {
        background-image:url(../img/box_275_top.gif);
        background-repeat:no-repeat;
        background-position:top center;
        height: 42px;
        width: 100%;
    }
    .box275 .top .title {
        float: left;
    }
    .box275 .top .add_title {
        float: left;
        margin-left: 10px;
    }
    .box275 .top h2 {
        margin-left:10px;
        text-align:left;
    }
    .box275 .content {
        width:100%;
        background-color: #FFFFFF;
    }
    .box275 .bottom {
        background-image: url(../img/box_275_bottom.gif);
        background-repeat: no-repeat;
        background-position: top center;
        
        height: 14px;
        width:100%;
    }
/*****************************/

/***** box405 (u.a. Mannschaftsfoto) *****/
    .box405 {
        width: 405px;
    }
    .box405 .top {
        background-image:url(../img/box_405_top.gif);
        background-repeat:no-repeat;
        background-position:top center;
        height: 42px;
        width: 100%;
    }
    .box405 .top .title {
        float: left;
    }
    .box405 .top .add_title {
        float: left;
        margin-left: 10px;
    }
    .box405 .top h2 {
        margin-left:10px;
        text-align:left;
    }
    .box405 .content {
        width:100%;
        background-color: #FFFFFF;
    }
    .box405 .bottom {
        background-image: url(../img/box_405_bottom.gif);
        background-repeat: no-repeat;
        background-position: top center;
        
        height: 14px;
        width:100%;
    }
    .box405 .arrow {
        position: absolute;
        bottom: 0px;
        right: 15px;
    }
/*****************************/
/*
.mannschaftsfoto {
    border:1px solid #FFFFFF;
}
*/
    .mannschaftsfoto {
        float: left;
    }
    .mannschaftsfoto .content {
        height: 255px;
        background-image: url(../img/ntsv2_mannschaftsfoto_klein.jpg);
        background-repeat: no-repeat;
        background-position: top center;
    }
    .mannschaftsfoto .lupe {
        position: absolute;
        bottom: 0px;
        left: 15px;
    }
    
    .geburtstage {
        float: left;
        margin-left: 10px;
    }
    .geburtstage .content {
        padding-top: 5px;
    }
    .geburtstage .geb_zeile {
        background-color: #FFFFFF;
        height: 50px;
        margin-left: 5px;
        margin-right: 5px;
        padding: 5px;
    }
    .geburtstage .geb_datum {
        float: left;
        margin-top: 15px;
        width: 50px;
        text-align: left;
    }
    .geburtstage .geb_bild {
        float: left;
        margin-left: 5px;
        margin-right: 5px;
        width: 70px;
    }
    .geburtstage .geb_nicht_heute {
        background: transparent url(../img/bild_layer.png) repeat;
        position: absolute;
        top: 3px;
        left: 5px;
        height: 54px;
        width: 255px;
        z-index: 99;
    }
    .geburtstage .geb_name {
        float: left;
        margin-top: 9px;
        text-align: left;
    }
    .geburtstage .geb_heute {
        border: 1px solid #AD1F1F;
    }

