/*
Title:      achtG master styles for screen media
Author:     Sven-Carsten Ohge, s.ohge@achtg.de
Updated:    June 21 2005
*/
* {
  box-sizing: border-box;
    -moz-box-sizing: border-box;
}  

body { 

  margin:0 auto;
}

td {

  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
  line-height: 1.5em;
  color: #000000;
  }

img {
  margin: 0;
  padding: 0;
  border: 0;
}
a{
  color: #000000;
  text-decoration:none;
}
/* ---[ top ]------------------------------- */

#wrap { 
  position: relative;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 900px;
  background: #fff;
  }

#logo {
  height: 74px;
  padding: 0;
  margin: 0;  
  }

#suche {
  height: 20px;
  padding: 0; 
  margin: 0;

  }
.image-abstand {
  float:left; 
  margin-right:10px;
}

.suchen {
  font-size: 12px;
  }

.such_input {
  font-size: 12px;
}

.lineDashColor{
  border-color: #B7D6AD;
  }
#line {
  float: left;
  height: 10px;
  width : 900px;
  padding: 0;
  background: #CCFF99;
  margin-bottom : 5px;
  }

.green{

	background: #CCFF99;
	}
.white{

	background: #FFFFFF;
	}
	
.grey{

	background: #E5E5E5;
	}	

/* ---[ navigation ]------------------------------- */

  
.menu_i{
  font-family: Arial, Helvetica, sans-serif;
  color:#000000;
  background: url(/cc/_img/navi-off.gif) no-repeat 0 50%;
  padding-left: 17px;
  text-decoration:none;
  margin: 0;

}

.menu_a{
  font-family: Arial, Helvetica, sans-serif;
  color:#CCFF99;
  background: url(/cc/_img/navi-on.jpg) no-repeat 0 50%;
  padding-left: 17px;
  text-decoration:none;
  margin: 0;

}

#side-left {
  line-height: 1.5em;
  float: left;
  width: 180px;
  height: 488px; 
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  background: #99cccc;
  text-align: left;
  }

.left_color{
  background-color : #99CCCC;
} 

#img-login {
  margin: 20px 0 20px  30px ;
  padding:0;
}

ul {
  list-style: none;
  margin: 0 0 0 10px;
  padding:0;
  }
#subnav ul{
  margin: 0 0 0 20px; 
} 
#nav li a, #nav li a:link {
  color: #000000;
  padding-left: 17px;
  text-decoration:none;
  margin: 0;
  background: url(/cc/_img/navi-off.gif) no-repeat 0 50%;
}
#nav li a:visited {
  padding-left: 17px;
  text-decoration:none;
  margin: 0;
  background: url(/cc/_img/navi-off.gif) no-repeat 0 50%;
}
#nav li a:hover, #nav li a:focus, #nav li a:active {
  padding-left: 17px;
  text-decoration:none;
  margin: 0;
  background: url(/cc/_img/navi-on.jpg) no-repeat 0 50%;
}

/*#D9EDEE*/

#contentBox{
  float: left;
  margin: 0;
  padding:0;
  width: 530px;
  height:475px;
  background: #000000;
}

/* ---[ table ]------------------------------- */
tr {
  margin : 0;
  padding: 0;
  vertical-align: top;
}

/* ---[ index.tmpl ]------------------------------- */

#content-box-oben{
  height : 300px;
  padding-bottom : 5px; 
  padding-left : 10px; 
  padding-right : 10px; 
  font-size: 12px;
  line-height: 1.5em;
}
#content-box-unten{
  text-align: left;
  margin : 0;
  padding: 0;
  height : 50px;
  padding-left : 10px; 
  padding-right : 10px; 
  font-size: 12px;
  line-height: 1.5em;
}

#content-box-head{
  border : 1px solid #99cccc;
  line-height: 18px;
  font-size: 15px;
  color : black;
  background: #99CCCC url(/cc/_img/navi-off.gif) no-repeat 10px 50%;
  padding-left : 40px;
}

/* ---[ teaser ]------------------------------- */

