/* style.css */

@media all {

* {
    margin:0;
    padding:0;
    border:0;
}

html {
}

body {
    font-size:75%; /* 12px */
    font-family: Arial, Helvetica, sans-serif;
    text-align:left;
    color:#000;
}

/* headings */
h1 {
}

h2 {
    font-size:110%;
    line-height:1.6;
    color:#e20019;
    font-weight:bold;
    margin-bottom:0;
}

/* text */
p {
    font-size:1em;
    line-height:1.6;
    margin-bottom:1.4em;
}

small {
    font-size:0.92em;
}

/* links */
a,
a:link,
a:visited {
    text-decoration:none;
    color:#000;
}

a:hover,
a:active {
    text-decoration:underline;
    color:#000;
}

.hide {
    position:absolute;
    top:-5000px;
    left:-5000px;
    width:0;
    height:0;
    display:inline;
    overflow:hidden;
}

table {
    margin:10px 0;
}

table th {
    text-align:left;
    font-weight:bold;
    padding:1px 0;
}

table td {
    padding:1px 0;
}


} /* end: @media all */

/*=====================================
  Layout
=====================================*/

@media screen, handheld {

body {
    background:url(../images/karo_hell.jpg);
    overflow: -moz-scrollbars-vertical;
}

#outer {
    width:802px;
    margin:0 auto;
    position:relative;
}

#page {
    width:800px;
    background:url(../images/karo.jpg);
    border-top:1px solid #e5142c;
	border-left:1px solid #e5142c;
    border-right:1px solid #e5142c;
}

#header {
    border-bottom:1px solid #e5142c;
}

#langnav {
    position:absolute;
    top:21px;
    right:50px;
    height:30px;
    width:70px;
    background:#FFF;
}

.contentContainer {
    background:#FFF;
    border-bottom:1px solid #e5142c;
    padding:18px 0;
}

.contentImg {
    float:left;
    padding:0 0 0 40px;
    width:280px;
}

.contentText {
    width:auto;
    margin:0 70px 0 350px;
    padding:16px 0 16px 0;
}

/* footer */
#footer {
    width:auto;
    height:47px;
    line-height:47px;
    font-size:.92em;
    text-align:center;
    color:#000;
    border-bottom:1px solid #e5142c;
}

/*=====================================
  Navigation
=====================================*/
 

/* langnav */
#langnav ul {
    width:auto;
    padding-left:6px;
}

#langnav ul li {
    list-style:none;
    float:left;
    width:auto;
    font-size:110%;
    line-height:25px;
    padding:0 0 0 6px;
    font-size:1em;
    color:#000;
}

#langnav ul li a {
    color:#000;
    padding:0 6px 0 0;
}

#langnav ul li a:hover,
#langnav ul li a:focus,
#langnav ul li a.current {
    text-decoration:none;
    color:#e5142c;
}

} /* end: screen, handheld */


@media all {
/*================================================
 * Clearing
 *==============================================*/

.clear {
    clear:both;
    height:0;
    line-height:0;
    font-size:0;
}

.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
    display:block;
}
/* End hide from IE Mac */

* html .clearfix {
    height:1%;
}

.floatbox {
    overflow:hidden;
}

} /* end: @media all */


@media print {

#header,
#footer {
    display:none;
}

#outer, #page {
    width:100%;
}

html {
    height:100%;
}

body {
    font-size:11pt;
    color:#000;
    font-family: Arial, Helvetica, sans-serif;
}


h1 {
    page-break-after:avoid;
    color:#000;
}

h2 {
    page-break-after:avoid;
    color:#000;
}

h3 {
    page-break-after:avoid;
    color:#000;
}

 
} /* end: @media print */
