
/* $VER: global.css Uni Bayreuth, Juhser 2.0 (10.10.2006) Copyright (c) 2006-2007 Iwan Grin. All rights reserved.
*/

        body
        { 
            position:absolute;
        }
        html,body
        { 
            top:0; left:0; right:0;
            min-height:100%;
            margin:0px;
            padding:0px;
            width:100%;
            height:100%;
            background-image:URL("./images/back_wellpappe.gif");
            color:#000;
            background-color: #FFEBBE;
            background-attachment:fixed;
            font-family: arial, sans-serif;
        }
        
        body.nobg
        {
        background-image:none;
        position:relative;
        }

        div
        {
            font-family: arial, sans-serif;
        }
        p
        {
            margin:10px 0px;
        }

        
        h1
        {
        font-size:30px;
        font-weight:bold;
        margin-bottom:3px;
        }
        h2
        {
        font-size:22px;
        font-weight:bold;
        }
        h3
        {
        font-size:16px;
        font-weight:bold;
        margin:10px 0px;
        }

        a
        {
        text-decoration: none;
        font-weight: bold;
        cursor:pointer;
        }

        img
        {
        border:0px black solid;
        }

        a:link
        {
        color:#0000E0;
        }
        a:active
        {
        color:#E50010;
        }
        a:visited
        {
        color:#0000E0;
        }
        a:hover
        {
        color:#E50010;
        }

        td
        {
            font-family: arial, sans-serif;
        }
	blockquote
	{
	margin:0px;
	margin-bottom:50px;
	padding:10px;
	width:100%;
	}


/*Farben für die einzelnen bereiche*/
        .reportagen
        {
        color:#E8C800;
        background-color:transparent;
        }
        .kuenstler
        {
        color:#E50000;
        background-color:transparent;
        }
        .links
        {
        color:#B500C5;
        background-color:transparent;
        }
        .impressum
        {
        color:#606060;
        background-color:transparent;
        }
        .eurearbeiten
        {
        color:#0050E0;
        background-color:transparent;
        }
        .themen
        {
        color:#00C000;
        background-color:transparent;
        }

        .dunkel
        {
        background-color:#F5E1B4;
        }
        hr.dunkel
        {
        height:3px;
        color:#F5E1B4;
        margin:0px;
	border:0px black solid;
        }
        td.leiste
        {
	vertical-align:top;
	width:195px;
	text-align:center;
        color:#FFEBBE;
        font-weight:bold;
        }