* {
    padding: 0;
    margin: 0;
}
html {
    overflow-x: hidden;
    overflow-y: auto;
}
body {
    background-color: #f4f4f4;
    background-position: 0 80px;
    background-repeat: repeat-x;
    color: #666666;
    font-size: 14px;
    font-family: Arial, Helvetica, "Times New Roman", Times, sans-serif;
}
#wrap {
    height: 100%;
    margin: 30px auto 0 auto;
    padding-bottom: 18px;
    position: relative;
    width: 960px;
}
#shaddow {
	background: transparent url('../images/shaddow.gif') no-repeat bottom center;
	height: 100%;
	padding: 0 20px;
	margin: 30px auto;
	position: relative;
	display: block;
	width: 980px;
}


a img {
    border: 0;
}

a {
    color: #666666;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a:active, a:focus {
    outline: none;
}
br{letter-spacing: normal;}
h1,
h2,
h3 {
	color: #a9112c;
	font-size: 28px;
	line-height: 32px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h5{font-size: 13px;}
table, tr, td {
    border-collapse: collapse;
}
#logo {
    background-color: transparent;
    left: 20px;
    position: absolute;
    top: 20px;
}
#header {
    background-color: #a9112c;
    background-repeat: no-repeat;
    background-position: top left;
    height: 221px;
    z-index: 3;
    position: relative;
}
#header_background_image,#header_background_image_bg{
    background-repeat: no-repeat;
    height: 171px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
#header_background_image_bg{
    background-color: #a9112c;
    z-index: 1;
}
#tagline{
    position: absolute;
    top: 90px;
    left: 20px;
    color: #fff;
    font-size: 16px;
}
#contentwrap{
    position: relative;
    background-color: #fff;
    border-bottom:  1px solid transparent;
}
#leftcol{
    float:left;
    margin-right:20px;
    margin-top:15px;
    overflow:hidden;
    position:relative;
    width:180px;
}
#maincol{
    float: left;
    margin-top:20px;
    position: relative;
    width:570px;
}
.fullsize{
    margin-left:20px;
    width:920px !important;
}
#rightcol{
    float: left;
    margin-left:20px;
    margin-top:20px;
    position: relative;
    width:150px;
}
#rightcol h3{
    font-size: 13px;
    line-height: 15px;
}

#content {
    display: block;
    float: left;
    position: relative;
    vertical-align: top;
    width: inherit;
}
#content2 {
    display: block;
    float:left;
    margin-left:20px;
    position: relative;
    width: 450px;
}
#maincol.twocolls{
    width:920px;
    margin-left:20px;
}
.twocolls #content, .twocolls #content2{
    width: 450px;
}
.twocolls-small #content, .twocolls-small #content2{
    width: 275px;
}
#maincol.maincollwidth{
    width: 750px;
    padding-left: 20px;
}

#content ol, #content ul {
    list-style-position: outside;
}
#content ul {
    padding-left: 14px;
}
#content ol {
    padding-left: 20px;
}
.contententry{
    clear: both;
    line-height: 1.5em;
}
.company{
    width: 452px;
    background-image: url('../images/bg/companies.gif');
    height: 122px; 
    margin-bottom:18px;
}
.company-logo{
    float:left;
    margin-left:10px;
    padding-top:5px;
    position:relative;
    width:180px;
    height: 110px;
}
.company-logo img{
    position: absolute;
    top:1px;
    left:0;
}
.company-logo .activeimg{
    z-index: 10;
}
.company-title{
    text-transform: uppercase;
    color: #a9112c;
    padding:16px 0;
    font-weight: bold;
}
.company-text{

}
#gallerydetail{
    position: absolute;
    width: auto;
    height: auto;
    display: none;
    z-index: 100;
}
.gal-prv{
    position: absolute;
    width:11px;
    height: 20px;
    left: 5px;
}
.gal-nxt{
    position: absolute;
    width:11px;
    height: 20px;
    right: 5px;
}
.gal-close{
    position: absolute;
    width:11px;
    height: 11px;
    right: 7px;
    top: 7px;
}
.gal-txt{
    position: absolute;
    width:auto;
    height: 15px;
    left: 22px;
    bottom: 3px;
}
    .gallery .image-content {
        background-color: #eaeaea;
    }
    .gallery_thumbnail_table img {
        border: none;
        border-width: 0px;
        border-spacing: 0pt;
        display:block;
        margin:auto;
        cursor: pointer;
    }

    .gallery_thumbnail_last {
        margin-right: 0;
    }

    .gallery_thumbnail_table {
        padding: 0;
        margin: 0;
        border-collapse: collapse;
        border-spacing: 0pt;
    }

    .gallery_thumbnail_table a {
        text-decoration: none;
        padding: 0;
        margin: 0;
        line-height: 0;
        border: none;
        border-width: 0px;
        border-spacing: 0pt;
    }

    .gallery_thumbnail_table td {
        text-align: center;
        vertical-align: middle;
        padding: 0;
        margin: 0;
        width: 90px;
        height: 90px;
        background-color: #727577;
        border: none;
    }
    .gallery_horizontal_spacer td{
        background-color: #eaeaea;
    }

    img.gallery_thumbnail:hover {
    }

    .gallery_thumbnail {
        padding: 0;
        margin: 0;
    }

    .gallery_display_div {
        overflow-x: hidden;
    }

    .gallery_display {
        padding: 0;
        margin: 0;
        border: 1px solid black;
    }

    .gallery_display a:hover {
        border: 1px solid black;
    }

    .gallery_navigation {
        padding-bottom: 20px;
        clear: both;
        display: block;
    }

    .gallery_paragraph {
    }

    .galleryAdminHint {
        border: 1px solid #AA4444;
        padding: 5px;
        margin-top: 2px;
    }




