table, td {
	font-size: 1em;
}


a {
	color: black;
}

h1 {
	font-size: 1.5em;
	margin-bottom: 1.2em;
}

h2 {
	font-size: 1.4em;
	margin-bottom: 1.2em;
}

p {
	margin-bottom: 1.2em;
}

.main .contentWrap {
	line-height: 1.8em;
}

input {
	padding: 3px;
	border: 1px solid #D9DADB
}

input:focus, textarea:focus{
	border: 1px solid #E75226;
}

.infobox {
	display: inline;
	width: 245px;
	/*padding: 10px;*/
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 0px solid #777;
	height: 155px;
	background: url(../img/box_bg.jpg);
}

.infobox_top{
	display: block;
	background: url(../img/box_top.jpg);
	background-position: top;
	height: 12px;
	overflow:hidden;
}

.infobox_bottom{
	background: url(../img/box_bottom.jpg);
	background-position: bottom;
	height: 12px;
	overflow:hidden;
	font-size: 0em;
	line-height: 0em;
}

.infobox_main {
	padding: 0px 10px 0px 10px;
	height: 131px;
	overflow:hidden;
}
/* Ausnahme f. Biogaslogo */
.bigpic img { margin-bottom: 5px; }
.bigpic p { line-height: 1.2em; }

.infobox h1{
	color: #E75226;
	font-size: 1.2em;
	margin-bottom: 0.2em;
}

.infobox p{
	line-height: 1.4em; 
}

.infobox .smallpic{
	float: right;
	width: 80px;
	height: 80px;
	margin: 0px 0px 5px 5px;
}

.pfeil {
	vertical-align: text-bottom;
	padding-left: 10px;
}

.main .content ul{
	list-style-type: none;
	list-style-position: outside;
}

.main .content  li{
	margin-bottom: 0px;
	padding: 2px 5px 2px 20px;
	background: url(../img/li_orange.gif) transparent no-repeat 5px 10px;		
	line-height:1.8em;
}

.main .contentWrap table td {
	vertical-align: top;
}

table td p {
	line-height: 1.8em;
}

/* Definition fuer Service-Hotlines K+S */
.servicehotlines p { letter-spacing: 0.07em; margin: 0; }
.servicehotlines th { background-color: #D9DADB;  padding: 8px; border-bottom: 1px solid #767779; }
.servicehotlines th p { font-size: 1.1em; line-height: 1.5em; color: #000; }
.servicehotlines tr {  }
.servicehotlines tr td { background-color: #E75226; padding: 5px 10px; vertical-align: middle;}
.servicehotlines tr td.align-right { background-color: #919293; text-align: right; width: 50%; }
.servicehotlines tr td.align-right p { color: #FFF; }
.servicehotlines td p { line-height: 1.5em; color: #FFF; margin: 0; font-size: 1.1em;  }	