
#ProofCount { 
	border: 0;
	font-family:"Arial", "Helvetica", "Sans-serif";
	font-weight:900;
	color:#e7473c;
	font-size:16px;
	text-align: center;
	}

#AddressCount { 
	border: 0;
	font-family:"Arial", "Helvetica", "Sans-serif";
	font-weight:900;
	color:#e7473c;
	font-size:16px;
	text-align: center;
	}

.ProofCount { 
	font-family:"Arial", "Helvetica", "Sans-serif";
	font-weight:900;
	color:#e7473c;
	font-size:16px;
	}

.ProofCountInactive {
	font-weight:900;
	color:#CCCCCC;
	font-size:16px;
}
.HLBlack {
color:#000000;
font-size:16px;
font-weight:900;
}

.greysmall {
font-size: 11px;
}

.compressed {
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-serif;
	font-size:  10px;
	color: #CCCCCC;
	padding: 0px;
	margin: 0px;
}


#bg2 {
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-serif;
	font-size:  10px;
	padding: 0px;
	margin: 0px;
}

.fixheight {
/*	height: 120px;*/
	margin-bottom: 20px;
}

#actual_address {
	background-color: #ececec;
	/*border: 1px solid #2a898e;*/
	padding: 2px;
	}

#actual_address_headline {
	font-weight: 700;
	padding-bottom: 3px;
	}

input[type=submit].make_actual_address {
	clear: both;
	display: inline-block;
	width: 205px;
	height: 30px;
	margin: 0;
	padding-left: 15px;
	border: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	background-color: #aaa;
	cursor:pointer;
}

input[type=submit].make_actual_address:hover {
	background-color: #666;
}


input[type=submit].deleteaddress {
	text-align: right;
	color: #000;
	/*position: relative;
	left: 325px;*/
	text-decoration: none;
	font-size: 14px;
	cursor:pointer;
	border: 0px;
	background-color: #fff;
}

input[type=submit].deleteaddress:hover {
	color: #ff0000;
	text-decoration: underline;
}

#lieferadresse a,
#lieferadresse a:link,
#lieferadresse a:visited {
	text-align: right;
	color: #e7473c;
	font-size: 12px;
	position: relative;
	left: 220px;
	text-decoration: none;
	}
#lieferadresse a:active,	
#lieferadresse a:hover { 
	color: #b93930;
	cursor:pointer;
	}


.kontaktformular a,
.kontaktformular a:link,
.kontaktformular a:visited {
	text-align: right;
	color: #000;
	/*position: relative;
	left: 325px;*/
	text-decoration: none;
	}
.kontaktformular a:active,	
.kontaktformular a:hover { 
	color: #ff0000;
	text-decoration: underline;
	}



.divider {
  background-color:#CCC;
  color:#CCC;
  border:#CCC;
  height:1px;	
}


/* Sortable tables */
table.sortable thead {

    cursor: pointer;
}

table.sortable thead th:hover
{
	color: #ff0000;
	background-color: #E6E6E6;
}


th.abrechnung.sorttable_nosort {

    cursor: default;
}

th.abrechnung.sorttable_nosort:hover
{
	color: #ff0000;
	background-color: #fff;
}

#faqhead {
all: revert;
font-size: 16px;
}


/* GLOBALER BROWSER-RESET ------------------------------------------------ */

* { 
margin: 0; /* Alle Browser */
padding: 0; /* Alle Browser */
}

html { 
height: 100%; /* Netscape, Firefox und Safari */
margin-bottom: 1px; /* Netscape, Firefox und Safari */
}

* html body * { overflow:visible; } /* IE 5.x und IE 6 */
* html iframe, * html frame { overflow:auto; } /* IE 5.x und IE 6 */
* html frameset { overflow:hidden; } /* IE 5.x und IE 6 */

body {
font-size: 100.01%; /* Opera Fix */
text-align: left; /* Alle Browser */
}

option { 
padding-left: 0.4em; /* Alle Browser */
}

fieldset, img { 
border: 0 solid; /* Alle Browser */
} 

