/*
** Author    : t3media AG
** YAML      : 3.0.4
** Version   : 0.1.5 / 09.05.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:600px;}

} /* @media screen - end */

@media all
{

body {  
  background-image:url(/fileadmin/images_layouts/bg_hp_body.gif);
  background-repeat:repeat-x;
}


#page_margins { 
  margin-left: auto;margin-right: auto; margin-top:136px;
  max-width:none;min-width:inherit; 
}


#main {  
  background-image:url(/fileadmin/images_layouts/bg_hp_main.jpg);
  background-repeat:no-repeat;
}

#logo {
	position:relative;
	left:0px;
	top:0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:right;
}

#nav {
	background-color: transparent; /*@@LAYOUT:NAV:BACKGROUND;Hintergrundfarbe Header@@*/ /*##LAYOUT:NAV;Hintergrundfarbe Navigation##*/ 
  	padding:0px 0px 0px 0px; /*##LAYOUT:NAV;Innenabstand Navigation##*/
	margin:123px 0px 0px 416px; /*##LAYOUT:NAV;Aussenabstand Navigation##*/
	border-color: transparent transparent transparent transparent;/*##LAYOUT:NAV;Rahmenfarbe Navigation##*/ /*@@LAYOUT:NAV:BORDER;Rahmenfarbe Navigation@@*/
	border-style: none none none none;/*##LAYOUT:NAV;Rahmenstil Navigation##*/
	border-width: 0px 0px 0px 0px;/*##LAYOUT:NAV;Rahmenweite Navigation##*/
}

#col3_content {margin:30px 0px 0px 785px; padding-top: 0px; padding-bottom: 0px; min-height:200px;}/*##LAYOUT:MAIN:COL3;Abstände Content##*/


} /* @media all - end */
