/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

<body scroll="no">

<link rel="shortcut icon" href="http://satzstrukturen.de/favicon.ico" type="image/x-icon">


/* deactivate href behaviour */
a.heading:hover, a.heading:active, a.heading:visited, a.heading:focus {
	text-decoration: none;
	outline:0;
}

.invisible {
	display: none;
}

body {
	margin: 20px;
	background: #FFFFFF url(images/img1.gif);
	color: #333;
	text-align: left;
	vertical-align: top;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	color: #9E6813;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0px;
	line-height: normal;
}

a {
	color: #333;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 600px;
	height: 70px;
	border: 5px solid #FFFFFF;
	border-bottom: none;
	background-color: #09C;
	background-image: url(images/img2.gif);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

#header h1 {
	text-align: left;
	font-size: 25pt;
	vertical-align: top;
	color: #333;
	text-transform: uppercase;
}


#header a {
	text-decoration: none;
	color: #CCC;
}

/* Menu */

#menu {
	width: 610px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
	background: #4E4E4E;
	border: 5px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 152px;
	height: 26px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover, #menu .active a {
	background: #000000;
	color: #FFFFFF;
}

/* Splash */

#splash {
	width: 600px;
	margin: 0 auto;
	background: #FFFFFF;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}

/* Content */

#content {
	width: 610px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 5px solid #FFFFFF;
}

#content .title {
	padding: 10px 20px;
	background: #FFEE8E url(images/img4.gif) repeat-x left bottom;
	font-size: 1em;
}

#content .story {
	padding: 20px;
	border: 2px solid #4E4E4E;
}

/* Footer */

#footer {
	width: 570px;
	margin: 0 auto;
	padding: 10px 20px;
	background: #4E4E4E;
	border: 5px solid #FFFFFF;
	border-top: none;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
	color: #CCCCCC;
}

#footer a {
	color: #CCCCCC;
}

#news {
	width: 570px;
	margin: auto;
	margin-bottom:5px;
	font-family:Tahoma, Geneva, sans-serif;
	border: 1px dotted #C00;
	background-color:#CCC;
	padding:18px;
}