/* Eric Meyer's Reset CSS */
/* http://meyerweb.com/eric/tools/css/reset/index.html */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0px;
    padding:0px;
    border:0px;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
    color: #666666;
    /*font-size: 0.75em;*/
    line-height: 2em;
}

table td {font-size: 0.8em;}



/*** Main CSS ***/

html, body {
    height: 100%;
    margin-bottom: 1px;
}

body {
    background: #f9f9f9 url(../upload/layout/body-bg.gif) repeat-x left top;
    text-align: center;
    font-family: arial,verdana,sans-serif;
}

hr {
    clear: both;
    border: solid #46949d 1px;
    background-color: #46949d;
    height: 1px;
}

#content form {
    float: left;
    width: 660px;
    margin-bottom: 1em;
}

fieldset {
    margin-bottom: .75em;
}

fieldset legend {
    font-weight: bold;
    margin-bottom: .5em;
}

.checkInfo input {
    display: block;
    float: left;
}

.checkInfo label {
    display: block;
    margin-left: 1.75em;
}

fieldset#contactInfo p {
    margin-bottom: .75em;
}

fieldset#contactInfo label {
    display: block;
}

fieldset#contactInfo input, fieldset#contactInfo textarea {
    display: block;
    width: 300px;
    border: solid #46949d 1px;
    padding: .25em;
}

fieldset#contactInfo textarea {
    height: 200px;
}

input.submitButton {
    background-color: #46949d;
    color: #fff;
    font-size: .9em;
    font-weight: bold;
    padding: .25em;
}

.errorMessage {
    clear: both;
    color: #c00;
    font-weight: bold;
    margin-top: 5px;
    display: none;
}

.show {
    display: block;
}

input.highlightField {
    color: #f00;
    border: 1px solid #c00;
    background-color: #ffcdcc;
}

#wrapper {
    width: 1000px;
    margin: 20px auto;
    text-align: left;
}

#header {
    background: transparent url(../upload/layout/header-bg.png) no-repeat left top;
    height: 110px;
    width:100%;
    position: relative;
    margin-bottom: 30px;
}

#header h1 {
    font-size: 2em;
    letter-spacing: .05em;
    color: #999;
    margin-left: 25px;
}

#header h1 a {
    display: block;
    background: transparent url(../upload/layout/priint-logo-trans.png) no-repeat left top;
    padding: 15px 0 0 100px;
    height: 78px;
    margin-top: 5px;
}

#header h1 span {
    display: block;
    font-size: .45em;
    font-weight: normal;
    margin-top: .25em;
    letter-spacing: 0;
}

#header a:link, #header a:visited, #header a:hover, #header a:focus, #header a:active {
    color: #999;
    text-decoration: none;
}


/* Main Navigation */

#mainNavi {
    position: absolute;
    bottom: 0;
    left: 116px;
    font-size: .7em;
    font-weight: bold;
    text-transform: uppercase;
}

#mainNavi li {
    float: left;
/*
    margin-right: 20px;
*/
}

#mainNavi a {
    display: block;
    line-height: 30px;
    margin-left: 12px;
/*
    padding: 0 40px 0 28px;
*/
    padding: 0 30px 0 18px;
}

#mainNavi a:link, #mainNavi a:visited, #mainNavi a:hover, #mainNavi a:focus, #mainNavi a:active {
    color: #333;
    text-decoration: none;
}

#mainNavi li.selected, #mainNavi li:hover {
    background: transparent url(../upload/layout/navi-selected-bg-left.png) no-repeat left top;
}

#mainNavi li.selected a, #mainNavi li:hover a {
    background: transparent url(../upload/layout/navi-selected-bg-right.png) no-repeat right top;
    color: #000;
}

/* Sub Navigation */

#subNavi {
    float: left;
    width: 230px;
    padding-top: 5px;
    background: transparent url(../upload/layout/subnavi-bg-bottom.gif) no-repeat left bottom;
    font-size: .8em;
}

#subNavi ul {
    width: 230px;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    background: transparent url(../upload/layout/subnavi-bg-top.gif) no-repeat left top;
}

