﻿@import url(MainMaster.css);
@import url(CustomerSummary.css);
@import url(Downloads.css);
@import url(Error.css);
@import url(Invoices.css);

body
{
    width: 950px;
    margin: auto;       /* center the content */
	background: url(../images/bg_seiten.jpg);
	background-repeat:repeat-x;
    color: #555353;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	line-height: 16px; 
}
.PageTitle
{
    color: #8eba4c;
    padding: 2px 0px 25px 20px;
    font-size: 14pt;
    font-weight: bold;
    font-style: italic;
}

.PageContent
{
    padding: 0px 20px 0px 20px;
}

H1 
{ 
    margin-top: 0px 0px 10px 0px; 
	color: #555353; 
	font-size: 15px;
	font-style: italic;
	padding-left: 16px;
	background: url(../images/DoubleArrow.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #d9d9d9;
}


.ActionButtons
{
}
.ActionButtons a
{
    color: #565f63;
    padding: 2px 0px 2px 0px;
    text-align: center;
    font-family: Arial Black;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    border-style: solid;
    border-color: #99cc58;
    border-width: 1px;
}
.ActionButtons a:hover
{
    color: #99cc58;
}

.MailSendSuccess
{
    color: Green;
}
.MailSendError
{
    color: Red;
}

