/* CSS Document */

h1 {
	font-size: 18px;
	color: #126371;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 14px;
}

h2 {
	font-size: 14px;
	color: #126371;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 14px;
}

p {
	margin: 0px;
	margin-bottom: 14px;
}

div.box_content p {
	margin: 0px;
	margin-bottom: 5px;
}

div.box_content p.datum {
	color: #126371;
}

div#breadcrumb strong {
	color: #f8a118;
	font-weight: normal;
}

/* Links */

a {
	color: #126371;
	text-decoration: none;
}

a:hover {
	color: #126371;
	text-decoration: none;
}

/* LINKS FOOTER */

div#footer a {
	color: #333;
}

div#footer a:hover {
	color: #fff;
}

div#footer a:focus {
	color: #fff;
}

div#footer a.active {
	color: #fff;
}

/* LINKS PRODUKTE */

div.produkt_navi a {
	background-image: url(../images/layout/produkt/produktbutton.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 115px;
	height: 30px;
	padding-left: 10px;
	padding-top: 6px;
	color: #f8a118;
	margin-bottom: 5px;
}

div.produkt_navi a:hover {
	background-image: url(../images/layout/produkt/produktbuttonOn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 110px;
	height: 30px;
	padding-left: 10px;
	padding-top: 6px;
	color: #f8a118;
	margin-bottom: 5px;
}


a.e5link {
	background-image: url(../images/exlink.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 222px;
	height: 30px;
	padding-left: 10px;
	padding-top: 6px;
	color: #f8a118;
	margin-bottom: 5px;
}

a.e5link:hover {
	background-image: url(../images/exlink.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 222px;
	height: 30px;
	padding-left: 10px;
	padding-top: 6px;
	color: #f8a118;
	margin-bottom: 5px;
}

div.downlink {
	width:120px;
	float:right;
	height:16px;
	border-left:1px solid #ffffff;
	margin-left:10px;
}
div.downlink a {
	background-image: url(../images/layout/produkt/produktbutton.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 115px;
	height: 30px;
	padding-left: 10px;
	padding-top: 6px;
	color: #f8a118;
	margin-bottom: 5px;
}
