/* Content-Elemente */

#content h1 {
	font-size: 180%;
	font-weight : bold;
	margin: 0px;
	padding: 25px 0px 2px 0px;
	color: #444444;
}

#content h2 {
	font-size: 120%;
	font-weight : bold;
	margin: 0px;
	color: #4A4A4A;
	padding: 10px 0px 2px 0px;
}

#content p, #sidebar p {
	margin: 0px;
	padding: 2px 0px 4px 0px;	
	line-height: 160%;
}

#content a {
	text-decoration: none;
	font-weight : bold;
	color: #666666;
}

#content a:hover {
	text-decoration: underline;
}

/* Liste */

#content ul {
	list-style: none;
	padding: 0px;
	margin: 6px 0px 6px 10px;
}

#content li {
	padding: 2px 0px 2px 16px;
	background: url(../images/pbull.gif) no-repeat top left;
}

#content li ul li {
	padding: 2px 0px 2px 16px;
	background: url(../images/pbullsub.gif) no-repeat top left;
}

/* moreInfo Elemente */
#moreInfo h1	{
		padding: 9px 20px 9px 20px;
		background-color: #4A4A4A;
		font-size: 100%;
		font-weight: bold;
		color: #ffffff;
		letter-spacing: 1px;
		text-transform: uppercase;
		margin: 0px;
		}

#moreInfo p	{
		display: block;
		background-color: #666666;
		color: #ffffff;
		text-decoration: none;
		padding: 0px 20px 9px 20px;
		font-size: 10px;
		}

#moreInfo a	{
		display: block;
		color: #ffffff;
		text-decoration: none;
		border-bottom: 1px solid #C9C9C9;
		padding: 0px;
		margin: 3px 0px 3px 0px;
		text-transform: uppercase;
		font-size: 10px;
		}

/* Absatztype Formular */

input.box {
	width: 300px;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
	border : 1px solid #cdcdcd;
	color: #333333;
	background: url(../images/pmt.gif) repeat-x;
	font-size: 10px;
}

form.formular textarea  {
	background: url(../images/pmt.gif) repeat-x;
	border : 1px solid #cdcdcd;
	width: 300px;
	height: 50px;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}

form.formular .formcaption {
	width: 140px;
	line-height: 150%;
	float: left;
	clear: left;
}

form.formular .formnote {
	color: #4A4A4A;
	line-height: 150%;
	padding: 2px 0px 10px 142px !important;
}

.buttoncaption {
	line-height: 150%;
}
