/* DATEI: basis.css 
PROJEKT: actum.de */

body { 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;	
margin: 0;
padding:0;
color: #333333;
}

.breaker {
clear: both;
height: 1px;
overflow: hidden;
}

.hr {
display: none;
}

.small {
font-size:11px;
}

.img {
border: none;
}

a { 
color:#000000;
text-decoration:underline;
}

a:hover {
color:#ffcc00;
text-decoration:underline;
}

p {
line-height: 140%;
margin: 7px 0 7px 0;
}

#main {
width: 760px;
margin: 0;
padding-bottom: 30px;
text-align: left;
}



/* ------------- Header ------------------- */

#headerLogo {
width: 760px;
height: 90px;
overflow: hidden;
float: left;
}

#headerMenu {
width: 740px;
height: 25px;
overflow: hidden;
float: left;
text-align: right;
border-bottom: #ffcc00 1px solid;
font-size: 13px;
padding-left: 20px;
}

#headerMenu ul {
padding:0;
margin:0;
list-style-type: none;
}

#headerMenu li {
padding:4px 10px 3px 10px;
margin:0;
float:left;
border-bottom: #ffffff 2px solid;
}

#headerMenu li.current {
border-bottom: #ffcc00 2px solid;
}

#headerMenu li.current a {
font-weight: bold;
color: #000000;
}

#headerMenu a { 
color: #999999;
text-decoration:none;
}

#headerMenu a:hover {
color: #000000;
text-decoration:none;
}

#pageNav {
float: left;
width: 760px;
margin-top: 5px;
margin-bottom: 15px;
text-align: right;
font-size: 10px;
font-family: Verdana;
color: #999999;


}

#pageNav a {
color: #999999;
text-decoration:none;
}

#pageNav a:hover {
color: #ffcc00;
text-decoration:none;
}




/* ------------- Contentbereich ------------------- */

#contentContainer1 {
width: 760px;
margin-top: 10px;
float: left;
}

#contentContainer2 {
float: right;
width: 570px;
margin-left: 9px;
}

#contentContainer2 .csc-header h1, #contentContainer2 .csc-textpicHeader h1 {
margin: 0 0 10px 0;
font-size: 14px;
font-weight: bold;
color: #000000;
}

#contentContainer2 .csc-header-n1 h1 {
margin: 0 0 17px 0;
font-size: 16px;
font-weight: bold;
color: #000000;
background: #ffffff url(../img/dot_h1.gif) no-repeat left top;
padding-left: 20px;
}

h2, h3, h4 {
margin: 0 0 10px 0;
font-size: 13px;
font-weight: bold;
color: #000000;
}


/* ------------- Content links ------------------- */

#contentLeft {
float: left;
width: 150px;
font-size: 11px;
padding-left: 20px;
margin-top: 35px;
overflow: hidden;
}

/* ------Nav links -------- */

#navLeft {}

#navLeft ul.main {
width: 150px;
margin: 0;
padding: 0;
list-style-type:none;
}

#navLeft ul.sub {
margin: 0 0 5px 0;
padding: 0;
list-style-type:none;
font-weight: normal;
}

#navLeft ul.main li	{
margin: 0;
overflow: hidden;
}

#navLeft ul.main li a	{
padding: 3px 5px 0 10px;
display:block;
width: 100%;
color: #999999;
text-decoration:none;
}

#navLeft ul.main li a:hover {
color: #000000;
text-decoration:none;
background: #ffffff url(../img/mainnav_current.gif) no-repeat left top;
}

#navLeft ul.main li a.current	{
display:block;
color: #000000;
background: #ffffff url(../img/mainnav_current.gif) no-repeat left top;
font-weight: bold;
}

#navLeft ul.sub li	{
margin: 0;
overflow: hidden;
}

#navLeft ul.sub li a	{
padding: 3px 5px 0 22px;
display:block;
width: 100%;
color: #999999;
font-weight: normal;
text-decoration:none;
}

