/*
 * This is the main css file of rtvsenn.ch
 * (c) by limenet.ch
 */
/*
 * clearfix
 * reset all browser defaults
 */
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* remember to define focus styles! */:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: black;
    background: white;
}

ol, ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

/*
 *divs
 */
body {
    font-family: Verdana, sans-serif;
    font-size: 0.9em;
}

#header {
    border-bottom: solid thin #cccccc;
    padding: 10px;
}

#logo {
}

#logo > a {
    background: url(http://www.rtvsenn.ch/resources/images/head.png) left top no-repeat;
    height: 97px;
    display: block;
}

#address {
    color: #cccccc;
    margin: 25px 0;
    font-size: 1.4em
}

#container {
}

#navigation {
    float: left;
    width: 18%;
    background: #cccccc;
}

#content {
    float: left;
    width: 58%;
    padding: 15px;
}

#sidebar {
    float: right;
    width: 18%;
    padding: 15px;
    background: #cccccc;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
}

#footer {
    border-bottom: solid thin #cccccc;
    border-top: solid thin #cccccc;
    clear: both;
    padding: 20px;
    margin-bottom: 20px;
    min-height: 47px;
}

#footerimage {
    background: url(http://www.rtvsenn.ch/resources/images/euronics_2p_m_claim_Schrift_Blau_h60.png) no-repeat left top;
    height: 60px;
    float: left;
    width: 118px;
}

#footertext {
    padding: 16px;
    float: left;
}

#footerLime {
    float: right;
    text-align: right;
    font-size: 0.6em;
    padding: 16px;
}

/*
 * elements
 */
#content td{
	vertical-align: middle;
}
#content td.align-top{
	vertical-align: top;
}
#content td.align-bottom{
	vertical-align: bottom;
}
#content a, #sidebar a, #footerLime a {
    font-weight: bold;
}

#content a:link, #sidebar a:link, #footerLime a:link {
    color: #c90006;
}

#content a:hover, #content a:focus, #content a:active, #sidebar a:hover, #sidebar a:focus, #sidebar a:active, #footerLime a:hover, #footerLime a:focus, #footerLime a:active {
    background: #c90006;
    color: #ffffff;
}

#content a:visited, #content a:visited, #footerLime a:visited {
    color: #8F8F8F;
}

#content a:visited:hover, #content a:visited:hover, #footerLime a:visited:hover {
    background: #8F8F8F;
    color: #ffffff;
}

#content blockquote, #content blockquote {
    margin: 10px 0 10px 40px;
    padding: 9px;
    border-left: solid 3px #7F7F7F;
}

#content em, #content em {
    font-style: italic;
}

#content h1, #content h2, #content h3, #content h4, #sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4 {
    font-weight: bold;
    font-family: Georgia, serif;
    line-height: 1.8em;
}

#content h1 {
    font-size: 1.6em;
}

#content h2 {
    font-size: 1.4em;
}

#content h3 {
    font-size: 1.2em;
}

#content h4 {
    font-size: 1em;
}

#sidebar h1 {
    font-size: 1.4em;
}

#sidebar h2 {
    font-size: 1.2em;
}

#sidebar h3 {
    font-size: 1em;
}

#sidebar h4 {
    font-size: .8em;
}

#content li, #sidebar li {
    font-size: 0.9em;
}

#content ul.pdf li {
    list-style-image: url(http://www.rtvsenn.ch/uploads/images/icons/pdf_file.png);
    min-height: 20px;
}

#content ol, #content ul, #sidebar ol, #sidebar ul {
    list-style-position: inside;
    line-height: 1.3em;
}

#content ol, #sidebar ol {
    font-size: 0.9em;
    list-style-type: decimal;
}

#content p, #sidebar p {
    font-size: 0.9em;
    line-height: 1.3em;
}

#content strong, #sidebar strong {
    font-weight: bold;
}

#content ul, #sidebar ul {
    list-style-type: square;
}

img.floatLeft {
    float: left;
    margin: 2px 2px 2px 0
}

img.floatRight {
    float: right;
    margin: 2px 0 2px 2px
}

/*
 * Form
 */
#kontakt {
    width: 75%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #CCCCCC;
    font-size: 0.9em;
    padding: 30px;
}

.formBlock fieldset {
    padding: 20px;
    border: none;
}

.formBlock legend {
    margin-left: 100%;
}

.formBlock {
    display: block;
    margin: 10px 0;
    padding: 5px 0;
    clear: both;
}

.formBlock .formSpacer {
    clear: both;
}

.formBlock .formStar {
    color: #F00;
    font-size: 1.2em;
}

.formBlock input, .formBlock textarea {
    float: right;
    display: block;
    width: 47%;
    padding: 5px;
    font-family: sans-serif;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 0.9em;
    margin: 9px;
}

.formBlock label {
    text-align: right;
    display: inline-block;
    width: 46%;
    margin: 14px 0;
    float: left;
}

.formBlock input:hover, .formBlock textarea:hover, .formBlock input:active, .formBlock textarea:active, .formBlock input:focus, .formBlock textarea:focus {
    background: #CCCCCC;
    border: 1px solid #8F8F8F;
}

input#submit {
    clear: both;
    float: none;
    margin: 10px 0 0;
    width: 100%;
}
/*
 * Prod
 */
.prod {
}

.prodLeft {
    float: left;
	max-width: 50%;
}

.prodRight {
    float: right;
    text-align: left;
    width: 50%;
}

