/* Basic Style Sheet (for version 4 browsers)  */

/* Import Stylesheets (only modern browsers import these stylesheets) */

@import url("typography.css");
@import url("layout.css");



/* Basic text styling */
body {
  font: 0.7em/1.6em Arial, Helvetica, sans-serif;
  color: #000;
}

img {
  border: none;
}

#inhalt h1 {
	font: 1em Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #708074;
	border-bottom: 1px solid #708074;
	padding-bottom: 0.5em;
	margin-top: 1em;
	margin-bottom: 2.5em;
}

#inhalt h2 {
	font: bold 1em Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #708074;
	border-bottom: 1px dotted #708074;
	padding-bottom: 0.5em;
	margin-top: 5em;
}

#inhalt h3 {
	font: bold 1em Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	margin-bottom: 2.5em;
}
#inhalt h4 {
	font: bold 1em Verdana, Helvetica, Arial, sans-serif;
}

#inhalt h5 {
	font: bold 1em Helvetica, Arial, sans-serif;
	color: #708074;
	border-bottom: 1px dotted #708074;
	width: 180px;
	padding-bottom: 0.5em;
	margin-top: 2.5em;
	margin-bottom: 0px;
}


/* set link styles */
a:link, a:visited {
	color: #CC3300;
	text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}
