@charset "UTF-8";/** * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework * (en) central stylesheet * (de) zentrales Stylesheet * * @creator     YAML Builder V1.0.2b (http://builder.yaml.de) * @file        my_layout.css *//* import core styles | Basis-Stylesheets einbinden */@import url(../yaml/core/base.css);/* import screen layout | Screen-Layout einbinden */@import url(screen/basemod.css);@import url(screen/content.css);

@import url("screen/phpwcms_default.css");

@import url("screen/nav_vlist.css");

@import url("niceforms/niceforms-default.css");

/* import print layout | Druck-Layout einbinden *//* @import url(../yaml/print/print_003_draft.css); */
.banner{
 cursor:hand;
 cursor: pointer;
}
#displaybox {
	z-index: 10000;
	filter: alpha(opacity=50); /*older IE*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE */
	-moz-opacity: .50; /*older Mozilla*/
	-khtml-opacity: 0.5;   /*older Safari*/
	opacity: 0.5;   /*supported by current Mozilla, Safari, and Opera*/
	background-color:#000000;
	position:fixed; top:0px; left:0px; width:100%; height:100%; color:#FFFFFF; text-align:center; vertical-align:middle;
}
#left-footer{ float: left; width: 500px;vertical-align:top;}
  /* (en/de) Standard: 200 Pixel */
#right-footer { float:right; width: 130px;vertical-align:top;}

