/*=======================================*\
|| Standard stylable for all Typo3 Sites ||
\*=======================================*/
body{
  font-size: 12px;
  text-align: left;
}
/*
|| DEBUG COLORS (delete or uncomment after layout styling)
*/
#pagewidth{background-color: #333333;}
#leftcol { background-color: #666666;}
#twocols { background-color: #999999;}
#maincol { background-color: #CCCCCC;}
#rightcol{ background-color: #666666;}

#header{   background-color: #DDDDDD;}
#footer{   background-color: #DDDDDD;}
/*
|| LAYOUT CONTAINER
*/
#wrapper {      min-height: 435px; background-image:url(eam-bg-content.jpg); background-repeat: repeat-y; background-position: 0 0;}
#pagewidth{     width:1018px; background-image:url(eam-bg-pagewidth.jpg); background-repeat: repeat-y; background-position: 0 0;}
#leftcol {      width:250px; background: transparent;}
#twocols {      width:768px; background: transparent; min-height: 435px;}
#maincol {      width:499px; background: transparent; margin-top: 44px;}
#rightcol{      width:220px; background: transparent; min-height: 390px; margin-top: 44px; margin-right: 48px;}

#header{        height: 190px; background-image:url(eam-head.jpg); background-repeat: no-repeat; background-position: 0 0;}
#footer{        height: 90px; background-image:url(eam-foot.jpg); background-repeat: no-repeat; background-position: 0 0;}

/* margins */
div#pagewidth{
  margin-right: 8px;
}

div#footer{
  padding-top: 5px;
}

div#footertext{
  margin-top: 10px;
}

h1.title,
img#headerimg,
h1.parentpagetitle,
div.csc-frame{
  margin-left: 35px;
  margin-right: 45px;
}

div#rightcol div.csc-frame{
  margin-left: 30px;
  margin-right: 28px;
}

.zwei_Drittel{
  width:66%;
}

div#maincol .zentriert,
div#rightcol .zentriert{
  text-align: center;
}

div#maincol .linksbuendig,
div#rightcol .linksbuendig{
  text-align: left;
}

div#maincol .rechtsbuendig,
div#maincol p.bodytext .rechtsbuendig,
div#rightcol .rechtsbuendig{
  text-align: right;
}

a:link, a:visited, a:active {
  color:#666666;
}

h2 a:link, h2 a:visited, h2 a:active {
  color:#002661;
}

h2{
  font-weight: bold;
  font-size: 10px;
  color: #002661;
/*  letter-spacing: 0.5px;*/
}

/*
|| CONTENT ELEMENT FRAMES
|| This elements can be selected in:
|| BE => Pagecontent => Section "Type" => field "Frame"
*/
div.csc-frame-1col{
}

div.csc-frame-1-2-col{
  width: 303px;
  float: left;
}

div.csc-frame-1-3-col{
  width: 91px;
  float: left;
  margin-left: 0px;
  margin-right: 35px;
}

div.csc-frame-2-3-col{
  width: 322px;
  float: left;
  margin-right: 15px;
}

div.csc-frame-1-3-col a{
  padding-left: 10px;
  background-image: url(link-arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 4px;
}


div.csc-frame-color{
  background-color: #DDDDDD;
}

/*
|| content elements
*/
h1.title{
  font-family: Arial, Helvetica;
  font-size: 10pt;
  font-weight: 100;
  color: #002661;
}

img#contentheader{
  margin-left: 8px;
}

div#maincol div.csc-header h1,
div#maincol h1,
div#rightcol div.csc-header h1,
div#rightcol h1{
  font-size: 12px;
  color: #002661;
  margin-top: 2px; /*see also line 166*/
  margin-bottom: 36px;
}

div#rightcol h1{
  text-align: center;
}

div#rightcol div.csc-header h1{
  text-align: left;
}

div#maincol p,
div#rightcol p,
div#maincol td,
div#rightcol td,
div#maincol li,
div#rightcol li,
div#maincol label,
div#rightcol label{
  color: #666666;
  font-size: 10px;
  text-align: left;
  line-height: 13px;
}

div#maincol p,
div#rightcol p,
div#maincol h1,
div#rightcol h1{
  margin-top: 2px; /*see also line 136*/
  margin-bottom: 18px;
}

table.contenttable {
  border: 0;
  width: 100%;
  margin-bottom: 18px;
}

table.contenttable tr.tr-even,
table.contenttable tr.tr-odd{
  background-color: transparent;
  border: 0;
}

table.contenttable td.td-0,
table.contenttable td.td-last{
  border: 0;
  margin: 0;
  padding: 0;
}

div#maincol table.preise td{
  font-weight: bold;
}

div#maincol table.preise td,
div#maincol table.termine td{
  text-align: center;
}
div#maincol table.termine td{
  font-weight: bold;
}
div#maincol table.preise td.td-0,
div#maincol table.termine td.td-0{
  text-align: left;
}
div#maincol table.preise td.td-last,
div#maincol table.termine td.td-last{
  text-align: right;
}
/*
|| footer styles
*/
div#footertext{
  font-size: 10px;
  color: #666666;
  float: left;
}