/* ------------------------------------------------------------------------------------- */
/*  ts_full_header.css 2008-10-26 Webdesign & InternetService Voigt , Templatescout                  */
/*  http://www.templatescout.de , Copyright (c) 2008 Webdesign & InternetService Voigt   */
/* ------------------------------------------------------------------------------------- */

/* Import der zum Template gehörigen ts.css-Datei unter 
   /templates/template_name/_ts_template/ts.css. Diese ist beim einpflegen von 
   Bugfixes & Patches bei eventueller Notwendigkeit mit zu berücksichtigen */

@import "../_ts_template/ts.css";

/* --------------------------------------------------------------- Background Site Style */
body {
    font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-size:11px; 
	margin: 0; 
	padding:0; 
	background-image:url(../_ts_template/template_img/ts_bg.jpg); 
}
/* ---------------------------- Style HEADER WITH LOGO, SEARCH BOX AND LANGUAGE SELECTION */
#ts_header {
   height:310px;
   text-align:left;
   background: url("../_ts_template/template_img/ts_header_bg.jpg"); 
   border-bottom: 0px solid #9d9c9c; 
   }
/* ------------------------------ Page Small Option */
#ts_switch { float:left;}
#ts_option_small {
   float:left; 
   width:50px; 
   height:35px;
   border-right: 1px solid #a1a4ad;
   background: url("../_ts_template/template_img/ts_page_small.jpg"); 
   }