/*
 * page framework
 */
 body {
   margin: 0px;
	 padding: 0px;
	 border-top: 1px solid #FFFFFF;
	 border-left: 1px solid #FFFFFF;
	 border-right: 0px none #FFFFFF;
	 border-bottom: 0px none #FFFFFF;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size: 11px;
 }
 td.cell {
   border-right: 1px solid #FFFFFF;
   border-bottom: 1px solid #FFFFFF;
   border-left: 0px none #FFFFFF;
   border-top: 0px none #FFFFFF;
	 height: 20px; /*min height*/
	 margin: 0px;
	 padding: 0px;
 }
 td.cell#red {
   background-color: #CC0000;
 }
 td.cell#black {
   background-color: #000000;
 }
 td.cell#white {
   background-color: #FFFFFF;
 }
 td.cell#grey1 {
   background-color: #666666;
 }
 td.cell#grey2 {
   background-color: #CCCCCC;
 }
 td.cell#grey3 {
   background-color: #E6E6E6;
 }
 td.cell#page_content {
  /* padding-top: 5px;*/
	 padding-top: 1px;
	 padding-left: 0px;
	 padding-right: 0px;
   height: 600px;
 }
 tr.space_row#small td {
   height: 15px;
 }
 tr.space_row#medium td {
	 height: 25px;
 }
 tr.space_row#large td {
	 height: 60px;
 } 
 /* footer */
 td.cell#footer {
   text-align: right;
	 font-size: 10px;
	 color: #666666;
 }
 a.footer_link {
   color: #666666;
 }
 /* lng selection */
 td.cell#lng_sel {
   text-align: center;
	 vertical-align: middle;
	 height: 20px;
	 background-color: #000000;
	 color: #E6E6E6;
	 font-size: 10px;
 }
 a.lng_link {
   color: #E6E6E6;
 }
 a.lng_link:hover {
   color: #CCCCCC;
 }
 /* logos */
 td.logo {
   height: 60px;
	 background-repeat: no-repeat;
 }
 td.logo#alfa {
   width: 38px;
	 background-image: url(../img/logo_alfa.gif);
	 border-left: 0px solid #FFFFFF;
	 border-right: 0px none #FFFFFF;
	 border-bottom: 0px none #FFFFFF;
	 border-right: 1px solid #FFFFFF;
 }
 td.logo#scar {
   width: 112px;
	 background-image: url(../img/logo_scar.gif);
	 background-position:center;
 }
 
 /*
  * Page text
	*/
	/*span.page_title {
    font-size: 14px;
		font-weight: bold;
		color: #666666;
		padding-left: 2px;
		background-color: #CC0000;
	}*/
	td.page_title {
	  border-top: 0px;
		border-bottom: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
		padding-left: 2px;
		background-color: #CC0000;
		color: #FFFFFF;
		text-align: left;
		height: 22px;	
		font-weight: bold;
		font-size: 13px;
		vertical-align: middle;
	}
	td.subtitle {
		border-bottom: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
		padding-left: 2px;
		background-color: #E6E6E6;
		color: #A00A0A;
		text-align: left;
		height: 20px;
	}
	td.subtitle#level1 {
		font-weight: bold;
	}
	td.subtitle#level2 {
		font-weight: normal;
	} 
	td.standard_text {
    padding-left: 2px;
		padding-right: 4px;
	}
/*
 * pic-pages
 */
	td.selected_pic {
		text-align: center;
	}
	img:link {
		border: 1px none white;
	}
	img.car_photo#inactive {
		border: 1px solid #CCCCCC;
	}
	img.car_photo#active {
		border: 3px solid #A00A0A;
	}

 /*
  * Links
	*/
	/*default*/
	a {
	  color: #CC0000;
		text-decoration: none;
	}
	a:link {}
	a:hover {
	  color: #666666;
		text-decoration: underline;
	}
	a:visited {}
	
/*
 * Guestbook
 */
/*new entry*/
.input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;
}
.input#text_full {
  width: 100%;
}
.input#area_full {
  width: 100%;
	height: 100px;
}
/*show entry*/
td.gb_nr {}
td.gb_name {
  font-weight: bold;
	font-size: 12px;
	color: #4B1919;
	height: 30px;
}
td.gb_infos {}
td.gb_comment {
  background-color: #FAFAFA;
	border: 1px solid #CCCCCC;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	height: 100px;
	width: 350px;
}
/*show messages*/
td.infotext {
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
}
td.infotext#ok {
  color: #0F6D03;
	background-image: url(../img/info_ok.gif);
}
td.infotext#error {
  color: #AA0000;
	background-image: url(../img/info_error.gif);
}	

/*
 * popup content
 */
 body#popup {
   border: 1px solid #FFFFFF;
 }
 .popup_cell {
   padding-left: 5px;
	 padding-right: 5px;
 }
 .popup_cell#popup_content {
  vertical-align: top;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: left;
	height: 200px;
 }
 .popup_cell#popup_title {
  height: 25px;
	vertical-align: middle;
	font-weight: bold;
	color: #FFFFFF;
  background-color: #CC0000; 
 }
 .popup_cell#popup_footer {
   height: 20px;
	 vertical-align: middle;
	 text-align: right;
	 background-color: #000000;
 }
