/* SCHMIDT//OVERLÄNDER */
/* design:		2010 Nikolaus Rademacher (quadratdesign.de) */
/* code:		2010 Nikolaus Rademacher (quadratdesign.de) */


/* -- screen.css */

body {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	
	margin: 0;
	padding: 0;
	
	background-image: url('./bg-striche.png');
	background-repeat: repeat-y;
}


/* -- Stuktur */

#header {	
	width: 950px;
	
	margin: 0;
	padding: 0;
}
	
#logo {
	width: 280px;
	height: 100px;
	
	margin: 0;
	padding: 0;
}

#grafik {
	width: 950px;
	
	margin: 0;
	margin-top: 35px;
	padding: 0;
}

#content {
	width: 950px;
	
	margin: 0;
	margin-top: 35px;
	padding: 0;
}

#navigation {
	position: absolute;
	top: 465px;
	left: 180px;
	
	margin: 0;
	padding: 0;
	
	list-style: none;
	text-align: right;
}

#subnavigation {
	position: absolute;
	top: 460px;
	bottom: auto;
	left: 288px;
	right: auto;
	
	margin: 0;
	padding: 0;
	
	list-style: none;
	
	z-index: 100;
}

#text {
	width: 472px;
	
	margin: 0;
	margin-left: 288px;
	padding: 0;
	
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #575C62;
}

#footer {
	width: 140px; /* 150px, aber 10px Abstand */
	height: 35px;
	text-align: right;
	
	margin: 0;
	margin-left: 800px;
	margin-bottom: 25px;
	padding: 0;
	
	list-style: none;
}


/* -- Texte und Links */

#text a, #text a:link, #text a:hover, #text a:focus, #text a:visited {
	text-decoration: none;
	color: #575C62;
}

#text a:hover {
	color: #FD6B44;
}

.headerp {
	color: #575C62;
	font-weight: bold;
}


p {
	margin-top: 0;
	margin-bottom: 10px;
}

#text ul {
	list-style-type: disc;
	color: #FD6B44;
}

#text .item {
	color: #575C62;
}

#footer li {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	line-height: 11px;	
	color: #575C62;
	
	display: inline;
	margin: 0;
}

#footer a, #footer a:link, #footer a:visited, #footer a.active {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #575C62;
	
	text-decoration: none;
}

#footer a.active {
	color: #000;
}

#footer a:hover {
	color: #000;
}


/* -- Navigation */

#navigation li {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #575C62;
	
	margin-bottom: 24px;
}

#navigation a, #navigation a:link, #navigation a:visited, #navigation a.active {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #575C62;
	
	text-decoration: none;
}

li#verlag a, li#verlag a:link, li#verlag a:visited, li#verlag a.active {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #000;
	
	text-decoration: none;
}

#navigation a.active, li#verlag a.active {
	color: #FD6B44;
}

#navigation a:hover {
	color: #000;
}

li#verlag a:hover { color: #575C62; }

#subnavigation li {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #575C62;
	
	display: inline;
	margin-right: 0px;
}

#subnavigation a, #subnavigation a:link, #subnavigation a:visited {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #575C62;
	
	text-decoration: none;
}

#subnavigation a.active {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #FD6B44;

	text-decoration: none;
}

#subnavigation a:hover {
	color: #000;
}

.active {
	color: #FD6B44;
}
