html {
	overflow-y: scroll;
}

.ui-icon-forward {
	background-image: url(../images/calculatorImages/arrow_right.png)
		!important;
}

.ui-icon-select {
	background-image: url(../images/accept.png) !important;
}

body 
{
	font-family: Gudea, sans-serif ! important;
	margin: 0px;
	padding: 0;
	font-size: 10px;
}

.ui-widget {
	font-family: Gudea, sans-serif ! important;
	font-size: 1.1em;
}

.data-cell 
{
	word-wrap: break-word;
	font-size:10pt;
}

.notClosedHighlight
{
	background-color: #e43636 ! important;
	color:white ! important;
}

.notAcceptedHighlight 
{
	background-color: #fdfb3a  ! important;
}

.cancelHighlight
{
	background-color: #ffc0c0 ! important;
}


.ui-breadcrumb {
	height: 18px;
	margin: 0px;
	background-image: none ! important;
	background-color: white ! important;
	border: none ! important;
	text-decoration: none ! important;
}


.headerAspInfoMailColor
{
	color: blue;
}


.headerAspInfo
{
	color: black;
	font-weight:bold;
}

.headerAspInfo2
{
	color: black;
	font-weight:bold;
}

.headerSectionCalc
{
	margin-top:10px;
	background-color: black;
	height:200px;
	width:1000px;
}

.headerSection
{
	background-color: white;

	width:1000px;
}

.logoutLink
{
	height:26px;
	color:#101042 ! important;
}

.breadcrumbcolor .ui-menuitem-text {
	color: #101042;
}

.ui-breadcrumb ab {
	text-decoration: none ! important;
}

.ui-datagrid-no-border .ui-datagrid-content {
	border: none;
}

.icon-stunden
{
	width:30px  ! important;;
	height:25px  ! important;
	background-image: url(../images/calculatorImages/stunden.png) !important;
}

.icon-transfer
{
	width:30px ! important;
	height:25px ! important;
	background-image: url(../images/calculatorImages/transfer.png) !important;
}

.icon-tour
{
	width:30px ! important;
	height:25px ! important;
	background-image: url(../images/calculatorImages/tour.png) !important;
}

.icon-step1
{
	width:30px ! important;
	height:24px ! important;
	background-image: url(../images/calculatorImages/step1.png) !important;
}

.icon-step2
{
	width:30px ! important;
	height:24px ! important;
	background-image: url(../images/calculatorImages/step2.png) !important;
}

.icon-step3
{
	width:30px ! important;
	height:24px ! important;
	background-image: url(../images/calculatorImages/step3.png) !important;
}

.icon-article
{
	width:30px ! important;
	height:25px ! important;
	background-image: url(../images/calculatorImages/article.png) !important;
}


.icon-registration
{
	width:30px;
	height:25px;
	background-image: url(../images/calculatorImages/registration.png) !important;
}

.icon-schedule
{
	width:30px;
	height:25px;
	background-image: url(../images/calculatorImages/schedule.png) !important;
}

.icon-privat
{
	width:32px;
	height:32px;
	background-image: url(../images/calculatorImages/privat.png) !important;
}

.icon-company
{
	width:32px;
	height:32px;
	background-image: url(../images/calculatorImages/company.png) !important;
}

.icon-login
{
	width:32px;
	height:32px;
	background-image: url(../images/calculatorImages/login.png) !important;
}

.icon-article
{
	background-image: url(../images/calculatorImages/article.png) !important;
}

.icon-edit
{
	background-image: url(../images/pencil.png) !important;
}

.icon-add
{
	background-image: url(../images/add.png) !important;
}

.icon-delete
{
	background-image: url(../images/delete.png) !important;
}


.ui-icon-startseite 
{
	width:24px ! important;
	height:24px ! important;
	background-image: url(../../resources/images/home.png) ! important;
}


#showonhover {
	display: none;
}

.showdiv:hover #showonhover 
{
	display: block;
}

.footerlink 
{
	font-size:10pt;
	text-decoration: none;
	color: white;
}

.footerlink:hover 
{
	font-size:10pt;
	text-decoration: underline;
	color: white;
}

.menuItem
{
	font-size:10pt ! important;
	margin-right:5px ! important;
	margin-top:5px ! important;
}

.calcArtSelected
{
	font-size:11pt;
	font-weight:bold;
	border:1px solid #bebebe;
	background:#1ea8ff;
	color:white ! important;
	text-shadow:none ! important;
}

.calcArtNotSelected
{
	font-size:11pt;
	font-weight:normal;
	
	color:#2c2c2c;
	text-shadow:none ! important;
}


.buttonStyle
 {
 font-size:9pt ! important;
 padding:5px 50px 5px  50px;
 background:#1ea8ff;
 border-radius:4px;
 color:white ! important;
 text-decoration:none;
 }