#teaser-box-head{
  border : 1px solid #99cccc;
  line-height : 18px;
  font-size: 15px;
  color : black;
  background: #CCFF99 url(/cc/_img/navi-off.gif) no-repeat 10px 50%;
  padding-left : 40px;
}
#teaser-box-news{
  padding : 0;
  margin: 0;
  border: 1px solid #99cccc;
  font-size: 11px;
  color : black;
  background:#e5e5e5;
  padding-left: 5px;
}
#teaser-table{
  border-bottom : 1px solid #99cccc;
  border-left   : 1px solid #99cccc;
  border-right : 1px solid #99cccc;
}
#teaser-box-content{
  padding : 0;
  margin: 0;
  border: 1px solid #99cccc;
  height : 30px;
  font-size: 11px;
  color : black;
  background:#e5e5e5;
  line-height: 1.2em;
}
#teaser-box-date{
  text-align: center;	
  vertical-align: middle;	
  border: 1px solid #99cccc;
  height : 30px;
  font-size: 11px;
  color : black;
  background:#e5e5e5;
  line-height: 1.2em;
}
#teaser-footer{
  position: absolute;
  bottom:12px;
  border: 1px solid #99cccc;
  width : 188px;
  height : 50px;
  line-height: 13px;
  font-size: 11px;
  color : black;
  background:#fff;
/*  padding-left: 7px; */

}
#footer{
  float: right;
  width : 720px; 
  line-height: 11px;
  font-size: 10px;
  color : black;
  background:#ccff99;
  vertical-align: bottom;
  padding-left: 15px;
} 
#teaser-padding{
  padding-top: 5px;
  background: #fff;
}

#teaser-bottom{
  background: #aaa;
  margin-bottom:5px; 
}

/* ---[ products ]------------------------------- */

/* Content Bereich */

.pt_Box{
  float: left;
  width: 530px;

}

.pt_head {
  border : 1px solid #99cccc;
  line-height: 18px;
  font-size: 15px;
  color : black;
  background: #99CCCC url(/cc/_img/navi-off.gif) no-repeat 10px 50%;
  padding-left : 40px;
}
.pt_intro {
  float: left;
  width: 480px;
  height: 56px;
  font-size: 95%;
  text-align: left;
  background: #FFFFFF;
  padding-left : 40px;
  border : 1px solid #99cccc;

}

.pt_back {
  font-size : 8px;
  text-align : right;
  padding-right : 2px;
}

.pt_border {
  border : 1px solid #99cccc;
}

.pt_abstand {
 padding-right: 3px;
 }

 .pt_font {
  font-size : 9px;
  font-family : Arial;
}
 
.pt_k {
  width: 25px;
  height:25px;
  background: #99cccc;
  border : 1px solid #99cccc;
  border-right-width : 0px;
  border-left-width : 0px;
}


.pt_name {
  width: 365px;
  height:25px;
  background: #E5E5E5;
  border : 1px solid #99cccc;
  border-left-width : 0px;
  padding-left: 10px;
}

.pt_city {
  width: 130px;
  height:25px;
  background: #99cccc;
  border : 1px solid #99cccc;
  border-right-width : 0px;
  border-left-width : 0px;
  padding-left: 5px;
}

.pt_hight5 {
  height : 5px;
  font-size : 5px;
  line-height : 5px;
}

/* ---[ products detail ]------------------------------- */

/* Content Bereich */

.pd_Box{
  float: left;
  width: 530px;

}

.pd_head {
  border : 1px solid #99cccc;
  line-height: 18px;
  font-size: 15px;
  color : black;
  background: #99CCCC url(/cc/_img/navi-off.gif) no-repeat 10px 50%;
  padding-left : 40px;
}
.pd_intro {
  float: left;
  width: 518px; 
  height:23px;
  background: #FFFFFF;
  padding-left : 40px;
  font-size : 7px;
}

.pd_introLine {
  float: left;
  width: 518px; 
  height:17px;
  background: #FFFFFF;
    border : 1px solid #99cccc;
  border-bottom-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
}

.pd_back {
  float: left;
  width: 518px;
  height:17px;
  background: #FFFFFF;
  font-size : 8px;
  font-family : Arial;
  text-align : right;
  vertical-align : bottom;
}


