#main ul{
	padding-left: 15px;
}
#main ul.num{
	list-style: decimal;
}
h1{
	color: #5d6465;
	font-size: 13px;
}
h2{
	color: #ff8a3d;
	font-size: 13px;
}
.left{
	float: left;
}
.right{
	float: right;
}
.box_underline{
	border-bottom: 1px solid #b4b4b4;
}
.box_underline .left{
	width:400px;
}
.green{
	color: #006584;
}

sup{
	color: #fff;
	background-color: #006584;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius: 2px;
	padding:1px;
	cursor: pointer;
}
td sup{
	color: red;
	background: none;
	border: none;
	padding: 0;
}
span.tooltip{
	color: #ef7313;
}
div.trennung{
	border-top: 2px dotted #454545;
	margin-top: 30px;
	margin-bottom:30px;
}
input.button,
a.button{
	padding:2px 10px 2px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color: #006a8d;
	border:1px solid #006a8d;
	color: #fff;
	text-decoration: none;
	cursor:pointer;
	display: inline-block;
}
.mt30{
	clear: both;
	margin-top: 30px;
}
.mb30{
	margin-bottom: 30px;
}
.mr30{
	margin-right: 30px;
}
div.hinweis{
	color: #006584;
}
div.buttons{
	text-align: right;
}
div.box_underline{
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.bestellinfo{
	margin-top: 30px;
	padding: 5px 15px 15px 15px;
	
	border: 1px solid #ff8a3d;
}
.bestellinfo h1{
	color: #ff8a3d;
}
.hidden{
	visibility: hidden;
}