#subNavi a:link, #subNavi a:visited, #subNavi a:hover, #subNavi a:focus, #subNavi a:active {
    color: #666;
    text-decoration: none;
}

#subNavi li.selected a:link, #subNavi li.selected a:visited, #subNavi li.selected a:hover, #subNavi li.selected a:focus, #subNavi li.selected a:active {
    color: #000;
}

#subNavi li {
    line-height: 30px;
    background: transparent url(../upload/layout/subnavi-entry-bg.gif) no-repeat left bottom;
}

#subNavi li:last-child {
    background-image: none;
}

#subNavi li a {
    display: block;
    line-height: 30px;
    padding-left: 10px;
    height: 30px;
}

#subNavi li.selected {
}

#subNavi li.selected a, #subNavi li a:hover {
    background: transparent url(../upload/layout/subnavi-entry-bg-selected.gif) no-repeat right -1px;
    color: #000;
}


/* Meta Navigation */

#metaNavi {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: .7em;
}

#metaNavi li {
    float: left;
    margin: 0 15px 0 0;
}


#metaNavi a:after {
    margin-left: 15px;
    content: ':';
}


#metaNavi li:last-child a:after {
    margin-left: 0;
    content: '';
}

#metaNavi a:link, #metaNavi a:visited, #metaNavi a:hover, #metaNavi a:focus, #metaNavi a:active {
    color: #666;
    text-decoration: none;
}


/* Homepage Content */


#mainTeaser {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

#mainTeaserLeft {
    position: relative;
    /*width: 100%;*/
    margin-top: 30px;
}

#mainTeaserLeftadvertise {
    position: relative;
    /*width: 100%;*/
    margin-top: -10px;
}

#mainTeaser h2 {
    color: #333;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.5em;
    margin-bottom: .5em;
}

#mainTeaser p {
    color: #333;
    font-size: .8em;
    line-height: 1.25em;
}

#mainTeaserLeft p {
    color: #333;
    /*font-size: .8em;*/
    line-height: 1.25em;
}

#mainTeaserSlideshow {
    /*width: 800px;*/
    margin-left: 15px;
    margin-bottom: 1em;
}

#mainTeaserSlideshowLeft {
    width: 220px;
}

.mainTeaserSlide {
}

.mainTeaserSlideLeft {
    width: 220px;
}

.mainTeaserSlide img {
    float: left;
    margin-right: 20px;
}

.mainTeaserSlideLeft img {
    float: left;
}

#mainTeaserPager {
    float: left;
    width: 108px;
    height: 27px;
    padding-left: 15px;
    background: transparent url(../upload/layout/switch-steps.png) no-repeat left top;
    font-size: .7em;
}

#mainTeaserPager a.activeSlide {
    background: transparent url(../upload/layout/switch-steps_active-small.gif) no-repeat left 4px;
}

#mainTeaserPager a {
    height: 27px;
    line-height: 27px;
    width: 16px;
    text-align: center;
}

#mainTeaserPager a:link, #mainTeaserPager a:visited, #mainTeaserPager a:hover, #mainTeaserPager a:focus, #mainTeaserPager a:active {
    text-decoration: none;
}

#smallTeasers {
    width:1000px;
    min-height:100px;
    height:100%;
    margin-top: 15px;
    background-image: url(../upload/layout/head_content.jpg);
    background-repeat: no-repeat;
    background-color:#F9F9F9;
    padding-top: 10px;
}

#smallTeasers ul {
    margin: 10px;
}

#smallTeasers li {
    font-size: .75em;
    line-height: 1.5em;
    font-weight: bold;
}

#smallTeasers li a:link, #smallTeasers li a:visited, #smallTeasers li a:hover, #smallTeasers li a:focus, #smallTeasers li a:active {
    color: #333;
    text-decoration: none;
}

.smallTeaserBox {
    position:relative;
    width: 220px;
    padding: 0 10px 0 10px;
    float: left;
    background-color:#F9F9F9;
}

.smallTeaserBox1 {
    position:relative;
    width: 500px;
    padding: 0 10px 0 10px;
    float: left;
    background-color:#F9F9F9;
}