.pd_border {
  border : 1px solid #99cccc;
}
.pd_abstand {
 padding-right: 3px;
 }
 .pd_font {
  font-size : 9px;
  font-family : Arial;
}
 .pd_hight5h {
  height : 5px;
  font-size : 5px;
  line-height : 5px;
}
.pd_hight5v {
  width : 5px;
}
.pd_trenn {
  float: left;
  width: 344px;
  height: 15px;
  text-align: left;
  background: #99cccc;
  border : 1px solid #99cccc;
  border-bottom-width : 0px;
  border-right-width : 0px; 
  padding-left : 20px;
}
.pd_logo {
  float: left;
  width: 170px;
  height: 120px;
  background: #E5E5E5;
  text-decoration : none;
  border : 1px solid #99cccc;
  text-align : left;
  border-left-width : 0px;
}
.pd_date {
  float: left;
  width: 170px;
  height: 171px;
  text-align: left;
  background: #E5E5E5;
  border : 1px solid #99cccc;
  border-left-width : 0px;
  padding-left : 10px;      
}
.pd_contUp {
  float: right;
  width: 344px;
  height: 57px;
  text-align: left;
  background: #E5E5E5;
  border : 1px solid #99cccc;
  border-right-width : 0px;
  padding-left : 10px;  
}
.pd_contDown {
  float: right;
  width: 344px;
  height: 202px;
  text-align: left;
  background: #E5E5E5;
  border : 1px solid #99cccc;
  border-right-width : 0px;
  padding-left : 10px;  
}
.pd_footer {
  float: right;
  width: 518px;
  height: 91px;
  text-align: left;
  background: #E5E5E5;
  border : 1px solid #99cccc;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  padding-left : 10px;
}
/* --------------------- News Bereich ---------------------- */

.nt_Box{
  float: left;
  width: 530px;

}

.nt_head {
  border : 1px solid #99cccc;
  line-height: 18px;
  font-size: 15px;
  color : black;
  background: #99CCCC url(/cc/_img/navi-off.gif) no-repeat 10px 50%;
  padding-left : 40px;
}

.nt_border {
  border : 1px solid #99cccc;
}

.nt_abstand {
  text-align : left;
}

.nt_trenn {
  float: left;
  width: 518px;
  background: #99cccc;
  padding-left : 108px;
  border : 1px solid #99cccc;
  border-left-width : 0px;
  border-bottom-width : 0px;
  border-right-width : 0px;
}

.nt_logo {
  float: left;
  width: 88px;
  height: 60px;
  text-align: left;
  background: #E5E5E5;
  border : 1px solid #99cccc;
  border-left-width : 0px;
  border-bottom-width : 0px;
}

.nt_cont {
  float: right;
  width: 430px;
  height: 60px;
  text-align: left;
  background: #E5E5E5;
  padding-left : 20px;
  border : 1px solid #99cccc;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
}

.nt_footer {
  float: right;
  width: 518px;
  height: 91px;
  text-align: left;
  background: #E5E5E5;
  border : 1px solid #99cccc;
  border-left-width : 0px;
  border-right-width : 0px;
  padding-left: 10px
}

/* -------------------- News Detail ----------------------*/


.nd_Box{
  float: left;
  width: 530px;

}

.nd_head {
  border : 1px solid #99cccc;
  line-height: 18px;
  font-size: 15px;
  color : black;
  background: #99CCCC url(/cc/_img/navi-off.gif) no-repeat 10px 50%;
  padding-left : 40px;
}

.nd_intro, .nd_introLine {
  float: left;
  text-align: left;
  background: #FFFFFF;
  padding-left : 10px;
}


.nd_border {
  border : 1px solid #99cccc;
}

.nd_hight5 {
  height : 5px;
}

.nd_abstand {
 padding-right: 3px;
 }

.nd_trenn {
  float: left;
  width: 518px;
  height: 15px;
  text-align: right;
  background: #99cccc;

}

.nd_logo {
  float: left;
  width: 170px;
  height: 120px;
  text-align: left;
  background: #CCFF99;
  border : 1px solid #99cccc;
  border-right-width : 0px;
  border-left-width : 0px;
  vertical-align : top;
}
.nd_contUp {
  float: left;
  width: 518px;
/*  height: 280px; */
  background: #FFFFFF;
  border : 1px solid #99cccc;
  border-right-width : 0px;
  border-left-width : 0px;
  border-top-width : 0px;
  vertical-align : top;
  padding-left: 10px;
  padding-right: 5px;
}

.nd_footer {
  float: left;
  width: 518px;
  height: 91px;
  text-align: left;
  background: #E5E5E5;
  border : 1px solid #99cccc;
  border-bottom-width : 0px;
  border-right-width : 0px;
  border-left-width : 0px;
}

/* -------------------- Veranstaltung ----------------------*/
.vt_Box{
  float: left;
  width: 530px;

}

.vt_head {
  border : 1px solid #99cccc;
  line-height: 18px;
  font-size: 15px;
  color : black;
  background: #99CCCC url(/cc/_img/navi-off.gif) no-repeat 10px 50%;
  padding-left : 40px;
}


