/* GLOBAL */

p a													{ color: #f66e0d; text-decoration: underline; }
p a:hover											{ text-decoration: none; }
p b,
p i													{ color: inherit; }


/* LAYOUT */

div#portal-background								{ position: fixed; z-index: 1; top: 0; left: 0; width: 100%; height: 165px; background-image: url(http://www.mcbring.de/layout/img/global/global-bg.gif); background-repeat: repeat-x; }
div.content											{ display: inline-block; margin: 75px 0 30px 0; }
div.content-left									{ float: left; padding-right: 15px; width: 480px; }
div.content-right									{ float: left; padding-left: 15px; width: 480px; }


/* PORTAL SUBNAVIGATION */

div#portal-subnavigation							{ z-index: 10; position: fixed; top: 120px; width: 990px; height: 45px; background-image: url(http://www.mcbring.de/layout/img/layout/bg-subnavi-45.gif); background-repeat: repeat-x; }
div#portal-subnavigation h1							{ padding-top: 0; }


/* CONTENT */

div.content h2										{ margin-bottom: 10px; color: #f66e0d; }
div.content p										{ font-size: 13px; color: #1a1a1a; line-height: 18px; }


/* CONTENT RIGHT, LISTE */

div.bestellbestaetigung div.content-left img		{ margin-left: -30px; }


/* ORANGE BOX */

div.content div.orange-box					{ display: inline-block; padding: 15px 30px 30px 30px; width: 420px; background-color: #f6ad0e; background-image: url(http://www.mcbring.de/layout/img/bg/bg-gelb-45.gif); background-repeat: repeat-x; border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; }
div.content div.orange-box h2				{ color: #fff; text-align: center; text-shadow: 0 1px 0 #bd813b; -webkit-text-shadow: 0 1px 0 #bd813b; -moz-text-shadow: 0 1px 0 #bd813b; }
div.content div.orange-box p				{ font-size: 13px; color: #fff; text-shadow: 0 1px 0 #bd813b; -webkit-text-shadow: 0 1px 0 #bd813b; -moz-text-shadow: 0 1px 0 #bd813b; }
div.content div.orange-box ul				{ margin-top: 15px; }
div.content div.orange-box li				{ list-style-position: inside; font-size: 13px; font-weight: bold; color: #fff; text-align: left; line-height: 21px; text-shadow: 0 1px 0 #bd813b; -webkit-text-shadow: 0 1px 0 #bd813b; -moz-text-shadow: 0 1px 0 #bd813b; }


/* LOGIN */
/* FORMULAR */

form#loginform								{ display: inline-block; }