/* Global Styles */

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	color:#99CCFF;
	font: 62.5%'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	width: 100%;	
}

#header {
	position: relative;
	top: auto;
	background-image: url(images/bannerlogo2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	 /*margin: 0; */
	/* padding: 0; */
	height: 140px;
	width: 100%;
	text-align: center;
}


#content {
	position: relative;
	/*margin: 0;*/
	/*padding: 0;*/
	top: 5px;
	float: left;
	padding-left: 50px;
	z-index: auto;
	width: 60%;
}

#mainContentlrg {
width: 75%;
float: left;
}

#mainContent {
	width: 55%;
	float: left;
	position: relative;
}

#rightContent {
	width: 10%;
	float: left;
	position: relative;
	font-family: Arial;
	padding-left: 5%;
}

#rightContent2 {
	width: 10%;
	float: right;
	position: relative;
	font-family: Arial;
}

#mainContent2 {
	width: 37.5%;
	float: left;
	position: relative;
}


#rightContent4 {
	width: 37.5%;
	float: left;
	position: relative;
	font-family: Arial;
	padding-left: 1%;
}

#footer {
clear: both;
}

#StylelessList{
list-style-type: none;
margin: 0;
padding: 0;
top: 5px;
float: left;
font-size:12px}

#StylelessList li a:hover {
	color: #ffffff;
}

#sidebar {
position: relative;
margin: 0;
padding: 0;
width: 20%;
top: 5px;
float: left;
border-right-color: #99CCFF;
border-right-style: solid;
border-right-width: 1px;
}

#sidebar ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#sidebar li a {
display: block;
height: 30px;
line-height: 30px;
text-decoration: none;
text-indent: 10px;
border-top: 1px solid #0099FF;
border-bottom: 1px solid #0099FF;
color: #FFFFFF;
}

#sidebar li a:hover {
	color: #ffffff;
	background-color: #FFFFFF;
	border-top: 1px solid #CC3300;
	border-bottom: 1px solid #C30;
	text-align: center;
	font-weight: bold;
	background-image: url(images/button2.jpg);
}

#line {
	width: 100%;
	border-top-style: double;
	border-color: #cc3300;
	border-top-width: thick;
	padding: 0;
}

.headerTitle {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC3300;
	line-height: 6px;
	letter-spacing: 0.3em;
	padding-left: 300px;
 	padding-top: 10px;
}

.headerSubTitle {
	font-size: 12px ;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC3300;
	line-height: 6px;
	letter-spacing: 0.3em;
	padding-left: 300px;
}

.hpageTitel {
	font:16px georgia;
	color: #CC3300;
	font-weight:bold;
	letter-spacing:.1em;
	padding-left: 300px;
	padding-top: 10px;
	}	

h1{
margin-top: 0 ;
	font:22px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	}

h2 {
	font:16px georgia;
	color: #CC3300;
	font-weight:bold;
	letter-spacing:.1em;
	}	

h3 {
	font:14px georgia;
	color: #99CCFF;
	font-weight:bold;
	letter-spacing:.1em;
	text-align: center;
	}	
	


a {
	color: #CC3300;
	text-decoration: underline;
	}
	
a:hover {
	color: #FF3300;
	text-decoration: underline;
	}


.style1 {
	color: #cc3300
	}
	
.style1a {
	color: #cc3300;
	text-decoration: underline;
	font-weight: bold;
	}

.style1b {
	color: #000000;
	font-weight: bolder;
	font-size: 12px;
	}

.style1c {
	color: #99CCFF;
	text-decoration: underline;
	font-weight: bold;
	}
.style1d {
	color: #cc3300;
	text-decoration: none;
	font-weight: bolder;
	}
ul#gallery {
  padding:0; 
  margin:0; 
  width:448px; 
  height:336px; 
  position:relative; 
  background:#888 url(images/background.jpg);
  }
#gallery li {
  list-style-type:none; 
  width:64px; 
  height:48px; 
  float:left; 
  z-index:100;
  }
