/* Container */
#root {
	text-align: center;
	height: auto;
}

html>body #root {
	height: auto;
}

#header {
	width: 900px;
	height: 170px;
	margin: 0 auto;
	padding: 0 30px;
	background-image: url(../../imgs/sev/headerbg.png);
	background-repeat: no-repeat;
}

#main {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#footersplitter {
	width: 100%;
	height: 5px;
	margin: 0 auto;
	background-color: #000000;
	overflow: hidden;
}

#footer {
	width: 960px;
	margin: 0 auto;
}


/* Bereich Header */
#languagecontainer {
	width: 310px;
	height: 65px;
	clear: left;
}

#logo {
	width: 310px;
	height: 105px;
	overflow: hidden;
	float: left;
}

#navcontainer {
	width: 590px;
	height: 105px;
	overflow: hidden;
	float: left;
}

/* Bereich Content */
#twitterboxcontainer {
	width: 900px;
	min-height: 130px;
	margin: 0 30px 20px 30px;
	background-image: url(../../imgs/sev/twitterboxbg.png);
	background-repeat: no-repeat;
}

#datescontainer-start, #datescontainer-site {
	width: 900px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#datescontainer-start {
	height: 90px;
	margin: 0 30px 20px 30px;
	background-image: url(../../imgs/sev/datesbg_start.gif);
}

#datescontainer-site {
	height: 90px;
	margin: 0 30px 0 30px;
	background-image: url(../../imgs/sev/datesbg_site.gif);
	background-color: #FFFFFF;
}

#datescontainer-start a.alldatesbutton {
	display: block;
	width: 35px;
	height: 11px;
	margin: 27px 0 0 0;
	background-image: url(../../imgs/sev/datesbox_allarrow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#datescontainer-site a.alldatesbutton {
	display: block;
	width: 35px;
	height: 11px;
	margin: 27px 0 0 0;
	background-image: url(../../imgs/sev/datesbox_allarrow_site.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#datescontainer-start a.alldatesbutton:hover, #datescontainer-site a.alldatesbutton:hover {
	background-position: 0 -11px;
}

#datescontent-left {
	position: relative;
	width: 240px;
	height: 77px;
	padding: 8px 30px 5px 30px;
	float: left;
}

#datescontent-right {
	width: 600px;
	height: 90px;
	padding: 0;
	background-image: url(../../imgs/sev/dateslider_monthcut.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
	float: left;
}

#datescontent-right-site {
	width: 600px;
	height: 90px;
	padding: 0;
	background-image: url(../../imgs/sev/dateslider_monthcut_site.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
	float: left;
}

#datescontainer-start #datescontent-left h3 {
	height: 22px;
	color: #C6FF00;
	font-family: Arial narrow, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
}

#datescontainer-start #datescontent-left h4 {
	height: 18px;
	color: #ffffff;
	font-family: Arial narrow, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
}

#datescontainer-start #datescontent-left h4 a {
	color: #ffffff;
	text-decoration: none;
}

#datescontainer-start #datescontent-left h4 a:hover {
	color: #C6FF00;
}

#datescontainer-site #datescontent-left h3 {
	height: 22px;
	color: #000000;
	font-family: Arial narrow, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
}

#datescontainer-site #datescontent-left h4 {
	height: 18px;
	color: #FF6000;
	font-family: Arial narrow, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
}

#datescontainer-site #datescontent-left h4 a {
	color: #FF6000;
	text-decoration: none;
}

#datescontainer-site #datescontent-left h4 a:hover {
	color: #000000;
}