.clearfix:after { /* Clearfix zum Clearen der Float-Umgebungen */
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix { 
display: block; /* Safari */
overflow: hidden; /* IE7 */
_height: 1%; /* IE7 */
}



/* BASISKONFIGURATION ------------------------------------------------ */

* {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 14px;
color: #000;
text-align: left;
}

body {
background: #000;
text-align: center;
}

a:link, 
a:visited, 
a:active {
color: #000;
text-decoration: underline; 
}

a:hover {
color: #000000;
text-decoration: underline; 
}

a:focus { 
outline: none; /* Gepunktete Links entfernen */
}

ul {
list-style-type: none;
margin: 1.5em 0;
}

li {
line-height: 22px;
/*#background: url(../media/bullet_red.png) left 10px no-repeat;*/
padding: 5px 20px;
}

table {
width: 100%;
display: inline-table;
border: 0;
border-style: none;
border-spacing: 0;
border-collapse: collapse;
empty-cells: hide;
}

th {
margin: 0;
padding: 5px 0;
text-align: left;
vertical-align: top;
border-spacing: 0;
}

td {
margin: 0;
padding: 5px 0;
/*text-align: left;*/
vertical-align: top;
border-spacing: 0;
}

.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('/gfx/info.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('/gfx/success.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('/gfx/warning.png');
}
.error {
border: none;
color: #ff0000;
background-color: #FFF;
font-weight: 900;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}


hint {
font-size: 10px;
font-weight: normal;

}

h1 {
margin-bottom: 22px;
font-size: 28px;
font-weight: normal;
color: #e7473c;
}

h2 {
margin-bottom: 14px;
font-size: 24px;
color: #000;
font-weight: normal;
}

h3 {
margin-bottom: 12px;
font-size: 20px;
color: #000;
font-weight: normal;
}

h4 {
margin-bottom: 10px;
font-size: 18px;
font-weight: normal;
color: #000;
}

h5 {
margin-bottom: 8px;
line-height: 26px;
font-size: 18px;
color: #000;
font-weight: normal;
border-bottom: 1px solid #dfe5e6;
}

h6 {
margin-bottom: 6px;
padding: 0;
line-height: 24px;
font-size: 16px;
color: #000;
font-weight: normal;
border-bottom: 1px solid #dfe5e6;
}

p {
line-height: 22px;
margin-bottom: 22px;
}

b, strong {
font-weight: bold; 
color: inherit;
}

b a:link, 
b a:visited, 
b a:active,
b a:hover,
strong a:link, 
strong a:visited, 
strong a:active,
strong a:hover {
font-weight: bold;
color: #000;
text-decoration: underline; 
}

/* 
i, em {
font: 14px Georgia, Times New Roman, Times, serif;
font-style: normal;
color: #000;
line-height: 22px;
}
 */
i {
	font-style: italic;
	color: inherit;
}
i a:link, 
i a:visited, 
i a:active,
i a:hover,
em a:link, 
em a:visited, 
em a:active,
em a:hover {
font: 14px Georgia, Times New Roman, Times, serif;
font-style: normal;
color: #000;
line-height: 22px;
text-decoration: underline; 
}

hr {
margin: 35px 0;
border: 0;
border-bottom: 2px solid #dfe5e6;
} 

.nomargin{
margin: 0px 0;
border: 0;
border-bottom: 2px solid #dfe5e6;
}


#compressed td{
margin: 0px;
padding: 0px;
font-size: 12px;
color: #000;
}


blockquote {
padding: 0;
margin-bottom: 1em;
font: 18px Georgia, Times New Roman, Times, serif;
font-style: normal;
color: #000;
line-height: 26px;
clear: both;
}

blockquote p {
font: 18px Georgia, Times New Roman, Times, serif;
font-style: normal;
color: #f0f0f0;
line-height: 26px;
}

.externerLink {
background: url(../media/btn_link_extern.png) right center no-repeat;
padding-right: 15px;
}

.leftColumn {
width: 45%;
float: left;
}

.rightColumn {
position: relative;
top: -270px;
left: 15px;
/* float: right; */
height: 370px;
overflow: auto;

}

