/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1

Modified by Datafant AB 2008

*/

body{
    color:#000;
    background:#FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;
    padding:0;
    font-size:1em;
}

ul,ol,blockquote{
    margin-left: 1em;
}

p{
    margin-bottom: 0em;
}

ul{
    list-style-type: disc;
}

table{
    border-collapse:collapse;
    border-spacing: 0;
}

fieldset,img{
    border:0;
}

address,caption,cite,code,dfn,th,var{
    font-style:normal;
    font-weight:normal;
}

caption,th{
    text-align:left;
    font-weight: bold !important;
}

.contenttable thead tr th p .bodytext{
	font-weight: bold;
}

h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal;
}

q:before,q:after{
    content:'';
}

abbr,acronym{
    border:0;
    font-variant:normal;
}

sup{
    vertical-align:text-top;
}

sub{
    vertical-align:text-bottom;
}

input, textarea, select{
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
}

a{
    outline: none;
}

/*---- Typo3 4.2 positioning ----*/

.align-center{
    text-align: center;
}

.align-right{
    text-align: right;
}

/*---- Mailform ----*/

.csc-mailform input{
    width: 50%;
}

input.csc-mailform-radio{
    clear: both;
    width: 30px;
    float: left;
    height: 1em;
    background: red;
    background: transparent;
    border: 0px;
    margin-top:8px;
}

fieldset.csc-mailform{
    width: 400px;
}

.csc-mailform-radio legend{
/*    padding: .4em 0 .6em 0;*/
    display: none;
}

.csc-mailform-radio fieldset{
    float: left;
    clear: none;
    margin-left: 0px;
    margin-bottom: 10px;
    width: 50%;
    display: inline;
}

.csc-mailform-radio fieldset label{
    text-align: left;
    clear: none;
    width: 70%;
}

.csc-mailform textarea{
    left:250px;
    height:140px;
    width: 160px;
    margin-top: 3px;
}

fieldset.csc-mailform{
    border:0;
}

.csc-mailform label{
    width: 30%;
    padding-top: 3px;
    display: block;
    clear: both;
    float: left;
    margin: 3px 9px 0 0;
    text-align: right;
    float: left;
}

.csc-mailform-field select{
    min-width: 150px;
    width: 150px;
}

span.csc-form-radio{
    clear: none;
}

.csc-mailform-field{
    clear: both;
    margin-bottom: 5px;
}

.csc-mailform-field label{
    width: 30%;
}

.csc-mailform{
    border: 0px;
    margin-top: 5px;
}

.csc-mailform-radio{
    width: auto;
    height: auto;
}

.csc-mailform-check{
    text-align: left;
    width: auto !important;
}

.csc-mailform-submit{
    margin-left: 32%;
    width: auto !important;
}

csc-textpic-caption{
    margin: 5px 0px 5px 0;
}

.contenttable th p{
	font-weight:bold !important;
        margin-right: 5px !important;
}

.contenttable td p{
	margin-right: 5px !important;
}