.smallTeaserBox1 h4 {
    line-height: 2.2em;
}

.smallTeaserBox:last-child, #faqSmallTeaser {
    border-right: none;
    background-color: #f9f9f9;
}

.smallTeaserBox img, .smallTeaserBox1 img {
    float: left;
    margin-right: 10px;
    padding-bottom: 10px;
}

.smallTeaserBox h2, .smallTeaserBox1 {
    /*color: #666;*/
    /*font-size: .9em;*/
    margin-bottom: .25em;
}



.smallTeaserBox h2 a:link, .smallTeaserBox h2 a:visited, .smallTeaserBox h2 a:hover, .smallTeaserBox h2 a:focus, .smallTeaserBox h2 a:active,
.smallTeaserBox1 h2 a:link, .smallTeaserBox1 h2 a:visited, .smallTeaserBox1 h2 a:hover, .smallTeaserBox1 h2 a:focus, .smallTeaserBox1 h2 a:active {
    color: #666;
    text-decoration: none;
}

.smallTeaserBox p, .smallTeaserBox1 p {
    color: #666;
    font-size: .75em;
    line-height: 1.25em;
}

#cometSmallTeaser h2 span {
    color: #8b0174;
}

#adjustSmallTeaser h2 span {
    color: #335c98;
}

#timexSmallTeaser h2 span {
    color: #ee7f01;
}

#cometSmallTeaser h4 span {
    line-height: 2emsmallTeaserBox1;
}

#content {
    margin-left: 250px;
    min-height:300px;
}

#content .productLogo, #content .partnerLogo {
    float: right;
    margin-top: -10px;
    border: none;
}

#content .partnerProductLogo {
    float: left;
    margin: 0 10px 5px 0;
    border: none;
}

#mainContent {
    clear: right;
    float: left;
    width: 550px;
    padding-right: 10px;
}

#mainContent-einspaltig {
    clear: right;
    float: left;
    width: 750px;
    padding-right: 10px;
}

#mainContent_referenzen {
    clear: right;
    float: left;
    width: 750px;
    padding-right: 10px;
}
#content h2 {
    color: #fff;
    font-size: 1.5em;
    margin-bottom: .5em;
    line-height: 1.25em;
}

#content h3 {
    font-size: 1.0em;
    font-weight: normal;
    color: #000000;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
    line-height: 2em;
    padding-top: 10px;
}

#content h4 {
    font-size: 1.1em;
    float: left;
    margin-top:1.2em;
    
}

#content h5 {
    font-size: 1em;
}

#content img {
}

#mainContent h3, #mainContent h4, #mainContent h5, #mainContent h6, #mainContent p {
    color: #333;
    margin-bottom: .2em;
    width:100%;
    line-height: 1.5em;
}

#mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5, #mainContent h6 {
}

#mainContent p, #mainContent li {
    font-size: .75em;
}

#mainContent li {
    background: transparent url(../upload/layout/list-item-green.gif) no-repeat left top;
    line-height: 1.5em;
    padding-left: 30px;
    margin-bottom: .75em;
}

#mainContent a:link, #mainContent a:visited, #mainContent a:hover, #mainContent a:focus, #mainContent a:active {
    color: #248B92;
    text-decoration: none;
    font-size: 1em;
}

a:link, a:visited, a:hover, a:focus, a:active {
    color: #333;
}


#additionalInfoBox>h3:first-child, #additionalInfoBox h3.first_child {
    background: #cfcfcf url(../upload/layout/additionalInfobox-bg-top.gif) no-repeat scroll left top;
}
#additionalInfoBox {  
    background: transparent url(../upload/layout/additionalInfobox-bg-bottom.gif) no-repeat scroll left bottom;
    margin-top: 2em;
    font-size: .75em;
    line-height: 1.75em;
    padding-left: 10px;
    padding-top: 5px;
    margin-top: 10px;
    float: right;
    width: 165px;
    color: #666;
}

