/* ==============================
// CSS fuer das Projekt: Digitale Pressemappe Maxim-Kino (PO 26)
// Anwendungsbereich: Bildschirm
// Approb.: 2010-02-02
// ==============================
//
// Sektion 1: Container
// Sektion 2: Tabellenformate
// Sektion 3: Listenformate
// Sektion 4: Formularfelder
// Sektion 5: Bildformate
// Sektion 6: Headlines
// Sektion 7: Absaetze
// Sektion 8: Anker
// Sektion 9: Freie Klassen
// Sektion 10: Sonderfaelle
// ============================== */

/* -----------------------------------------------
// Sektion 1: Container
// --------------------------------------------- */
body	{
		background-color:#FFF;
		color:#111;
		font-family:arial,helvetica,sans-serif;
		font-size:14px;
		}

#bereich	{
		position:relative;
		left:0px;
		top:0px;

		width:870px;
		
		margin-left:auto;
		margin-right:auto;
		}

#bereich_dach   {
                position:absolute;
                left:0px;
                top:0px;

                width:870px;
                height:130px;

                background-color:#C0615E;
                /* background-image:url(maxim_logo_web.png); */
                background-image:url(maxim_logo_web.gif);
                background-repeat:no-repeat;

                color:#FFF;
                }

#bereich_inh	{
		position:absolute;
		left:190px;
		top:150px;
		
                background-color:#EEE;

		width:680px;
                min-height:480px;
		}
#bereich_inh *  {
                margin-left:12px;
                margin-right:12px;
                }
#bereich_inh * * {
                margin-left:0px;
                margin-right:0px;
                }

#bereich_nav	{
		position:absolute;
		left:0px;
		top:150px;
		
		width:180px;
		}

#bereich_nav_oben  {
                position:absolute;
                left:190px;
                top:105px;

                width:680px;
                height:21px;

                text-align:right;
                }

div.rubrik      {
                font-family:arial,sans-serif;
                font-weight:800;
                color:#666;
                background-color:#FFF;
                font-size:18px;
                }

/* -----------------------------------------------
// Sektion 2: Tabellenformate
// --------------------------------------------- */
th,td	{
		vertical-align:top;
		text-align:left;
		}

/* -----------------------------------------------
// Sektion 3: Listenformate
// --------------------------------------------- */

/* -----------------------------------------------
// Sektion 4: Formularfelder
// --------------------------------------------- */

/* -----------------------------------------------
// Sektion 5: Bildformate
// --------------------------------------------- */
img	{
		border:none;
		}

/* -----------------------------------------------
// Sektion 6: Headlines
// --------------------------------------------- */
#bereich_dach h1  {
         font-family:verdana,arial,sans-serif;
         font-size:45px;
         text-align:center;
         }

#bereich_dach h2  {
         position:absolute;
         left:150px;
         top:70px;
         }

/* -----------------------------------------------
// Sektion 7: Absaetze
// --------------------------------------------- */
p.bildbeschriftung  {
        margin-top:2px;
        font-size:11px;
        }
/* -----------------------------------------------
// Sektion 8: Anker
// --------------------------------------------- */
a	{
	color:#003;
	}
	
#bereich_nav a	{
	display:block;
	padding-top:0px;
	padding-bottom:1px;

        margin-left:40px;
	
	text-decoration:none;
        font-size:13px;
        font-weight:300;
        color:#903;
	}

#bereich_nav_oben a  {
        font-size:13px;
        font-weight:300;
        color:#000;
        text-decoration:none;

        margin-left:30px;
        }

#bereich_nav a.aktiviert,
#bereich_nav_oben a.aktiviert  {
        font-weight:800;
        }

/* -----------------------------------------------
// Sektion 9: Freie Klassen
// --------------------------------------------- */

/* -----------------------------------------------
// Sektion 10: Sonderfaelle
// --------------------------------------------- */
