/* CSS Document (c) 2007 - Silvan Seeholzer, www.seeholzer.net */

@import url(fonts.css);

body {
	margin: 0;
	padding: 0;
	background-color: #5F5F5F;
}

div#page {
	padding: 0;
	position: relative;
	margin: auto;
	width: 960px;
	margin-top: 20px;
	background: url(../images/bg.gif) repeat-y top right white;
}

div#header {
	width: 950px;
	padding-top: 10px;
	padding-right: 10px;
	height: 160px;
	background: url(../images/corner-right.gif) no-repeat right top;
	margin-bottom: 15px;
}

div#header div#collage {
	width: 170px;
	height: 30px;
	float: left;
}

div#header div#title {
	margin: 110px 40px 0 40px;
	width: 500px;
	height: 30px;
	float: left;
	border-bottom: 1px solid #FFE27C;
}

div#header div#title h1 {
	font-size: 121%;
	color: #4D4D4D;
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: 0.2em;
}

div#header div#sign {
	width: 180px;
	float: left;
}

div#header div img#logo {
	display: block;
}

div#main {
	background: url(../images/col_haare.jpg) left bottom no-repeat;
}


div#main h2 {
	font-size: 107%;
	color: #4D4D4D;
	font-weight: 600;
	line-height: 114%;
	padding-bottom: 2px;
	margin-bottom: 2px;
	padding-top: 6px;
}

div#main div#navigation {
	width: 170px;
	height: 410px;
	padding-top: 8px;
	margin-right: 40px;
	float: left;
}

div#main div#navigation ul {
	padding: 0;
	margin: 0;
	margin-left: 20px;
}

div#main div#navigation ul li {
	list-style: none;
	border-bottom: 1px dashed #FFE27C;
}

div#main div#navigation ul li.first {
	border-top: 1px dashed #FFE27C;
}

div#main div#navigation ul li a {
	color: #4D4D4D;
	display: block;
	height: 20px;
	line-height: 107%;
	text-decoration: none;
	padding-top: 3px;
	padding-left: 4px;
}

div#main div#navigation ul li a:hover {
	color: #333333;
	background-color: #FFE27C;
}

div#main div#content {
	width: 500px;
	padding: 0;
	padding-top: 9px;
	margin-right: 40px;
	float: left;
	background: url(../images/bglogo.gif) no-repeat center center;
}

div#main div#content h2 {
	font-size: 107%;
	color: #4D4D4D;
	font-weight: 600;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #FFE27C;
	line-height: 114%;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

div#main div#content p {
	font-size: 100%;
	color: #4D4D4D;
	line-height: 128%;
}

div#main div#content ul li {
	font-size: 100%;
	color: #4D4D4D;
	line-height: 230%;
}

div#main div#content img {
	padding: 3px;
	margin: 3px;
	border: 1px solid #FFE27C;
	margin-right: 10px;
}

div#main div#content a {
	color: #4D4D4D;
}

div#main div#content a:hover {
	color: black;
}

div#main div#teaser {
	width: 170px;
	margin-right: 20px;
	float: left;
	border: #FFE27C solid 1px;
	padding: 8px;
	background-color: #FFF3C7;
}

div#main div#teaser h2 {
	font-size: 100%;
	color: #4D4D4D;
	font-weight: 600;
	line-height: 114%;
	margin-bottom: 0;
	border-bottom: 1px solid #FFE27C;
}

div#main div#teaser p {
	margin-top: 5px;
	font-size: 100%;
	color: #4D4D4D;
	line-height: 128%;
}

div#main div#teaser img {
	padding: 3px;
	border: 1px solid #FFE27C;
	background: white;
	margin-top: 5px;
	margin-bottom: 3px;
}

div#main div#teaser a {
	color: #4D4D4D;
}

div#main div#teaser a:hover {
	color: black;
}

div#main div#teaser hr {
	color: #FFE27C;
	font-size: 1px;
	border: 0;
	border-bottom: 1px solid white;
	
}

div#clear {
	clear: left;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

div.clear {
	clear: left;
	font-size: 1px;
	line-height: 1px;
	height: 5px;
}

div#footer {
	height: 26px;
	width: 960px;
	position: absolute;
	bottom: 0;
	background: url(../images/footer-bg.gif) no-repeat right bottom;
}

div#footer span {
	display: block;
	padding-top: 2px;
	font-size: 86%;
	padding-left: 200px;
	color: black;
}

div#footer a {
	color: black;
	text-decoration: none;
}
