/* 
- - - - - - - - - - - - - - - - - - - - -
Titel: Tödtmann Geigenbau CSS (screen)
Autor: Dumrath & Fassnacht KG
URL: http://www.duf-online.de/

Erstellt: 2006-10-04
Bearbeitet: 2006-10-25
- - - - - - - - - - - - - - - - - - - - - 
*/

/* - - - Grundeinstellungen - - - */

* {
	border: 0;
	font-size: 100%;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

body {
	background: #151C55;
  	color: #FFF;
  	direction: ltr;
  	font: 13px/1.6 Times, "Times New Roman", serif;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* - - - IDs - - - */

#container {
	background: #FFF;
	color: #000;
	margin: 15px auto;
	padding: 0;
	text-align: left;
	width: 724px;
}

#header {
	height: 238px;
}

		#page-home #header {
			background: url(images/bg-header-3.jpg) no-repeat 237px 18px;
		}
		
		#page-service #header {
			background: url(images/bg-header.jpg) no-repeat 237px 18px;
		}
		
		#page-kontakt #header {
			background: url(images/bg-header-2.jpg) no-repeat 237px 18px;
		}

#navigation {
	margin: 0;
	padding: 0;
	width: 140px;
}

		#navigation li {
			display: block;
			height: 35px;
			line-height: 35px;
		}
		
		#navigation a {
			display: block;
			text-indent: -1000em;
		}
		
				#navigation a.a-home {
					background: url(images/bg-navigation.png) no-repeat 0 0;
				}

						#navigation a:hover.a-home, #page-home a.a-home {
							background: url(images/bg-navigation.png) no-repeat -185px 0;					
						}

				#navigation a.a-service {
					background: url(images/bg-navigation.png) no-repeat 0 -35px;
				}

						#navigation a:hover.a-service, #page-service a.a-service {
							background: url(images/bg-navigation.png) no-repeat -185px -35px;					
						}

				#navigation a.a-kontakt {
					background: url(images/bg-navigation.png) no-repeat 0 -70px;
				}

						#navigation a:hover.a-kontakt, #page-kontakt a.a-kontakt {
							background: url(images/bg-navigation.png) no-repeat -185px -70px;					
						}

				#navigation a.a-impressum {
					background: url(images/bg-navigation.png) no-repeat 0 -105px;
				}

						#navigation a:hover.a-impressum {
							background: url(images/bg-navigation.png) no-repeat -185px -105px;					
						}

#primary-content {
	background: #FFF;
	color: #000;
	display: inline;
	margin: 20px 20px 20px 0;
	float: right;
	width: 466px;
}

		.col-s {
			float: left;
			width: 115px;
		}
		
		.col-m {
			float: right;
			width: 340px;
		}

#secondary-content {
	background: #FFF;
	color: #000;
	display: inline;
	float: left;
	margin: 20px 0 20px 20px;
	padding: 0;
	width: 199px;
}

#map {
	margin-bottom: 1.5em;
}

#footer {
	clear: both;
	font-size: 1em;
	margin: 0 10px;
	padding: 10px 0;
	text-align: center;
}

/* - - - Ueberschriften - - - */

h1, h2, h3, h4, h5, h6 { 
	clear: both;
	color: #151C55;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	margin-bottom: 0.8em;
}

/* - - - Absaetze - - - */

p {
	margin-bottom: 1.5em;
}

/* - - - Zitate - - - */

blockquote {
	font-style: italic;
}

		blockquote p {
			margin-bottom: 0.5em;
		}

cite {
	display: block;;
	font-style: normal;
	font-size: 0.8em;
	margin-bottom: 1.5em;
	text-align: right;
}

/* - - - Listen - - - */

ul {
	margin-left: 15px;
	list-style: square;
	margin-bottom: 1.5em;
}

/* - - - Bilder - - - */

img {}

		.col-s img {
			margin-bottom: 15px;
		}

		img.links {
			float: left;
			margin: 0 15px 15px 0;
		}

		img.rechts {
			float: right;
		}

/* - - - Links - - - */

a {
	color: #151C55;
	text-decoration: underline;
}

		.col-s a img, #primary-content a img {
			border: 1px solid #FFF;
		}

a:hover {
	color: #BA4001;
}

		.col-s a:hover img, #primary-content a:hover img {
			border: 1px solid #BA4001;
		}
