/*  website: Triatlohnschule.de
*   filename: tls_homepage.css
*   author:   jens.enkhardt@reefsoft.de
*   info: includes content style definitions for the website
*         triathlonschule.de
*/
div#tls_content h1 {
  font-size:17px;
}
div#tls_contentRight_inner h1 {
	font-size:14px;
}

div#tls_contentLeft {
	width:755px;
	float:left;
	border-right:1px dashed #e5e5e5;
}
div#tls_contentLeft_inner {
	margin-right:20px;
}
div#tls_contentRight {
	width:244px;
	float:right;
}
div#tls_contentRight_inner {
	margin-left:20px;
}
div#tls_contentRight_inner select#tls_hsf_form_select {
	width:207px;
}
div#tls_contentRight_inner p {
  padding-right:20px;
}

div#tls_nav2 {
	width:266px;
	float:left;
}
div#tls_content {
	width:469px;
	float:right;
}
div#tls_nav2 img {
	margin-left:20px;
}
/* navigation 2 & 3 */
div#tls_nav2 a {
  font-size:12px;
  font-weight:bold;
  line-height:20px;
  text-decoration:none;
  color:#999999;
  display:block;
  margin:0px 40px 0px 20px;
  background-image:url('../img/nav/tls_nav2no_4x6.gif');
  background-repeat:no-repeat;
  background-position:0px 10px;
  padding:2px 0px 2px 15px;
}
div#tls_nav2 a.nav2_act {
  color:#bb0000;
  background-image:url('../img/nav/tls_nav3act_4x6.gif');
}
div#tls_nav2 a.nav2_act_down {
	color:#bb0000;
	background-image:url('../img/nav/tls_nav2actdown_6x4.gif');
}
div#tls_nav2 a.nav2_no:hover { 
  color:#bb0000; 
  background-image:url('../img/nav/tls_nav3act_4x6.gif');  
}
div#tls_nav2 a.nav3_no {
  background:none;
  margin-left:36px;
  font-size:12px;
  font-weight:normal; 
}
div#tls_nav2 a.nav3_act {
  color:#bb0000;
  background-image:url('../img/nav/tls_nav3act_4x6.gif');
  margin-left:36px;
  font-size:12px;
}
div#tls_nav2 a.nav3_no:hover {
  color:#bb0000;
}

/* image gallery */
div.tls_fce_gallery {
	width:468px; /* 449px is right */
	margin:25px 0px 25px 0px;
}
div.tls_fce_gallery div.tls_fce_gallery_1,
div.tls_fce_gallery div.tls_fce_gallery_2,
div.tls_fce_gallery div.tls_fce_gallery_3,
div.tls_fce_gallery div.tls_fce_gallery_4 {
	width:102px;
	float:left;
	margin-right:20px;
}
div.tls_fce_gallery div.tls_fce_gallery_4 {
	margin-right:0px;
}
div.tls_fce_gallery img, div.tls_fce_gallery div {
	border:0px;
	margin-bottom:20px;
}

#FCE Text Mit Bild
div.fce_textMitBildLinks {
  width:468px;
}

div.fce_textMitBildLinks div.fce_textMitBildLinks_picture {
  float:left; 
  width:102px;
  margin:0px;
  margin-bottom:15px;
}
div.fce_textMitBildLinks div.fce_textMitBildLinks_picture img {
  width:102px;
  margin-top:3px;
}
div.fce_textMitBildLinks div.fce_textMitBildLinks_text {
  float:right;
  width:346px;
  margin:0px 0px 15px 20px;
}

/*gäastebuch formular felder*/
div#tls_contentLeft_inner input#firstname,
div#tls_contentLeft_inner input#surname,
div#tls_contentLeft_inner input#place {
  width:267px; 
}

/*Mitglieder Login Felder/Table*/
div#tls_contentLeft_inner table.csc-loginform p.csc-form-label-req {
  font-family:arial;
  font-size:12px;
  color:#666666;
  line-height:12pt;
  text-align:left; 
  padding-top:20px;
}

