@charset "utf-8";
/* CSS Document fuer ASC BikeRunners*/

/* Befehl, dass alle Positionen  auf 0 gesetzt werden */
/* dadurch gibt es keine Verschiebungen bei den Browsern */
/* * steht für alle Elemente */
* {
margin: 0;
padding: 0;
}

/* alle Rahmen im Layout werden vorerst auf 0 gesetzt */
html, body {
border: 0 solid;
}

/* Grunddefinition für Schrift und Farbe */
body {
font: 11px Verdana, Arial, Helvetica, sans-serif;
color: #000;
background: #fff url(../bilder/hintergrund-verlauf.gif) 0 0 repeat-x;
text-align: center; /* der body wird zentriert - zentriertes Design */
}

/* Die Schriftgröße in einem Absatz ist generell 11px */
p {
font-size: 11px;
padding: 10px 20px 10px 10px;
}

.ueberschrift {
font: 16px Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #fff;
}

/* Die Schriftgröße in einem Absatz ist generell 11px */
.fett {
font-size: 11px;
font-weight: bold;
}

.unterstrichen {
text-decoration: underline;
}

/* Die Schriftgröße in einem Absatz ist generell 11px */
.fett-orange {
font-size: 11px;
color: #ef7900;
font-weight: bold;
}

.fett-orange-gross {
font-size: 15px;
color: #ef7900;
font-weight: bold;
}

.kastennews {
font: 13px Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #fff;
background-color: #ef7900;
padding: 2px 10px 2px 10px;
margin: 10px 20px 5px 5px;
text-align: left;
border: 1px #fff solid;
}

.kastenblau {
font: 13px Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #fff;
background-color: #00a6ec;
padding: 2px 10px 2px 10px;
margin: 10px 20px 5px 5px;
text-align: left;
border: 1px #fff solid;
}

.abstand-links {
margin-left: 10px;
}


.schrift-formular {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }

h1 {
font: 16px Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #ef7900;
padding: 5px 0 10px 5px; /* Rand nach innen: 10px nach oben + 10px nach unten + 20px nach links */
}

h2 {
font: 14px Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #ef7900;
padding: 10px 0 5px 10px; /* Rand nach innen: 10px nach oben + 10px nach unten + 20px nach links */
}


hr {
width: 590px;
color: #ef7900;
margin: 0px 0px 10px 5px; /* Rand nach innen: 10px nach oben + 10px nach unten + 20px nach links */
}


/* hier die normalen Links der Seite */
/* sie werden blau angezeigt - kein Unterstrich usw. */
a {
font-size: 11px;
font-weight: bold;
color: #ea7100;
text-decoration: none;
}

/* sobald die Mouse darüber geht, werden sie fett - bleiben blau */
a:hover {
color: #fff;
font-weight: bold;
text-decoration: none;
background-color: #ef7900;
}

a img{
border: 0 none;
text-decoration: none;
}


.fltrt {
float: right;
margin-left: 8px;
}

.fltlft {
float: left;
margin-right: 8px;
}

.clearfloat {
clear: both;
height: 0;
font-size: 1px;
line-height: 0px;
}

/* IDs */

/* website steht für den gesamten container, in dem alle divs liegen */
/* nicht mit dem body verwechseln - die Bereiche links und rechts, die sich je nach Browser vergrößern gehören nicht zur #website */
#website {
position: relative; /* dadurch wird das Layout zentriert - wichtig in Verbindung mit margin: 0 auto */
width: 1100px;
margin: 0 auto; /* dadurch wird das Layout zentriert - wichtig in Verbindung mit position: relativ */
text-align: left; /* alles in der website soll aber linksbündig sein */
background: transparent url(../bilder/hintergrund-verlauf.gif) 0 0 repeat-x;
}

/* das Element Kopf ist der gesamte Bereich oben, enthält das zwei Bilder quer über die Seite */
#kopf {
display: block;
width: 1100px;
height: 230px;
background: transparent; 
}

#kopf-links {
position: absolute;
top: 0px;
left: 0px;
width: 475px;
height: 230px;
z-index: 5;
background: transparent url(../bilder/kopf-links.gif) no-repeat;
}

#kopf-rechts {
position: absolute;
top: 0px;
left: 475px;
width: 625px;
height: 230px;
z-index: 5;
background: transparent url(../bilder/kopf-rechts.gif) no-repeat;
}

#kopf-rechts-mitgliederbereich {
position: absolute;
top: 0px;
left: 475px;
width: 625px;
height: 230px;
z-index: 5;
background: transparent url(../bilder/kopf-rechts-mitgliederbereich.gif) no-repeat;
}

#ueberschrift{
display: block;
width: 1100px;
height: 70px;
z-index: 7;
background: transparent url(../bilder/hintergrund-ueberschrift.gif) no-repeat;
}

#ueberschrift-mitgliederbereich{
display: block;
width: 1100px;
height: 70px;
z-index: 7;
background: transparent url(../bilder/hintergrund-ueberschrift-mitgliederbereich.gif) no-repeat;
}

#ueberschrift-text {
	position: absolute;
	top: 265px;
	left: 325px;
	width: 272px;
	height: 20px;
	z-index: 8;
	background: transparent;
}


/* der Bereich inhalt enthält div-links und div-rechts */
#inhalt {
margin-left: 299px; /* er beginnt 204px von links (um für die Navigation Platz zu machen) */
width: 680px; /* der Div ist 670px breit */
color: #000; /* die normale Schriftfarbe ist dunkles Grau */
background: transparent url(../bilder/hintergrund-inhalt.gif) 0 0 repeat-y;
line-height: 15px; /* um den peekaboo bug zu vermeiden */
z-index: 10;
}

/* die linke Spalte im Inhalt-Bereich */
#text {
width: 600px;
padding-left: 15px;
padding-right: 10px;
padding-bottom: 20px; /* 20px Abstand nach unten */
background: transparent url(../bilder/logo.gif) bottom right no-repeat;
}


/* der footer ist die Fußzeile und geht über die gesamte Inhalt-Breite */
#footer {
width: 1100px;
height: 62px;
background: transparent url(../bilder/fuss.gif) no-repeat; 
clear: both;
}


#spry-menue {
	position: absolute;
	top: 263px;
	left: 140px;
	z-index: 20;
	background: transparent;
}

#hintergrund-menue {
	position: absolute;
	top: 292px;
	left: 129px;
	width: 167px;
	height: 490px;
	z-index: 10;
	background: transparent url(../bilder/hintergrund-menue.gif) no-repeat;
}

#hintergrund-menue-mitgliederbereich {
	position: absolute;
	top: 292px;
	left: 129px;
	width: 167px;
	height: 359px;
	z-index: 10;
	background: transparent url(../bilder/hintergrund-menue-mitgliederbereich.gif) no-repeat;
}
.link-kasten {
	font-size: 12px;
	color: #0033CC;
	font-weight: bold;
	border: 1px solid #333333;
	padding: 3px;
	height: auto;
	width: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #99CCFF;
}
.kastengrün {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	background-color: #009933;
	padding: 2px 10px 2px 10px;
	margin: 10px 20px 5px 5px;
	text-align: left;
	border: 1px #fff solid;
}