#datescontent-left a.datesprev-start {
	display: block;
	position: absolute;
	left: 235px;
	top: 12px;
	width: 14px;
	height: 14px;
	background-image: url(../../imgs/sev/datesliderbutton_prev_start.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#datescontent-left a.datesprev-site {
	display: block;
	position: absolute;
	left: 235px;
	top: 12px;
	width: 14px;
	height: 14px;
	background-image: url(../../imgs/sev/datesliderbutton_prev_site.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#datescontent-left a.datesnext-start {
	display: block;
	position: absolute;
	left: 256px;
	top: 12px;
	width: 14px;
	height: 14px;
	background-image: url(../../imgs/sev/datesliderbutton_next_start.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#datescontent-left a.datesnext-site {
	display: block;
	position: absolute;
	left: 256px;
	top: 12px;
	width: 14px;
	height: 14px;
	background-image: url(../../imgs/sev/datesliderbutton_next_site.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#datescontent-left a.datesprev-start:hover, #datescontent-left a.datesnext-start:hover, #datescontent-left a.datesprev-site:hover, #datescontent-left a.datesnext-site:hover {
	background-position: 0 -14px;
}

#matchguide {
	width: 900px;
	height: 197px;
	margin: -35px 30px 5px 30px;
	background-image: url(../../imgs/sev/matchguidebg.png);
	background-repeat: no-repeat;
}

.matchguidegrid {
	width: 300px;
	height: 160px;
	padding: 37px 0 0 0;
	float: left;
}

.matchguidegrid h2 {
	padding: 20px 0 0 30px;
	color: #000000;
	font-family: Arial narrow, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
}

.matchguidegrid h3 {
	width: 90px;
	padding: 0 0 0 30px;
	color: #FF6000;
	font-family: Arial narrow, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
}

.matchguidegrid a.allresultsbutton {
	display: block;
	width: 35px;
	height: 11px;
	margin: 15px 0 15px 30px;
	background-image: url(../../imgs/sev/turnierbox_allarrow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.matchguidegrid a.allresultsbutton:hover {
	background-position: 0 -11px;
}

.matchguidegrid a.allresultstextbutton {
	display: block;
	padding: 0 0 0 30px;
	color: #000000;
	font-family: Arial narrow, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
}

.matchguidegrid a.allresultstextbutton:hover {
	color: #FF6000;
}

.matchguidegrid-resultoutput {
	height: 80px;
	padding: 15px 10px 0 10px;
	clear: left;
}

.matchguidegrid-resultinfo {
	padding: 0 30px;
	clear: left;
}

.matchguidegrid-resultinfo h4 {
	color: #000000;
	font-family: Arial narrow, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 34px;
}

.matchguidegrid-resultinfo a.lastresultinfolink {
	display: block;
	padding: 0 0 0 20px;
	background-image: url(../../imgs/sev/resultinfoarrow.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	color: #FF6000;
	line-height: 16px;
	text-decoration: none;
}

.matchguidegrid-resultinfo a.lastresultinfolink:hover {
	color: #000000;
	background-image: url(../../imgs/sev/resultinfoarrow_hover.png);
}

.matchguidegrid-nextmatchinfo {
	padding: 15px 30px 7px 30px;
	color: #000000;
}

.matchguidegrid-nextmatchinfo h4 {
	padding: 7px 0 0 0;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
}

.matchguidegrid-nextmatchinfo h5 {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
}

.matchguidegrid-nextmatchinfo a {
	display: block;
	width: 100px;
	padding: 10px 0 0 20px;
	background-image: url(../../imgs/sev/newslist_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 13px;
	color: #FF6000;
	line-height: 15px;
	text-decoration: none;
	float: left;
}

.matchguidegrid-nextmatchinfo a:hover {
	background-image: url(../../imgs/sev/newslist_arrow_hover.png);
	color: #000000;
}

.matchguidegrid-nextmachtweather {
	border-top: #DFDFDF 1px solid;
	margin: 10px 30px;
}

.weathercontainer {
	width: 240px;
	padding: 10px 0 0 0;
}

.weatherlocation {
	width: 95px;
	height: 45px;
	margin: 0 10px 0 0;
	overflow: hidden;
	float: left;
}

.weatherlocation h4 {
	color: #000000;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
}

.weatherlocation h5 {
	height: 15px;
	color: #FF6000;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
	overflow: hidden;
}

.weathericon {
	width: 35px;
	height: 35px;
	margin: 0 10px 0 0;
	overflow: hidden;
	float: left;
}

.weathericon img {
	width: 35px;
	height: 35px;
}

.weatherinfo {
	width: 90px;
	height: 45px;
	overflow: hidden;
	float: left;
}

.weatherinfo h5 {
	color: #FF6000;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
}

#newssidebar-lastmatchinfo h4 {
	padding: 0 0 10px 0;
	color: #ffffff;
	font-family: Arial narrow, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
}

#newssidebar-lastmatchinfo a.lastresultinfolink {
	display: block;
	padding: 0 0 0 20px;
	background-image: url(../../imgs/sev/newslist_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	color: #FF6000;
	line-height: 16px;
	text-decoration: none;
}

#newssidebar-lastmatchinfo a.lastresultinfolink:hover {
	color: #ffffff;
	background-image: url(../../imgs/sev/newslist_arrow_hover.png);
}

#newssidebar-nextmatchinfo {
	padding: 0 30px 7px 30px;
}

#newssidebar-nextmatchinfo h4 {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
}

#newssidebar-nextmatchinfo h5 {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
}

#newssidebar-nextmatchinfo a {
	display: block;
	width: 100px;
	padding: 10px 0 0 20px;
	background-image: url(../../imgs/sev/newslist_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 13px;
	color: #FF6000;
	line-height: 15px;
	text-decoration: none;
	float: left;
}

#newssidebar-nextmatchinfo a:hover {
	background-image: url(../../imgs/sev/newslist_arrow_hover.png);
	color: #ffffff;
}

