/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	background-color: #959492;
	font-size: 12px;
	background-repeat: repeat-x;
	background-image: url(grafx/back.jpg);
	background-position: center top;

}

strong{
	color: #333333;
}
em{}

* html #contentinnen {
	height: 1%;
}
* html #pagecell {
	height: 1%;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #000000;
	text-decoration: underline;
	border-bottom-width: 1px;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #000000;
	border-left-color: #CC0000;
}

a:hover{
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
}

/************** header tag styles **************/

h1{
	color: #000000;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h2{
	color: #666666;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-transform: uppercase;
}

h3{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

h4{
 font: 100% Trebuchet MS, Verdana, Arial,sans-serif;
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Trebuchet MS, Verdana, Arial,sans-serif;
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
}


ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


form {
	padding: 0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

label{
	font-weight: bold;
	width: 120px;
	float: left;
}
				
input{
	font-family: Trebuchet MS, Verdana, Arial,sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #CC6600;
	height: 18px;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#page{
	background-image: url(grafx/back_01.jpg);
	width: 980px;
	margin-left: auto;
	background-repeat: no-repeat;
	margin-right: auto;
	background-position: center top;
}
#page1{
	background-image: url(grafx/layout/head_02.jpg);
	padding-left: 30px;
	float: left;
	width: 720px;
	padding-top: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-left: 20px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#page2{
	background-image: url(grafx/layout/head_03.jpg);
	padding-left: 30px;
	float: left;
	width: 720px;
	padding-top: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-left: 20px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#title{
	display: none;
}

/******* banner *******/
#banner_top{
	background-color: #999999;
	width: 468px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 60px;
}
#banner_side{
	height: 468px;
	width: 160px;
	float: left;
	position: relative;
	left: 20px;
	background-color: #666666;
	top: 200px;
}

#pagecell{
	POSITION: relative;
	TEXT-ALIGN: left;
	;
	background-repeat: repeat-y;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	padding-top: 0px;
	background-image: url(grafx/back_02.jpg);
	background-position: center;
	padding-left: 50px;
}


#head{
	POSITION: relative;
	TEXT-ALIGN: left;
	height: 270px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
}

#content{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}

#contentinnen img{
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
}

#contentinnen {
	MARGIN-TOP: 0px;
	FLOAT: left;
	MARGIN-BOTTOM: 23px;
	MARGIN-LEFT: 0px;
	padding-left: 20px;
	padding-right: 15px;
	width: 550px;
	padding-top: 0px;
	display: inline;
	margin-right: 15px;
}



/************* globalNav styles ****************/

#globalNav{
	position: absolute;
	color: #cccccc;
	top: 220px;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 813px;
	left: 83px;
}




#globalNav a:link, #globalNav a:visited {
	font-size: 14px;
	color: #F6D337;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #000000;
	border-bottom-color: #CCCCCC;
	border-left-color: #4A4A4A;
	border-bottom-style: none;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	border-left-style: solid;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	text-decoration: none;
	margin: 0px;
	display: block;
	float: left;
	line-height: 30px;
	height: 30px;
}



#globalNav a:hover {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-style: none;
	background-image: url(grafx/navi_hover.jpg);
	background-repeat: repeat-x;
}


#sectionLinks {
}
#sectionLinks img {
	border: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #FFFFFF;
	height: 80px;
	width: 170px;
}
#sectionLinks img:hover {
	border: 1px solid #617681;
}
#sectionLinks table {
	margin-bottom: 10px;
	width: 100%;
}
#sectionLinks table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
}
#sectionLinks table td b {
	color: #35312E !important;
}

#sectionLinks table tr:hover {
	background-color: #AAAAAA;
	cursor: default;
}
#sectionLinks H3 {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 3px;
	PADDING-TOP: 3px;
	color: #F6D337;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-color: #35312E;
}
#sectionLinks A:link {
	padding: 5px;
	border: none;
	text-decoration: none !important;
}
#sectionLinks A:visited {
	padding: 5px;
	border: none;
	text-decoration: none !important;
}
#sectionLinks A:hover {
	padding: 5px;
	border: none;
	text-decoration: underline !important;
}

#pageNav {
	width: 250px;
	padding: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
	font-weight: normal;
	float: left;
	padding: 0px;
	font: small Trebuchet MS, Verdana, Verdana,sans-serif;
	display: inline;
	background-color: #999999;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	font-size: 11px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 30px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#siteInfo a:link, #siteInfo a:visited {
	color: #999999;
	padding-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

#siteInfo a:hover {
	color: #000000;
	text-decoration: underline;
}	

#siteInfo img{
	float: left;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-top: 0px;
}

#clear {
	clear: both;
	height: 15px;
}

#mainpic{
	float: none;
	margin-bottom: 30px;
	background-color: #003399;
}
#mainpic img{
	width: 550px;
	height: 200px;
	background-color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* ******************* lightbox ********************/

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img { 
	border: none; 
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	text-decoration: none;
}
#imageContainer>#hoverNav { 
	left: 0;
	text-decoration: none;
}
#hoverNav a { 
	outline: none;
	text-decoration: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	text-decoration: none;
}

#prevLink {
	left: 0; 
	float: left;
	text-decoration: none;
}

#nextLink { 
	right: 0; 
	float: right;
	text-decoration: none;
}
#prevLink:hover, #prevLink:visited:hover { 
	background: url(grafx/prevlabel.gif) left 15% no-repeat; 
	text-decoration: none;
}
#nextLink:hover, #nextLink:visited:hover { 
	background: url(grafx/nextlabel.gif) right 15% no-repeat; 
	text-decoration: none;
}


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em;	
}
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

#intro {
	width: 360px;
	float: left;
	MARGIN-TOP: 40px;
	MARGIN-BOTTOM: 23px;
	MARGIN-LEFT: 50px;
	padding-left: 0px;
	padding-right: 0px;
	display: inline;
}

#intro img{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
}

/********************* end **********************/