.clearboth {
clear: both;
}


/* CONTAINER ------------------------------------------------ */

#page {
position: relative;
margin: 0;
background: #fff;
text-align: center;
}

#header {
position: relative;
height: 230px;
width:100%;
margin: 0 auto;
padding: 0;
background-color: #000;
}

#headline{
position: relative;
top: 40px;

}

#logo {
position: relative;
top: 10px;
text-align: center;
}

#hotnews {
position: relative;
width: 910px;
color: #000;
border: 3px solid #F00;
background: #FFE375;
-moz-border-radius: 20px;
-webkit-border-radius:20px;
-khtml-border-radius:20px;
border-radius:20px;
behavior:url(border-radius.htc);
padding: 10px;
}

#wrapper_mainnav {
margin: 0;
padding: 0;
background: #000;
}

#mainnav {
width: 940px;
height: 27px;
margin: 0 auto;
padding: 0;
}

#wrapper_subnav {
margin: 1px 0 0 0;
padding: 0;
background: #dfe1e3;
}

#subnav {
width: 940px;
height: 27px;
margin: 0 auto;
padding: 0;
}

#main {
width: 940px;
margin: 35px auto 50px;
padding: 0;
min-height: 400px;
}

* html #main {
height: 400px;
}

#left_column {
float:left;
}

#right_column {
float:right;
}

#content {
margin-bottom: 50px;
}

#buttonleiste {
margin-top: 22px;
margin-bottom: 22px;
text-align: right;
}

#wrapper_footer {
margin: 0;
padding: 0;
background: #000;
}

#footer {
height: 100px;
width: 940px;
margin: 0 auto;
padding: 0;
}

#overlay {
background: #000;
opacity: 0.5;
width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0;
z-index: 9;
}

#center {
position: fixed;
top: 50%;
left: 50%;
margin-left: -350px;
margin-top: -150px;
z-index: 10;
width: 700px;
height: 300px;
background-color: white;
}

#center p {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%)
}

/* SPALTENBREITEN ------------------------------------------------ */

.column_140 {
width:140px;
}

.column_220 {
width:220px;
}

.column_260 {
width:260px;
}

.column_300 {
width:300px;
}

.column_380 {
width:380px;
}

.column_460 {
width:460px;
}

.column_540 {
width:540px;
}

.column_620 {
width:620px;
}

.column_700 {
width:700px;
}

.column_940 {
width:940px;
}

/* pdtToolbox Report */
.column_1006 {
width:1006px;
}

.column_1080 {
width:1080px;
}

.column_1180 {
width:1180px;
}

/* HAUPTNAVIGATION ------------------------------------------------ */

#mainnav ul {
margin: 0;
padding: 0;
height: 27px;
list-style-type: none;
border-left: 1px solid #7f888e;
}

#mainnav li {
float:left;
font-size: 14px; 
color: #fcfffc; 
background: none;
margin: 0;
padding: 0;
border-right: 1px solid #7f888e;
}

#mainnav li.login {
float:right;
font-size: 16px; 
color: #fcfffc; 
background: none;
margin: 0;
padding: 0;
border-left: 1px solid #7f888e;
border-right: 1px solid #7f888e;
}

#mainnav a,
#mainnav a:link,
#mainnav a:visited,
#mainnav a:active { 
display: block;
padding: 0 19px;
height: 27px;
white-space: nowrap;
line-height: 27px;
font-size: 14px; 
color: #fcfffc; 
text-decoration: none;
font-variant: small-caps;
/*
cursor: hand;
*/
}

* html #mainnav a {
width: 1%;
}

#mainnav  a:hover {
padding: 0 19px;
font-size: 14px; 
color: #fff; 
text-decoration: underline; 
}

#mainnav .active a,
#mainnav .active a:link,
#mainnav .active a:visited,
#mainnav .active a:active,
#mainnav .active a:hover {
padding: 0 19px;
background: #000;
color: #999;
text-decoration: none;
line-height: 27px;
font-weight: normal;
}