#content {
	width: 840px;
	padding: 10px 20px 40px 20px;
	margin: 0 30px 10px 30px;
	border-left: #000000 10px solid;
	border-right: #000000 10px solid;
	background-image: url(../../imgs/sev/contentbg.png);
	clear: left;
}

#contentheadline {
	width: 840px;
	height: 40px;
	border-bottom: #705A4E 1px solid;
}

#contentheadline h1 {
	width: 445px;
	height: 40px;
	font-family: Arial narrow, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
	float: left;
}

#startheadline {
	width: 240px;
	margin: 0 30px;
	height: 40px;
	border-bottom: #705A4E 1px solid;
}

#startheadline h1 {
	width: 153px;
	height: 40px;
	font-family: Arial narrow, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
	float: left;
}

#twitteroutput {
	width: 900px;
	height: 90px;
}

#contentheadline-backtonews {
	width: 305px;
	text-align: right;
	float: left;
}

#contentheadline-backtonews a {
	height: 40px;
	font-family: Arial narrow, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
	text-decoration: none;
}

#contentheadline-backtonews a:hover {
	color: #FF6000;
}

#termindetailbox {
	width: 570px;
	height: 80px;
	margin: 0 -30px 20px -30px;
	background-color: #FFFFFF;
	border-left: #FF6000 10px solid;
}

#termindetailbox-buttons {
	width: 219px;
	height: 60px;
	margin: 10px 0;
	padding: 0 30px 0 20px;
	border-right: #DFDFDF 1px solid;
	float: left;
}

#termindetailbox-buttons a {
	display: block;
	width: 199px;
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
	background-image: url(../../imgs/sev/newslist_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	color: #FF6000;
	line-height: 15px;
	text-decoration: none;
	float: left;
}

#termindetailbox-buttons a:hover {
	background-image: url(../../imgs/sev/newslist_arrow_hover.png);
	color: #000000;
}

#termindetailbox-weather {
	width: 240px;
	height: 80px;
	padding: 0 30px;
	float: left;
}

#contentoutput {
	width: 840px;
	padding: 20px 0 0 0;
}

#contentoutput h2 {
	padding: 0 0 10px 0;
	color: #C6FF00;
	font-family: Arial narrow, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
}

#newscontentoutput {
	width: 520px;
	padding: 20px 30px 0 0;
	float: left;
}

#termindetailheadline {
	height: 40px;
}

#newscontentoutput h2 {
	padding: 0 0 20px 0;
	color: #C6FF00;
	font-family: Arial narrow, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
}

#newscontentsidebar {
	width: 290px;
	padding: 20px 0 0 0;
	background-image: url(../../imgs/sev/10pxblack_cut.gif);
	background-repeat: no-repeat;
	float: left;
}

