
/* Allgemein
**********************************/

* {
  margin:     0;
  padding:    0;
}

img {
  border:     0;
}

p {
  margin:     .25em 0;
  padding:    .25em 0;
}

a {
  color:      #016b67;
}

a:hover {
  color:      #016b67;
}

html {
  background: #EEE;
}

body {
  border-top: 5px solid #1890b2;
}

html, body {
  width:      100%;
}

html, body, table, td, th {
  color:      #444;
  font:       normal 12px/1.5em Arial, Helvetica, "Sans-Serif";
} 

td, th {
  padding:    0;
}

ol, 
ul {
  margin:     .5em 2.5em;
  line-height:1.25em;
  list-style-type: disc;
}


ul li {
  padding:    .25em;
}

.clear {
  clear:      both;
}

hr {
  clear:      both;
  margin:     2em 0 1em 0;
  color:      #EEE;
}


/* Layout
**********************************/

#box {
  clear:     both;
  margin:    10px;
  padding:   15px;
}


#fauxcolumn {
  position:   relative;
  opacity:    1;  
}


/* Header
**********************************/

#header {
  position:       relative;
  margin-bottom:  1em;
}

#logo {
  display:    block;
  height:     180px;
  padding-left: 2px;
  margin-bottom: 1px;
  text-decoration: none;
  z-index:    20;
  background: #1890b2 url(images/header.jpg) no-repeat;
}

#logo span {
  display:    none;
  padding:    5px 0;
  color:      #426a8c;
  font-size:  30px;
  text-transform: uppercase;

  /*
  position:   absolute;
  padding:    10px;
  top:        60px;
  left:       50px;
  background: #FFF;
  opacity:    .5;
  z-index:    20;
  */
}

#banner {
  width:      100%;
  background-color: #1890b2;
  height:     2px;
}


/* Navigation
**********************************/

#navigation  {
  height:     25px;
  margin:     56px 0 0 0;
  background: #DDD;
  border:     1px solid #CCC;
}

#navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#navigation li {
  float: left;
  padding: 0;
  border-right: 1px solid #FFF;
}

#navigation a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  background: #DDD;
}

#navigation a:hover {
  color: #FFF;
  background: #AAA;
}



/* Content
**********************************/

#content {
  min-height:       1000px;
  padding:          10px 20px;
  margin:           0 220px;
  text-align:       justify;
  background:       #FFF;
}

/* Sidebar
**********************************/

#leftbar {
  position:         absolute;
  top:              0;
  left:             0;
}

#rightbar {
  position:         absolute;
  top:              0;
  right:            0;
}

.sidebar {
  width:          200px; 
  padding:        10px 0 0 0;
  background:     #FFF;
}

.sidebar ul.widgets {
  margin:           0;
  padding:          0;
  list-style-type:  none;
}

.sidebar ul.widgets li.widget {
  margin:           0 0 1em 0;
  padding:          0.5em;
}



.sidebar h2 {
  font-size:        16px;
}

/* NAVT
**********************************/

.widget_navt ul,
.widget_custom_navigo ul {
  margin:           0;
  padding:          0;
  list-style-type:  none;
}

.widget_navt ul li,
.widget_custom_navigo ul li {  
  padding:         0;
  margin:          0;
  
}

.widget_navt ul li a,
.widget_custom_navigo ul li a {
  display:          block;
  width:            175px;
  padding:          4px 4px;
  border-bottom:    1px solid #FFF;
  background:       #cbe1e7;
  text-decoration:  none;
  color:            #3d7585;
  
}

.widget_navt ul li a#level1current,
.widget_custom_navigo ul li a#level1current {
  color: #FFF;
  background:       #87cbde;
  
}

.widget_navt ul li a:hover,
.widget_custom_navigo ul li a:hover {
  background:       #DDD;
}

.widget_navt ul li ul li a,
.widget_custom_navigo ul li ul li a {
  padding-left:     10px;
  width:            169px;
  background:       #DDDDDD;
  color:            #000000;
  
}

.widget_navt ul li h3,
.widget_custom_navigo ul li h3 {
  display:          block;
  height:           20px;
  width:            175px;
  border-bottom:    1px solid #FFF;
  background:       #DDDDDD;
  text-decoration:  none;
  padding:          2px 4px;
  color:            #000000;
  
}


/* Ausrichtungen
**********************************/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
  float:           right;
  margin:          .5em .5em 1em 1em;
}

.alignleft {
  float:           left;
  margin:          .5em 1em 1em 0;
}


/* Headlines
**********************************/

h1,h2,h3,h4,h5,h6 {
  padding:         .5em 0 0 0;
  color:           #444;
}

h1 {
  padding:         15px 0;
  font-size:       30px;
  color:           #444;
}

h2 {
  padding:         10px 0;
  font-size:       20px;
  font-weight:     bold;
  color:           #444;
}

h3 {
  padding:         8px 0;
  font-size:       15px;
  line-height:     19px;
  color:           #444;
}

h4 {
  padding:         5px 0;
  font-size:       14px;
  line-height:     15px;
}

h5 {
  font-size:       14px;
}

h6 {
  font-size:       14px;
}




/* Headlines Links
**********************************/

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: underline;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color:           #cf2127;
}



/* Footer Navigation
**********************************/

#footer {
  clear:      both;
  padding:    1em 0 0 0;
  color:      #333;
  text-align: left;
  border-top: 1px solid #DDD;
}

#footer a {
  text-decoration: none;
  color:     #333;
}

#footer a:hover {
  text-decoration: underline;
}


/* Broken link checker
**********************************/

.broken_link, a.broken_link {
	text-decoration: line-through;
}



/*   AGB Tabelle
**********************************/

.agb td {
  border: thin solid gray;
  padding: 5px;
}


/* Slideshow positionierung
**********************************/

#right object {
  float: right;
  margin-left: 5px;
}

#left {
  float:left;
  margin-right: 5px;
}

/* Glossar
**********************************/

.ui-tabs .ui-tabs-hide {
     display: none;
}

.tabboxcontainer ul.tabs li {
  list-style:  none;
  float:left;
}



.tabboxcontainer ul.tabs li a {
  display:     block;
  text-decoration: none;
  background:  #fff;
  border:      1px solid #000;
  color:       #006634;
  font-size:   16px;
  font-weight: bold;
  width:       25px;
  text-align:  center;
  padding:     2px 0;
}

.maincontent {
  clear:       both;
  padding-top:  15px;
}

.maincontent ul li {
  list-style: none;
  display:    block;
  margin:     2px 2px;
  text-align: left;
}

.maincontent ul li img {
  border:     none;
}


/* Breadcrumb
**********************************/

#breadcrumb {
  margin: 0 0 10px 0;
  padding: 5px 8px;
  background: #EEE;
}



/* 
**********************************/



/* 
**********************************/



/* cforms
**********************************/






