/* 
  Titel: SG Flensburg Handewitt - CSS Stylesheet (Introseite)
  Autor: Torben Hansen, Skyfillers GmbH
  Datum: 11.09.2007
*/

/************************************************************/
/* Formatierungen	Seite         									          */
/************************************************************/
body {
	margin: 0;
	padding: 0;
  text-align: center;
  height: 100%;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #000000;
  background-color: #000000;
  background-image: url(../gfx/bg-site.gif);
	background-repeat: repeat-x;
}

/************************************************************/
/* Formatierungen	Layer                                     */
/************************************************************/
#format {
  width: 860px;	
}

#intro-content-container {
	width: 860px;
	height: 496px;

  background-image: url(../gfx/bg-intro-neu.jpg);
	background-repeat: repeat-x;
}

#content-intro {
  position: absolute;
	text-align: left;

	top: 420px;
	left: 550px;
}

#animation {
  position: absolute;
	text-align: left;

	top: 260px;
	left: 1px;
}

#intro-sponsoren {
	width: 761px;
	height: 100px;

	padding: 6px 0 0 99px;
	
	text-align: left;
  background-image: url(../gfx/bg-intro-sponsoren.gif);
	background-repeat: no-repeat;
}

#bottom-intro {
	width: 860px;
	padding: 2px 0 0 0;

	background-color: #303030;
	height: 30px;
}

#copyright {
	font-size: 12px;
}

/************************************************************/
/* Formatierungen	Sprachmenu                                */
/************************************************************/

/* Sprachmenu oben - Introtemplate */
#language-intro {
	height: 30px;
	width: 859px;
	background-color: #FFFFFF;
	text-align: left;
	padding: 35px 0 0 0;

  background-image: url(../gfx/bg-language.gif);
	background-repeat: repeat-x;
}

#language-intro ul {
  padding: 9px 0 0 6px;
  margin: 0; 
  list-style: none;
}

#language-intro li {
	float: left;
  list-style: none;
	padding: 0 5px 0 0 ;
}

/* Sprachmenu - Introtemplate */

#language2 {
  position: absolute;
	text-align: left;
	top: 350px;
	left: 620px;
}

#language2 h1 {
  background-image: url(../gfx/bg-h1-language.gif);
	background-repeat: no-repeat;
	width: 177px;
	height: 21px;
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	margin: 0;
	padding: 2px 0 0 30px;
}

#language2 ul {
  margin: 6px 0 0 0;
  padding: 0 0 0 25px; 
  list-style: none;
	color: #9E9DA0;
}

#language2 li {
	float: left;
  list-style: none;
	color: #9E9DA0;
	padding-left: 5px;
}

#language2 li a{
	color: #9E9DA0;
	text-decoration: none;
}

#language2 li a{
	color: #9E9DA0;
	text-decoration: underline;
}

#menu-bottom {
	float: left;
	color: #838383;
	font-size: 9px;
	text-align: left;
}

#menu-bottom ul {
  list-style: none;
	color: #838383;
	margin: 0;
	padding: 0;
}

#menu-bottom li {
	float: left;
  list-style: none;
	color: #838383;
	margin: 0;
	padding: 0;
}

#menu-bottom a {
	color: #838383;
	text-decoration: none;
}

#menu-bottom a:hover {
	color: #838383;
	text-decoration: underline;
}

/************************************************************/
/* Formatierungen	Sprachmenu                                */
/************************************************************/
table.newslist-topnews {
  background-image: url(../gfx/bg-topnews.gif);
	background-repeat: no-repeat;
	
	padding: 0 0 0 25px;
}




