/* CSS Document */


body {
	padding: 1em;
	background-color: transparent;
}
 
h1, h2, h3, h4, h5, h6 {
	font-family: Garamond, Georgia, "Times New Roman", serif;
	color: #0033FF;
}
p {
	font-family: helvetica, arial, sans-serif;
	
	text-align: justify;
	color: #000066;
	
}
ul,ol,li {
	font-family: helvetica, arial, sans-serif;
	font-size: 100%;
	color: #000066;
}
li {	
	text-indent: 3em;
}
.spiel
{
	padding: 1em;
	font-size: larger;
	text-align: center;
}	

.sub {	font-size: 96%;
	text-indent: 0em;
	padding: 4em;
}


.title {
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	color: #0033FF;
}
.title2 {
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #0033FF;
	text-align: center;
	padding: 1em;
}
.title3 {
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #0033FF;
	text-decoration: underline;

}
.text {
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: 18px;
	color: #0033FF;
	font-weight: bold;

}
.title2red {

	font-family: Garamond, Georgia, "Times New Roman";
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
.pictext {
	font-family: Georgia, "Times New Roman", Times, serif, Garamond;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

img {border: 0;
	padding: 0.5em;
}
.pictit {
	font-family: "Times New Roman", serif;
	font-weight: bold;
}
.pic1	{
float: left;
font-family: "Times New Roman", serif;
	font-weight: bold;
	padding: 1em;	
}

.pic2	{
	float: right;
	font-family: "Times New Roman", serif;
	font-weight: bold;
	padding: 0.5em;
}

a:link {
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: 18px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: underline;
}

a:visited {
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: 18px;
	color: #0099FF;
	text-decoration: underline;
}
a:active {
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: 18px;
	color: #0000FF;
}

a:hover{
	color: green;	
}
.sp{
		clear: both;
	}
#navsite {
	
	text-align: center;
	padding-left: 0.5em;
	margin-top: 0;
	padding-top: 0;
	margin: 0em;
	padding: 0em;
	
}
	#navsite h5 {
		display: none;
	}
	
	#navsite ul li {
		
		font-size: 100%;
		list-style: none;
		margin: 0em;
		text-indent: 0;
		display: inline;
		}
	
	

