/*
Website Styles for cyberpark Agentur website
Datum: 07.06.2005
Author: Sascha Grether
Anmerkung: Definition für den Hintergrund finden sich in der @import Datei pageSettings !!!!
*/

@import url(formsAndModules.css);

body, div, td, span, p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 135%;
}

.websiteTopWrapperDefault, .websiteTopWrapperIBook, .websiteTopWrapperChair, .websiteTopWrapperDoorbell, .websiteTopWrapperHub, .websiteTopWrapperKey, .websiteTopWrapperBulb, .websiteTopWrapperLightNewspaper, .websiteTopWrapperShutter {
	display: none;
}

H1 {
	font-family: "Arial Narrow", "Helvetica-Condensed", Arial, Helvetica, sans-serif;
	color: #444444; /* test, damit die H nicht so fett wirkt */
	font-size: 24px;
	font-weight: normal;
	line-height: 135%;
	margin: 4px 0px 4px 0px;
	padding: 0px;
	letter-spacing: 0px;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #444444; /* test, damit die H nicht so fett wirkt */
	font-size: 16px;
	font-weight: bold;
	line-height: 135%;
	margin: 0px;
	padding: 0px;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	line-height: 135%;
	margin: 0px;
	padding: 0px;
}

H4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	font-weight: normal;
	line-height: 135%;
	margin: 0px;
	padding: 0px;
}

H5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	line-height: 135%;
	margin: 0px;
	padding: 0px;
}

H6, H7 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 9px;
	font-weight: normal;
	line-height: 135%;
	margin: 0px;
	padding: 0px;
}

.websiteWrapper {
	position: relative;
	margin: 0px;
	border: 0px solid red;
}

.websiteTopNavigation {
	display: none;
}

.websiteSubNavigation {
	display: none;
}

.websiteMetaNavigation {
	display: none;
}

.websitePageInfos {
	position: absolute;
	width: 191px;
	top: 100px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px solid purple;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	z-index: 10; /* unter der Subnavigation !!! */
}

.websitePageInfos a {
	color: #333333;
	text-decoration: underline;
}

.websitePageInfos a:hover {
	color: #336600;
	text-decoration: none;
}

.websiteContentWrapper {
	position: absolute;
	width: 450px;
	height: 400px;
	top: 20px;
	left: 190px;
	border: 0px solid blue;
	margin: 0px;
	padding: 0px;
}

.websiteContentWrapper a {
	color: #333333;
	text-decoration: underline;
}

.websiteContentWrapper a:hover {
	color: #669900;
	text-decoration: none;
}

.websiteContentLinkContinue {
	color: #CC0000;
}

.websiteContentPath {
	position: relative;
	top: 10px;
	left: 46px;
	width: 450px;
	height: 13px;
	border: 0px solid red;
}

.websiteContentPath img {
	margin-right: 15px;
	padding: 0px;
	border: 0px;
}

.websiteContentPath a.home {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}

.websiteContentPath a.path {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	background-image: url(/projects/agentur-website/images/default/300378/pathArrow.gif);
	background-repeat: no-repeat;
	background-position: 7px;
	padding: 0px 0px 0px 13px;
}

.websiteContentPath a.home:hover, .websiteContentPath a.path:hover {
	color: #666666;
	text-decoration: underline;
}

.websiteContentCMS {
	position: relative;
	width: 450px;
	top: 0px;
	left: 46px;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	border: 0px solid orange;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
}

.websiteFooter {
	position: static;
	width: 450px;
	height: 50px;
	top: 0px;
	left: 0px;
	margin: 30px 0px 0px 46px;
	padding: 0px 0px 30px 0px;
	font-size: 9px;
	color: #666666;
	border: 0px solid red;
}

.websiteFooter a {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	background-image: url(/projects/agentur-website/images/default/300378/pathArrow.gif);
	background-repeat: no-repeat;
	background-position: 7px;
	padding: 0px 0px 0px 13px;
}

.websiteFooter a:hover, .websiteFooter .footerFunction a:hover {
	color: #666666;
	text-decoration: underline;
}

.websiteFooter .footerFunction {
	display: none;
}

