/* Global reset =================================================================== */
html,body,div,p,h1,h2,h3,h4,h5,h6,span,a,table,td,form,img,ul,li {
  margin: 0;
  padding: 0;
  border: 0px none;
}

body {
	font: normal 14px/16px Arial, Helvetica, sans-serif;
  text-align: left;
  color: #000;
	overflow-y: scroll;
}

body.admin {
  font: normal 14px/16px Arial, Helvetica, sans-serif;
  text-align: left;
  color: #000;
  overflow-y: scroll;
}

/* Headlines ====================================================================== */
h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  display: block;
  font-weight: normal;
}

h1, .text-h1 {
  font-size: 32px;
	line-height: 36px;
}

h2, .text-h2 {
  font-size: 30px;
	line-height: 34px;
}

h3, .text-h3 {
  font-size: 15px;
	line-height: 18px;
}

h4, .text-h4 {
  font-size: 15px;
	line-height: 18px;
}

h5, .text-h5 {
  font-size: 14px;
	line-height: 17px;
}

h6, .text-h6 {
  font-size: 13px;
}

.headline-above-tables {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 7px 10px;
  background-color: #F4F4F4;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
}

/* Textgroessen ============================================================ */
.text-10 {
  font-size: 10px;
  line-height: 13px;
}

.text-11 {
  font-size: 11px;
  line-height: 14px;
}

.text-12 {
  font-size: 12px;
  line-height: 15px;
}

.text-13 {
  font-size: 13px;
  line-height: 16px;
}

.text-14 {
  font-size: 14px;
  line-height: 17px;
}

.text-15 {
  font-size: 15px;
  line-height: 18px;
}

.text-16 {
  font-size: 16px;
  line-height: 19px;
}

.text-18 {
  font-size: 18px;
  line-height: 21px;
}

.text-19 {
  font-size: 19px;
  line-height: 22px;
}

.text-20 {
  font-size: 20px;
  line-height: 23px;
}

.line-height-30 {
  line-height: 30px;
}

/* Textfarben ============================================================== */
.col1, .col1-bold {
  color: #005794 !important;
}

.col2, .col2-bold {
  color: #42A8E3;
}

.col3, .col3-bold {
  color: #FF0000;
}

.col4, .col4-bold {
	color: #C0C0C0;
}

.col5, .col5-bold, .col5-hover:hover, .col3-admin, .col3-admin-bold {
  color: #D54E21;
}

.col6, .col6-bold, .col1-admin, .col1-admin-bold {
  color: #000000;
}

.col7, .col7-bold {
  color: #00AA05;
}

.col8, .col8-bold, .col2-admin, .col2-admin-bold {
  color: #555;
}

.red, .red-bold {
  color: red;
}

.green, .green-bold {
  color: green;
}

.blue, .blue-bold {
  color: blue;
}

.yellow, .yellow-bold {
  color: yellow;
}

.pink, .pink-bold {
  color: #FF1EA8;
}

.black, .black-bold {
	color: black;
}

.col1-bold, .col2-bold, .col3-bold, .col4-bold, .col5-bold, .col6-bold, .col7-bold, .col8-bold, .col1-admin-bold, .col2-admin-bold, .col3-admin-bold, .red-bold, .black-bold, .green-bold. .blue-bold, .yellow-bold, .pink-bold {
  font-weight: 800;
}

.bg-blue-light {
  background-color: #ECF8FE;
}

/* ========================================================================= */
.text-right {
  text-align: right;
}

/* Status Farben =========================================================== */
.status-col1 {
	color: Crimson !important;
}

.status-col2 {
  color: green !important;
}

.status-col3 {
  color: DarkBlue !important;
}

.status-col9 {
  color: DarkGoldenRod !important;
}

hr {
  border-color: #D2D2D2;
}

.bold {
  font-weight: bold;
}

