/*=======================================*\
|| Standard stylable for all Typo3 Sites ||
\*=======================================*/
body{
  font-size: 12px;
}
/*
|| LAYOUT CONTAINER
*/
#pagewidth{     width:940px; margin-top: 10px;}
#leftcol {      width:182px;}
#twocols {      width:758px;}
#maincol {      width:530px; margin-top: -17px; margin-left: 20px; margin-right: 20px;}
#rightcol{      width:172px; background-color: #eeeeee; margin-top: 25px; padding-left:5px; padding-right:10px;}

#header{        height: 178px;}
#footer{        height: 40px;}

#wrapper{
  margin-top: -5px;
}


/* margins */
div#pagewidth{
  margin-left: 8px;
  margin-right: 8px;
}

div#footer{
  margin-top: 8px;
}

div#footertext{
  margin-top: 10px;
}

h1.title,
img#headerimg,
h1.parentpagetitle,
div.csc-frame{
  margin-left: 8px;
}

/*
|| CONTENT ELEMENT FRAMES
|| This elements can be selected in:
|| BE => Pagecontent => Section "Type" => field "Frame"
*/
div.csc-frame-1col{
  clear: both;
}

div.csc-frame-1-2-col{
  width: 303px;
  float: left;  
}

div.csc-frame-1-3-col{
  width: 199px;
  float: left;
}

div.csc-frame-2-3-col{
  width: 398px;
  float: left;
}

div.csc-frame-color{
  background-color: #DDDDDD;
}

/*
|| content elements
*/
h1.title{
  font-family: Verdana,Helvetica,Arial;
  font-size: 30px;
  font-weight: 100;
  color: #666666;
}

img#contentheader{
  margin-left: 8px;
}

div#maincol div.csc-header h1{
  font-size: 14px;
  color: #666666;
}

div#maincol p,
div#maincol td,
div#maincol li,
div#maincol label{
  color: #000000;
}

/* 
|| footer styles
*/
div#footertext{
  font-size: 10px;
  color: #666666;
  float: left;
}

/*ORGIDEA*/
img#headerimg{
  margin-left: 20px;
}

div h1.csc-firstHeader, h1, h2, h3, h4, h5, h6, p, p.bodytext, ul, ol, ul li, ol li, td, th {
  color:#000000;
  font-family:Verdana,Helvetica,Arial;
  font-size:12px;
  line-height: 17px;
}

html,body{
  font-family:Verdana,Helvetica,Arial;  
}

h1.title{
  margin-top: 25px;
}

#leftcol div.csc-frame p,
#leftcol div.csc-frame a{
  font-size: 10px;
}

#leftcol div.csc-frame p{
  margin-left: -10px;
}
