body {
    font-family         : Arial, Helvetica, Sans-Serif;
    font-size           : 12px;
    color               : #666666;
    padding             : 0;
    margin				      : 0;
    background-color    : #FFFFFF;
}

body.frontend {

}

form, fieldset {
    border              : none;
    padding             : 0;
    margin              : 0;
}

h1, h2 ,h3 ,h4 ,h5 ,h6 {
    padding             : 0;
    margin              : 0;
}

p {
    padding             : 0;
    margin              : 0 0 15px 0;
}

a img {
    border              : none;
}

a {
    color               : #D91819;
    text-decoration     : underline;
}
a:hover {
    color               : #666666;
}

input.submit {
    border              : none !important;
    padding             : 0;
    margin              : 0;
    font-weight         : bold;
    text-align          : left;
    background          : none;
    font-size           : 12px;
    color               : #666666;
    font-family         : Arial, Helvetica, Sans-Serif;
    cursor              : pointer;
}

.clear {
    clear               : both;
}

.left {
    float               : left;
}
.right {
    float               : right;
}

img.left {
    margin-right        : 15px;

}
img.right {
    margin-left         : 15px;
    margin-bottom       : 5px;
}

table td {
    vertical-align      : top;
}

div#frame {
    width               : 980px;
    padding             : 0;
    margin				      : 0;
    background-image    : url(../../images/site/frame_bg.png);
    background-repeat   : repeat-y;
    background-position : 0 0;
}

div#top {
    background-color    : #FFFFFF;
    width               : 980px;
    padding             : 0;
    margin              : 0;
    height              : 144px;
    position            : relative;
}
div#top h1#logo {
    position            : relative;
    left                : 15;
    background          : url(../../images/site/logo.gif) no-repeat;
    width               : 342px;
    height              : 144px;
}
div#top h1#logo a {
    width               : 342px;
    height              : 144px;
    display             : block;
}

div#top h1#blog {
    position            : absolute;
    left                : 203px;
    top		: 65px;
    background          : url(../../images/site/blog-24.png) no-repeat;
    width               : 200px;
    height              : 180px;
}
div#top h1#blog a {
    width               : 200px;
    height              : 180px;
    display             : block;
}

div#top h1#blogie {
    position            : absolute;
    left                : 203px;
    top		: 65px;
    background          : url(../../images/site/blog-8.png) no-repeat;
    width               : 200px;
    height              : 180px;
}
div#top h1#blogie a {
    width               : 200px;
    height              : 180px;
    display             : block;
}

ul#main_nav {
    padding             : 0;
    padding-top         : 91px;
    margin              : 0 0 0 15px;
    list-style-type     : none;
}
ul#main_nav li {
    float               : left;
}
ul#main_nav li a {
    background-image    : url(../../images/site/main_nav_bg.png);
    background-position : 0 0;
    background-repeat   : repeat-x;
    border              : 1px solid #f57575;
    padding             : 5px 25px;
    display             : block;
    text-decoration     : none;
    font-weight         : bold;
    color               : #FFFFFF;
    margin-right        : 2px;
}
ul#main_nav li a:hover {
    background-image    : url(../../images/site/main_nav_bg_active.png);
    background-position : 0 0;
    background-repeat   : repeat-x;
}
ul#main_nav li a.active {
    color               : #29176a;
    background-image    : url(../../images/site/main_nav_bg_active.png);
    background-position : 0 0;
    background-repeat   : repeat-x;
}

div#top_nav {
    width               : 400px;
    position            : absolute;
    right               : 0;
    top                 : 15px;
}
div#top_nav ul {
    padding             : 0;
    margin              : 0;
    font-size           : 11px;
    list-style-type     : none;
    float               : right;
}
div#top_nav ul li {
    float               : left;
}
div#top_nav ul li a {
    margin-left         : 5px;
    font-size           : 11px;
    color               : #666666;
    text-decoration     : none;
}
div#top_nav ul li a:hover {
    text-decoration     : underline;
}
div#top_nav ul li a.active {
    font-weight         : bold;
    color               : #D91819;
}

div#header {
    width               : 980px;
    height				      : 125px;
    padding				      : 0;
    margin				      : 0;
    background-image	  : url(../../images/site/header.jpg);
    background-repeat	  : no-repeat;
    background-position	: 0 0;
}

