/* +++++++ Formatierungen Content ++++++++ */

body {	
	background-image: url("../img/bg_verlauf.jpg");
	background-attachment: fixed; 
	background-position: top; 
	background-repeat: repeat-x;
	background-color: #c4e8ff;
	font-size: 11px; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	line-height: 1.7em;
	color: #333;	
}

hr {
	margin: 20px 0;
	border-top: #333 1px dashed;
	border-left: none;
	border-right: none;
	border-bottom: none;
	background-color: #fff;
}

.contentimg {
	margin: 10px;
}

.contentimgright {
	margin: 0 0 0 10px;
	float: right;
}

.bildinfo {
	font-size: 9px;
	line-height: 1.6em;
}

/* +++++++ Formatierungen Text ++++++++ */

h1 {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul.contenttable li {
	font-weight: normal;
	list-style-image: url(img/li/li_content.gif);
}

.headline {
	color: #333;
	font-weight: bold;
	line-height: 18px;
	font-size: 13px;
}

dt {
	font-weight: bold;
	margin-top: 20px;
}

dd {
	margin-left: 25px;
}

/* News = 01 */

.color_01 {
	color: #638e1f;
}

ul.color_01 li {
	font-weight: bold;
	list-style-image: url(../img/li/li_color_01.gif);
	margin-bottom: 5px;	
}

/* Technik = 02 */

.color_02 {
	color: #3f6437;
}

ul.color_02 li {
	font-weight: bold;
	list-style-image: url(../img/li/li_color_02.gif);
	margin-bottom: 5px;		
}

/* Produkte = 03 */

.color_03 {
	color: #206d93;
}

ul.color_03 li {
	font-weight: bold;
	list-style-image: url(../img/li/li_color_03.gif);
	margin-bottom: 5px;		
}

/* Qualit?t = 04 */

.color_04 {
	color: #791f4c;
}

ul.color_04 li {
	font-weight: bold;
	list-style-image:url(../img/li/li_color_04.gif);
	margin-bottom: 5px;		
}

/* Portrait = 05 */

.color_05 {
	color: #a52020;
}

ul.color_05 li {
/*	font-weight: bold; */
	list-style-image:url(../img/li/li_color_05.gif);
	margin-bottom: 5px;		
}

/* Kontakt = 06 */

.color_06 {
	color: #da611f;
}

ul.color_06 li {
	font-weight: bold;
	list-style-image:url(../img/li/li_color_06.gif);
	margin-bottom: 5px;		
}

/* Impressum = 07 */

.color_07 {
	color: #eca11f;
}

ul.color_07 li {
	font-weight: bold;
	list-style-image:url(../img/li/li_color_07.gif);
	margin-bottom: 5px;		
}


/* +++++++ Formatierungen Formulare ++++++++ */

input {
	background-color: #fff;
	height: 16px;
	border: #128eca solid 1px;
	color: #333333;
	font-size: 11px; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 	
}

.formfeld {
	background-color: #fff;
	border: #128eca solid 1px;
	color: #333333;
	font-size: 11px; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 	
}

.button {
	background-color: #fff;
	border: none;
	height: 27px;
}