
/* Autor: Michael Winter - www.winterdienst.info */



/* Allgemein */


html {
	margin: 0;
	padding: 0;
}

body { 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 86%;
	line-height: 150%;
	color: #333; 
	background: url(pics/bg_head_blau.gif) repeat-x top left; 
	margin: 0;
	padding: 0;
	text-align: center;
}

p { 
	font-size: 1em;
}


/* Layout */

#container {
	margin: 0px auto;
	padding: 0;
	width: 600px;
	text-align: left;
}

#kopf {
	width: 600px;
	height: 80px;
	margin: 30px 0 0 0;
}

#inhalt {
	width: 600px;
	float: left;
	margin: 0 0 30px 0;
}

.projekt {
	margin: 0;
	padding: 0;
	clear: both;
}

.schmal {
	width: 420px;
	float: left;
	margin: 0 0 20px 0;
}

.rechtespalte {
	width: 160px;
	float: right;
	text-align: right;
	font-size: 0.9em;
}

.breit {
	width: 600px;
	float: left;
	margin: 0 0 20px 0;
}

.kontaktlinks {
	width: 260px;
	float: left;
	margin: 0 0 20px 0;
}

.kontaktrechts {
	width: 290px;
	float: left;
	margin: 0 0 20px 18px;
}

.clear {
	clear: both;
}


/* Navigation */


#inhalt a {
	font-size: 1em;
	color: #2570cb;
	font-weight: bold;
	text-decoration: none;
}

#inhalt a:hover {
	color: #06f;
	text-decoration: underline;
}

#inhalt a.extern {
	padding: 2px 0 2px 20px;
	background: transparent url(pics/link.gif) no-repeat 0 5px;
}

#inhalt a.extern:hover {
	color: #06f;
	background: transparent url(pics/link.gif) no-repeat 0 -95px;
}

#inhalt h3 a {
	color: #333;
	text-decoration: none;
	margin-bottom: 6px;
}

#inhalt h3 a:hover {
	color: #333;
	text-decoration: none;
}

#kopf p {
	float: right;
	padding-top: 18px;
	font-size: 0.9em;
}

#kopf p a {
	color: #fff;
	font-weight: bold;
	padding: 8px 3px;
	margin-left: 10px;
	text-decoration: none;
}

#kopf p a:hover {
	color: #333;
}

#home a {
	height: 20px;
	width: 60px;
	display: block;
	padding: 2px 0 2px 20px;
	background: transparent url(pics/pfeil_zurueck.gif) no-repeat 0 5px;
}

#home a:hover {
	color: #06f;
	background: transparent url(pics/pfeil_zurueck.gif) no-repeat 0 -95px;
}


/* Typo */

p, h1, h2, h3, h4, h5, h6, ul, li {
	margin: 0;
	padding: 0;
}

h1 { 
	background: transparent url(pics/winterdienst_blau.gif) no-repeat top left; 
	width: 420px; 
	height: 32px;
	float: left;
}

h1 span {
	display: none;
}

h1 a {
	width: 430px; 
	height: 32px;
	display: block;
	text-decoration: none;
}

h2 {
	font-size: 1em;
	color: #666;
	letter-spacing: 0.05em;
	margin-bottom: 2px;
}

h3 {
	font-size: 1.2em;
	margin-bottom: 6px;
}



/* Bilder */

#uebersicht a:link img, #uebersicht a:visited img {
	border: 1px solid #ccc;
	margin: 0 20px 20px 0;
	float: left;
}

#uebersicht a:active img, #uebersicht a:hover img {
	border: #666 solid 1px;
}

.bildgross {
	margin: 0 0 20px 0;
}

.bildrechts {
	margin: 4px 0 14px 14px;
	float: right;
}


