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

/* 
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;
	background-image: url(images/hg_signet.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left bottom;
}

/* images haben keinen Rand */
img { 
	border: 0 none;
}

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

#hgTitel {
	width: 100%;
	height: 171px;
	background-image: url(images/hg_titel.gif);
	background-repeat: repeat-x;
}

#bildLinks {
	position: absolute;
	top: 0px;
	left: 0px;
}
#naviOben {
	position: absolute;
	top: 0px;
	left: 505px;
}
#naviUnten {
	position: absolute;
	top: 150px;
	left: 337px;
}
#naviUeberUns {
	position: absolute;
	top: 117px;
	left: 336px;
	width: 57px;
}
#ueberschrift {
	position: absolute;
	top: 199px;
	left: 336px;
}

#swBilder {
	position: absolute;
	top: 240px;
	left: 156px;
	width: 130px;
}

.swBilder {
	margin: 4px 0px 0px 0px;
}

#contentText {
	position: absolute;
	top: 235px;
	left: 336px;
	width: 428px;
	text-align: justify;
	line-height: 18px;	
}

/* "div" liegt 4px tiefer, weil die "line-height" anders ist als bei der Überschrift "h1" */
#contentTextOhneueberschrift {
	position: absolute;
	top: 239px;
	left: 336px;
	width: 428px;
	text-align: justify;
	line-height: 18px;
}

#contentLandkarte {
	position: absolute;
	top: 235px;
	left: 613px;
	width: 151px;
	text-align: justify;
	line-height: 18px;
}

.team {
	line-height: 18px;
	text-align: left;
	clear: both;	
}

#teamBild-1 {
	position: absolute;
	top: 244px;
	left: 0px;
	visibility: hidden;		
}

#teamBild-2 {
	position: absolute;
	top: 385px;
	left: 0px;
	visibility: hidden;		
}

#teamBild-3 {
	position: absolute;
	top: 526px;
	left: 0px;
	visibility: hidden;		
}

#teamBild-4 {
	position: absolute;
	top: 667px;
	left: 0px;
	visibility: hidden;		
}

#teamBild-5 {
	position: absolute;
	top: 808px;
	left: 0px;
	visibility: hidden;		
}

#teamBild-6 {
	position: absolute;
	top: 949px;
	left: 0px;
	visibility: hidden;		
}

#teamBild-7 {
	position: absolute;
	top: 1090px;
	left: 0px;
	visibility: hidden;		
}

#teamBild-8 { /* hier war das Bild von Sven (Praktikant) */
	position: absolute;
	top: 1231px;
	left: 0px;
	visibility: hidden;		
}

.kleineTeambilder {
	margin: 9px 0px 6px 20px;
	float: right;
}

.einzugsgebiet {	
	margin: 6px 0px 6px 0px;
}

.h1
{
	font-weight: bold;
	line-height: 26px;
}

.kursiv {
	font-style: italic;
}

/* größerer Wortabstand z.B. bei "Team - Helmut" */
.wortAbstandgroesser {
	word-spacing: 1px;
}

/* noch größerer Wortabstand z.B. bei "Transport - Fuhrpark" */
.wortAbstandNochgroesser {
	word-spacing: 4px;
}

/* größerer Buchstabenabstand z.B. bei "Transport - Fuhrpark" */
.buchstabenAbstandgroesser {
	letter-spacing: 1px;
}

/* "br" hat einen etwas kleineren Abstand */
br {
	line-height: 13px;
}

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

ul {
	margin-top: 0px;
	margin-left: 30px;
	margin-bottom: 16px;
	list-style-type: upper-roman;
	list-style-position: outside;
}

li {
	margin-bottom: 16px;
}