@charset "utf-8";


/*   css Fahrschule Schielein   */


* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(navigation/hintergrund-hauptnavigation-fs-grau.jpg);
	background-repeat: repeat-y;
	background-color: #FFF;
}
a:link {
	color: #0066CC;
	text-decoration: underline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:visited {
	text-decoration: underline;
	color: #0000CC;
}
a:hover {
	text-decoration: none;
	color: #0000CC;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
}
#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #000000;
	background-repeat: repeat-y;
	background-image: none;
	display: block;
}


/*  ----------   Hier werden für alle Überschriften festgelegt: fett, Größe und Farbe (h1-h3)  ----------  */
#main h1 {
	font-size: 2.2em;
	font-weight: bold;
	color: #E2007A;
}
#main h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #E2007A;
}
#main h3 {
	font-size: 1.0em;
	font-weight: bold;
	color: #E2007A;
}
#main h4 {
	font-size: 1.5em;
	font-weight: bold;
}
#main h5 {
	font-size: 1.3em;
	font-weight: bold;
}
#main h6 {
	font-size: 1.0em;
	font-weight: bold;
}
/*  ---------- Ende Überschriftenformate ----------  */

	
	
#main #content {
	text-align: left;
	padding-left: 250px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	font-size: 120%;
	background-repeat: no-repeat;
	margin-bottom: auto;
	height: auto;
}
#main #logo {
	float: left;
	height: 100px;
	width: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#main #logo img {
	margin-top: 0px;
	margin-left: 0px;
}
#main #header {
	float: none;
	margin-right: auto;
	margin-left: 250px;
	height: 100px;
}
/*  ----------   Width begrenzt, damit Überschrift nicht umbrechen kann   ----------  */
#main #header h1 {
	top: 25px;
	position: absolute;
	width: 1000px;
}
#main #nav {
	float: left;
	width: 200px;
	background-repeat: no-repeat;
	margin-bottom: auto;
	top: 130px;
	position: absolute;
	left: 0px;
	z-index: 1000;
}
#main #nav a {
	font-size: 18px;
	font-weight: bold;
	background-image: none;
	display: block;
	height: 40px;
	text-indent: 6px;
	text-decoration: none;
	color: #000000;
	line-height: 37px;
	background-position: 160px;
}

#main #nav a:link {
	background-repeat: no-repeat;
	background-image: url(navigation/ampelpfeil-rot.jpg);
}
#main #nav a:visited {
	background-repeat: no-repeat;
	background-image: url(navigation/ampelpfeil-gelb.jpg);
}
#main #nav a:hover {
	font-weight: bold;
	background-image: url(navigation/ampelpfeil-gruen.jpg);
	background-repeat: no-repeat;
}
.absatz-halbe-leerzeile-oben {
	display: block;
	margin-top: 0.5em;
}
.absatz-halbe-leerzeile-unten {
	display: block;
	margin-bottom: 0.5em;
}
.con-width-max-1200 {
	width: auto;
	max-width: 1200px;
	padding-right: 5px;
}	
.img_left {
	float: left;
	margin-right: 15px;
}



/*  --- container-fzg ist äusserer container fuer kleines bild mit name drunter und kurzer beschreibung z.B. für fahrzeuge ---  */
.con-fzg {
	height: 200px;
	width: 180px;
	margin-right: 25px;
	margin-bottom: 40px;
	float: left;
}
.con-fzg-beschreibung {
	height: 52px;
	width: 180px;
	text-align: center;
	background-color: #D6D9FE;
	font-size: 14px;
}
.con-fzg-bild {
	margin-bottom: 1px;
	background-repeat: repeat-x;
	height: 120px;
}
.con-fzg-name {
	height: 22px;
	width: 180px;
	background-color: #D6D9FE;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
}
.con-fzg-letztes {
	height: 200px;
	width: 180px;
	margin-right: 25px;
	margin-bottom: 40px;
}
/*  ---------- Ende container fzg ----------  */



/*   ---------- con-portraetk ist container für portraet-bild, das vor verlaufendem hintergrund liegt, z.B. Teammitglieder ----------*/
.con-portraetk {
	height: 200px;
	width: 180px;
	margin-right: 25px;
	margin-bottom: 40px;
	float: left;
}
.con-portraetk-beschreibung {
	height: 52px;
	width: 180px;
	text-align: center;
	background-color: #D6D9FE;
	font-size: 14px;
}
.con-portraetk-bild {
	margin-bottom: 1px;
	background-image: url(team/_hintergrund-portraetk-Verlauf-120.jpg);
	background-repeat: repeat-x;
	height: 120px;
}
.con-portraetk-name {
	height: 22px;
	width: 180px;
	background-color: #D6D9FE;
	text-align: center;
	font-size: 16px;
	padding-top: 5px;
	font-weight: bold;
}
.con-portraetk-letztes {
	height: 200px;
	width: 180px;
	margin-right: 25px;
	margin-bottom: 40px;
}
/*   ----------Ende con-portratk ----------*/



.spalte570 {
	left: 570px;
	position: absolute;
	width: auto;
	max-width: 650px;
	padding-right: 5px;
}

.schrift_blau {
	color: #0066FF;
}
.schrift-blau-large-fett {
	font-size: large;
	font-weight: bold;
	color: #0066FF;
}
.ueb1-content {
	font-size: 25px;
	line-height: 40px;
	font-weight: bold;
	color: #E70082;
	margin-bottom: 10px;
	text-align: left;
	display: block;
	position: relative;
	top: -10px;
}
.ueb2-content {
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	color: #E70082;
}

/* --------------------------- Tabellen-Styles -------------------------*/
.tab_standard {
	font-size: 18px;
}
.tab_ueb_links_bg-farbe   {
	color: #FFFFFF;
	text-align: left;
	font-size: 1.1em;
	background-color: #E70082;
	width: auto;
	padding-left: 5px;
	line-height: 35px;
}
.tab_ueb_mitte_bg-farbe   {
	color: #FFFFFF;
	text-align: center;
	font-size: 1.1em;
	background-color: #E70082;
	width: auto;
	line-height: 35px;
}	
.tab_zelle_links_bg-farbe {
	background-color: #DADADE;
	width: auto;
	font-size: 1em;
	text-align: left;
	padding-left: 5px;
	line-height: 35px;
}
.tab_zelle_mitte_bg-farbe {
	background-color: #DADADE;
	width: auto;
	font-size: 1em;
	text-align: center;
	line-height: 35px;
	padding-left: 5px;
}
/* -------------------------------------- Ende Tabellen-Styles --------------------------*/


.text_in_rechteck_bg-farbe {
	background-color: #F2F2F2;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	width: 7em;
}
.text_in_streifen_mittig_bg-farbe   {
	color: #FFFFFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
	font-size: 20px;
	position: relative;
	background-color: #E70082;
	overflow: hidden;
}
.text_in_streifen_links_bg-farbe   {
	color: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
	font-size: 20px;
	position: relative;
	background-color: #E70082;
	padding-left: 5px;
	overflow: hidden;
}