div#nav {
    float               : left;
    width               : 180px;
    padding             : 15px;
    margin              : 13px 0;
}

ul#articlegroups {
    list-style-type     : none;
    padding             : 0;
    margin              : 0 0 30px 0;
}
ul#articlegroups li a {
    font-size           : 12px;
    color               : #CCCCCC;
    font-weight         : normal;
    border-top          : 1px solid #CCCCCC;
    text-decoration     : none;
    display             : block;
    padding             : 3px 15px;
}
ul#articlegroups li.active_group a.active_group {
    border-bottom       : 1px solid #CCCCCC;
    background-image	  : url(../../images/site/arrow.png);
    background-repeat	  : no-repeat;
    background-position	: 2px 6px;
}
ul#articlegroups li.last a.last {
    border-bottom       : 1px solid #CCCCCC;
}
ul#articlegroups li.first a.first {
    border-top          : none;
}
ul#articlegroups li a:hover {
    background-color    : #004e9f;
    border-right        : 1px solid #004e9f;
}
ul#articlegroups li.active a.active {
    background-color    : #69b3ff;
    color               : #002f61;
    background-image	  : url(../../images/site/arrow.png);
    background-repeat	  : no-repeat;
    background-position	: 2px 6px;
}

ul#articlegroups ul {
    list-style-type     : none;
    padding             : 0 0 0 20px;
    margin              : 5px 0;
}
ul#articlegroups ul li a {
    font-size           : 11px;
    color               : #CCCCCC;
    font-weight         : normal;
    border-top          : none;
    display             : block;
    padding             : 2px 5px;
}
ul#articlegroups ul li a:hover {
	background-color    : #004e9f !important;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #004e9f;
}
ul#articlegroups ul li.first a.first,
ul#articlegroups ul li.last a.last {
    border-bottom       : none;
}
ul#articlegroups ul li.active a.active {
    background-image    : none;
}

ul#articlegroups ul ul {
    margin              : 0;
}

div.category h3 {
    font-size           : 12px;
    font-weight         : bold;
    border-bottom       : 1px solid #CCCCCC;
    padding-bottom      : 2px;
    margin-bottom       : 10px;
    color               : #CCCCCC;
}

div#content {
    float               : left;
    width               : 535px;
    padding             : 20px;
    margin              : 0;
    line-height         : 16px;
}
h2 {
    color               : #D91819;
    font-size           : 16px;
    font-weight         : bold;
    border-bottom       : 1px solid #CCCCCC;
    padding-bottom      : 2px;
    margin-bottom       : 15px;
}
h3 {
    font-size           : 13px;
    font-weight         : bold;
    margin-bottom       : 10px;
}
div#content p {
    margin-bottom       : 10px;
}

div#right_frame {
    min-height          : 550px;
    background-image	  : url(../../images/site/right_frame_bg.jpg);
    background-repeat	  : no-repeat;
    background-position	: 0 0;
    float               : right;
    width               : 161px;
    font-size           : 11px;
    padding             : 28px 15px;
    color               : #CCCCCC;
}
div#right_frame h2 {
    font-size           : 12px;
    font-weight         : bold;
    border-bottom       : 1px solid #CCCCCC;
    padding-bottom      : 2px;
    margin-bottom       : 10px;
    color               : #000000;
}

table.general {
    border-collapse     : collapse;
}
table.general td  {
    border              : 1px solid #cccccc;
    vertical-align      : top;
    padding-right       : 10px;
    border-collapse     : collapse;
}


/*******************************************************************************/
/* Kontakt */
div#contact {
    width               : 100%;
}
div#content_left {
    float               : left;
    padding             : 0;
    margin              : 0;
    width               : 190px;
}
div#content_right {
    float               : right;
    padding             : 0;
    margin              : 0;
    width               : 340px;
}

