/* DATEI: gre.css */

/* Zentrale Formatdatei für die Website gre.de */




* 
{
	font-family: Verdana, sans-serif;
	font-size: x-small;
}

.antwort
{
	margin-left : 15%;
	margin-right : 15%;
	color : Black;
	text-align : justify;
}
.bildlinks
{
	width:400px; float:left;
	margin-right:20px; 
	margin-bottom:10px;
	margin-top:10px;
}	  
.bildrechts
{
	width:400px; float:right;
	margin-left:20px; 
	margin-bottom:10px;
	margin-top:10px;
}	  
.code {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-style: normal;
	text-align: center;
	margin-left: 42px;
	margin-right: 42px;
}
.codemitte {
background: Silver;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-style: normal;
	text-align: center;
	margin-left: 42px;
	margin-right: 42px;
}
.fliesstext
{
	margin-top: 50px;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 50px;
}
.fragetitel
{
	margin-left : 10%;
	color : Blue;
}
.fusszeile
{
	text-align : right;
	font-size : xx-small;
}
.kleintext
{
	font-weight: lighter;
	font-size: xx-small;
}	
.linktext
{
	margin-left: 150px;
}
a.link
 {
	color: #0000FF;
	text-decoration: underline;
	margin-left: 100px;
}
.listentext
{
	margin-left: 200px;
	font-size: small;
	margin-top: 30px;
	margin-bottom: 30px;
}
.navizeile
{
	font-size: small;
	color: White;
	margin-top: 30px;
	background-color: #6495ED;
	text-align: center;
}
.normaltabelle
{
	margin-left: 50px;

}
.oberbegriff
{
	font-size: larger;
	font-weight: bolder;
	color: Blue;
	margin-left: 50px;
}
.tablebildlinks
{
	width: 150px;
	float: left;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: xx-small;
	text-align: right;
	margin-left: 50px;
}
.tablebildrechts
{
	width: 350px;
	float: right;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: xx-small;
	text-align: right;
	margin-left: 50px;
}
.ueberschrift
{
	font-weight: bold;
	font-size: large;
	text-align: center;
	color: Blue;
}
.unterbegriff
{
	margin-left: 10%;
	font-size: small;
}