#InfoBox {  
    margin-top: 2em;
    font-size: .75em;
    line-height: 1.75em;
    padding-left: 10px;
    padding-top: 5px;
    margin-top: 10px;
    float: right;
    width: 165px;
    color: #666;
}

#additionalInfoBox h3 {
font-size: 1.25em;
font-weight: normal;
color: #000000;
margin: -5px 0 0 -10px;
padding: 5px 0 0 10px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
}

#additionalInfoBox h4 {
    height: 51px;
    color: #fff;
    font-size: .8em;
    font-weight: normal;
    line-height: 1.25em;
    padding: 7px 10px;
    margin-top: -.5em;
    text-transform: uppercase;
}

#additionalInfoBox h4 strong {
    text-transform: none;
}

#additionalInfoBox>ul {
}

#additionalInfoBox li {
}

#additionalInfoBox ul ul li {
    font-size: .9em;
    font-weight: normal;
    margin: .5em 1em;
    padding: 0;
    background-image: none;
    text-transform: none;
}

#additionalInfoBox a:link, #additionalInfoBox a:visited, #additionalInfoBox a:hover, #additionalInfoBox a:focus, #additionalInfoBox a:active {
    text-decoration: none;
    color: #666;
}

.linkList a {
    background:transparent url(../upload/layout/internal-link.gif) no-repeat scroll 0 50%;
    display: block;
    line-height: 2em;
    padding-left: 25px;
}

.linkList a[href^="http://"] {
    background:transparent url(../upload/layout/external-link.gif) no-repeat scroll 0 50%;
}
}

/* Footer */
#footer {
    width:100%;
    position: relative;
    clear:both;
    }

#footer ul {
}

#footer li {
    float: left;
    font-weight: normal;
    color: #b5b5b5;
    list-style: none;
    margin: 40px 0px 40px 0px;
    padding: 0px 5px;
    font-size: .7em;
}

/* CMS-Desfinitionen */
.comet {
    color: #8b0174;
}

.adjust {
    color: #335c98;
}

.timex {
    color: #ee7f01;
}

.teaserItem {
    
    margin-bottom:10px;
    text-decoration: none;
    margin:3px 0px 0px 0px;
    padding-top: 10px;
}

.TeaserItem {
    border-bottom: solid #c4c4c4 1px;
    font-weight: bold;
    font-size:1em;
    margin:3px 0px 5px 0px;
    padding-top: 10px;
}


#TeaserItem {
    border-bottom: solid #c4c4c4 1px;
    font-weight: normal;
    font-size:1em;
    margin:3px 0px 5px 0px;
    padding-top: 10px;
}
#teaser_headline a:link, #teaser_headline a:visited, #teaser_headline a:hover, #teaser_headline a:focus, #teaser_headline a:active {
    color: #248B92;
    font-weight:normal;
    font-size:1.2em;
    text-decoration: none;
    padding-top: 1em;
    display: block;
    line-height: 1.25em;
    margin-bottom: 0.5em;
}

.teaser_headline a:link, .teaser_headline a:visited, .teaser_headline a:hover, .teaser_headline a:focus, .teaser_headline a:active {
    color: #248B92;
    font-weight:normal;
    font-size:1.2em;
    text-decoration: none;
    padding-top: 1em;
    display: block;
    line-height: 1.25em;
    margin-bottom: 0.5em;
}

#cometSmallTeaser h3, #timexSmallTeaser h3, #faqSmallTeaser h3 {
border-bottom:1px solid #C4C4C4;
padding-top: 1em;
}
#cometSmallTeaser h3 a:link, #cometSmallTeaser h3 a:visited, #cometSmallTeaser h3 a:hover, #cometSmallTeaser h3 a:active, #cometSmallTeaser h3 a:focus {
text-decoration: none;
}

/* Blog-Kommentar */
.blog_head {
    font-weight:normal;
    font-size:.75em;
    line-height: 2em;
    margin-top: 10px;
    margin-bottom: 10px;

}

.blog_comment {
    font-weight:normal;
    font-size:.75em;
    line-height: 2em;
    margin-top: 10px;
    margin-bottom: 10px;

}