/* SUBNAVIGATION ------------------------------------------------ */

#subnav ul {
margin: 0;
padding: 0;
height: 27px;
list-style-type: none;
border-left: 1px solid #cecfd1;
}

#subnav li {
float:left;
font-size: 14px; 
color: #000; 
background: none;
margin: 0;
padding: 0;
border-right: 1px solid #cecfd1;
}

#subnav a,
#subnav a:link,
#subnav a:visited,
#subnav a:active { 
display: block;
padding: 0 19px;
height: 27px;
white-space: nowrap;
line-height: 27px;
font-size: 14px; 
color: #000; 
text-decoration: none;
/*
cursor: hand;
*/
}

* html #subnav a {
width: 1%;
}

#subnav  a:hover {
padding: 0 19px;
font-size: 14px; 
color: #7b8287; 
text-decoration: underline; 
}

#subnav .active a,
#subnav .active a:link,
#subnav .active a:visited,
#subnav .active a:active,
#subnav .active a:hover {
padding: 0 19px;
background: #9fa5aa;
color: #fff;
text-decoration: none;
line-height: 27px;
font-weight: normal;
}


/* COPYRIGHT ------------------------------------------------ */
#copyright {
font-size: 14px;
color: #e5e5e5;
float: left;
margin: 0;
line-height: 30px;
}

/* METANAVIGATION ------------------------------------------------ */

#metanav {
/*float:right;*/
margin: 0;
font-size: 14px;
color: #7f888e;
line-height: 30px;
}

#metanav a,
#metanav a:link,
#metanav a:visited,
#metanav a:active {
padding: 0 8px;
text-decoration: none;
color: #e5e5e5;
font-size: 14px;
background: none;
}

#metanav a:hover	{
text-decoration: underline;
color: #fff;
font-size: 14px;
}


.notshowing {
	display: none;
}

.bgdark {
	color: #fff;
	background: #000;
	text-align: center;
}


#first_login_text {
    position:fixed;
    top:50%;
    left:50%;
    margin-left:-300px;
    margin-top:-300px;
    z-index:1000;
    width:600px;
    height:600px;
	background-color:white;
	text-align:left;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px #888;
	-webkit-border-radius: 5px 5px 5px 5px #888; 
	-ms-border-radius: 5px 5px 5px 5px #888;
}

#first_login_text_close_box {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	z-index: 12;
	cursor: pointer;
}


#impressum {
    position:fixed;
    top:50%;
    left:50%;
    margin-left:-300px;
    margin-top:-200px;
    z-index:1000;
    width:600px;
    height:500px;
	background-color:white;
}

#impressum_close_box {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	z-index: 12;
	cursor: pointer;
}

#impressum table {
	margin: 35px ;
	position: relative;
	left: 70px;
}

#impressum th {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

#bglayer {
	background-image: url(/gfx/black.png);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
}


#article {
    position:fixed;
    top:50%;
    left:50%;
    margin-left:-300px;
    margin-top:-380px;
    padding: 5px;
    z-index:1000;
    width:600px;
    height:760px;
	background-color:white;
	text-align:center;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px #888;
	-webkit-border-radius: 5px 5px 5px 5px #888; 
	-ms-border-radius: 5px 5px 5px 5px #888;
}

#article_close_box {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	z-index: 12;
	cursor: pointer;
}
/* NEWS ------------------------------------------------ */

#categories {
width: 180px;
}

#categories h4 {
margin-top: 9px;
padding: 0 10px;
}

#categories ul {
margin: 0;
padding: 0;
list-style-type: none;
border-top: 1px solid #e5e5e5;
}

#categories li {
font-size: 11px; 
color: #a2acb3; 
background: none;
margin: 0;
padding: 0 10px;
line-height: 30px;
border-bottom: 1px solid #e5e5e5;
}

#categories a,
#categories a:link,
#categories a:visited,
#categories a:active { 
padding: 0;
white-space: nowrap;
font-size: 14px; 
color: #000; 
text-decoration: none;
/*
cursor: hand;
*/
}

* html #categories a {
width: 1%;
}

