﻿a.ovalbutton {
	/*background: transparent url('../Pictures/LI_ABMELDEN.png') no-repeat top left;*/
	display: block;
	/* float: right; */
	font: bold 13px Tahoma; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 41px; /* Width of left menu image */
	text-decoration: none;
	margin-right: 20px;
	color: White; /*button text color*/
	cursor: pointer;
	border: 1px solid white;
	border-radius: 5px;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: White; /*button text color*/
}

a.ovalbutton span{
background: transparent url('../Pictures/RE.png') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
border: 1px solid #aaaaaa;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: White;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

a.renewbutton
{
	background: transparent url('../Pictures/LI_AKTUALISIEREN.png') no-repeat top left;
}

a.loginbutton
{
	background: transparent url('../Pictures/LI_ANMELDEN.png') no-repeat top left;
}

a.logoutbutton
{
	background: transparent url('../Pictures/LI_ABMELDEN.png') no-repeat top left;
}

a.shootbutton
{
	background: transparent url('../Pictures/LI_AUFNEHMEN.png') no-repeat top left;
	float: left;
	width: 80px;
}
a.cleanbutton
{
	background: transparent url('../Pictures/LI_CLEAN.png') no-repeat top left;
}

a.resumebutton
{
	background: transparent url('../Pictures/LI_RESUME.png') no-repeat top left;
}

a.loadbutton
{
	background: transparent url('../Pictures/LI_AUFNEHMEN.png') no-repeat top left;
	float: left;
	width: 80px;
}

a.printbutton
{
	background: transparent url('../Pictures/LI_DRUCKEN.png') no-repeat top left;
	float: left;
    bottom: 10px;
}

a.exportbutton
{
	background: transparent url('../Pictures/LI_SPEICHERN.png') no-repeat top left;
	float: left;
    bottom: 10px;
}

a.editbutton
{
	background: transparent url('../Pictures/LI_EDIT.png') no-repeat top left;
	display: block;
	float: right;
	font: bold 13px Tahoma; 
	line-height: 16px; 
	height: 24px; 
	padding-left: 41px; 
	text-decoration: none;
	margin-right: 10px;
	color: White; 
	cursor: pointer;
	border: 1px solid white;
	border-radius: 5px;
}

a.lockbutton
{
	background: transparent url('../Pictures/LI_LOCK.png') no-repeat top left;
	float: left;
    bottom: 10px;
}

a.unlockbutton
{
	background: transparent url('../Pictures/LI_UNLOCK.png') no-repeat top left;
	float: left;
    bottom: 10px;
}

a.upbutton
{
	background: transparent url('../Pictures/LI_LAY_UP.png') no-repeat top left;
}

a.downbutton
{
	background: transparent url('../Pictures/LI_LAY_DOWN.png') no-repeat top left;
}



a:link.editbutton, a:visited.editbutton, a:active.editbutton{
	color: White;
}
a.editbutton span{
	background: transparent url('../Pictures/RE.png') no-repeat top right;
	display: block;
	padding: 4px 11px 4px 0; 
}

a.editbutton:hover{ 
	background-position: bottom left;
	border: 1px solid #aaaaaa;
}

a.editbutton:hover span{ 
	background-position: bottom right;
	color: White;
}
a.deletebutton
{
	background: transparent url('../Pictures/LI_ENTFERNEN.png') no-repeat top left;
}

a.addbutton
{
	background: transparent url('../Pictures/LI_HINZU.png') no-repeat top left;
}

a.subbutton
{
	background: transparent url('../Pictures/LI_SUB.png') no-repeat top left;
}

a.savebutton
{
	background: transparent url('../Pictures/LI_SPEICHERN.png') no-repeat top left;
}

a.searchbutton
{
	background: transparent url('../Pictures/LI_SUCHEN.png') no-repeat top left;
	float: right;
}

a.applybutton
{
	background: transparent url('../Pictures/LI_UEBERNEHMEN.png') no-repeat top left;
	float: left;
	bottom: 10px;
/*	width: 110px; */
}

a.savebuttonex
{
	background: transparent url('../Pictures/LI_SPEICHERN.png') no-repeat top left;
    float: left;
	bottom: 10px;
}

a.detectbuttonex
{
	background: transparent url('../Pictures/LI_FACE.png') no-repeat top left;
    float: left;
	bottom: 10px;
}

a.backbutton
{
	background: transparent url('../Pictures/LI_BACK.png') no-repeat top left;
    float: left; 
	width: 65px;
}

/*
a.editbutton{
background: transparent url('../Pictures/LI_EDIT.png') no-repeat top left;
display: block;
float: right;
font: bold 13px Tahoma; 
line-height: 16px; 
height: 24px; 
padding-left: 41px; 
text-decoration: none;
margin-right: 10px;
color: White; 
}

a:link.editbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: White; 
}

a.editbutton span{
background: transparent url('../Pictures/RE.png') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; 
}

a.editbutton:hover{
background-position: bottom left;
}

a.editbutton:hover span{ 
background-position: bottom right;
color: black;
}
*/

input.fileBtn {
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	margin: 0;
	padding: 0;
	font-size: 10px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

.upFileButton{
position: relative;
display: block;
float: right;
font: bold 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 41px; /* Width of left menu image */
text-decoration: none;
margin-right: 20px;
color: White; /*button text color*/
cursor: pointer;
border: 1px solid white;
border-radius: 5px;
}

.upFileButton span{
background: transparent url('../Pictures/RE.png') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

.upFileButton:hover{ /* Hover state CSS */
background-position: bottom left;
border: 1px solid #aaaaaa;
}

.upFileButton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: White;
}

.fileSelectButton
{
	background: transparent url('../Pictures/LI_HINZU.png') no-repeat top left;
/*	float: left; */
	width: 120px;
}

a.uploadbutton
{
	background: transparent url('../Pictures/LI_SPEICHERN.png') no-repeat top left;
	width: 120px;
}

a.downloadbutton
{
	background: transparent url('../Pictures/LI_SPEICHERN.png') no-repeat top left;
	width: 120px;
}


/*




*/
a.smallbutton{
/*background: transparent url('../Pictures/LI_ABMELDEN.png') no-repeat top left;*/
display: block;
/* float: right; */
font: bold 8px Tahoma; /* Change 13px as desired */
line-height: 4px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 12px; /* Height of button background height */
padding-left: 14px; /* Width of left menu image */
text-decoration: none;
margin-right: 2px;
color: White; /*button text color*/
cursor: pointer;
border: 1px solid white;
border-radius: 2px;
}

a:link.smallbutton, a:visited.smallbutton, a:active.smallbutton{
color: White; /*button text color*/
}

a.smallbutton span{
background: transparent url('../Pictures/RE.png') no-repeat top right;
display: block;
padding: 4px 4px 4px 4px; /*Set 11px below to match value of 'padding-left' value above*/
}

a.smallbutton:hover{ /* Hover state CSS */
background-position: bottom left;
border: 1px solid #aaaaaa;
}

a.smallbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: White;
}

a.btnSmallClose
{
    background: transparent url('../Pictures/LI_SMALL_CLOSE.png') no-repeat top left;
}






