/* CSS Document */
.button_container {
	width:100%;
	overflow:hidden;
}

.button_view {
	position:relative;
	float:left;
	z-index:1;
	margin-right:4px;
    cursor:pointer;
}

.button_container .button_view {
	margin-top:2px;
	margin-bottom:2px;
}

img.button_view_ctrl, input.button_view_ctrl {
	width:100%;
	height:25px;
	position:absolute;
	top:0px;
	left:0px;
	border:0px;
	padding:0px;
	margin:0px;
	z-index:5;
}

a.btnaddlink {
    text-decoration: none;
    width:116px;
    padding:0 0 0 3px;
    margin:0;
    text-align:left;
    color:#414751;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:normal;
    text-decoration:none;
    background:none;
    border:none;
    cursor:pointer;    
}

img.addicon {
   border:none;
   background-color:transparent;    
   padding:0 8px 0 0;
   margin: 0;
   vertical-align:middle;
}

a.btndellink {
    cursor:pointer; 
}


.button_view_rechts,
.button_view_rechts_blau_pfeil,
.button_view_rechts_pfeil,
.button_view_rechts_blau,
.button_view_rechts_grau {
	position:absolute;
	right:0px;
	top:0px;
	height:25px;
	z-index:2;
}
.button_view_rechts {
	width:19px;
	background-image:url(../img/buttonfragmente/button-rechts.png);
}
.button_view_rechts_blau_pfeil {
	width:25px;
	background-image:url(../img/buttonfragmente/button-blau-rechts-pfeil.png);
}
.button_view_rechts_pfeil {
	width:25px;
	background-image:url(../img/buttonfragmente/button-rechts-pfeil.png);
}
.button_view_rechts_blau {
	width:19px;
	background-image:url(../img/buttonfragmente/button-blau-rechts.png);
}
.button_view_rechts_grau {
	width:19px;
	background-image:url(../img/buttonfragmente/button-grau-rechts.png);
}

.button_view_links,
.button_view_links_pfeil,
.button_view_links_lupe,
.button_view_links_blau,
.button_view_links_grau,
.button_view_links_blau_lupe {
	position:absolute;
	left:0px;
	top:0px;
	height:25px;
	z-index:3;
}
.button_view_links {
	width:16px;
	background-image:url(../img/buttonfragmente/button-links.png);
}
.button_view_links_pfeil {
	width:22px;
	background-image:url(../img/buttonfragmente/button-links-pfeil.png);
}
.button_view_links_lupe {
	width:28px;
	background-image:url(../img/buttonfragmente/button-links-lupe.png);
}
.button_view_links_grau {
	width:16px;
	background-image:url(../img/buttonfragmente/button-grau-links.png);
}
.button_view_links_blau {
	width:16px;
	background-image:url(../img/buttonfragmente/button-blau-links.png);
}
.button_view_links_blau_lupe {
	width:28px;
	background-image:url(../img/buttonfragmente/button-blau-links-lupe.png);
}

.button_view_text,
.button_view_text_pfeil_links,
.button_view_text_lupe_links,
.button_view_text_blau_pfeil_rechts,
.button_view_text_grau,
.button_view_text_blau,
.button_view_text_blau_lupe_links,
.button_view_text_pfeil_rechts {
	line-height:22px;
	padding-bottom:3px;
	vertical-align:middle;
	font-weight:bold;
	color:white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	z-index:4;
	white-space:nowrap;
}
.button_view_text {
	background-image:url(../img/buttonfragmente/button-hintergrund.png);
	margin-left:16px;
	margin-right:19px;
}
.button_view_text_pfeil_links {
	background-image:url(../img/buttonfragmente/button-hintergrund.png);
	margin-left:22px;
	margin-right:19px;
}
.button_view_text_lupe_links {
	background-image:url(../img/buttonfragmente/button-hintergrund.png);
	margin-left:28px;
	margin-right:19px;
}
.button_view_text_blau_pfeil_rechts {
	background-image:url(../img/buttonfragmente/button-blau-hintergrund.png);
	margin-left:16px;
	margin-right:25px;
}
.button_view_text_pfeil_rechts {
	background-image:url(../img/buttonfragmente/button-hintergrund.png);
	margin-left:16px;
	margin-right:25px;
}
.button_view_text_grau {
	background-image:url(../img/buttonfragmente/button-grau-hintergrund.png);
	margin-left:16px;
	margin-right:19px;
}
.button_view_text_blau {
	background-image:url(../img/buttonfragmente/button-blau-hintergrund.png);
	margin-left:16px;
	margin-right:19px;
}
.button_view_text_blau_lupe_links {
	background-image:url(../img/buttonfragmente/button-blau-hintergrund.png);
	margin-left:28px;
	margin-right:19px;
}


.buttons_rechtsbuendig div.button_view {
	margin:2px 0 2px 4px;
	float:right; 
}

.map_zoom_center_button {
    padding-left: 5px;
    padding-right: 5px;    
}

.map_zoom_buttons{
 padding: 5px; 
 cursor: pointer;
}

.map_button_aussenRahmen{
    border:1px solid black;
    cursor: pointer;
    margin-top: 5px;
}

.map_button_innenRahmen{
    -moz-user-select:none;
    background-color:white;
    border-color:#707070 #D0D0D0 #D0D0D0 #707070;
    border-style:solid;
    border-width:1px;
    color:black;
    font-family:Arial,sans-serif;
    font-size:12px;
    font-weight:bold;
    padding:0 5px;
}
