/*
** 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:200px; text-align:center; }

#header_logos {width:848px; margin:20px 0px 3px 0px; padding:0px 0px 0px 0px;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #008ED2 #008ED2 #008ED2 #008ED2;
  display:inline-block;
}
#header_logos_left {float:left; padding:20px 0px 10px 20px;  margin: 0px 0px 0px 0px;}
#header_logos_right {float:right; padding:20px 20px 10px 0px; margin: 0px 0px 0px 0px;}

#col3_content {margin-left:0px; margin-right:0px; padding-top:0px; padding-bottom:0em;}
#nav { margin: 0px 0px 0px 0px; }
#main { background-color:#ffffff;}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 0px !important; }
div.csc-textpic {overflow:hidden; margin-bottom: 0em !important; }


} /* @media screen - end */

@media all
{
#page_to_top {left:800px;} /*##LAYOUT:FOOTER:TO_TOP;Nach-oben-Link Position links 1Spalten Layout##*/
} /* @media all - end */

