﻿body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, Sans-Serif;
}


#mittig {
	padding: 15px 5px 5px 0px;
	width: 800px;
	top: auto;
	right: auto;
	left: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#mittig_2 {
	padding: 15px 5px 5px 0px;
	top: auto;
	right: auto;
	left: auto;
	margin-left: 35px;
	margin-right: 35px;
	margin-top: 10px;
}

#head {
	background-color: #777777;
	background-image: -ms-linear-gradient(bottom, #F2F2F2 0%, #A8A8A8 100%);
	background-image: -moz-linear-gradient(bottom, #F2F2F2 0%, #A8A8A8 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F2F2F2), color-stop(1, #A8A8A8));
	padding: 10px 0px 5px 15px;
	height: 20px;
	font-size: 80%;
	font-weight: bold;
	clear: both;
	list-style: none;
}

#head li {
	display: inline; 
	margin-right: 30px;
	
}

#head ul {
	padding: 0px;
	margin: 0px;
}

a:visited {
	color: black;
	text-decoration:none;
	
}

#head a:link {
	color: black;
	text-decoration:none;
	
}

#head a:hover {
	color: gray;
	text-decoration:none;
}


#MainText {
	background-color: #666666;
	padding: 0px 5px 0px 0px;
	font-size: 80%;
}

#video {
	width: 320px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
}

#Galery {
	background-color: #666666;
	background-image: -ms-linear-gradient(bottom, #D1D1D1 0%, #F2F2F2 100%);
	background-image: -moz-linear-gradient(bottom, #D1D1D1 0%, #F2F2F2 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #D1D1D1), color-stop(1, #F2F2F2));
	padding: 5px 5px 5px 20px;
	font-size: 80%;
}

#Galery h1{
	font-size: large;
	text-decoration: none;
	font-weight: normal;
	padding-top: 10px;
	margin-top: 0px;
	text-align: center;
	letter-spacing: 16px;
	color: #333333;
	padding-bottom: 5px;
}

#Galery h2{
	font-size: medium;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}


#Galery li {
	list-style-type: none;
	display: inline;
	margin-right: 5px;
	font-size: x-small;
	text-align: center;
}
#Galery ul {
	padding: 0px;
	margin: 0px;
	margin-right: 0px;
	text-align: center;
	margin-left: 0px;
}

#Galery img {
	height: 102px;
	width: 102px;
}


#Galery a:link {
	color: black;
	text-decoration:none;
}

#Galery a:hover {
	color: gray;
	text-decoration:none;
}
Galery a:visited {
	color: black;
	text-decoration:none;
}


#SeitenFuss {
	background-color: #666666;
	background-image: -ms-linear-gradient(bottom, #F2F2F2 0%, #D1D1D1 100%);
	background-image: -moz-linear-gradient(bottom, #F2F2F2 0%, #D1D1D1 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F2F2F2), color-stop(1, #D1D1D1));
/*
	background: -moz-linear-gradient(0% 100% 90deg,#222222, #555555);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#555555), to(#222222));
*/
	height: 30px;
	padding: 5px 5px 5px 5px;
	font-size: 60%;
	bottom: 0px;
}
#img_left {
	float: left;
	margin-right: 15px;
}
#img_right {
	float: right;
	margin-right: 10px;
	margin-bottom: 5px;
	width: 30px;
	height: 20px;
}


#imgdivleft {
	width: 120px;
	height: 150px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	clear: both;
}


#imgBox {
	margin: 5px;
	width: 100px;
	height: 100px;
}
