﻿/* SBT CSS layout */

/* gesamt Body */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF;
}
/* Trägerramen zentriert */
#gesamt {
	margin: 0 auto 0 auto;
	width: 800px;
	text-align: left;
}

#hintergrundbild {
	position: absolute;
	top: 0;
	margin: 0 0 0 380px;
	width: 490px;
	height: 560px;
	background: url('../image/Titelbild2010.jpg') no-repeat left;
	z-index: 1;
}

/* Swiss Cycling Patner Logo*/
#partnerSC {
	position:absolute;
	top:560px;
	margin: 0 0 0 740px;
	width: 140px;
	height: 80px;
	background: url('../image/image partner/Swiss-Cycling-Partner.jpg') no-repeat left;
	z-index: 1;
	
}

/* titel Banner */
#banner {
	position: absolute;
	top: 2em;
	margin-left: 2em;
	margin-top: 1.5em;
	width: 850px;
	height: 95px;
	background: url('../image/image CSS Basis/Banner-mit-Logo.jpg');
	z-index:30;
}

/* titel Banner Text */
#bannertext1 {
	position:absolute;
	width: 500px;
	height: 50px;
	font-style: italic;
	font-weight: bold;
	font-size: 1.5em;
	color: #e84800;
	padding-left:2em;
	padding-top: 1em;
	z-index: 31;
}

/* subtitel Banner Text */
#bannertext2 {
	position: absolute;
	width: auto;
	height: 30px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	padding-left: 1em;
	padding-top: 1em;
	margin-top: 2.5em;
	margin-left: 15em;
	z-index: 32;
}

/* inhalt */
#inhalt {
	position: absolute;
	top: 0;
	margin: 0 0 0 0px;
	width: 800px;
	height: 1326px;
	z-index: 20;
}
/* top Nav */
#nav1 {
	position: absolute;
	top: 0;
	margin-left: 2em;
	margin-top: 1.2em;
	width: 50em;
	height: 1.5em;
	font-size:0.65em;
	font-weight: bold;
	z-index: 50;
}

ul {
   list-style-type: none;
   display: inline;
}
li {
   display: inline;
   padding: 3px 15px;
   border-left: 1px solid #666;
}
a:link { color: #666; text-decoration: none; }
a:visited { color: #666666; text-decoration: none;}
a:focus { color: #66FF99; text-decoration: none;}
a:hover { color: #e84800; text-decoration: none;}
a:active { color: #e84800; text-decoration: none;}

/* Haupt Nav */
#nav2bild {
	position: absolute;
	top: 10em;
	margin-left:4em;
	width: 864px;
	height: auto;
	z-index: 51;
}

/* bottom Nav */
#nav3 {
	position:absolute;
	bottom:0.8em;
	margin-left:2em;
	width: auto;
	height:1.5em;
	font-size:0.65em;
	font-weight:bold;
	z-index:60;
}

/* Aktuell */
#aktuell {
	position:absolute;
	top:14em;
	margin-left:4em;
	width:25em;
	height:auto;
	z-index:2;
}

/* inhalt Aktuell */
p {
	font-size:0.8em;
	color:#666;
	margin-top: 0em;
	padding-left:0.2em;
	
}
/* Aktuell titel Inhalt */
h2 {
	font-size:1em;
	font-style:italic;
	color: #666;
	font-weight:bold;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
	margin-bottom: 0em
	padding-left:0.2em;

}

/*Aktuell Image */
#aktuimage {
	margin-right: 1em;
}

/*Über uns */
#ueberuns {
	position:absolute;
	top:105em;
	margin-left:7em;
	width:50em;
	height:auto;
	font-size:0.8em;
	color:#666;
	font-weight:normal;
	font-style:normal;

}

