body{
	overflow:auto;
	background-color: #000;
	color: #c3c3c3;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: 'Times New Roman', Times, serif;
	font-size: 12pt;
	/*font-weight:bold;*/
}

a{
	color: #c3c3c3;
	font-family: 'Times New Roman', Times, serif;
	font-size: 12pt;
	border: none;
	
}
a.menu{
	font-family: Charlesworth, 'Times New Roman', Times, serif;
	font-size: 10pt;
	text-decoration: none;
}
a.selected{
	color: #fff;
}
a.pic{
/*	border: 0px;*/
}

h1{
	margin: 0px;
	padding: 0px;
	font-family: Charlesworth, 'Times New Roman', Times, serif;
	font-size: 18pt;
	font-weight: bold;
}

div.gradient{
	width: 100%;
	height: 50px;
/*	left: 0px;
	right: 0px;*/
	padding:0px;
	background-repeat:repeat-x;
	z-index: 1;
}
div.gray2black{
/*	top: 0px;*/
	background-image: url(../bilder/background/gradient_gray2black_50.jpg);
}
div.black2gray{
	position: absolute;
	bottom: 0px;
	background-image: url(../bilder/background/gradient_black2gray_50.jpg);
}

div.xxx_content{
	position: absolute;
/*	top: 50%;
	left: 50%;*/
	top: 100px;
	left: 50px;
	width: 900px;
	height: 480px;
	/*margin: -265px 0px 0px -450px;		/* = -hälfteHeight 0px 0px -hälfteWidth; */
	border: 1px solid #0f0;
	z-index: 2;
}

div.top{
/*	position: relative;*/
/*	top: 0px;
	left: 50px;*/
/*	top: 0px;*/
	margin-top: 25px;
	margin-left: 50px;
	width: 900px;
	height: 74px;
/*	border: 1px solid #00f;*/
	padding: 0px;
}
div.menutop{
/*	position: relative;
	top: 0px;
	left: 50px;*/
	margin-left: 50px;
	width: 900px;
	height: 60px;
/*	border: 1px solid #fff;*/
	padding: 0px;
}
div.content{
/*	position: absolute;
	top: 234px;
	left: 50px;*/
	margin-left: 50px;
	width: 900px;
	height: 300px;
/*	border: 1px solid #0f0;*/
	padding: 0px;
	
	/*
	auf der contact-seite zeigt der firefox einen vertikalen scrollbalken wenn der email-link geclickt wird
	wegen dem rand der dann um den link drumherum ist und nach unten überragt */
/*	padding-bottom: 1px;*/
/*	overflow: scroll;*/
}
div.menubottom{
/*	position: absolute;
	top: 534px;
	left: 50px;*/
	margin-left: 50px;
	width: 900px;
	height: 20px;
/*	border: 1px solid #f00;*/
	padding: 0px;
}

div.gallery{
/*	white-space: nowrap;*/
/*	overflow-x: scroll;
	overflow-y: hidden;*/
	overflow:hidden;
/*	position: absolute;*/
	height:320px;
	width:850px;
	border:1px solid #ff0;
	/*top:10px;
	left: 10px;*/
/*	margin-left: 25px;*/
	/*right: 25px;*/
/*	top:100px;*/
/*	clip:rect(0px, 850px, 320px, 0px);*/
}

#divTrans{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
	background-image: url(../bilder/background/grau.jpg);
	background-repeat: repeat;
	display: none;
}

#divZoom{
	position: absolute;
/*	top: 0;*/
	left: 0;
	width: 100%;
/*	height: 100%;*/
	z-index: 4;
	display: none;
	text-align:center;

	top: 50%;
	/*left: 50%;*/
	/*width: 900px;*/
	height: 580px;
	/*margin: -265px 0px 0px -450px;		/* = -hälfteHeight 0px 0px -hälfteWidth; */
	margin-top: -290px;
	margin-bottom: 0px;
	border: 1px solid #f00;
}
#tableZoom{
	position: absolute;
	background-color:black;
	left: 0px;
	top:20px;
	z-index: 4;
	display: none;
}

div.error{
	font-size: 20pt;
}


img{
	border: 0px;
}
img.slide{
	width: 300px;
	height: 300px;
}

#picZoom{
	height: 400px;
/*	border: 1px solid orange;*/
/*	margin:20px;*/
}

td{
	padding: 0px 0px 10px 0px;
/*	padding: 0px 0px 0px 0px;*/
	vertical-align:top;
/*	border: 1px solid #f00;*/
}
table{
/*	border: 1px solid #f00;*/
}

input,textarea {
/*	width: 300px;*/
	width: 100%;
	margin:0px;
	background-color: #222;
	color: white;
	font-size: 12pt;
	font-family: 'Times New Roman', Times, serif;
	border:none;
}
