/*************************************************************************************************/
/*                                                                        Grundinitialisierung                                                                                   */
/*************************************************************************************************/
*{
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
}

body{
    background: url(../images/papiertextur.jpg);
}

body.chief
{
     background: url(../images/nike_louvre2.jpg); /*Hintergrundbild für die Startseite */
	 text-align: center;
}

h1.chief{
    font-size: 38px;
	font-variant: small-caps;
	margin-bottom: 10px;
	margin-top: 30px;
	padding: 5px;
}

p.chief
{
    margin-top: 40px;
    font-size: 18px;
    text-align: center;
}

img.chief
{
    border: none;
}

/*************************************************************************************************/
/* Headbereich festlegen: besteht aus der div box titel, einem h1 Element und den Links zu bestimmten Indexseiten*/
/*************************************************************************************************/
#titel{
    margin: 5px;
}

#titel h1{
    padding: 15px;
	font-size: 32px;
	font-variant: small-caps;
	font-style: italic;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 15px solid #330099;
	border-top: 15px solid #330099;
}

#backfirst{
    display: block;
	width: 400px;
	margin-left: 30px;
	color: #330099;
	font-weight: bold;
	padding: 2px;
	padding-top: 4px;
	font-size: 10px;
	text-decoration: none;
}

/* Wenn man mit der Maus drüberfährt, dann soll sich die Farbe ändern und auch die Schriftgröße */
#backfirst:hover{
    color: maroon;
    font-style: italic;
	cursor: finger;
}
/* Der begleitende Text zum Link soll erst erscheinen, wenn man mit der Maus drüberfährt. Bis dahin bleibt er versteckt. */
#backfirst span{
    display: none;
}

/* Einstellung der Linkbeschreibung, wenn man mit der Maus über den Link fährt. Der Begleittext kommt in ein eigenes tag rein, einen span */
#backfirst:hover span{
	display: inline;
	position: absolute;
	margin-left: 5px;
	padding-bottom: 0px;
	width: 400px;
	font-size: 11px;
	font-style: italic;
}

/*************************************************************************************************/
/* Contentbereich festlegen                                                                                                                                                 */
/*************************************************************************************************/

#content{
	margin-left: 10px;
	margin-top: 20px;
	margin-right: 10px;
	background-color: #ebdecd;
}

p, h1, h2, h3, h4, h5, h6{
    margin: 4px;
	padding: 10px;
}

p{
    font-size: 16px;
    line-height: 20px;
	text-align: justify;
}


.offiziell
{
    font-size: 18px;
	line-height: 22px;
	text-align: justify;
	margin: 1px;
	padding-left: 30px;
	padding-right: 30px;
}

.unterschrift
{
    font-size: 18px;
	line-height: 22px;
	text-align: center;
	margin: 1px;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: bold;
}

h1{
	font-size: 22px;
	
}

h2{
    font-size: 20px;
}

h3{
    font-size: 18px;
}

#middle
{
	padding-left: 50px;
	padding-right: 30px;
}


li{
    margin-top: 4px;
	text-align: justify;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}

ul{
	margin-top: 4px;
	margin-bottom: 4px;
}

a{
    color: blue;
	text-decoration: underline;
}

a.contact{
    color: blue; 
    text-decoration: none; 
	margin-top: 2px;
}

a.contact:hover {
    color: maroon;
	font-weight: bold;
    font-style: italic;
	cursor: finger;
}

p.modification{
    display: block;
    color: cyan;
	background: #a00;
	font-weight: bold;
	text-align: center;
	font-size: 9px;
    padding: 0px;
	margin: 0px;
	margin-top: 20px;
}
p.interlink{
    display: block;
    color: green;
	font-weight: bold;
	text-align: center;
    font-size: 16px;
    padding: 0px;
	margin-bottom: 10px;
}

em{
    font-weight: bold;
	color: red;
	font-style: italic;
}

.image{
    text-align: center;
	margin-bottom: 40px;
}

p.image{
    margin-bottom: 4px;
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 70px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
    font-size: 13px;
	font-weight: bold;
    line-height: 16px;
	text-align: center;	
}

img.pic{
    border-top: 10px solid #B2B2E0;
    border-right: 10px solid #b2b2e0;
    border-left: 10px solid #330099;
    border-bottom: 10px solid #330099;
}

td{
	padding: 40px;
	color: black;
	font-weight: bold;
}

td.head{
   border-top: 2px solid maroon;
   border-bottom: 2px solid maroon;
   text-align: center;
   padding: 4px;
}