#newssidebar-scoreboard {
	width: 310px;
	height: 82px;
	margin: 40px -20px 0 0;
	background-color: #000000;
}

#newssidebar-lastmatchinfo {
	width: 250px;
	padding: 5px 20px;
	margin: 10px 0 0 0;
	background-image: url(../../imgs/sev/10pxblack_cut.gif);
	background-repeat: repeat-y;
}

#newssidebar-nextmatchinfo {
	width: 250px;
	padding: 5px 20px;
	margin: 10px 0 0 0;
	background-image: url(../../imgs/sev/10pxblack_cut.gif);
	background-repeat: repeat-y;
}

.lastresultitem {
	width: 240px;
	padding: 0 20px;
	clear: left;
}

.lastresultitem-title {
	width: 240px;
	height: 30px;
	color: #C6FF00;
	font-family: Arial narrow, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 30px;
	overflow: hidden;
}

.lastresultitem-content {
	width: 240px;
}

.lastresultitem-content-line1 {
	width: 240px;
	height: 20px;
	border-bottom: #333333 1px solid;
}

.lastresultitem-content-line2 {
	width: 240px;
	height: 20px;
}

.lastresultitem-content-player {
	width: 165px;
	height: 20px;
	color: #C6FF00;
	font-family: Arial narrow, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	float: left;
	overflow: hidden;
}

.lastresultitem-content-result {
	width: 14px;
	height: 20px;
	border-left: #333333 1px solid;
	color: #C6FF00;
	font-family: Arial narrow, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	float: left;
}

a.twittericon, a.facebookicon, a.rssicon {
	display: block;
	width: 24px;
	height: 24px;
	margin: 8px 0 8px 5px;
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}

a.twittericon {
	background-image: url(../../imgs/sev/icon_twitter.gif);
}

a.facebookicon {
	background-image: url(../../imgs/sev/icon_facebook.gif);
}

a.rssicon {
	background-image: url(../../imgs/sev/icon_rss.gif);
}

a.twittericon:hover, a.facebookicon:hover, a.rssicon:hover {
	background-position: 0 -24px;
}

#newslistcontent {
	width: 840px;
	padding: 10px 20px 20px 20px;
	margin: 0 30px 10px 30px;
	border-left: #000000 10px solid;
	border-right: #FF6000 10px solid;
	background-image: url(../../imgs/sev/newsbg.png);
	clear: left;
}

#newslist-block1 {
	width: 390px;
	margin: 0 30px 0 0;
	float: left;
}

#newslist-block2 {
	width: 390px;
	margin: 0 0 0 30px;
	float: left;
}

#newslistheadline {
	width: 390px;
	height: 40px;
	border-bottom: #705A4E 1px solid;
}

#newslistheadline h1 {
	width: 303px;
	height: 40px;
	font-family: Arial narrow, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
	float: left;
}

#resultlistheadline {
	width: 390px;
	height: 40px;
	border-bottom: #F68D4E 1px solid;
}

#resultlistheadline h1 {
	display: inline;
	height: 40px;
	padding: 0 5px 0 0;
	color: #C6FF00;
	font-family: Arial narrow, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
	float: left;
}

#resultlistheadline h2 {
	display: inline;
	height: 40px;
	padding: 0 10px 0 0;
	color: #ffffff;
	font-family: Arial narrow, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
	float: left;
}

#resultlistheadline a#resultlist-back {
	display: block;
	width: 14px;
	height: 14px;
	margin: 13px 5px 0 0;
	background-image: url(../../imgs/sev/resultlistarrow_back.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}

#resultlistheadline a#resultlist-next {
	display: block;
	width: 14px;
	height: 14px;
	margin: 13px 5px 0 0;
	background-image: url(../../imgs/sev/resultlistarrow_next.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}

#resultlistheadline a#resultlist-back:hover, #resultlistheadline a#resultlist-next:hover {
	background-position: 0 -14px;
}

#newslistoutput {
	width: 390px;
}

#newslistoutput #noresult {
	padding: 20px 0;
}

#resultlistoutput #noresult {
	padding: 20px 0;
}

.gallerylist {
	width: 840px;
	height: 115px;
}

