/* Standard Stylesheet
www.helgehagener.de
Letzte Aenderung: 25.08.2006
*/

* { 	
	padding: 0; 
	margin: 0; 
	border: 0; 
	}

body { 
	color: #333;
	font-size: 80%;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif; 
	line-height: 1.6em;
	background: #eeeee6 url(img/body-bg.png) 0 0 repeat-x; 
	}

a:link {
	color: #733;
	text-decoration: none;
}

a:visited {
	color: #733;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Clear Class */
.c {
	clear: both;
}

img, a img {
	border: 0;
}

.keine-anzeige {
	display: none;
}

/* Absaetze */
p {
	font-size: 0.9em;
	line-height: 1.7em;
	margin: 0.8em 0;
	/*clear: both;*/
}

/* Tabellen-Zellen */
td {
	font-size: 0.9em;
	line-height: 1.7em;
	margin: 0.8em 0;
	/*clear: both;*/
}

/* Kleinerer Text */
.s {
	font-size: 0.9em;
}

/* Links- bzw. Rechtsausrichtung für Elemente */
.leftalign {
	float: left;
	margin: 0 0.5em 0 0;
}

.rightalign {
	float: right;
	margin: 0 0 0 0.5em;
}

h1 {
	padding: 61px 0 0 135px;
	}

h1 a {
	width: 487px;
	height: 53px;
	display: block;
	text-indent: -900%;
	}

h2 {
	font-size: 1.2em;
	font-family: georgia, "Times New Roman", serif;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 0.5em;

}

h3 {

}

h4 {

}

/* Layout */

#container {
	margin: 0 auto;
	width: 758px;
	}

#header {
	height: 150px;
	background: url(img/header-bg.png) 0 0 no-repeat;
	}

#nav {
	height: 60px;
	background: url(img/nav-bg.png) 0 0 no-repeat;
	}

#content {
	background: url(img/content-bg.png) 0 0 repeat-y; 
	}

#content-top {
	background: url(img/content-top-bg.png) 0 0 no-repeat;
	}

#content-bottom {
	background: url(img/content-bottom-bg.png) 0 100% no-repeat;
	}

#content .innenrahmen {
	padding: 20px 60px;
	}

#footer { padding: 0 60px; }

#footer p { font-size: 0.75em; color: #777; }

span.rechts { float: right; }

#footer a { color: #777; }

/* Navigation */

#nav ul { 
	padding-left: 29px;
	}

#nav li {
	float: left;
	list-style-type: none;
	}

#nav li a {
	display: block;
	height: 60px;
	text-indent: -9000px;
	}

#nav li.startseite a { width: 166px; }
#nav li.service a { width: 129px; }
#nav li.portrait a { width: 145px; }
#nav li.news a { width: 124px; }
#nav li.kontakt a { width: 136px; }

#nav li a:hover { background: url(img/nav-hover-bg.png) 50% 40px no-repeat; }
