@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------
[Master Stylesheet]

Project:		TSG Wismar e.V.
Version:		1.0
Last change:	14/08/09
Assigned to:	Martin Nowack (mn)
Primary use:	Website
-------------------------------------------------------------------*/

body
{
	margin:0;
	padding:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment:fixed;
	background-image:url(../bilder/layout/bg_body.png);
}

#bg
{
	background-image:url(../bilder/layout/bg_body_stripes.png);
	background-attachment:fixed;
}

#rahmen
{
	width:980px;
	margin:0 auto;
	background-color:#FFF;
	border-left:1px solid #333;
	border-right:1px solid #333;
}

/*############################################
2. Kopf
############################################*/

#kopf
{
	background-image:url(../bilder/layout/kopf.jpg);
	height:150px;
	margin-top:-20px;
}
#logo
{
	width:125px;
	height:125px;
	left:35px;
	top:35px;
	position:relative;
}
#kopf_ticker
{
	width:100%;
	height:130px;
	border-bottom:1px solid #000;
	background:#fff;
	color:#c00;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	clear:both;
	position:fixed;
	top:0px;
	z-index:899;
}

/*############################################
3. Navigation
############################################*/

/* Menüzeile */
#menu { 
	position:relative;
	height:20px;
	background-image:url(../bilder/layout/bg_navi.png);
	font-size:0.9em;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}

#menu ul
{
	list-style-type:none;
	float:left;
	display:block;
	margin: 0;
	padding: 0;
	position:relative;	
}

/* Hauptpunkte */
#menu ul li {
	float:left;
	width: 130px;
	padding:3px 5px;
	color:#FFF;
	position: relative;
}

/* Hauptpunkte:Hover */
#menu ul li:hover
{
	background-image:url(../bilder/layout/bg_s_75.png);
}

/* Hauptpunkte Schrift */
#menu ul li span
{
	cursor:default;
	margin:0px 0px;
	padding-left:10px;
	font-weight:bold;
}

/* Untermenürahmen */
#menu ul li ul
{
	list-style-type:none;
	background-image:url(../bilder/layout/bg_s_50.png);
	margin-top:3px;
	margin-left:-5px;
	position: absolute;
	z-index: 99;
}

/* Untermenüpunkte */
#menu ul li ul li
{
	list-style-type:none;
	border-bottom:1px dotted #666;
	padding:3px 3px;
	padding-left:7px;
	background-image:url(../bilder/layout/bg_s_50.png);
}

/* Untermenüpunkte Erster Eintrag */
#menu ul li ul li:first-child
{
	margin-top:7px;
	border-top:1px dotted #666;
}

/* Untermenüpunkte Links */
#menu ul li ul li a
{
	display:block;
	text-decoration:none;
	color:#FFF;
}

/* Untermenüpunkte Hover */
#menu ul li ul li:hover
{
	background-color:#333;
}

/* Untermenüpunkte Links:Hover */
#menu ul li ul li:hover a
{
	color:#C00;
}

/* Untermenüpunkterahmen 2.Ebene */
#menu ul li ul li ul { 
	position: absolute;
	top: -1px;
	left: 100%;
	margin:0px;
	border-left:1px dotted #666;
}

/* Untermenüpunkte 2.Ebene Erster Eintrag */
#menu ul li ul li ul li:first-child
{
	margin-top:0px;
	border-top:1px dotted #666;
}

/* Untermenüpunkte 2.Ebene Links bei Hover über Menüpunkt 1.Ebene*/
#menu ul li ul li:hover ul li a
{
	color:#FFF;
}
/* Untermenüpunkte 2.Ebene Links bei Hover über Menüpunkt 2.Ebene*/
#menu ul li ul li ul li:hover a
{
	color:#C00;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {
	display: none;
} 

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;
}

/*############################################
4. Inhalt
############################################*/

#inhalt
{
	overflow:hidden;
	clear:both;
}

	#inhalt_li
	{
		width:490px;
		float:left;
		padding-bottom:9999px;
		margin-bottom:-9999px;
	}
	
	#inhalt_re
	{
		width:490px;
		float:right;
		padding-bottom:9999px;
		margin-bottom:-9999px;
	}

		#social
		{
			text-align:center;
			background-color:#eee;
		}
		
			#social img
			{
				padding:8px;
			}

		#ticker
		{
			 text-align:center;
			 position:relative; 
			 color:#C00;
			 margin:2px;
			 border:1px #C00 dotted;
		}
		
		#spiele_we
		{
			background:#eee;
			font-size:0.8em;
			padding:10px;
		}

