/*Farbtabelle:
Hintergrund: #1A1A1A
Schrift und Akzente: #DFDFDF
aktivierte Links: #FF6600
Hintergrund-Menu: #333333
Hintergrund-Uberschrift: #444444
Main-Hintergrundfarbe: #2A2A2A;
*/
body{
	margin-top: 0;
	background-color: #1A1A1A;
	font-size: 80%;
	font-family: Verdana;
	color: #DFDFDF;
	/*text-align: center;*/
}
a{
	color: #DFDFDF;
	text-decoration: none;
}
a.Menupunkt:hover{
	background-color: #FF6600;
}
a.Menupunkt{ 
	display: block;
	border-bottom: 1px solid #DFDFDF;
	padding-left: 0.3em;
	padding-right: 0.3em;
}
span#Galeriename{
	font-weight: bold;
	font-size: 150%;
}
div#Banner{
	height: 40px;
	border-bottom: 1px solid #DFDFDF;
	text-align: right;
	font-size: 90%;
}
ul{
	margin-top: 1em;
	margin-left: 0;
	/*margin-right: 1em;*/
	padding-left: 0em;
	padding-right: 0em;
	float: left;
	width: auto;
	min-width: 10em;
	background-color: #333333;
}
ul#Menu{
	margin-top: 0em;
	max-width: 12em;
}
ul#Menu li{
	margin-left: 0em;
	margin-right: 0em;
	list-style: none;
	font-weight: bold;
}
li{
	list-style: none;
}
li#Uberschrift{
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	font-size: 1.3em;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	background-color: #444444;
	border-bottom: 3px solid #2A2A2A;
}
li#Uberschrift2{
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	font-size: 1em;
	text-align: center;
	vertical-align: middle;
	background-color: #444444;
	border-bottom: 3px solid #2A2A2A;
}
div#Inhalt{
	margin-left: 12em;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 1em;
	min-width: 600px;
}
div#Footer{
	clear: left;
	border-top: 1px solid #DFDFDF;
	text-align: center;
	font-size: 90%;
}
div#Main{
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	min-width: 980px;
	background-color: #2A2A2A;
	overflow: auto;
}
div#Hauptbild{
	text-align: center;
	margin-top: 2em;
}
div#Bildlauf{
	margin-top: 4em;
	overflow: auto;
	white-space: nowrap;
	height: 140px;
	background-color: #444444;
}
div#previewimage{
	display: inline;
	float: left;
	margin-bottom: 1em;
	margin-right: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 160px;
	text-align: center;
	background-color: #444444;
}
input{
	background-color: #2A2A2A;
	border: 1px solid #DFDFDF;
	color: #DFDFDF;
	font-size: 90%;
}
img{
	border: 0;
}
img#Hauptbild{
	border: 10px solid white;
}
table{
	border-spacing: 0;
	border: 0;
	margin: 0;
	padding: 0;
}
td{
	border: 0;
	margin: 0;
	padding: 0;
}
table#Changepw{
	border-spacing: 0.5em;
	background-color: #444444;
}
.Thumbnail{
	padding: 10px;
}