body{ 
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #000000;
	background-image: url(img/bg.jpg);
	font-family: Calibri;
	font-size: 14px;
	font-weight: normal;
	color: #EC8341;
}

a { 
	font-weight: bold; 
	color: #EC8341; 
	text-decoration: none;
	outline: none;
}

a:hover { 
	font-weight: bold; 
	color: #350100; 
	text-decoration: none;
}

a.nav {
	font-weight: normal;
	font-size: 20px;
	color: #EC8341;
	text-decoration: none;
	outline: none;
}

a:hover.nav {
	font-weight: normal;
	color: #350100;
	text-decoration: none;
}


div#container {
	margin: auto;
	width: 1000px;
}
	
	div#banner {
		height:	200px;
		width: 1000px;
		background-color: #000000;
		background-image: url(img/banner.jpg);
		background-repeat: no-repeat;
		border: 1px solid #EC8341;
	}
	
	div#nav {
		margin-top: 10px;
		width: 1000px;
		height: 28px;
		font-size: 20px;
		text-align: center;
		border: 1px solid #EC8341;
		background-image: url(img/trans_bg.png);
	}
	
	div#main_img {
		margin-top: 10px;
		width: 1000px;
		height: 30px;
		border-top: 1px solid #EC8341;
		border-right: 1px solid #EC8341;
		border-left: 1px solid #EC8341;
	}
	
	div#main {
		width: 1000px;
		height: auto;
		min-height: 400px;
		border-top: 0px solid;
		border-right: 1px solid #EC8341;
		border-bottom: 1px solid #EC8341;
		border-left: 1px solid #EC8341;
		border: 1px solid #EC8341;
		background-image: url(img/trans_bg.png);
	}
	
	div#main_error {
		width: 1000px;
		height: auto;
		min-height: 400px;
		margin-top: 10px;
		border-top: 0px solid;
		border-right: 1px solid #EC8341;
		border-bottom: 1px solid #EC8341;
		border-left: 1px solid #EC8341;
		border: 1px solid #EC8341;
		background-image: url(img/trans_bg.png);
	}
	
		div#content {
			width: 940px;
			margin: auto;
			margin-top: 30px;
			margin-bottom: 20px;
		}
		
			div#ueber_pic {
				width: 300px;
				float: left;
				text-align: center;
			}
			
			div#ueber_text {
				width: 640px;
				margin-top: 70px;
				float: right;
			}
			
			div#disclaimer { 
				text-align: center;
				font-size: 10px;
			}
			
			div#gallery {
				margin: auto;
				width: 700px;
			}

			.gallery {
				float: left;
				padding: 10px;
				text-align: center;
			}
			
			.gal_img { border: 1px solid #EC8341; }
			
			div#back {
				margin-top: 20px;
				margin-bottom: 20px;
				text-align: center;
			}
			
			div.smiley {
				float: left;
				padding: 5px;
			}
			
			div#center {
				margin: auto;
				width: 450px;
			}
			
			div#ort {
				width: 680px;
				margin-left: 129px;
				margin-bottom: 20px;
				font-weight: bold;
			}
	
	div#footer {
		margin-top: 10px;
		width: 1000px;
		height: 20px;
		border: 1px solid #EC8341;
		background-image: url(img/trans_bg.png);
	}
		div#footer_left {
			width: 150px;
			text-align: center;
			float: left;
		}
		
		div#footer_right {
			width: 850px;
			text-align: center;
			float: right;
		}

fieldset {
	width: 450px;
	border: 1px solid #EC8341;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.fsl {
	width: 310px;
	border: 1px solid #EC8341;
	margin-left: auto;
	margin-right: auto;
}

.fs {
	width: 650px;
	border: 1px solid #EC8341;
	margin-left: auto;
	margin-right: auto;
}

legend { border: 1px solid #EC8341; }

.bold { font-weight: bold; }

.cenbol {
	text-align: center;
	font-weight: bold;
}

.center { text-align: center; }