.vt_back {
  font-size : 8px;
  font-family : Arial;
  text-align : right;
  padding-right : 2px;
}

.vt_border {
  border : 1px solid #99cccc;
}

.vt_abstand {
 text-align : left;
 }

 .vt_font {
  font-size : 9px;
  font-family : Arial;
  text-align : left;
}
 
.vt_hight5 {
  height : 5px;
  font-size : 5px;
  line-height : 5px;
}

.vt_k {
  text-align : center;	
  font-weight: bold;
  width: 25px;
  height:25px;
  background: #e5e5e5;
  border : 1px solid #99cccc;
  border-right-width : 0px;
  border-left-width : 0px;
}

.vt_date {
  text-align : center;	
  font-weight: bold;
  width: 80px;
  height:25px;
  background: #99cccc;
  border : 1px solid #99cccc;
}

.vt_name {
  height:25px;
  background: #E5E5E5;
  border : 1px solid #99cccc;
  border-right-width : 0px;
  border-left-width : 0px;
  padding-left: 5px;
}

.vt_city {
  width: 150px;
  height:25px;
  background: #99cccc;
  border : 1px solid #99cccc;
  border-right-width : 0px;
  border-left-width : 0px;
  padding-left: 5px;
}

/* -------------------- Veranstaltungs Detail ----------------------*/
.vd_Box{
  float: left;
  width: 530px;

}

.vd_head {
  border : 1px solid #99cccc;
  line-height: 18px;
  font-size: 15px;
  color : black;
  background: #99CCCC url(/cc/_img/navi-off.gif) no-repeat 10px 50%;
  padding-left : 40px;
}

/*
.vd_intro {

  width:518px;
  height: 56px;
  background: #FFFFFF;
  padding-left : 40px;
  font-size : 10px;
  line-height : 10px;
  border : 1px solid #99cccc;
  border-bottom-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  vertical-align : middle;
}
.vd_back {
  font-size : 8px;
  font-family : Arial;
  text-align : right;
  padding-right : 2px;
}
*/

.vd_intro {
  float: left;
  width: 518px; 
  height:23px;
  text-align : left;
  background: #FFFFFF;
  padding-left : 40px;
  font-size : 9px;
}

.vd_introLine {
  float: left;
  width: 518px; 
  height:17px;
  background: #FFFFFF;
    border : 1px solid #99cccc;
  border-bottom-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
}

.vd_back {
  float: left;
  width: 518px;
  height:17px;
  background: #FFFFFF;
  font-size : 8px;
  font-family : Arial;
  text-align : right;
  vertical-align : bottom;
}


.vd_border {
  border : 1px solid #99cccc;
}
.vd_abstand {
 padding-right: 3px;
 }
 .vd_font {
  font-size : 9px;
  font-family : Arial;
}
 .vd_hight5h {
  height : 5px;
  font-size : 5px;
  line-height : 5px;
}
.vd_hight5v {
  width : 5px;
}
.vd_trenn {
  float: left;
  width: 344px;
  height: 15px;
  text-align: left;
  background: #99cccc;
  border : 1px solid #99cccc;
  border-bottom-width : 0px;
  border-right-width : 0px; 
  padding-left : 20px;
}
.vd_logo {
  float: left;
  width: 170px;
  height: 120px;
  background: #E5E5E5;
  text-decoration : none;
  border : 1px solid #99cccc;
  text-align : left;
  border-left-width : 0px;
}
.vd_date {
  float: left;
  width: 170px;
  height: 169px;
  text-align: left;
  background: #E5E5E5;
  border : 1px solid #99cccc;
  border-left-width : 0px;
  padding-left : 10px;    
}
.vd_contUp {
  float: right;
  width: 344px;
  height: 202px;
  text-align: left;
  background: #E5E5E5;
  border : 1px solid #99cccc;
  border-right-width : 0px; 
  padding-left : 10px;
}
.vd_contDown {
  float: right;
  width: 344px;
  height: 57px;
  text-align: left;
  background: #E5E5E5;
  border : 1px solid #99cccc;
  border-right-width : 0px;
  padding-left : 10px;
}
.vd_footer {
  float: right;
  width: 518px;
  height: 91px;
  text-align: left;
  background: #E5E5E5;
  border : 1px solid #99cccc;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  padding-left : 10px;
}

/* -------------------- Projekte List (liste_1_)----------------------*/

