@charset "utf-8";
/* CSS Dokument für Druckausgabe*/


/* global reset */
* { 
    margin: 0;
    padding: 0;
}


html, body  {
    background: #FFFFFF;
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5em;    
    letter-spacing: 1px;
}


#container {
    width: 90%;
}


#header { 
    display: none;
}
        


/* seitenbreiter Container für Menupunkte */
#menu {
    display: none;
}




/* Titel */

/* Haupttitel mit farbigem Balken */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.5em;
	padding: 0 0 10px 230px;
}

.second {
	position: relative;
	padding: 0 0 10px 0;
}



/* kleine Texttitel */
h2 {
    padding: 1em 0px 1em 0px; 
    font-weight: bold;
    font-size: 1em;
}


/* Box für Hauptinhalt auf der rechten Seite (height-Angabe in % bewirkt Farbe bis Seitenende) */
#content {
    padding-left: 230px;
	top: 40px;
}


p strong {
    font-weight: bold;
}


/* Box für Fotos am linken Rand */
#photobox {
	position: absolute;
    width: 200px;
}    


/* Box für grosse Fotos in der Seite */
#photo {
    position: relative;
	margin-bottom: 10px;
}

/* Formulare */


/* Beschriftungstext für Formularfelder, linksbündig */
.form_text {
	position: absolute;
}

/* Langes Formularfeld, linksbündig mit Vereine, rechtsbündig mit Login */
.form_long {
	position: relative;
	left: 226px;
	width: 390px;
	margin-bottom: 10px;
	padding: 5px 0 5px 0;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
    background-color: #FFFFFF;
}


/* Langes Formularfeld, linksbündig mit Vereine, rechtsbündig mit Login */
.form_short {
	position: relative;
	left: 226px;
	width: 125px;
	margin-bottom: 10px;
	padding: 5px 0 5px 0;
	border-width: 1px;	
	border-color: #000000;
	border-style: solid;
    background-color: #FFFFFF;
}


/* weisser Abschicken Knopt */
.form_button {
	display: none;
}


/* nötig für linksbündige Ausrichtung von Text zu Vereine */
.text_aligned {
	position: relative;
	left: 226px;
	width: 380px;
}


/* nötig, damit nachfolgender Text linksbündige zu Vereine sein kann*/
.text_left {
	position: absolute;
}



/* Einstiegsseite */


.noline {
	border: none;
	text-decoration: none;
}