.nobold {
  font-weight: normal;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize  {
  text-transform: capitalize;
}

.underline  {
  text-decoration: underline;
}

.italic {
  font-style: italic;
}

.justify {
  text-align: justify;
}

.pos-center {
  text-align: center;
}

.pos-right {
  text-align: right;
}

.pos-relative {
	position: relative;
}

.pos-absolute {
  position: absolute;
}

.display-none {
	display: none;
}

.display-block {
  display: block;
}

.display-inline {
  display: inline;
}

.overflow-visible {
	overflow: visible !important;
};

.width-auto {
  width: auto !important;
}

.height-auto {
	height: auto !important;
}

.scrollbars {
	width: 100%;
  overflow: auto !important;
}

.scrollbars-none {
	overflow-x: hidden !important;
	overflow-y: hidden !important;
}

.background-red {
  background: #FFBCBC;
}

.bg-grey {
  background: #F4F4F4;
}

.bg-grey-medium {
  background: #E8E8E8;
}

.bordercolor-red {
  border-color: #FF0000 !important;
}

.tiny-text {
	font-size: 10px;
}

.small-text {
  font-size: 11px;
}

.normal-text {
  font-size: 12px;
}

.no-wrap {
	white-space: nowrap;
}

.standard-liststyle {
	margin: 0;
	padding: 0;
	list-style: none;
}

.underline-strong {
	border-bottom: 3px solid #42A8E3;
}

/* Links ========================================================================== */
a {
	color: #005794;
  font-weight: normal;
	text-decoration: none;
}

.cursor-pointer {
	cursor: pointer;
}

.cursor-default {
	cursor: default;
}

/* Divider lines ================================================================= */
.divider-line {
  height: 1px;
  overflow: hidden;
  border-bottom: 1px dashed #020020;
}

.border-bottom-divider {
	border-bottom: 1px dashed #DADADA;
}

.border-bottom-dotted {
	padding-top: 3px;
	padding-bottom: 2px;
  border-bottom: 1px dotted #DADADA;
}

.border-bottom-dotted-reset {
  padding-top: 3px;
  padding-bottom: 3px;
}

.border-top-divider  {
  border-top: 1px dashed #DADADA;
}

.no-border {
	border: none !important;
}

/* Spaces for Aces ============================================================== */
.spacing-default {
  padding: 20px;
}

.spacing-default-left {
  padding-left: 20px;
}

.spacing-default-right {
  padding-right: 20px;
}

.spacing-default-top {
  padding-top: 20px;
}

.spacing-default-bottom {
  padding-bottom: 20px;
}

.spacing-small {
  padding: 10px;
}

.spacing-small-top {
  padding-top: 10px;
}

.spacing-small-right {
  padding-right: 10px;
}

.spacing-small-bottom {
  padding-bottom: 10px;
}

.spacing-small-left {
  padding-left: 10px;
}

.spacing-medium-top {
  padding-top: 15px;
}

.spacing-double {
  padding: 30px;
}

.spacing-double-top {
  padding-top: 30px;
}

.spacing-double-right {
  padding-right: 30px;
}

.spacing-double-bottom {
  padding-bottom: 30px;
}

.spacing-double-left {
  padding-left: 30px;
}

.spacing-one-top {
	padding-top: 1px;
}

.spacing-two-top {
  padding-top: 2px;
}

.spacing-three-top {
  padding-top: 3px;
}

.spacing-seven-left {
  padding-left: 7px;
}

.spacing-half {
  padding: 5px;
}

.spacing-half-top {
  padding-top: 5px;
}

.spacing-half-right {
  padding-right: 5px;
}

.spacing-half-bottom {
  padding-bottom: 5px;
}

.spacing-half-left {
  padding-left: 5px;
}

.spacing-2p-top {
  padding-top: 2px;
}

.no-spacing {
	padding: 0 !important;
}

/* Margin ============================================================== */
.margin-default {
  margin: 20px;
}

.margin-default-left {
  margin-left: 20px;
}

.margin-default-right {
  margin-right: 20px;
}

.margin-default-top {
  margin-top: 20px;
}

.margin-default-bottom {
  margin-bottom: 20px !important;
}

.margin-double-top {
  margin-top: 30px;
}

.margin-double-right {
  margin-right: 30px;
}

.margin-double-bottom {
  margin-bottom: 30px;
}

.margin-double-left {
  margin-left: 30px;
}

.margin-small-top {
  margin-top: 10px !important;
}

.margin-small-right {
  margin-right: 10px;
}

.margin-small-bottom {
  margin-bottom: 10px !important;
}

.margin-small-left {
  margin-left: 10px !important;
}

.margin-half-top {
  margin-top: 5px !important;
}

.margin-half-bottom {
  margin-bottom: 5px !important;
}

.margin-half-right {
  margin-right: 5px;
}

.margin-half-left {
  margin-left: 5px !important;
}

.no-margin {
  margin: 0 !important;
}

.margin-100-left {
  margin-left: 100px;	
}

.margin-1px-top {
  margin-top: 1px !important;
}

.margin-2px-top {
  margin-top: 2px !important;
}

.margin-3px-top {
  margin-top: 3px !important;
}

.margin-27px-top {
  margin-top: 27px !important;
}

.margin-2px-bottom {
  margin-bottom: 2px;
}

.margin-3px-bottom {
  margin-bottom: 3px;
}

.margin-8px-right {
  margin-right: 8px;
}

.margin-default-top-negative {
  margin-top: -20px;
}

.margin-small-top-negative {
  margin-top: -10px;
}

/* feste Breiten ================================================================== */
.width-20 {
 width: 20px !important;
 overflow: hidden !important;
}

.width-50 {
 width: 50px !important;
 overflow: hidden !important;
}

.width-80 {
 width: 80px !important;
 overflow: hidden !important;
}

.width-90 {
 width: 90px !important;
 overflow: hidden !important;
}

.width-100 {
 width: 100px !important;
 overflow: hidden !important;
}

.width-110 {
 width: 110px !important;
 overflow: hidden !important;
}

.width-120 {
 width: 120px !important;
 overflow: hidden !important;
}

.width-130 {
 width: 130px !important;
 overflow: hidden !important;
}

.width-140 {
 width: 140px !important;
 overflow: hidden !important;
}

.width-150 {
 width: 150px !important;
 overflow: hidden !important;
}

.width-160 {
 width: 160px !important;
 overflow: hidden !important;
}

.width-170 {
 width: 170px !important;
 overflow: hidden !important;
}

.width-180 {
 width: 180px !important;
 overflow: hidden !important;
}

.width-190 {
 width: 190px !important;
 overflow: hidden !important;
}

.width-200 {
 width: 200px !important;
 overflow: hidden !important;
}

.width-210 {
 width: 210px !important;
 overflow: hidden !important;
}

.width-220 {
 width: 220px !important;
 overflow: hidden !important;
}

.width-230 {
 width: 230px !important;
 overflow: hidden !important;
}

.width-250 {
 width: 250px !important;
 overflow: hidden !important;
}

.width-280 {
 width: 280px !important;
 overflow: hidden !important;
}

.width-290 {
 width: 290px !important;
 overflow: hidden !important;
}

.width-300 {
 width: 300px !important;
 overflow: hidden !important;
}

.width-330 {
 width: 330px !important;
 overflow: hidden !important;
}

.width-370 {
 width: 370px !important;
 overflow: hidden !important;
}

.width-400 {
 width: 400px !important;
 overflow: hidden !important;
}

.width-410 {
 width: 410px !important;
 overflow: hidden !important;
}

.width-430 {
 width: 430px !important;
 overflow: hidden !important;
}

.width-440 {
 width: 440px !important;
 overflow: hidden !important;
}

.width-500 {
 width: 500px !important;
 overflow: hidden !important;
}

.width-600 {
 width: 600px !important;
 overflow: hidden !important;
}

.width-630 {
 width: 630px !important;
 overflow: hidden !important;
}

.width-640 {
 width: 640px !important;
 overflow: hidden !important;
}

.width-10P {
  width: 10% !important;
}

.width-25P {
  width: 25% !important;
}

.width-30P {
  width: 30% !important;
}

.width-33P {
  width: 33% !important;
}

.width-50P {
  width: 50% !important;
}

.width-70P {
  width: 70% !important;
}

.width-90P {
	width: 90% !important;
}

.width-98P {
  width: 98% !important;
}

.width-100P {
  width: 100% !important;
}

.width-99P {
  width: 99% !important;
}

.min-width-250 {
  min-width: 250px !important;
}

.height-30 {
  height: 30px;
}

.height-45 {
  height: 45px;
}

/*  Floating ====================================================================== */
.floatL {
  float: left;
}

.floatR {
  float: right;
}

.alignR {
  text-align: right;
}

/* Markup free clearing =========================================================== */
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hide from IE-mac \*/
* html .clear-block {
  height: 1%;
}

.clear-block {
  display: block;
}
/* End hide from IE-mac */


/* CMS ============================================================ */
.pfleg {
 padding: 4px 3px 4px 5px;
 text-align: left;  
 font-size : 10px; 
 text-decoration : none; 
 line-height: 12px;
 color : #000000;
}

.pfleghead {
 padding: 3px 3px 3px 5px;
 text-align: left; 
 font-size : 11px;
 font-weight : bold;  
 line-height: 13px;
 text-decoration : none;
 color : #CCFF66;
}

