

/* ############################ */
/*   Allgemeine Deklarationen   */
/* ############################ */

img, div, html, body, table, tr, td, a {
	font:8pt Arial;
}

table {
	border-collapse:collapse;
}

a {
	color:black;
	text-decoration:none;
}

select {
	font:8pt Arial;
	margin-left:5px;
}

p {
	margin-top:0px;
	margin-bottom:10px;
}

a img {
	border:0;
}
/* ############################ */
/*           Design             */
/* ############################ */

table.design {
	border:1px solid black; 

	background-image:url(/images/hg_unten.jpg); 
	background-repeat:repeat-x;
	background-position:left bottom; 
}

/* Hintergrund */
/* hg=hintergrund, l=links, o=oben, r=rechts, u=unten */

#hg_o {
	background-image:url(/images/hg_oben.jpg); 
	background-repeat:repeat-x; 
	background-color:#CAE4FB;
}

#hg_lo {
	background-image:url(/images/hintergrund_header.gif); 
	background-repeat:no-repeat; 
	background-position:top left;
}

#hg_ro {
	width:200px;
	background-image:url(/images/bus_o_r.gif); 
	background-repeat:no-repeat; 
	background-position:top right;
}

#hg_ul {
	width:300px; 
	vertical-align:bottom;
}


#main {
	vertical-align:top; 
	font-size:10pt;
}



/* ############################ */
/*           Menü               */
/* ############################ */

/*  Formatierung Menü, wegen IE mit a-Elementen gearbeitet  */

ul.menu {
	list-style-type:none;
	margin: 0px;
	padding:0px;
	list-style-type:none; 
}

.menu a {
	list-style-type:none;
	padding-left:10px;
	font-size:8pt;
	padding-top:3px;
}

ul.menu a {
	/* wichtig für den IE */
	display:block; 
	width:140px; height:20px;
	background-image:url(/images/menu_no_.gif);
						/*oben rechts unten links*/	
	background-position:0px 0px 0px 0px;
	background-repeat:no-repeat;
}


.menu a:hover {
	background-image:url(/images/menu_hover_.gif);
	background-position:0px 0px 0px 0px;
	background-repeat:no-repeat;
}

li.level_1 a {
	/* wichtig für den IE */
	display:block; 
	width:140px; height:20px;
	background-image:none;
					/*oben rechts unten links*/	
	background-position:0px 0px 0px 0px;
	background-repeat:no-repeat;
}

li.level_1 a:hover {
	background-image:url(/images/untermenu.gif);
	background-position:0px 0px 0px 0px;
	background-repeat:no-repeat;
}



/* ############################ */
/*          Footer              */
/* ############################ */

#red-link {
	font-size:8pt;
	color:#CD361B;
	text-decoration:none;
}

/* ############################ */
/*          Suche               */
/* ############################ */
.Button { 
	background-color:#CAE4FB;
	font-weight:bold;
	font-size:8pt;
	color:#30415F; width:70px; 
	border:0px;
}
   


/********************************
*		Fuhrpark				*
********************************/

.fuhrpark_uebersicht {
	text-align:center;
}
.fuhrpark_uebersicht div {
	float:left;
	margin-right:2px;
	margin-bottom:18px;
	border:1px solid black;
}
.fuhrpark_liste_bild {
	vertical-align:top;
	height:90px;
	width:120px;
}

.fuhrpark_liste_bild img {
	width:120px;
	height:90px;
}
.fuhrpark_liste_bild a img {
	border:0px;
}

.fuhrpark_liste_sitz {
	background-color:#CCCCCC;
	color:#37699B;
	text-align:center;
	font-weight:bold;
}

#fuhrpark_checkboxen {
	background-image:url(/images/);
}

#fuhrpark_ansicht td {
	vertical-align:top;
	color:#37699B;
	padding:0 2px;
}
#fuhrpark_ueberschrift {
	font-size:22px;
	font-weight:bold;
	margin-bottom:15px;
}
#fuhrpark_kurzbeschr{
	font-size:16px;
	margin-bottom:15px;
	font-weight:bold;
}

#fuhrpark_fahrgastplaetze, #fuhrpark_reiseleiter {
	font-size:16px;
	margin-bottom:5px;
	font-weight:bold;
}

#fuhr_ansicht_bilder img {
	margin:1px;
}
#fuhr_spalte_links {
	width:370px;
}

.teammanager_listeneintrag {
	height:160px;
	margin-right:10px;
	width:320px;
	display:block;
	float:left;
}

