/* 
- - - - - - - - - - - - - - - - - - - - -
Titel: Ziemski Umzüge CSS (screen)
Autor: Dumrath & Fassnacht KG (sti)
URL: http://www.duf-online.de/

Erstellt: 2006-10-31
Bearbeitet: 2006-10-31
- - - - - - - - - - - - - - - - - - - - - 
*/

/* - - - Grundeinstellungen - - - */

* {
	border: 0;
	font-size: 100%;
	list-style: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

body {
	background: #FFF;
  	color: #222;
  	direction: ltr;
  	font: 85%/1.6 Georgia, Times, "Times New Roman", serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* - - - IDs - - - */

#container {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 760px;
}

#header {
	background: url(images/bg-header.jpg) no-repeat 0 100%;
	height: 260px;
	position: relative;;
}

		#header img {
			margin-top: 25px;
		}

#navigation {
	bottom: 211px;
	position: absolute;
	right: 0;
}

		#navigation li {
			float: left;
			margin-left: 15px;
		}

		#navigation a {
			color: #222;
			font-weight: 600;
			text-decoration: none;
		}
		
		#navigation a:hover {
			color: #5D7320;
			text-decoration: underline;
		}
		
		#page-start #a-start {
			color: #5D7320;
		} 
		
		#page-leistungen #a-leistungen {
			color: #5D7320;			
		} 

		#page-kontakt #a-kontakt {
			color: #5D7320;			
		} 

#footer {
	background: #A7B7C7;
	clear: both;
	margin: 1.5em 0 1.5em 0;
	padding: 0.1em 0;
	text-align: center;
}

.col {
	float: left;
	width: 380px;
}

/* - - - Ueberschriften - - - */

h1, h2, h3 {
	color: #A7B7C7;
	margin: 1.5em 0 -1.3em 0;
}

h1 {
	color: #5D7320;
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1em;
}

/* - - - Absaetze - - - */

p {
	margin: 1.5em 0;
}

/* - - - Zitate - - - */

blockquote {
	color: #A7B7C7;
	font-size: 1.5em;
}

/* - - - Bilder - - - */

img {}

		img.links {
			float: left;
		}

		img.rechts {
			float: right;
		}

/* - - - Links - - - */

a {
	color: #5D7320;
	text-decoration: underline;
}

a:hover {
	color: #A7B7C7;
}
