#navigationv {
	background-color: #FFE6E6;
}
/* CSS Document */

#banner{background-image:url(home.jpg);background-repeat:no-repeat;border-bottom:1px solid #FF6666}
#fusszeile{border-top:1px solid #FF6666;margin-top:20px}
#navigationh{
	background-color:#F66
}
#navigationh2{
	background-color:#F99
}

#navigationh a,#navigationh a:link,#navigationh a:visited {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #C33;
	border-left-color: #C33;
}

#navigationh2 a,#navigationh2 a:link,#navigationh2 a:visited {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #F66;
	border-left-color: #F66;
}

#navigationh a:hover{
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #C33;
	border-right-color: #C33;
	border-bottom-color: white;
	border-left-color: white;
}

#navigationh2 a:hover{
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #F66;
	border-right-color: #F66;
	border-bottom-color: white;
	border-left-color: white;
}

a:link{
	color:#C33
}
.kasten{
	border:1px solid #F66
}

form{
	border:1px solid #F66;
	padding:5px;
}
input, textarea, select{width:70%}
.info{
	color:#F66;
}