table.contact {

}
table.contact input,
table.contact select,
table.contact textarea {
    font-family         : Arial;
    font-size           : 11px;
    border              : 1px solid #999999;
    color               : #666666;
}
table.contact td {
    border              : none;
}
table.contact td.first {
    width               : 150px;
    text-align          : right;
    vertical-align      : top;
    padding-top         : 3px;
    padding-right       : 10px;
}
table.contact input.textfield {
	  font-size: 12px;
    padding-left        : 2px;
    width               : 248px;
}
table.contact select {
    font-size: 12px;
    padding-left        : 2px;
    width               : 252px;
}
table.contact input.zip {
    width               : 70px;
}
table.contact input.city {
    width               : 167px;
    margin-left         : 4px;
}
* html table.contact input.city {
    width               : 168px;
}
table.contact td.last {
    padding             : 0;
}
span.mendatory_field {
    color               : red;
}
span.additional_field {
    padding             : 1px;
}
table.contact thead,
table.contact tfoot {
    display             : none;
}
table.contact textarea {
    font-size: 12px;
    font-family: Arial;
    padding-left        : 2px;
    width               : 248px;
    height              : 100px;
}

div#sitemap ul {
    background          : none;
}
div#sitemap ul li a {
    padding             : 0;
    margin              : 0;
    color               : #666666;
    background          : none !important;
}
div#sitemap ul li a:hover {
    text-decoration     : underline;
}
div#sitemap ul ul li a {
    padding-left        : 20px;
}
div#sitemap ul li.last a.last {
    border-bottom       : none;
}

/**********************************************************/
/* Session Msgs */
div#msgs {
    background-color    : #F2F2F2;
    border              : 1px solid #666666;
    margin-bottom       : 20px;
    padding             : 5px;
}
#msgs ul {
    padding             : 0;
    list-style-type     : square;
    list-style-position : inside;
    margin              : 0;
}
#msgs ul li {
    color               : #f00;
    padding             : 1px 5px;
}
/**********************************************************/
/* Validation Errors */
input.validerror {
    border              : 1px solid red;
}
span.validerror {
    color               : red;
}


/**************** Autocomplete **********************/
input#keywords {
    width               : 300px;
}
div#keywords_auto_complete {
    width               : 302px;
    overflow            : auto;
    border              : 1px solid #C8C7BE;
    display             : none;
    margin-top          : -1px;
    position            : absolute;
}
* html div#keywords_auto_complete {
    width               : 304px;
    margin-top          : -17px;
}
.autocomplete_elements {
    position            : relative;
    text-decoration     : none !important;
    color               : #000000;
    display             : block;
    cursor              : default;
    padding             : 0 5px;
    background-color    : #FFFFFF;
}
.autocomplete_elements_active {
    position            : relative;
    background-color    : #4FA9E8;
    text-decoration     : none !important;
    color               : #000000;
    display             : block;
    cursor              : default;
    padding             : 0 5px;
}
* html .autocomplete_elements, * html .autocomplete_elements_active {
    width               : 273px;
}
div#search_results h3 {
    font-size           : 12px;
    border-bottom       : 1px solid #CCCCCC;
    padding-bottom      : 3px;
}
div#search_results div.item {
    margin-bottom       : 20px;
}
div#search_results div.item a.title {
    font-size           : 13px;
    font-weight         : bold;
    text-decoration     : none;
    color               : #0000CC;
}
div#search_results div.item a.url {
    font-size           : 11px;
    color               : #009900;
}
div#search_results div.item h2 {
    font-size           : 12px;
    padding             : 0;
    margin              : 0;
}
div#search_results div.item em {
    font-style          : normal;
    font-weight         : bold;
}
div#search_results div.item p {
    padding             : 0 !important;
    margin              : 0 !important;
}
div#search_results input.search {
    border              : 1px solid #BBBFC2;
    margin-right        : 1px;
    width               : 200px;
    padding-left        : 3px;
    vertical-align      : top;
}

table tr td.frage {
    color               : green;
    font-weight         : bold;
}
table tr td.dieFrage {
    color               : green;
}
table tr td.antwort {
    font-weight         : bold;
    padding-right       : 10px;
}
table tr td.dieAntwort {
    padding-bottom      : 20px;
}

a.faq {
    padding             : 4px 0 4px 28px;
    background-image    : url(../../images/site/about.html);
    background-repeat   : no-repeat;
    background-position : left center;
    display             : block;
}

div.box {
    border-bottom       : 1px solid #999999;
    padding-bottom      : 5px;
    margin-bottom       : 5px;
}

div#search {
    padding             : 0 0 20px 0;
    font-size           : 11px;
    background          : url(../../images/site/box_left_shadow.html) no-repeat bottom left;
}
div#search h2 {
    font-size           : 12px;
    color               : #333333;
    font-weight         : bold;
    border-bottom       : 1px solid #CCCCCC;
    text-decoration     : none;
    display             : block;
    padding             : 3px 0;
    margin-bottom       : 10px;
}

