body {
	background-color: #ffefcf;
	color: black;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 95%;
	padding-top: 10px;
}

#leftBlock {
	float: left;
	width: 250px;
}

#logo {
	margin-left: 30px;

}

#navigation ul {
	margin: 0;
	padding: 0;
	margin-bottom: 100px;
	margin-top: 50px;
}

#navigation li {
	list-style: none;
	margin: 0;
	font-stretch: narrower;
}

#navigation a {
	text-decoration: none;
	font-weight: bold;
	color: black;	
	font-size: 0.8em;
}
#navigation li a{
	color: white;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	padding-left: 27px;
	padding-top: 6px;
	display: block;
	height: 28px;
}

#navigation li span{
	color: white;
	font-weight: bold;
	background-repeat: no-repeat;
	padding-left: 27px;
	padding-top: 6px;
	display: block;
	height: 28px;
	font-size: 0.8em;
}
#navigation ul.start li a{
	background-image: url("../images/menuBackGrey.gif");
	color: white;
}
#navigation ul li a{
	color: black;
}

#navigation ul li a{
	background-image: url("../images/menuArrow.gif");
}


#navigation ul li.layer1 a:hover,#navigation ul li.layer1 span{
	background-image: url("../images/menuBackYellow.gif");
	color: white;
}
#navigation ul li.layer2 a:hover,#navigation ul li.layer2 span{
	background-image: url("../images/menuBackRed.gif");
	color: white;
}
#navigation ul li.layer3 a:hover,#navigation ul li.layer3 span{
	background-image: url("../images/menuBackPurple.gif");
	color: white;
}
#navigation ul li.layer4 a:hover,#navigation ul li.layer4 span{
	background-image: url("../images/menuBackBlue.gif");
	color: white;
}
#navigation ul li.layer5 a:hover,#navigation ul li.layer5 span{
	background-image: url("../images/menuBackGreen.gif");
	color: white;
}
#navigation ul li.layer6 a:hover,#navigation ul li.layer6 span{
	background-image: url("../images/menuBackBrown.gif");
	color: white;
}

#content {
	margin-left: 250px;
	font-size: 0.8em;
}
h1 {
	
	padding: 0;
	margin:0;
}

h2  {
	margin-top: 60px;
	background-image: url("../images/ruler2.gif");
	background-repeat: no-repeat;
	margin-bottom:2px;
	padding: 0;
	height: 52px;
}
h2.title  {
	background-image: url("../images/ruler1.gif");
	background-repeat: no-repeat;
}
h2.titleImpressum  {
	background-image: url("../images/impressum.gif");
	background-repeat: no-repeat;
}

h2.titleContact  {
	background-image: url("../images/contact.gif");
	background-repeat: no-repeat;
}
h2 span {
	color: black;
	background-color:  #ffefcf;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-top: 5px;
	font-weight: lighter;
}

h2 span.layer1 {
	color: #fdb812;
}
h2 span.layer2 {
	color: #ef3f23;
}
h2 span.layer3 {
	color: #903f98;
}
h2 span.layer4 {
	color: #0067ac;
}
h2 span.layer5 {
	color: #00ac4e;
}
h2 span.layer6 {
	color: #947f3a;
}


/* Rechte spalte */

#contentText {
	padding-top: 110px;
	margin-left: 5px;
	width: 637px;
}

#contentText p {
	margin-right: 340px;
	line-height: 1.5em;
	font-size: 1.15em;
		
}

#contact, #impressum {
	padding-top: 112px;
	margin-left: 5px;
	width: 637px;
}
#contact p ,#impressum p{
	margin-right: 20px;	
	line-height: 1.4em;
	margin-top: 0.5em;
	margin-bottom:0.5em;

}

#impressum p {
	line-height: 1.5em;
}

#contact .nosee {
	display: none;	
}

#contact input,#contact textarea {
	width: 400px;
}

#contact textarea {
	height: 100px;
}

#contentText.layer0,#contact.layer0,#impressum.layer0 {
	border-top: 1px solid black;
	border-right: 1px solid black;
}
div.layer1 {
	border-top: 1px solid #fdb812;
	border-right: 1px solid #fdb812;
}

div.layer2 {
	border-top: 1px solid #ef3f23;
	border-right: 1px solid #ef3f23;
}

div.layer3 {
	border-top: 1px solid #903f98;
	border-right: 1px solid #903f98;
}

div.layer4 {
	border-top: 1px solid #0067ac;
	border-right: 1px solid #0067ac;
}

div.layer5 {
	border-top: 1px solid #00ac4e;
	border-right: 1px solid #00ac4e;
}

div.layer6 {
	border-top: 1px solid #947f3a;
	border-right: 1px solid #947f3a;
}


#imageList {
	float: right;
	margin-right: 20px;
	margin-top: -55px;
}

#imageList li {
	list-style: none;
	margin-bottom: 10px;
}

#imageList ul  {
	margin: 0;
	padding: 0;
}

address {
	font-style: normal;
	font-size: 1em;
	padding-top: 15px;
	line-height: 1.4em;
}

.error {
	color: red;
	background-color: white;
	border: 1px solid red;
	padding: 10px;
	width: 380px;
}