.gallerylist-title {
	width: 840px;
	height: 25px;
	padding: 10px 0 0 0;
}

.gallerylist-title h3 {
	color: #C6FF00;
	font-family: Arial narrow, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}

.gallerylist-output {
	width: 840px;
	height: 78px;
	border-top: #76604E 1px solid;
	border-bottom: #76604E 1px solid;
}

.gallerylist-list {
	width: 720px;
	height: 70px;
	padding: 4px 0;
	margin: 0;
	list-style: none;
	float: left;
}

.gallerylist-buttons {
	width: 118px;
	height: 78px;
	border-left: #76604E 1px solid;
	border-right: #76604E 1px solid;
	float: right;
}

a.gallerylistbutton-back {
	display: block;
	width: 14px;
	height: 14px;
	margin: 32px 10px 0 40px;
	background-image: url(../../imgs/sev/datesliderbutton_prev_site.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}

a.gallerylistbutton-next {
	display: block;
	width: 14px;
	height: 14px;
	margin: 32px 0 0 0;
	background-image: url(../../imgs/sev/datesliderbutton_next_site.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}

a.gallerylistbutton-back:hover, a.gallerylistbutton-next:hover {
	background-position: 0 -14px;
}

.linklistcontent {
	width: 870px;
	margin: 30px -30px 0 0;
}

.linklistcontainer {
	width: 260px;
	margin: 0 30px 0 0;
	float: left;
}

.linklistcontainer h3 {
	width: 260px;
	height: 35px;
	border-top: #76604E 1px solid;
	border-bottom: #76604E 1px solid;
	color: #C6FF00;
	font-family: Arial narrow, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 35px;
}

.downloadscontent {
	width: 860px;
	margin: 0 -20px 0 0;
}

.downloadlistcontainer {
	width: 840px;
	margin: 0 0 20px 0;
}

.downloadlistcontainer h3 {
	width: 840px;
	border-bottom: #76604E 1px solid;
	color: #C6FF00;
	font-family: Arial narrow, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 35px;
}

#messageboxoutput {
	width: 900px;
	margin: 0 -30px;
	padding: 10px 0;
}

#messageboxpagenav {
	width: 650px;
	margin: 0 0 20px 170px;
}

a.messagebox-headlinelink {
	display: block;
	padding: 0 30px 0 20px;
	background-image: url(../../imgs/sev/newslist_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 14px;
	color: #C6FF00;
	font-family: Arial narrow, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 38px;
	text-decoration: none;
	float: left;
}

a.messagebox-headlinelink:hover {
	background-image: url(../../imgs/sev/newslist_arrow_hover.png);
	color: #ffffff;
}

#messagebox-reply {
	width: 900px;
	margin: 30px -30px -40px -30px;
	background-color: #ffffff;
}

#messagebox-reply-output {
	width: 450px;
	background-color: #FF6000;
	float: left;
}

#messagebox-reply-formcontainer {
	width: 390px;
	padding: 20px 30px;
	color: #000000;
	float: left;
}

.messagebox-replylist-main {
	width: 390px;
	padding: 10px 30px 20px 30px;
	background-color: #E65700;
}

.messagebox-replylist-main h4 {
	width: 390px;
	height: 25px;
	margin: 10px 0;
	border-top: #FF6000 1px solid;
	border-bottom: #FF6000 1px solid;
	color: #ffffff;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 25px;
}

.messagebox-replylist-sub {
	widht: 390px;
	padding: 10px 30px 20px 30px;
}

.messagebox-replylist-sub h4 {
	width: 390px;
	height: 25px;
	margin: 10px 0;
	border-top: #E65700 1px solid;
	border-bottom: #E65700 1px solid;
	color: #000000;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 25px;
}

/* Bereich Footer */
#footersponsors {
	width: 900px;
	height: 50px;
	margin: 10px 30px;
	background-color: #ffffff;
}

#footernavcontainer {
	width: 900px;
	height: 80px;
	margin: 0 30px;
	background-image: url(../../imgs/sev/footerbg.png);
	background-repeat: no-repeat;
}



