.linie {
	border-bottom:1px solid #000000;
}


/**Ueberschriften**/

h1 {
	font-size:14px;
	font-weight:bold;
	margin-top:5px;
}

#main #content #inhalt h2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:12px;
	margin-top:5px;
}

#main #content #inhalt h3 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:12px;
	margin-top:15px;
}


/**border downloads**/
.border_bottom {
	border-bottom:1px solid #ddd;
	padding-bottom:6px;
	margin-bottom:3px;
}

/**Bilder Content**/
.bild_text {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}


/**Formular**/
#main #content #inhalt input {
	border:1px solid #cccccc;
	width:180px;
	margin-bottom:7px;
}

#main #content #inhalt input#button {
	border:1px solid #cccccc;
	width:100px !important;
	margin-bottom:7px;
}

#main #content #inhalt input#button:hover {
	border:1px solid #cccccc;
	background-color:#e1ddd6;
	width:100px !important;
	margin-bottom:7px;
}

#main #content #inhalt textarea {
	border:1px solid #cccccc;
	width:180px;
}