/* CSS Document */
/* Fuer index.html */

a.menu:link,a.menu:visited {
	font-family:Arial, sans-serif ;
	font-size:15px ;
	text-decoration: none ;
	color:#000000 ;
	
}

a.menu:hover {
	font-family:Arial, sans-serif ;
	font-size:15px ;
	font-weight:bold ;
	text-decoration: none ;
	color:#3535AA ;
	
}

a.menu:active {
	font-family:Arial, sans-serif ;
	font-size:15px ;
	font-weight:bold ;
	text-decoration: none ;
	color:#0000BB ;
	
}

a.menu:focus {
	font-family:Arial, sans-serif;
	font-size:15px ;
	font-weight:bold ;
	text-decoration: none ;
	color:#0000BB ;
}

a.fahrzeuge:link,a.fahrzeuge:visited,a.fahrzeuge:hover,a.fahrzeuge:active,a.fahrzeuge:focus {
	text-decoration:none;
	color:#000000;
	border-width:0;
}

a:link,a:visited {
	color:#444444;
	text-decoration:underline;
}

a:hover,a:focus {
	color:#777777;
	text-decoration:underline;
}

a:active {
	color:#ffffff;
	text-decoration:underline;
}

div.titelbild {
	position:absolute;
	top:0px;
	left:0px;
	width:800px;
	height:110px;
	background-image:url(image/Bodensee-Titel.jpg);
	background-color:#E3E3E3;
}

div.titelmenu {
	position:absolute;
	top:11px;
	left:280px;
	width:406px;
	height:33px;
	padding-top:6px;
	padding-left:20px;
	background-image:url(image/kontakt.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat; 
}

td.menu {
	background-image:url(image/menu.jpg);
	background-color:#E3E3E3;
	padding-top:5px;
	padding-left:10px;
	width:133px;
	font-size:14px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	font-family:Arial, sans-serif;
	vertical-align:top;
	white-space:normal;
}

/* Fuer die Inhalte des IFrame */

body.text {
	background-image:url(image/hintergrund.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-attachment:fixed;
	
	padding-left:10px;
	padding-right:10px;
	
	font-family:'Times New Roman', Times, serif;
	color:#000000;
	font-size:18px;
	font-weight:normal;
	
	text-align:justify;
}

td {
	font-family:'Times New Roman', Times, serif;
	color:#000000;
	font-size:18px;
	font-weight:normal;
}

/* Komentare bitte nur so, ansonsten wird ev. der Rest nicht interpretiert... */
/* Die Standardmaessigen Ueberschriftentags... */

h1 {
	margin-top:0px;
	font-family:'Times New Roman', Times, serif;
	font-size:25px;
}

h2 {
	font-family:'Times New Roman', Times, serif;
	font-size:22px;
}

h3 {
	font-family:'Times New Roman', Times, serif;
	font-size:22px;
	font-style:italic;
}

img {
	border-width:0;
}

/* Fuer die Angebotsseite */

tr.angebot:hover {
	background-color: #E0E0E0;
}

/* Kommentar (Preis-Bemerkung) auf der Angebotsseite */

div.kommentar {
	font-family:'Times New Roman', Times, serif;
	font-size:12px;
}

div {
	text-align:justify;
}

span {
	text-align:justify;
}