div#search input.textfield {
    padding-left        : 3px;
    border              : 1px solid #666666;
    vertical-align      : top;
    width               : 140px;
    margin              : 0;
    color               : #666666;
}

div#footer {
    color               : #FFFFFF;
    width               : 768px;
    background-color    : #333333;
    text-align          : right;
    padding             : 5px 0;
    font-size           : 11px;
    padding-right       : 20px;
}
div#footer a {
    color               : #FFFFFF;
    text-decoration     : underline;
}
div#footer p {
    margin-bottom       : 0;
}

div#breadcrumb {
  	font-weight         : bold;
  	font-size           : 11px;
    margin-bottom       : 20px;
}
div#breadcrumb a {
	  font-weight         : normal;
    text-decoration     : none;
	}
div#breadcrumb span {
    color               : #999999;
    font-weight         : normal;
}

iframe {
    border              : 1px solid #cccccc;
}

div#sitemap ul {
  padding               : 0;
  margin                : 0 0 20px 0;
}
div#sitemap ul ul {
  margin                : 0 0 0 20px
}
div#sitemap ul li a {
  border                : none;
}
div#sitemap ul ul li a {
  padding               : 0;
  margin                : 0;
}


div.thumbnail {
    padding             : 5px 5px 5px 0;
    float               : left;
    margin-right        : 0px;
}
div.thumbnail a {
    padding             : 1px;
    height              : 100px;
    display             : block;
    border              : 3px solid #CCCCCC;
}
div.thumbnail a:hover {
    padding             : 1px;
    border              : 3px solid #FF6501;
}





table {
    margin-bottom     : 20px;
    width             : 100%;
}
table td {
    padding           : 3px;
    border-collpase   : collpase;
    font-size         : 12px;
}
table thead td {
    background-color  : #f2f2f2;
}


table.news {
    border            : none;
}
table.news td {
    padding-bottom    : 15px;
    border            : none;
}
table.news td.first {
    width             : 140px;
}




/* Pager */
/**********************************************************/
div#pager {
    background          : #F2F2F2;
    margin-top			    : 20px;
    float               : left;
    padding             : 5px 0 0 10px;
    width               : 375px;
    height              : 40px;
    border-top          : 1px solid #A9A9A9;
}
div#pager.first {
    border-top          : none;
    border-bottom       : 1px solid #A9A9A9;
    height              : 22px;
}
div#jump.first {
    height              : 22px;
    border-top          : none;
    border-bottom       : 1px solid #A9A9A9;
}
div#pager p {
    margin              : 0 !important;
    padding             : 0 !important;
}
div#pager ul {
    list-style-type     : none;
    padding             : 0;
    margin              : 0;
}
div#pager ul li {
    margin              : 0;
    font-size           : 11px;
    display             : inline;
    border-right        : 1px solid #000000;
}
div#pager ul li.active {
    background          : none !important;
}
div#pager ul li.next {
    padding-left        : 6px;
    border              : 0;
}
div#pager ul li a {
    width               : 100%;
    padding             : 0 5px;
}
div#pager ul li.active a {
    font-weight         : bold;
}
div#pager ul li.back a {
    padding             : 0;
}
div#pager ul li.next a {
    padding-right       : 7px;
}

/* Jump */
/**********************************************************/
div#jump {
	margin-top		        : 20px;
    border-top          : 1px solid #A9A9A9;
    background          : #F2F2F2;
    float               : left;
    width               : 140px;
    text-align          : right;
    padding             : 5px 10px 0 0;
    height              : 40px;
}
div#jump fieldset {
	border					: 0;
}
div#jump input.textfield {
    width               : 50px;
}
div#jump fieldset.jump {
    padding             : 0;
    margin              : 0;
    float               : right;
    text-align          : right;
}
div#jump fieldset.jump legend {
    display             : none;
}
div#jump fieldset.jump input.submit {
    vertical-align      : top;
}
* html div#jump fieldset.jump input.submit {
    margin-top          : 1px;
}
div#jump fieldset.jump input.textfield {
    font-size           : 11px;
    height              : 13px;
}

