/* master css-Datei fŸr Kisin */
/* Date: 12.04.06             */
/* Author: Thomas Brandt      */
/* Technologiagentur Brandt   */

/* Version 0.1 */ 
html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
	margin: 0;
	padding: 0;
	font-family: "Verdana", "Geneva", "Arial'", "Helvetica", "sans-serif";
}

body{
	background-color: #000000;
	background-image: url(kisin.jpg);
	background-repeat: no-repeat;
	font-size: 101%;
}

a:link {
	color: #E9E7E7;
	text-decoration: underline;
}

a:visited {
	color: #E9E7E7;
	text-decoration: none;
}

a:hover {
	color: #E9E7E7;
	text-decoration: underline;
}

/* #linklist    {  position: fixed; top: 230px; right: 0px; bottom: 30px; left: 30px; width: 150px; height: 50px } */
#linklist {
	position: absolute;
	left:30px; 
	right:auto; 
	top: 230px;
	margin-left: 10px;
	width: 196px;
}

#linklist  ul li { background: url(liste.jpg) no-repeat 0 25%; padding: 0 0 5px 25px }

/* #textblock    { position: fixed; top: 200px; right: 400px; bottom: 600px; left: 300px } */
#textblock {
	position: absolute;
	left:300px; 
	right:auto; 
	top: 230px;
	bottom: auto;
	margin-left: 10px;
	width: 300px;		
}
#textblock a {color: #1010ff; text-decoration: underline;}
#textblock h3 {
	color: #1b1b1b;
	font: normal 1.4em Tahoma, Verdana, Arial, Georgia, sans-serif;
}
#textblock p{
	color: #1b1b1b;
	font: normal 0.7em/1.4em Tahoma, Verdana, Arial, Georgia, sans-serif;
}	


#bildblock {
	position: absolute;
	left: 650px;
	right: auto;
	top: 230px;
	margin-left: 0px;
	width: 300px;
}
#kontakttext {
	position: absolute;
	left: aquto;
	right:auto;	
	top:200px;
	bottom:auto;
}

/* ab hier kommt der Fahrzeugblock*/

#fahrzeuge {
	position: absolute;
	left:300px; 
	right:auto; 
	top: 230px;
	bottom: auto;
	margin-left: 10px;
	width: 700px;		
}
#fahrzeuge a {color: #1010ff; text-decoration: underline;}
#fahrzeuge h3 {
	color: #1b1b1b;
	font: normal 1.4em Tahoma, Verdana, Arial, Georgia, sans-serif;
}
#fahrzeuge p {
	color: #1b1b1b;
	font: normal 0.7em/1.4em Tahoma, Verdana, Arial, Georgia, sans-serif;
}
/* bis hier*/