/* 
	Common-Styles for
	www.gas-wasser-waermetechnik.de
	Author: Markus Bosch
	Version: 0.0.1
*/

 /* ------------------------------------------------------------------------------------------- */
/* global reset ------------------------------------------------------------------------------- */

* {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    color: #000000;
    list-style-type: none;
}

 /* ------------------------------------------------------------------------------------------- */
/* contentDetailAnfahrt element ------------------------------------------------------------------------------- */

.contentDetailAnfahrt {
	background-image: url(../images/detail_anfahrt/anfahrtsskizze.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.contentDetailAnfahrtZoom {
	background-image: url(../images/detail_anfahrt/anfahrtsskizze_zoom.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#contentDetail {
	padding-top: 401px;
}

#clearBoth {
	clear: both;
}

#controlPanel {

	bottom: 0px;
	width: 230px; 
	height: 120px;
	background-image: url(../images/detail_anfahrt/bg_control.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 23px 0 0 20px;
}

#control {
	width: 35px;
}

#control .plus a {
	background-image: url(../images/detail_anfahrt/button_plus.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 32px;
	height: 35px;
	display: block;
}

#control .plus a:hover {
	background-image: url(../images/detail_anfahrt/button_plus_hover.gif);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
}

#control .plus a:link.inactive,
#control .plus a:visited.inactive,
#control .plus a:hover.inactive,
#control .plus a:active.inactive {
	background-image: url(../images/detail_anfahrt/button_plus_inactive.gif);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
}




#control .minus a {
	background-image: url(../images/detail_anfahrt/button_minus.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 32px;
	height: 35px;
	display: block;
}

#control .minus a:hover {
	background-image: url(../images/detail_anfahrt/button_minus_hover.gif);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
}

#control .minus a:link.inactive,
#control .minus a:visited.inactive,
#control .minus a:hover.inactive,
#control .minus a:active.inactive {
	background-image: url(../images/detail_anfahrt/button_minus_inactive.gif);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
}


#print {
	position: absolute;
	margin: -38px 0 0 42px;

	width: 148px;
	height: 35px;	
	background-image: url(../images/detail_anfahrt/button_print.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 5px;
}

#print a {
	padding-left: 15px;
	color: #000000;
	/*
	position: absolute;
	display: block;
	width: 148px;
	height: 27px;	
	background-image: url(../images/detail_anfahrt/button_print.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
	*/
}

#control .text {
	visibility: hidden;
/*	font-weight: bold;*/
}

