
#content #text .pinnwand {
	clear: both;
	font-size: inherit;
	margin: 0px;

}

#content #text .pinnwand h1 {
	background-color: #00a6eb;
	width: 415px;
	margin-top: 5px;
	margin-bottom: 1px;
	padding: 5px;
	color: #fff;
	font-size: 20px;
}

#content #text .pinnwand h2 {
	margin: 0px;
	background-color: #999;
	width: 415px;
	padding: 5px;
	color: #fff;
	font-size: 10pt;
}

#content #text .pinnwand form {
	background-color: #fff;
}

#content #text .pinnwand .auswahl ul {
	margin: 0px;
	padding: 0px;
}

#content #text .pinnwand .auswahl li {
	background-color: #ECECED;
	margin: 0px;
	padding: 5px;	
	padding-top: 1px;
	margin-bottom: 2px;
}

#content #text .pinnwand .auswahl li:hover {
	background-color: #CCC;
	margin: 0px;
	padding: 5px;	
	padding-top: 1px;
	margin-bottom: 2px;
}

#content #text .pinnwand .auswahl h3 {
	margin-top: 10px;
}

#content #text .pinnwand .auswahl a {
	color: #000;
	text-decoration: none;
	background-color: #ECECED;	
}

#content #text .pinnwand .auswahl a:hover, #content #text .pinnwand .auswahl li:hover a {
	color: #000;
	text-decoration: none;
	background-color: #CCC;	
}

#content #text .pinnwand .auswahl ul {
	margin: 0px;
	padding: 0px;
}

#content #text .pinnwand .auswahl li {
	background-color: #ECECED;
	margin: 0px;
	padding: 5px;	
	padding-top: 1px;
	margin-bottom: 2px;
}

#content #text .pinnwand .auswahl2 li {
	background-color: #ECECED;
	margin: 0px;
	padding: 5px;	
	padding-top: 1px;
	margin-bottom: 2px;
}

#content #text .pinnwand .auswahl2 input {
	border: 1px solid #00a6eb;
	height: 15px;
	width: 350px;
	padding: 5px;
}

#content #text .pinnwand .auswahl2 select {
	border: 1px solid #00a6eb;
	height: 25px;
	width: 360px;
	padding: 5px;
}

#content #text .pinnwand .auswahl2 textarea {
	border: 1px solid #00a6eb;
	padding: 5px;
	width: 350px;
}

#content #text .pinnwand .auswahl2 input#submit {
	border: 1px solid #00a6eb;
	padding: 5px;
	width: 100px;
	height: 30px;
}