#categories  a:hover {
padding: 0;
font-size: 14px; 
color: #7b8287; 
text-decoration: underline; 
}

#categories .active a,
#categories .active a:link,
#categories .active a:visited,
#categories .active a:active,
#categories .active a:hover {
color: #dd4947;
font-size: 14px;
text-decoration: none;
}

.news {
list-style-type: none;
margin: 0 2px;
padding: 0;
border: 0;
}

.news li {
margin: 0;
padding: 0;
background: none;
border: 0;
}

.news i,
.news em {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 10px;
color: #000;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 1px;
}

.news h2,
.news h2 a,
.news h2 a:link,
.news h2 a:visited,
.news h2 a:active,
.news h2 a:hover {
margin: 2px 0 12px 0;
padding: 0;
font-size: 24px;
color: #000;
font-weight: normal;
text-decoration: none;
}

.news a.more,
.news a.more:link,
.news a.more:visited,
.news a.more:active,
.news a.more:hover {
color: #dd4947;
font-size: 14px;
text-decoration: none;
}


/* KONTAKTDATEN ------------------------------------------------ */

.adressliste {
margin: 0;
padding: 0;
list-style-type: none;
}

.adressliste li {
background: none;
margin: 0;
padding: 35px 0;
clear: both;
}

.logo  {
margin: 0;
padding: 0;
width: 300px;
float: left;
border: 0;
}

.logo img {
margin: 0;
padding: 2px;
border: 1px solid #e5e5e5;
}

.adresse  {
margin: 0;
padding: 0;
width: 300px;
float: left;
border: 0;
}

.adresse  em {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 10px;
color: #000;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 1px;
border: 0;
}

.adresse h3  {
margin: 0;
padding: 0;
border: 0;
line-height: 38px;
}

.adresse p {
margin: 0;
padding: 0;
width: 300px;
float: left;
border: 0;
font-size: 14px;
line-height: 22px;
color: #000;
}

.adresse b,
.adresse strong {
display: block;
width: 50px;
padding: 0;
border: 0;
font-size: 14px;
font-weight: bold;
line-height: 22px;
color: #000;
float: left;
}

.anfahrt {
width: 300px;
float: left;
}


/* ANSPRECHPARTNER ------------------------------------------------ */

.ansprechpartner {
width: 100%;
display: inline-table;
border: 0;
border-style: none;
border-spacing: 0;
border-collapse: collapse;
empty-cells: hide;
background: url(../media/bg_table.png) repeat-y;
}

.ansprechpartner th {
margin: 0;
padding: 0 0 22px 0;
text-align: left;
vertical-align: top;
border-spacing: 0;
font-size: 14px;
font-weight: normal;
background: #fff;
}

.ansprechpartner td {
width: 20%;
margin: 0;
padding: 3px 3px;
text-align: left;
vertical-align: top;
border-spacing: 0;
font-size: 13px;
}

input[type=text][readonly]{
text-align:right;
border: 1px solid #FFFFFF;}

/* UPLOADFORMULAR ------------------------------------------------ */

.uploadformular  {
margin: 0;
padding: 0;
border: 0;
}

.uploadformular .textfield {
margin: 0;
padding: 3px;
width: 150px;
background: #FFF;
color: #000000;
font-size: 12px;
border: 1px solid #e5e5e5;
}

.uploadformular .textfieldlocked {
margin: 0;
padding: 3px;
width: 150px;
background: #FFF;
color: #000000;
font-size: 12px;
text-align:left;
border: 1px solid #e5e5e5;
}

.uploadformular .number {
margin: 0;
padding: 3px;
width: 30px;
background: #FFF;
color: #000000;
font-size: 12px;
border: 1px solid #e5e5e5;
}

.textarea {
height: 100px;
margin: 0;
padding: 0px;
width: 370px;
background: #FFF;
color: #000000;
font-size: 12px;
border: 1px solid #e5e5e5;
}

textarea#versandinfo {
height: 50px;
margin: 0;
padding: 0px;
width: 940px;
background: #FFF;
color: #000000;
font-size: 12px;
border: 1px solid #e5e5e5;
}

