/*Main*/

body {
	color: black;
	/*background: #e3ff00;*/
	font-size: 100.01%;
	font-family: Helvetica ,  Arial ,  sans-serif;
	margin: 0;
	padding: 0em 0;
	text-align: justify;
}
img.grafik{
	float:right;
	height:100px;
	width:auto;
margin:5px 5px 5px 5px;
	}

img.bild{
	float:right;
	height:200px;
	width:auto;
margin:5px 5px 5px 5px;
	}

h1 {
	color: #A52A2A;
	font-size: 3em;
	font-variant: small-caps;
	margin: 0; padding: 1em;
	text-align: center;
background: url("../bilder/gmus-logo-mod.JPG") 1em center no-repeat;
	
	
	
	
	/*background: url("../bilder/gmus-logo-mod.JPG") no-repeat;*/
  /*	border-bottom: 2px solid silver;*/
  
	}
/*------------------------------------------*/

/*Spezielle*/
	/*Seite*/



  div.Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    padding: 0;
    
    /*background: white url("background_1.png") repeat-y;*/
   }
  html>body div.Seite {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
  }
	/*Inhalt*/
 div.Inhalt {
    margin: 0 50px 2em 225px;
    padding: 0 1em;
    background-color: white;
  }
  * html div.Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }
  div.Inhalt h2 {
    font-size: 2em;
    font-variant: small-caps;
    margin: 0.2em 0;
    color: gray;
  }
  div.Inhalt p {
    font-size: 1em;
    margin: 1em 0;
	text-align:justify;
	
	}

p.kategorie {
font-family: cursive;
font-size: 0,80em ;
font-style:italic;
font-variant:small-caps;
text-align:left;
text-transform:capitalize;

}

div.Inhalt p.logo{
text-align:center;
}
/*----------------------------*/

/*Navigation*/
 ul.Navigation {
	font-size: 0.83em;
	float: left;
	width: 205px;
	margin: 0 1em 1.2em;
	padding: 0;
	/*position:fixed;*/
	
}
  ul.Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
    /*background: white;*/
  }
  ul.Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
  }
  ul.Navigation a:link {
    color: black; background: white;
  }
  ul.Navigation a:visited {
    color: black; background-color: white;
  }
  ul.Navigation a:hover {
    color: black; background: white;
  }
  ul.Navigation a:active {
    color: white; background-color: gray;
  }
/*-------------------------------------*/
 
/*Footer*/
*.Footer {
color: #A52A2A;
clear: both;
background: url("../bilder/Bildleiste_aussen_schwarz.jpg") no-repeat;
background-position: center;
text-align: center;
font-variant: small-caps;
}

*.Footer p {
	padding: 50px ;
	font-size: 1em;
	vertical-align: middle;
	text-align: center;
	
}
.Footer a {
	font-weight: bold;
  }
.Footer a:link {
	color: white;
  }
.Footer a:visited {
    color: white;
  }
.Footer a:hover {
    color: #A52A2A;
  }
.Footer a:active {
    color: #A52A2A;
  }
/*-----------------------------------*/

/* Tabellen */
.uebersicht {
border:solid 1px black;
padding:1px 2px 1px 2px;
margin:inherit;
text-align:center;
border-collapse:collapse;
	
}

.uebersicht th {
	border: solid 2px black;
}

.uebersicht td {
	 
	border: solid 1px black;
}

/*-----------------------------------*/


div.newsbox h1 {
font-size: 1em;
    font-variant: small-caps;
    margin: 0.2em 0;
    color: black;
	background:none;
}
/*-----Literaturverzeichnis------*/

.Veroeffentlichung {
font-size: smaller;
}

.herausgeber {
font-variant: small-caps;
}

.titel {
font-style: italic;
}
 





