/* CCS-Style: Klemens G. Wallisch  */

/**************************************************/
/*            HEAD                                */
/**************************************************/

#head_container{
  background:url(../images/head.png) top left no-repeat;
  height:154px;
  width:650px;
  margin:0px;
  padding:0px;
}

#pfad_container{
  float:right;
  height:15px;
  width:435px;
  padding:10px;
  margin:0px;
  text-align:right;
  font-family:Arial,Verdana,Georgia;
  font-weight:bold;
  color:#000;
  font-size:10px;
  top:110px;
  border:0px;
  border-style:solid;
  text-decoration:none;

}


#pfad_container a{
  text-align:right;
  font-family:Arial,Verdana,Georgia;
  font-weight:bold;
  color:#000;
  font-size:10px;
  text-decoration:none;

}

/**************************************************/
/*            BODY                                */
/**************************************************/


body{
  background:url(../images/verlauf.png) repeat-x;
  background-color:#fff;
  margin-top:0px;
  margin-left:auto;
  /*margin:0px;
  padding:0px;*/
  text-align:center;
}

#site_container{
  width:650px;
  height:100%;
  margin:1px auto 1px auto;
  background:url(../images/verlauf.png) repeat-x;
  background-color:#fff;
  /*text-align:left;*/
}

#content_container{
  background-color:#ba001f;
  float:left;
  width:495px;
  height:100%;
  margin:1px auto 1px auto;
  text-align:center;
  margin:0px;
  padding:0px;

}

div{
  border-style:solid;
  border-width:0px;
}

/**************************************************/
/*            MENU                                */
/**************************************************/

#menu_container{
	float:left;
	width:155px;
	height:100%;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
	background-color:#6d0012;

}

#menu{
  float:left;
  width:155px;
  height:100%;
  padding:0px;
  margin:20px 0px 0px 0px;
  text-align:left;
  vertical-align:text-bottom;
  font-family:Arial,Verdana,Georgia;
  font-weight:bold;
  color:#fff;
  font-size:13px;

}
/*
#menu_long{
  float:left;
  background-color:#6d0012;
  width:155px;
  height:100%;
  z-index:0;
}

#content_long{
  float:left;
  background-color:#ba001f;
  width:495px;
  height:100%;
  z-index:0;
}
  */

/**************************************************/
/*            CONTENT                             */
/**************************************************/

#main_content{
  height:100%;
  padding:10px;
  margin:10px;
}

#content{
  text-align:left;
  height:85%;
  font-family:Arial,Verdana,Georgia;
  color:#fff;
  font-size:13px;
  padding:5px 10px 0px 10px;
  overflow:auto;
}




#created{
  width:650px;
  text-align:right;
  font-family:Arial,Verdana,Georgia;
  text-decoration:none;
  color:#6d0012;
  font-size:11px;
  //padding:5px 10px 0px 10px;
}


/****************************************/
/*        guestbook                     */
/****************************************/

/*h2.tx-guestbook-list-header{
	background-color: #fff; color: #000; font-weight:bold;
	}

*/


a{
	color:#FFF;
	font-weight:bold;
}

/**************************************************/
/*              Mailform                          */
/**************************************************/


.csc-mailform { 
  margin:0; 
  padding:10px 0 0 0; 
  border:none; 
  width:100%; 
  outline:none;}
  
DIV.csc-mailform-field { 
  clear:both; 
  margin: 0px 0px 8px 0px;
  outline:none;
  border:none; 
  }
  
DIV.csc-mailform-field INPUT, DIV.csc-searchform-field SELECT { 
  text-align:left; 
  border:none;
  }
  
DIV.csc-mailform-field LABEL { 
  clear:both; 
  float:left; 
  width:120px; 
  text-align:left; 
  margin:0 0px 0px 0; 
  border:none;
  }
  
DIV.csc-mailform-field INPUT, DIV.csc-mailform-field SELECT, DIV.csc-mailform-field TEXTAREA { 
  position: relative; 
  left: 0px;
  border:none; 
  }
  
DIV.csc-mailform-field INPUT[type=radio], DIV.csc-mailform-field INPUT[type=checkbox] { 
  background-color: transparent; 
  border:none;
  }
  
INPUT.csc-mailform-submit { 
  background-color:#f0f0f0;
  float:left; 
  margin:0px 10px 0px 200px; 
  text-align:center; 
  border:none;
  }
  
.csc-mailform-radio INPUT { 
  clear:both; 
  float:right;
  border:none; 
  }
  
.csc-mailform-radio LABEL { 
  clear:none; 
  float:right; 
  width:auto; 
  text-align:center; 
  margin:0 10px 0; 
  border:none;
  }
/*
form{
	outline:none;
	border-style:none;
}
*/

#mailformdata[tt_board][NEW][notify_me]{
  border:none;
  outline:none;

}

#mailformtv{
  border:none;
  border-width:none;
  border-color:#ffffff
}

INPUT.csc-mailform-check{
    border:none;
    border-color:#ffffff
}

INPUT{
  border-width:none;
  border-color:#ffffff
}

#mailformformtype_mail{
  text-align:center;
  }

#mailformformtype_db{
  text-align:center;
  }

