/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	line-height: 1.4em;		
}
p {
	padding:0;
	margin:0;
}
h2 {
	font-size: 120%;
	line-height: 1.5em;
}
#wrap {
	width: 948px;
	height: 626px;
	position: absolute;
	left: 50%;
	top:50%;
	margin-left: -475px;
	margin-top: -318px;
	overflow: hidden;
	vertical-align:middle;
	border:1px solid #000000;
	background-color:#906b4a;	
}
#header {
	clear:both;
	width:948px;
	height:113px;
	background-color:#906b4a;		
}
#logo {
	width:272px;
	height:63px;
	float:left;
	padding-top:50px;
	padding-left: 55px;
	background-color:#906b4a;	
	background-image:url(/Styles/starsandfriends/Images/header_verlauf_vertikal.gif);
	background-repeat:no-repeat;
	background-position:top right;	
}
#navi {
	width:551px;
	height:44px;
	float:right;
	padding-left:59px;
	background-color:#906b4a;	
}
#navi_verlauf {
	clear:both;
	width:948px;
	height:14px;
	background-image:url(/Styles/starsandfriends/Images/header_verlauf.gif);
	background-repeat:repeat-x;
	font-size:2px;
}
#content_left {
	background-color:#d2d2d2;
	height:296px;
	width:204px;
	float:left;
	padding:50px 0 0 28px;
}
#content_right {
	background-color:#d2d2d2;
	height:320px;
	width:626px;
	float:right;
	padding: 26px 0 0 90px;
}
#content_verlauf {
	clear:both;
	width:948px;
	height:15px;
	background-image:url(/Styles/starsandfriends/Images/content_verlauf_unten.gif);
	background-repeat:repeat-x;
	font-size:2px;
}
#footer {
  clear:both;
	width:948px;
	height:110px;
	color:#FFFFFF;
	background-color:#906b4a;	
}
#footer_left {
	float:left;
	width:277px;
	height:90px;
	padding:20px 0 0 28px;
	color:#FFFFFF;
}
#footer_right {
	float:left;
	width:463px;
	height:110px;
	padding: 0 18px 0 30px;
}
#footercopy {
  clear:both;
  text-align:center;
  color:#fff;
}
#footercopy a,  #footercopy a:link, #footercopy a:visited {
    color:#fff;
    text-decoration:none;
}
#footercopy a:hover {
    text-decoration:underline;
}




#navi #sprachwahl {
	height:69px;
	text-align:right;
	padding: 0 7px 0 0;
}

#navi ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*float:right;*/
}
#navi li {
	float:left;
	display:block;
}
#navi li, #navi li a {
  height: 44px;
}
#navi li a {
	text-decoration:none;
}
#navi li a span {
	visibility:hidden;
}
#navi li#navstart {
  width: 81px;
}
#navi li#navvision {
  width: 86px;
}
#navi li#navstars {
  width: 80px;
}
#navi li#navnews {
  width: 79px;
}
#navi li#navsfgroup {
  width: 225px;
}
#navi li#navstart a {
  background: url(/Styles/starsandfriends/Images/btn_start.gif) no-repeat;
	position:absolute;
  width: 80px;
}
#navi li#navstart a:hover, body#globalstart li#navstart a {
  background: url(/Styles/starsandfriends/Images/btn_start_over.gif) no-repeat;
}
#navi li#navvision a {
  background: url(/Styles/starsandfriends/Images/btn_vision.gif) no-repeat;
	position:absolute;
  width: 86px;
}
#navi li#navvision a:hover, body#globalvision li#navvision a {
  background: url(/Styles/starsandfriends/Images/btn_vision_over.gif) no-repeat;
}
#navi li#navstars a {
  background: url(/Styles/starsandfriends/Images/btn_stars.gif) no-repeat;
	position:absolute;
  width: 80px;
}
#navi li#navstars a:hover, body#globalstars li#navstars a {
  background: url(/Styles/starsandfriends/Images/btn_stars_over.gif) no-repeat;
}
#navi li#navnews a {
  background: url(/Styles/starsandfriends/Images/btn_news.gif) no-repeat;
	position:absolute;
  width: 79px;
}
#navi li#navnews a:hover, body#globalnews li#navnews a {
  background: url(/Styles/starsandfriends/Images/btn_news_over.gif) no-repeat;
}
#navi li#navsfgroup a {
  background: url(/Styles/starsandfriends/Images/btn_sfgroup.gif) no-repeat;
	position:absolute;
  width: 225px;
}
#navi li#navsfgroup a:hover, body#globalsfgroup li#navsfgroup a {
  background: url(/Styles/starsandfriends/Images/btn_sfgroup_over.gif) no-repeat;
}