/*
** Author    : t3media AG
** YAML      : 3.0.6
** Version   : 0.1.5 / 02.07.08
** Datei     : basemod_000.css
** LayoutKey : t3media_def
** Funktion  : Variation des Basislayouts - Spaltenanordnung: 3
** Changes   : Adapted for Finetuning
*/

@media screen
{

/* Rechte Spalte abschalten */
#col2 { display:none; }
#col2_content { display:none; }
/* rechten Randabstand anpassen */
#col3 { margin-right:0; margin-left:0; border-right:0; border-left:0; min-height:562px;}


#page{ margin-top:60px; width:750px; height:562px;} 
#main {
	background-image: url('/fileadmin/images_layouts/bg_main_hp.jpg');
	background-repeat: no-repeat;
	background-position:top;
}
#col3_content {margin-left:0px; margin-right:0px; padding-top:0em; padding-bottom:0em;}
#franz {
  padding:0px 0px 0px 0px;
  margin:370px 0px 0px 0px; 
  background-color:#000000;
  width:70px;
  line-height:22px;
  text-align:center;
  text-transform:uppercase;
  float:right;
}
#deutsch {
  padding:0px 0px 0px 0px; 
  margin:370px 0px 0px 30px;
  background-color:#000000;
  width:70px;
  line-height:22px;
  text-align:center;
  text-transform:uppercase;
}
#deutsch a, #deutsch a:link, #deutsch a:visited, #deutsch a:hover, #deutsch a:active {color:#ffffff; text-decoration:none; }
#franz a, #franz a:link, #franz a:visited, #franz a:hover, #franz a:active {color:#ffffff; text-decoration:none; }


} /* @media screen - end */

@media all
{
#page_to_top {left:800px;} /*##LAYOUT:FOOTER:TO_TOP;Nach-oben-Link Position links 1Spalten Layout##*/
} /* @media all - end */
