/* CSS für www.viehhandlung-detje.de Intro-Version */

/* 
Wichtige Farben:
rot hell = #8B0000 (Titelleiste oben und Text)
rot dunkel = #710000 (Titelleiste unten)
grau = #666666 (Links)

Gesamtbreite: 764 px
Höhe der großen Bilder: 150 px
Gesamtöhe der Titelleiste: 171
*/

/* vorgegebene Werte der Browser überschreiben */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
}

div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

/* Links im TextContent */
a:link, a:visited {
	font-weight: bold;
	color: #8B0000;
	text-decoration: none;
}
a:active, a:hover {
	font-weight: bold;
	color: #8B0000;
	text-decoration: underline;
}

/* folgende 4 DIVs richten das Intro mittig im Browserfenster aus */
#body_vposition {
	position: absolute;
	height: 10px;
	width: 100%;
	left: 0px;
	top: 50%;
}

/* 376 = Höhe, 188 halbe Höhe */
#content_vsize {
	position: absolute;
	height: 376px;
	width: 100%;
	left: 0px;
	top: -188px;
}

#content_hposition {
	position: absolute;
	height: 376px;
	width: 10px;
	left: 50%;
	top: 0px;
}
/* 770 = Breite, 385= halbe Breite */
#content_hsize {
	position: absolute;
	height: 376px;
	width: 770px;
	left: -385px;
	top: 0px;
}

/* Hier steht der Link zur Startseite (zum Betätigen, wenn kein Flash-PlugIn da ist) */
#text {
	position: absolute;
	height: 376px;
	width: 770px;
	top: 188px;
	left: 100px;
}