#footer {
    color: #d2d2d2;
    font-size: 13px;
    left: 0px;
    position: relative;
    width: 960px;
    clear: both;
}
#footerimage {
    left: 0px;
    position: relative;
    width: 960px;
}
#footertext{
    background: transparent url('../images/footer.gif') no-repeat bottom center;
    position: relative;
    width: 960px;
    display: block;
    height: 52px;
}
#footertext-left{
    padding: 20px 0 0 20px;
    position: relative;
    float: left;
}
#footertext-right {
	padding: 20px 20px 0 0;
	position: relative;
	float: right;
}
#footer a {
	text-decoration: none;
	color: #d2d2d2;
}
#footer a:hover {
    text-decoration: underline;
}
#footer p {
    text-align: center;
}

.spacerAfter1 {
    margin-bottom: 1em;
}

.spacerAfter2 {
    margin-bottom: 2em;
}

.spacerBefore1 {
    margin-top: 1em;
}

.spacerBefore2 {
    margin-top: 2em;
}
.clearer{clear: both;}

.line {
    border: 1px solid #eaeaea;
    border-width: 1px 0 0 0;
    margin-bottom:4px;
    margin-top:4px;
}

/** bilder Text **/
img.top {
    display: block;
}

img.left {
    float: left;
    margin-right: 10px;
}

img.right {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
}
.image-border{
    position: relative;
}
.image-border-left{
    float:left;
    margin-bottom:5px;
    margin-right:10px;
}
.image-border-right{
    float:right;
    margin-bottom:5px;
    margin-left:10px;
}
.image-border-t-l{
    background-image: url('../images/bg/top_left.png');
    background-position: top left;
    left: 0;
    top: 0;
}
.image-border-t-r{
    background-image: url('../images/bg/image_corner.png');
    background-position:-22px 0;
    right: 0;
    top: 0;
}
.image-border-b-l{
    background-image: url('../images/bg/image_corner.png');
    background-position:0 -22px;
    bottom: 0;
    left: 0;
}
.image-border-b-r{
    background-image: url('../images/bg/bottom_right.png');
    background-position: bottom right;
    bottom: 0;
    right: 0;
}
.image-border-t-l, .image-border-t-r, .image-border-b-l, .image-border-b-r{
    background-repeat: no-repeat;
    position: absolute;
    height: 22px;
    width: 22px;
}
.image-content{
    background-color: #727577;
    left: 22px;
    top: 22px;
    position: absolute;
}


.searchbox{
    clear: both;
    border:1px solid #d4d4d4;
    color:#222;
    background-color: #eaeaea;
    font-family: inherit;
    font-size: inherit;
    width: 300px;
}
input {
    font-size: 14px;
    font-family: Arial, Helvetica, "Times New Roman", Times, sans-serif;
    display:block;
    padding: 8px;
    border: 1px solid #a9112c;
    margin:0;
    color:inherit;
    background-color:#eaeaea;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

input[type=submit] {
    display:block;
    border: 1px solid #eaeaea;
    margin:0;
    color:#ffffff;
    background-color:#a9112c;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    cursor: pointer;
}

input[type=submit]:hover {
    border: 1px solid #a9112c;
    color: #a9112c;
    background-color:#eaeaea;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

input[type=text]:focus,
input[type=password]:focus {
  outline: 0 none;
}

input:hover {
    background-color:#fff;
}


.contentAdminFeedback{
    color: #fff;
    display: block;
    background-color: #a9112c;
}

.ie6_warning_bg, .ie6_warning, .ie6_warning_content{
    display: none;
}

.signature{
    bottom: 0;
    position: fixed;
    right: 0;
}
.signature, .signature a{
    color: #eee;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.signature a:hover{color: #ccc}

/* NEWS */
#content .newsEntryDetail{
    float: left;
    width: 48%;
    margin-bottom: 30px;
}
#content .newsEntryDetail h3, .newsEntryDetail h3 a, #content .newsEntry h3, .newsEntry h3 a{
    color: #a9112c;
    text-decoration: none;
}
#content .newsEntryDetail h4{
    display: inline;
    float: left;
    margin-right: 8px;
    font-size: 100%;
}
#content .news_left{
    width: 48%;
    float: left;
    line-height: 0;
}
#content .news_right{
    width: 48%;
    float: right;
}
#content .news_left_list{
    width: 145px;
    float: left;
    line-height: 0;
}
#content .news_right_list{
    float: left;
    width: 270px;
}