textarea#versandinfo:focus {
border: 1px solid #5f6a72;
}

textarea#message {
height: 100px;
margin: 0;
padding: 5px;
width: 700px;
background: #FFF;
color: #000000;
font-size: 12px;
border: 1px solid #e5e5e5;
}

textarea#message:focus {
border: 1px solid #5f6a72;
}

textarea#mailtext {
height: 100px;
margin: 0;
padding: 5px;
width: 700px;
background: #FFF;
color: #000000;
font-size: 12px;
border: 1px solid #e5e5e5;
}

textarea#mailtext:focus {
border: 1px solid #5f6a72;
}

.uploadformular .textareasmall {
height: 50px;
margin: 0;
padding: 0px;
width: 600px;
background: #FFF;
color: #000000;
font-size: 12px;
border: 1px solid #e5e5e5;
}

.uploadformular .textfield:focus {
vertical-align: top;
margin: 0;
padding: 3px;
width: 150px;
background: #fff;
border: 1px solid #5f6a72;
}

.uploadformular .number:focus {
border: 1px solid #5f6a72;
}

.uploadformular .textarea:focus {
border: 1px solid #5f6a72;
}

.uploadformular .textareasmall:focus {
border: 1px solid #5f6a72;
}



input[type=submit].link {
clear: both;
display: inline-block;
width: 178px;
height: 30px;
margin: 0;
padding-left: 15px;
border: 0;
font-size: 14px;
font-weight: normal;
line-height: 30px;
color: #fff;
text-decoration: none;
background-color: #aaa;
cursor:pointer;
}

input[type=submit].link:hover {
background-color: #666;
}

input[type=button].link {
clear: both;
display: inline-block;
width: 178px;
height: 30px;
margin: 0;
padding-left: 15px;
border: 0;
font-size: 14px;
font-weight: normal;
line-height: 30px;
color: #fff;
text-decoration: none;
background-color: #aaa;
cursor:pointer;
}

input[type=button].link:hover {
background-color: #666;
}

button {
clear: both;
display: block;
width: 178px;
height: 30px;
margin: 0;
border: 0;
font-size: 14px;
font-weight: normal;
line-height: 30px;
color: #fff;
text-decoration: none;
padding-left: 15px;
background-color: #aaa;
cursor: pointer;
}

button:hover {
background-color: #666;
}


/* Für beliebige Breiten, Breite wid individuell über das style propertie eingegeben */
.buttonwide {
height: 30px;
margin: 0px;
padding: 0px 15px;
font-size: 14px;
font-weight: normal;
line-height: 30px;
border: 0px none;
color: #fff;
text-decoration: none;
background-color: #aaa;
cursor: pointer;
}

.buttonwide:hover {
background-color: #666;
}


#content .button {
clear: both;
display: block;
width: 138px;
height: 30px;
margin: 0;
padding: 0 15px;
border: 0;
font-size: 14px;
font-weight: normal;
line-height: 30px;
color: #fff;
text-decoration: none;
background-color: #999;
cursor: pointer;
}

#content .button:hover {
background-color: #666;
}

input .button{
clear: both;
display: block;
width: 138px;
height: 30px;
margin: 0;
padding: 0 15px;
border: 0;
font-size: 14px;
font-weight: normal;
line-height: 30px;
color: #fff;
text-decoration: none;
background-color: #aaa;
cursor: pointer;
}

input .button:hover {
background-color: #666;
}

.mail-like {
background: #FFFFFF;
PADDING:5px;
border: 1px solid #000000;
font-size:11px;
}

#summe{
	text-align: right;
}

.container {
/*border: 1px solid #cccccc;*/
background: #FFFFFF;
/*-moz-border-radius: 20px;
-webkit-border-radius:20px;
-khtml-border-radius:20px;
border-radius:20px;
behavior:url(border-radius.htc);*/
box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
padding: 10px;
}