/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
    font-size:.75em;
    line-height: 2em;
    width: 720px;
}

#contactForm .contactRow {
    margin:4px 0px;
    width:720px;
}
#contactLegend {
    display:block;
    clear:both;
    margin:5px 0px;
    font-size:15px;
    font-weight:bold;
}
#contactForm label {
    display:block;
    float:left;
    width:150px;
    margin:0px 10px 0px 0px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #ccc;
    width:250px;
    margin:4px 0px;
}
#contactForm .contactRow select {
    border:1px solid #ccc;
    width:172px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:250px;
}
#contactForm .contactRow input {
    height:16px;
}
#contactForm .contactRow textarea {
    height:105px;
    font-size:10px;
}
#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    margin:0px 0px 0px 80px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
    margin:0px 0px 0px 80px;
}
#contactFormSubmit #contactFormSubmitRight {
    float:right;
}
#contactFormSubmit #contactFormSubmitLeft input,
#contactFormSubmit #contactFormSubmitRight input {
    border:0px;
    padding:0px;
    font-size:11px;
    width:80px;
    height:auto;
    float:right;
    margin:0px 72px 0px 0px;
}
#contactFormSubmit #contactFormSubmitLeft input {
    float:left;
}
#contactForm table {
    border-collapse:collapse;
}
#contactForm table td {
    padding-top:2px;
}
#contactForm table td.pt {
    width:80px;
}
#contactForm table td.pt1 {
    width:10px;
}
#contactForm table td.pt2 {
    width:40px;
}
#contactForm table td.pt3 {
    width:240px;
    text-align:right;
    white-space:nowrap;
}
#br_clear {
    position:relative;
    clear:both;
}

/*Footernavigation */
#footercontainer {
margin:0 auto;
text-align:left;
float: left;
width:1000px;
margin-top: 80px;
/*background-color: #FFFFFF;*/
/*background: #f9f9f9 url(../upload/layout/footer-bg.png);*/
}

#footercontainer a:link, #footercontainer a:visited, #footercontainer a:hover, #footercontainer a:active, #footercontainer a:focus {
text-decoration: none;
color:#666666;
}

.firstChild {
    
}

.lastChild {
    
}

ul#footercontainer {
   
}

ul#footercontainer > li {
color:#666666;
float:left;
font-size:0.75em;
margin-top:10px;
text-transform:uppercase;
width:230px;
}

ul#footercontainer li li {
color:#666666;
font-size:1em;
line-height:1.5em;
padding-top:0.5em;
margin-left: 10px;
text-transform:none;
}

ul#footercontainer li.firstChild {
    margin-left:10px;
    width:170px;
}

ul#footercontainer li.lastChild {
    width:120px;
    margin-right: 10px;
}

ul#footercontainer ul {
    border-top: 1px solid #C4C4C4;
}

#downloadtabelle {
    border: none;
    line-height: 1.5em;
    margin: 5px;
    width: 100%;
    color:#666666;
    text-decoration: none;
}

#downloadtabelle h3{
    text-align: left;
}


#downloadfile a:link, #downloadfile a:visited, #downloadfile a:hover, #downloadfile a:active, #downloadfile a:focus {
    text-decoration: none;
    color:#666666;
    font-size: 0.75em;
}
#downloadtype {
    border: none;
    width: 60px;
    line-height: 1.5em;
    padding-right: 15px;
    font-size: 0.75em;
    color:#666666;
    text-align: right;
}

#downloadsize {
    border: none;
    width: 60px;
    line-height: 1.5em;
    margin: 5px;
    font-size: 0.75em;
    color:#666666;
    text-align: right;
}
#highlight {
background-color: #DECE90;
padding: 5px;
}

#priintday-faq {
background-color: #A7D1D3;
padding: 5px;
}

#priintday-mainteaser {
background-color: #596696;
padding: 5px;
}

#priintday-mainteaser a:link, #priintday-mainteaser a:visited, #priintday-mainteaser a:hover, #priintday-mainteaser a:focus, #priintday-mainteaser a:active {
    color: #fff;
    text-decoration: none;
}