.prt_Box{
  float: left;
  width: 530px;
}
.prt_head {
  border : 1px solid #99cccc;
  line-height: 18px;
  font-size: 15px;
  color : black;
  background: #99CCCC url(/cc/_img/navi-off.gif) no-repeat 10px 50%;
  padding-left : 40px;
}
.prt_back {
  font-size : 8px;
  font-family : Arial;
  text-align : right;
}
.prt_border {
  border : 1px solid #99cccc;
}
.prt_abstand {
  text-align : left;
 }
.prt_trenn {
  height: 15px;
  background: #99cccc;
  border : 1px solid #99cccc;
  border-left-width : 0px;
  border-bottom-width : 0px;
  border-right-width : 0px;
  padding-left : 10px;
}

.prt_logo {
  float: left;
  width: 88px;
  height: 60px;
  text-align: left;
  background: #E5E5E5;
  border : 1px solid #99cccc;
  border-left-width : 0px;
  border-bottom-width : 0px;
}
.prt_head_cont { 
  height: 60px;
  text-align: left;
  background: #FFFFFF;
  padding:  10px; 
  font-size: 12px;
  line-height: 1.5em;
}

.prt_cont {
  height: 120px;
/*  text-align: left; */
  background: #E5E5E5;
  padding : 9px;
  border : 1px solid #99cccc;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  font-size: 12px;
}

.prt_footer {
  width: 518px;
  height: 91px;
  text-align: left;
  background: #E5E5E5;
  border : 1px solid #99cccc;
  border-left-width : 0px;
  border-bottom-width : 0px;
  border-right-width : 0px;
  padding : 10px;
  font-size: 12px;
  line-height: 1.5em;
}


/* -------------------- detail_1.tmpl----------------------*/


.prd_Box{
  float: left;
  width: 530px;

}
.prd_head {
  border : 1px solid #99cccc;
  line-height: 18px;
  font-size: 15px;
  color : black;
  background: #99CCCC url(/cc/_img/navi-off.gif) no-repeat 10px 50%;
  padding-left : 40px;
}
.prd_intro {
  float: left;
  width: 518px; 
  height:23px;
  text-align: left;
  background: #FFFFFF;
  padding-left : 40px;
  font-size : 7px;
}

.prd_introLine {
  float: left;
  width: 518px; 
  height:17px;
  background: #FFFFFF;
  border : 1px solid #99cccc;
  border-bottom-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
}

.prd_back {
  float: right;
  text-align: right;
  padding-right: 5px;
  background: #FFFFFF;
  font-size : 12px;
  vertical-align : bottom;
}

.prd_border {
  border : 1px solid #99cccc;
}
.prd_abstand {
 padding-right: 3px;
 }
 .prd_font {
  font-size : 9px;
  font-family : Arial;
}
 .prd_hight5h {
  height : 5px;
  font-size : 5px;
  line-height : 5px;
}
.prd_hight5v {
  width : 5px;
}
.prd_trenn {
  width: 344px;
  height: 15px;
  text-align: left;
  line-height: 18px;
  font-size: 15px;
  background: #99cccc;
  border : 1px solid #99cccc;
  border-bottom-width : 0px;
  border-right-width : 0px; 
  padding-left : 20px;
}
.prd_logo {

  width: 170px;
  height: 120px;
  background: #99cccc;
  text-decoration : none;
  border : 1px solid #99cccc;
  text-align : left;
  border-left-width : 0px;
}
.prd_date {

  width: 160px;
 /* height: 173px;*/
  text-align: left;
  background: #E5E5E5;
  border : 1px solid #99cccc;
  border-left-width : 0px;
  padding-left : 10px;      
}
.prd_contUp {

  width: 344px;
  height: 57px;
  text-align: left;
  background: #E5E5E5;
  border : 1px solid #99cccc;
  border-right-width : 0px;
  padding-left : 10px;  
  padding-right : 5px;  
}
.prd_contDown {

  width: 344px;
  height: 204px;
  text-align: left;
  background: #E5E5E5;
  border : 1px solid #99cccc;
  border-right-width : 0px;
  padding-left : 10px;  
  padding-right : 5px;  
}
.prd_footer {

  width: 518px;
  height: 91px;
  text-align: left;
  background: #E5E5E5;
  border : 1px solid #99cccc;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  padding-left : 10px;  
  padding-right : 5px;  
}

/* -------------------- doop ----------------------*/

.doop_tdmiddle {
  vertical-align: middle;
  text-align: center;
}

.doop_tdcenter {
  text-align: center;
}


