@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva;
	font-size: 10pt;
    color:black;
}
a, a:visited {
	color:gray;
	text-decoration:none;
}
.pic {
	width:175px;
	height:175px;
	padding:1px 1px 1px 1px;
	background: #333333;
}
.pic2 {
	width:297px;
	height:170px;
	padding:5px;
	padding-left:10px
}
.pic2 img {
    border: #333333 solid 1px;
}
img {
	border:none;
}
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption{ 
	float: left; 
}
#keyboardMsg{ 
	float: right; 
}
#closeButton{ 
	top: 5px; 
	right: 5px; 
}
#lightbox img{ 
	border: none; 
	clear: both;
} 
#overlay img{ 
	border: none; 
}
#overlay{ 
	background-image: url(imgs/overlay.png); 
}

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(imgs/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="imgs/overlay.png", sizingMethod="scale");
}
	
li {
	margin: 0px;
	padding: 0px;
	display: block;
}
.container {
	background: white url(imgs/bg3.jpg) no-repeat 50% 0 ;
	min-width: 1000px;
}
.inner-container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.wrapperlist {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.words {
	width: 1000px;
	height: 163px;
}
.headtop {
	font-size:10pt;
	color:white;
	background: url(imgs/blackpixel1.png);
	width: 1000px;
	height: 16px;
}
.headtop .contact {
	text-decoration:none;
	float:right;
	color:white;
	margin-right:5px;
}
.headtop .contact a:hover {
	color:#e06500;
}
.headtop .contact:visited {
	color:white;
}
.menu {
	width: 1000px;
	height: 50px;
}
.home {
	height: 50px;
	width: 951px;
	float:left;
}
.main {
	height:500px;
	width:1000px;
	background: url(imgs/whitepixel.png) repeat-x;
}
.main .content {
	width:990px;
	float:left;
}
.ecke {
	background: url(imgs/headecke3.png) no-repeat;
	float:right;
	width:49px;
	height:50px;
}
.right {
	height:400px;
	width:10px;
	background: url(imgs/mainright3.png) no-repeat;
	float:right;
}
.headtop .welcome {
	float:left;
    color: white;
}
.alt a {
    font-size:20pt;
    padding-right:20px;
}
.alt a:hover {
    font-size:20pt;
    padding-right:20px;
    color:red;
}
