
html,
body,
div,span,object,iframe,
h1,h2,h3,h4,h5,h6,p,
hr,blockquote,
pre,
a,
abbr,acronym,address,code,del,dfn,
em,
img,
q,
dl,dt,dd,
ol,ul,li,
fieldset,form,label,button,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
    font-family: Tahoma, Arial;
    font-size: 12px;
    margin: 0;
    padding: 0;

}

a, a:visited {
    color: #666;
    text-decoration: underline;
}

a:hover, a:active {
    color: #11356D;
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6, p {
    color: #11356D;
    font-weight: normal;
    margin-bottom: 0.5em;
}
p {
    color: #444;
}
h1 {
    font-size: 250%;
}
h2 {
    font-size: 140%;
}
h3 {
    font-weight: bold;
    margin-bottom: 0.3em;
}

p {
    margin-bottom: 0.5em;
    line-height: 1.3;
}


ul {
    margin-left: 1.2em;
    line-height: 1.5;
    margin-bottom: 1em;
}
ul li {
    text-align:left;
}



div#wrapper {
    
}

div.topnavigation {
    background-color: #11356D;
    height: 18px;
    border-bottom: 4px solid #B30B13;
}

div.addUs {
    width: 50px;
    position: absolute;
    top: 30px;
    right: 1em;
    
    background-color: white;
    z-index:99;
}
div.addUs .googlePlusone {
    margin-bottom: 0.5em;
    height: 24px;
}

div.content.main {
    padding: 1em;
    
}

div.itemcontainer {
    margin-right: -2em;
    margin-bottom: 2em;
    clear: both;
    display:inline-block;
/*    
    min-width: 1170px;
*/
    
}

div.itemcontainer.partnershop {
    min-width: 500px;

}



div.item {
    text-align: left;
    border: 1px solid silver;
    float: left;
    height: 250px;
    width: 361px;
    margin-right: 2em;
    display: inline-block;
    margin-bottom: 2em;
    overflow: hidde;

}

div.item.partnershop {
    height: 365px;
    float: left;
}

div.item > img.logo {
    margin-bottom: 0.5em;
}

div.item > .itemcontent {
    height: 166px;
    overflow: hidden;
    background-color: #f9fafc;

}
div.item.partnershop > .itemcontent {
    height: 260px;
    overflow: hidden;
    background-color: white;
}

div.item > .itemcontent > .itemleft {

    float: left;
    width: 50%;
    padding: 0.5em 0em 0.5em 0.5em;
}

div.item > .itemcontent > .itemright {
    padding: 0.2em 0em 0 0;
}

div.item.partnershop > .itemcontent > .itemright {
    padding: 1em;
}

div.item > .itemfoot {
    clear: both;
    display: block;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}

div.item > .itemfoot span {
    display: inline-block;
    padding: 0.5em;
    margin-right: 0.5em;
    /*font-weight: bold;*/
    color: #444;
}

span.right {
    display: inline-block;
    float: right;
}

span.linktomap {
    
    padding-right: 2em !important;
    background-image: url(../images/icons/Icon-Navi.gif);
    background-repeat: no-repeat;
    background-position: center right;
}



div.publicrelation {
    background-image: url(../images/backgrounds/Verlauf_Hintergrund.gif);
    background-repeat: repeat-x;
    padding: 5px;
    height: 100px;
    display: block;
    margin-bottom: 2em;
    margin-left: -1em;
    margin-right: -1em;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}