.container_inactive {
border: 1px solid #cccccc;
background: #FFBEB7;
/*-moz-border-radius: 20px;
-webkit-border-radius:20px;
-khtml-border-radius:20px;
border-radius:20px;
behavior:url(border-radius.htc);*/
box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
padding: 10px;
}


#RIGHT {
text-align: right;
}

.table_1 {
background: #FFFFFF;
}

.table_1:hover {
background: #CFE5FF;
}

.client {
cursor: pointer;
}

.table_2 {
background: #f5f5f5;
}

.table_2:hover {
background: #CFE5FF;
}

.table_3 {
background: #FFBEB7;
}

.table_3:hover {
background: #FF5A6A;
}

.table_4 {
background: #FDF6D7;
}

.table_4:hover {
background: #FEEFB3;
}

#preisausgabe {
border: 3px solid #CCCCCC;
-moz-border-radius: 10px;
-webkit-border-radius:10px;
-khtml-border-radius:10px;
border-radius:10px;
behavior:url(border-radius.htc);
padding: 5px;
}

.alignright {
text-align:right;
}
.abrechnung {
padding: 5px;
text-align: center;
margin-left: auto;
margin-right: auto;
}

.led_orange, .led_green, .led_red {
	display: inline-block;
	position: relative;
    top: 5px;
	width: 10px;
	height: 10px;
	-moz-border-radius:2ex;
	-webkit-border-radius:2ex;
}

.led_orange {
	background-color: #FC0;
}
.led_green {
	background-color: #0C3;
}
.led_red {
	background-color: #F00;
}

/* KONTAKTFORMULAR ------------------------------------------------ */

.kontaktformular  {
margin: 0;
padding: 0;
border: 0;
}

.kontaktformular .textfield {
margin: 0;
padding: 3px;
width: 420px;
background: #FFF;
color: #000000;
font-size: 12px;
border: 1px solid #e5e5e5;
}

.kontaktformular .textfield:focus {
vertical-align: top;
margin: 0;
padding: 3px;
width: 420px;
background: #fff;
border: 1px solid #5f6a72;
}

.kontaktformular .preisfield {
margin: 0;
padding: 3px;
background: #FFF;
color: #000000;
font-size: 12px;
border: 1px solid #e5e5e5;
}

.kontaktformular .preisfield:focus {
vertical-align: top;
margin: 0;
padding: 3px;
background: #fff;
border: 1px solid #5f6a72;
}

.less {
position: relative;
top: 3px;
}

/* PAGINIERUNG -------------------------------------------------------------- */

div.paginierung {
padding:0;
margin: 35px 0;
text-align:left;
}

div.paginierung a {
padding: 2px 5px 2px 5px;
margin-right: 3px;
border: 1px solid #e5e5e5;
text-decoration: none;
color: #000;
font: bold 12px Arial, Verdana, Helvetica, sans-serif;
}
div.paginierung a:hover, div.paginierung a:active {
padding: 2px 5px 2px 5px;
margin-right: 3px;
border: 1px solid #000;
color: #000;
background: #fff;
}
div.paginierung span.current {
padding: 2px 5px 2px 5px;
margin-right: 3px;
background: #fff;
color: #e7473c;
border: 1px solid #e7473c;
font: bold 12px Arial, Verdana, Helvetica, sans-serif;
}
div.paginierung span.disabled {
padding: 2px 5px 2px 5px;
margin-right: 3px;
border: 1px solid #f5f5f5;
color: #f5f5f5;
background: #fff;
font: bold 12px Arial, Verdana, Helvetica, sans-serif;
}

.absolute {
display: table;
width: 600px;
height: 20px;
}

.abrechnungsheadline {
display: table-cell;
font-family:Arial,sans-serif;
font-size:11px;
color:#000000;
width: 200px;
}

.abrechnungsheadlinewide {
font-family:Arial,sans-serif;
font-size:11px;
color:#000000;
width: 340px;
-o-text-overflow:ellipsis;
text-overflow:ellipsis;
overflow:hidden;
}
.emailtable {
  width: 33%;
	display: inline-block;
}

.var_th, .var_td {
	color: #8f8f8f;
	font-size: 0.9em;
}