#team_navigation
{
	border:1px #CCC solid;
	background-color:#eee;
	padding:10px;
	margin:10px;
}

/*############################################
5. Fusszeile
############################################*/

#fuss
{
	width:100%;
	text-align:center;
	margin-top:10px;
	clear:both;
	position:fixed;
	bottom:0px;
	z-index:99;
}
	#fussinhalt
	{
		width:980px;
		margin:0 auto;
		background-image:url(../bilder/layout/bg_s_75.png);
		color:#fff;
		text-align:center;
		font-size:0.8em;
		padding:5px 0;
		border-top:1px #fff dotted;
		font-weight:bold;
	}

/*############################################
6. Login
############################################*/

#login {
	width: 100%;
	color: white;
	background: #1E1E1E;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
}

	#login .loginContent {
		width: 750px;
		height: 40px;
		margin: 0 auto;
		padding-top: 15px;
		font-size: 0.8em;
	}
	
	
/*============================================================================================*/
/*============================================================================================*/
/*=======                                                                              =======*/
/*=======                                                                              =======*/
/*============================================================================================*/
/*============================================================================================*/


/* [Ausrichtungen] */
.left
{
	text-align:left;
}
.right
{
	text-align:right;
}
.center
{
	text-align:center;
}
.bold
{
	font-weight:bold;
}

/* [Größen] */
.small
{
	font-size:0.8em;
}

/* [Links] */

a
{
	color:#C00;
}
a img 
{
	border:0px;
}
a:hover
{
	color:#333;
}

/* [Überschriften] */

.headline
{
	padding:10px 0px;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
}

/* Klasse für den close-button */
.closer
{
	position:absolute;
	right:0;
	top:0;
	padding:5px 5px 0 0;
	border:0px;
	z-index:900;
	cursor:pointer;
	width:13px;
	height:13px;
	background-image:url(../bilder/close.png);
	background-position:center;
	background-repeat:no-repeat;
}
.closer:hover
{
	background-image:url(../bilder/close_hover.png);
}


/*####################################
News
####################################*/
#news
{	
	padding:0px 20px;
}

/* [Kommentare] */

.news_kommentare
{
	width:95%;
	color:#333;
	padding:10px;
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:5px;
	border-bottom:1px dotted #999;
	border-top:1px dotted #999;
}
.slider
{
	cursor:pointer;
}
.news_kommentare img
{
	margin: 2px 2px -4px -2px;
	border:0px;
}

.news_kommentar
{
	width:95%;
	background-color:#EEE;
	color:#333;
	padding:10px;
	margin-bottom:5px;
	position:relative;
}

.news_kommentar_admin
{
	position:absolute;
	right:0;
	top:0;
	padding:10px 10px 0 0;
	border:0px;
}

#news_kommentar_formular
{
	width:95%;
	background-color:#EFEFEF;
	color:#333;
	padding:10px;
	margin-bottom:5px;
}

#news_kommentar_formular input,#news_kommentar_formular textarea
{
	border:1px solid #999;
}

/*####################################
News Startseite
####################################*/
.news_bild
{
	background-image:url(../bilder/layout/start.jpg);
	height:333px;
	width:490px;
	margin-bottom:-76px;
}
.news_admin
{
	position:absolute;
	right:0;
	top:0;
	padding:5px 5px 0 0;
	border:0px;
	z-index:900;
}
.nachricht
{
	background-image:url(../bilder/layout/bg_s_75.png);
	padding:8px;
	color:#FFF;
	cursor:pointer;
	margin-bottom:1px;
	height:60px;
	position:relative;	
}

.nachricht p
{
	margin:0;
	padding:0;
}

.nachricht:hover
{
	background-image:url(../bilder/layout/bg_w_50.png);
	color:#333;
}

#news_teaser_overlay
{
	background-image:url(../bilder/layout/bg_s_50.png);
	z-index:1000;
	position:absolute;
}

/*####################################
Admin
####################################*/
#admin
{
	width:80%;
	margin:0 auto;
}

/*####################################
Bildergalerie
####################################*/

#gallery
{
	width:980px;
	text-align:center;
	margin:0 auto;
}

#gallery img
{
	border:1px solid #CCC;
	padding: 2px;
}
