/* generated by csscreator.com */ 
html, body{ 
    margin:0;
    padding:0;
    text-align:center;
    font-size: 11pt;
    font-family: arial;
    color: #666666;
}

a img {
    border: none;
}

a:link { 
    font-size:9pt;
    font-weight:500;
    text-decoration:none;
    color:#FF0000;

} 

a:visited { 
    font-size:9pt;
    font-weight:500;
    text-decoration:none;
    color:#FF0000;
} 

a:active { 
    font-size:9pt;
    font-weight:500;
    text-decoration:none;
    color:#FF0000;
} 


h1 {
    font-size: 18pt;
    padding-bottom: 10px;
}

h2 {
    font-size: 11pt;
}

p.bodytext {
    margin-bottom: 30px;
}

.falk_link{
    padding-left: 15px;
    background-image: url("../images/pfeil.jpg");
    background-repeat: no-repeat;
}

#pagewidth{ 
    width:100%;
    text-align:left;

} 

#headerwrap{
    position:relative;
    height:128px;
    width:100%;
    background-image: url("../images/headerbg.jpg");
    background-repeat: repeat-x;
    cursor: pointer;
}


#footer,
#twocols,
#header {
    width: 1050px;
    margin: 0 auto;
    padding-left: 10px
}

ul#navi {
    width: 1050px;
    margin: 0 auto;
}

#header  {
    overflow: hidden;
}

#header #logo{
    padding-left:60px;
    padding-top: 34px;
    float: left;
}

#header #lang {
    float:right;
    display: none;
}


#wrapper {
    background-image: url("../images/mainbg.jpg");
    background-repeat: repeat-x;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 50px;
}

#twocols{



}

#maincol{  
    padding-left: 60px;
    padding-top: 30px;
    float: left;
    display:inline;
    position: relative;
    width:700px;
}

#rightcol{
    width:214px;
    float:right;
    position:relative;
}

#rightcol #phone {
    padding-top: 10px;
}

#search{
    margin-top: 10px;
    margin-bottom: 10px;
}

#search .search_box {
    font-size: 9pt;
    padding: 3px;
    width: 140px;
}

#search .search_button {
    width: 60px;
    height: 25px;
    vertical-align: top;
}

.box{
    width: 212px;
    border: 1px solid #999999;
    margin-top: 20px;
}

.box_header{
    background-image: url("../images/headerbox.jpg");
    color: #FFFFFF;
    padding: 2px 0px 2px 10px;
}

.box_single_value{
    padding: 10px;
    font-size: 9pt;
    overflow: hidden;
}

.box_two_value{
    padding: 10px 2px 2px 2px;
}

.box_two_value .box_two_left{
}

.box_two_value .box_two_right {
    float: right;
    position: relative;
    width:115px;
    font-size: 9pt;
    font-weight: bold;
}

.box_two_value .box_two_right p.bodytext {
    margin: 0;
    padding: 0;
    font-size: 8pt;
    font-weight: normal;
}

.box_two_value .box_two_left img {
    padding: 0 5px 5px 5px;
}

.box a.btn{
    /* Hier Hintergrund des Buttons einf�gen*/
    font-size:23px;
    text-align:left;
    display:block;
    padding-left: 40px;
    min-width:140px;
    height: 30px;
    text-decoration:none;
    margin:3px 2px;
    color: #FFFFFF;
    vertical-align: middle;
}

#footerwrap{
    background-color:#FFFFFF;
    clear:both;
    font-size: 9pt;
    border-top: 1px solid #999999;
    /* position:absolute; */
    width: 100%;
    bottom:10px;
    padding-top:8px;
}

#footer a{
    font-size: 9pt;
}

#footer_left{
    padding-left: 60px;
    float: left;
    display:inline;
    position: relative;
    width:744px;
}

ul#footer_right{
    float:right;
    height: 10px;
    margin-top: 0px;
}

ul#footer_right li {
    list-style-type: none;
    float: right;
    padding-left: 10px;
}


/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  



/*printer styles*/ 
@media print{ 

    /*hide the right column when printing*/
    #rightcol{display:none;}
    #twocols, #maincol{width:100%; float:none;}
}


/* MENU */
#menu {
    font-size: 14px;
    background-image:url(../images/menubg.jpg);
    background-repeat:repeat-x;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

#navi { 
    margin: 0;
    padding: 0;
    text-align: left;
    overflow: hidden;
    height: 24px;
    margin-left: -10px;
}

#navi ul, #navi li { 
    height: 100%;
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}
#navi a, #navi a:link, #navi a:visited {
    float: left;
    padding: 2px 0 2px 10px;
    line-height: 20px;
    font-weight: normal;
    text-decoration: none;
    color: #666666;
    border-right: 1px solid #999999;
    width: 129px;
    font-size: 12px;
}


#navi a:hover {
    color: #cc0000;
    border-right: 1px solid #666666;
    font-weight: normal;
    background-image: url("../images/menubg.jpg");
    background-repeat: repeat-x;
}

#navi a.active:hover ,#navi a.active {
    color: #cc0000;
    border-right: 1px solid #999999;
    font-weight: bold;
    background-image: url("../images/menubg.jpg");
    background-repeat: repeat-x;
}


#navi #left { 
    width: 55px;
}

#navi #right { 
    width: 159px;
    border-right: none;
}

#footer p {
    padding: 0;
    margin:0;
}

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

img.button_shop {
    padding-top: 10px;
}

.box_news {
    clear: both;
    padding-bottom: 10px;
}

fieldset.csc-mailform {
    position: relative;
    border:0 none;
}

.csc-mailform-field {
    margin-bottom: 5px;
}

.csc-mailform-field label {
    width: 120px;
    position: absolute;
    font-size: 80%;
}

.csc-mailform-field textarea, 
.csc-mailform-field input {
    margin-left: 120px;
}

.news-list-container {
    border: none;
    background-color: transparent;
}

.news-list-item {
    margin-bottom: 10px;
    background: transparent;
    overflow: hidden;
}
.news-list-container .item {
    height: 100px;
    overflow: hidden;
}
.news-list-container .item img  {
    float: left;
    padding: 0;
    margin: 3px 3px 3px 0;
}
.news-list-container .item p {
    padding:0 ;
    margin: 3px;
}

.news-single-item .header,
.news-list-container .header {
    background-image:url(../images/headerbg.jpg);
    position: relative;
}

.news-single-item .news-single-backlink,
.news-list-container .news-list-morelink {
    position: absolute;
    right: 2px;
    top: 3px;
    margin:0;
    padding:0;
}
.news-single-item .news-single-backlink a {

}
.news-single-item  h2,
.news-list-container h3 {
    background-color: transparent;
    margin: 0;
    color: white;
    height:25px;
    border: 0;
}

.news-list-container div.header {
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    padding-bottom: 2px;
}

.news-single-item  h2 {
    padding-left:10px;
    padding-top:4px;

}

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
    border: 2px solid #666666;
}

.news-list-container hr.clearer, .news-single-item hr.clearer, .news-latest-container hr.clearer {
    border: 0;
}

table.contact {
    width: 100%;
    font-size: 14px;
}