#navLeft ul.sub li a:hover {
color: #000000;
text-decoration:none;
background: #ffffff url(../img/subnav_current.gif) no-repeat left top;
}

#navLeft ul.sub li a.current	{
display:block;
color: #000000;
background: #ffffff url(../img/subnav_current.gif) no-repeat left top;
font-weight: normal;
}

/* ------ Text links -------- */

#textLeft {}

#textLeft h1 {
margin:3px 0 5px 0;
font-size: 11px;
font-weight: bold;
color: #000000;
}

#textLeft ul {
margin: 0 0 5px 0;
padding: 0;
list-style-type: none;
}

#textLeft li {
margin: 0;
padding:0;
overflow: hidden;
background: #ffffff url(../img/dot_list.gif) no-repeat left top;
padding: 3px 5px 5px 12px;
color: #333333;
}

#textLeft li a {
text-decoration:none;
display:block;
width: 100%;
color: #333333;
}


/* ------------- Content Mitte------------------- */
#contentMiddle {
float: left;
width: 360px;
padding: 0;
}

/* ------------- Content rechts ------------------- */

#contentRight {
font-size: 11px;
float: right;
width: 190px;
margin-top: 35px;
}

#contentRight h1 {
margin:0;
padding:0 0 0 10px;
font-size:11px;
color: #333333;
background: #ffffff url(../img/dot2.gif) no-repeat left top;
}



/* ------------- Footer ------------------- */

#footer {
float: left;
width: 570px;
margin-top: 30px;
padding-bottom: 30px;
padding-top: 5px;
padding-left: 190px;
font-size: 10px;
background: #ffffff url(../img/footer_bg.gif) no-repeat left top;
font-family: Verdana;
color: #999999;
/*border-top: #ffcc00 1px solid;*/
}

#footer a {
color: #999999;
text-decoration:none;
}

#footer a:hover {
color: #ffcc00;
text-decoration:none;
}


/* ----------------------------------------SITEMAP ------------------------------------------------------*/

.csc-sitemap-level1, .csc-sitemap-level2 {
font-size: 12px;
font-weight: bold;
margin:10px 0 5px 0;
border-bottom: #cccccc 1px solid;
padding: 0 0 2px 5px;
}

.csc-sitemap-level3 {
font-size: 11px;
font-weight: normal;
padding: 1px 0 1px 20px;
margin:0;
}

.csc-sitemap-level4 {
font-size: 10px;
font-weight: normal;
padding: 1px 0 1px 40px;
margin:0;
}

.csc-sitemap a {
color: #333333;
text-decoration:none;
}

.csc-sitemap a:hover {
color: #ffcc00;
text-decoration:none;
}

/* ----------------------------------------Suche ------------------------------------------------------*/

.csc-searchform {}

.csc-searchResultInfo {
}

.csc-searchResultHeader {
font-size: 12px;
font-weight: bold;
margin:10px 0 5px 0;
border-bottom: #cccccc 1px solid;
padding: 0 0 2px 0;
}

.csc-searchResultHeader  a {
color: #333333;
}

.csc-searchResultHeader a:hover {
color: #ffcc00;
text-decoration:none;
}

/* ---------------------------------------- Dateiverweise ------------------------------------------------------*/

.csc-uploads {
font-size: 11px;
width: 100%;
}

.csc-uploads tr  {
background-color: #f3f3f3;
}

.csc-uploads p  {
margin: 0 5px 0 5px;
}

.csc-uploads-icon {
width:50px;
text-align: center;
}

.csc-uploads-fileSize {
width: 100px;
}

/* ---------------------------------------- Kontaktformular ------------------------------------------------------*/

fieldset.csc-mailform { border:none; padding:0; }

.mailform_checkboxpair .mailform_field {float:left;
line-height:20px;
height:20px;
}

.mailform_checkboxpair {
line-height:20px;
height:20px;
}


span.important { color: #cc0000; }