#gallery li.lft {
  float:left; 
  clear:left;
  }
#gallery li.rgt {
  float:right; 
  clear:right;
  }
#gallery a {
  position:relative; 
  width:64px; 
  height:48px; 
  display:block; 
  float:left; 
  z-index:100; 
  cursor:default;
  }
#gallery a img {
  position:relative; 
  width:62px; 
  height:46px; 
  border:1px solid #888; 
  z-index:100;
  }
#gallery a:hover {
  width:320px; 
  height:240px; 
  padding:48px 64px; 
  position:absolute; 
  left:0; 
  top:0; 
  z-index:20;
  }
#gallery a:hover img {
  background:#eee; 
  position:relative; 
  width:320px; 
  height:240px; 
  border:0; 
  z-index:20;
  }
#gallery a:active, #gallery a:focus {
  background:transparent  ; 
  width:320px; 
  height:240px; 
  padding:48px 64px; 
  position:absolute; 
  left:0; 
  top:0; 
  z-index:10;
  }
#gallery a:active img, #gallery a:focus img {
  background:#eee; 
  position:relative; 
  width:320px; 
  height:239px; 
  border:0; 
  z-index:10;
  }
/* hack for Internet Explorer */
#gallery li.pad {
  height:0; 
  display:block; 
  margin-top:-2px; 
  width:448px; 
  font-size:0;
  }


#image {
position:relative; 
width:80%; 
height:240px; 
margin:0 auto auto auto; 
border:1px solid #000;
}

#text {
	position:absolute;
	top:0;
	left:0;
	width:300px;
	height:240px;
	background:#fff;
	padding:0px;
	padding-left: 12px;
}
#text {
filter: alpha(opacity=70);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.70; 
opacity:0.7;
}

#words {
position:absolute; 
top:0; 
left:0; 
width:180px; 
height:240px; 
background:transparent; 
padding:10px;}

div.figure {
  float: none;
  width: 150%;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: inherit;
  text-indent: 0;
}
img.scaled {
  width: 100%;
}

a.screen, a.screen:visited {
color:#CC0000; 
position:relative; 
z-index:1;
}

a.screen b {
	position:absolute;
	visibility:hidden; /* hide the image */
	width:0px; /* give it a width */
	height:0; /* no height to solve an Opera bug that makes it selectable when hidden */
	border:1px solid #000; /* add a border */
	left:250px; /* position:the image */
	top: 0;	/*top:-150px; */
	
	}
a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
a.screen:hover b {
visibility:visible; /* make the image visible */
height:150px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500; 

}
a.screen:hover b img {
border:0; /* remove the link border */
}
/* hack for Opera 7+ */
/* @media all and (min-width:0px){
#gallery a:hover {
  background:#888; 
  width:320px; 
  height:240px; 
  padding:48px 64px; 
  position:absolute; 
  left:0; 
  top:0; 
  z-index:10;
  }
#gallery a:hover img {
  background:#aaa; 
  position:relative; 
  width:320px; 
  height:240px; 
  border:0; 
  z-index:10;
  }


#container {
/* padding: 20px 150px 20px 150px;*/
	width: 80%;
}

#thumbcontainer{
/*margin-left: 175px;*/
	width: 80%;
}


.imgcontainer{
	width: 75px;
	height: 75px;
	overflow:hidden;
	margin: 5px;
	padding:5px;
	border: 1px solid #fff;
	float:left;
	cursor:pointer;
}


.imgcontainer:hover{
	border: 1px solid #000;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}


#colofon{
padding: 20px 0px 0px 0px;
clear:both;
}

#description{
	width: 150px;
	margin:0px;
	padding: 0px 10px 0px 0px;
	float:left;
}


/* hs section */

.highslide {
	cursor: url(scripts/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(scripts/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
display:none;
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.control {
	float: right;
    display: block;
    position: relative;
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 1px;
}
.control:hover {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-top: 0;
    margin-bottom: 0;
}
.control, .control * {
	color: #666;
}