/*
Diese Website wurde von Holger Nils Hanke IT Solutions erstellt und entwickelt

							www.holger-hanke.de

*/



/*	Allgemeine Definitionen	*/

*{
	margin: 0;
	padding: 0;
}

body {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	color: #FFAF5E;
	background: Black;
}

a{
color: #FBFFBB;
text-decoration: none;
}

a:hover{
text-decoration: underline;
color: #AA5500;
}

a:active{
	text-decoration: none;
	color: #FBFFBB;
}

h1, h2, h3{
font-family: Verdana, Arial, Helvetica, sans-serif;
background: transparent;
color: #FF8409;
}

h1{
font: normal 1.3em Verdana 'Times New Roman' serif;
}

h2{
font: normal 1.1em Verdana 'Times New Roman' serif;
}

h3{
font-size: 1.2em;
}

p {
	font-size: 0.8em;
}

table{
	font-size: 0.8em;
	text-align: left;
}

/*	ID - Definitionen	*/

#main {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 750px;
	background-image: url(../upload/bilder/background.jpg);
	background-position: center;
	background-repeat: no-repeat;
         padding-top: 30px;
}

#header{
	width: 100%;
}
#banner h1{
	text-align: center;
	font: normal bold 2.0em Tamaho 'Times New Roman' serif;
	padding-bottom: 0.8em;
	padding-top: 1.0em;
	
}
#navigation {
	padding-top:1.0em;
	padding-bottom: 0.8em;
	line-height: 1.2em;
	font-size: large;
}
	
#navigation ul{
	list-style: none;
	text-align: center;	
}

#navigation li{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0em 0.7em 0em 0.7em;
}
#navigation a{
	text-decoration: none;
	color: #FBFFBB;
}

#navigation a:hover{
	text-decoration: none;
	color: #FFAF5E;
}

#navigation a:active{
	color: #FBFFBB;
}

#content{
line-height: 1.1em;
padding: 1.5em 15% 0em 15%;
text-align: justify;
}

#content h1{
	color: #FF8409;
}

#content td{
	text-align: left;
	line-height: 1.4em;
	padding-right: 1.3em;
	word-spacing: 3px;
}

#gallery_table{
	text-align: center;
	border: 0;
}
#gallery_table td{
	border: 0;
	padding: 1.0em 1.0em 1.0em 1.0em;
}
#gallery_table img{
	width: 100px;
	height: 100px;
	border: 0;
}
#gallery_move{
	text-align: center;
	word-spacing: 4.0em;
}

/*	Klassen - Definitonen	*/

.textdeco{
	font: bold 1.0em;
	color: #FF8409;
}

.breiter{
	width: 3.0em;
}

.gallery_h2{
	text-align: center;
}

.gallery_image{
	padding: 1.0em 1.0em 1.0em 1.0em;
}

.termintable{
border: 0;
float: left;
}