/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	color: #FFFFFF;
	background-color: #191919;
	background-image: url(images/background1.jpg);
}
a {color: #6699FF;}
a:visited {color: #CCCCCC;}
a:hover {color: #660099;}
a:active { color:#000000;}

h1 {
}

h2 {
font-size:18px;
font-weight: normal;
padding: 20px 10px;
margin:0px;}

h3 {
	font-size:24px;
	font-weight:normal;
	text-align: left;
}

h4 {
font-size:18px;
font-weight: normal;
padding: 20px 0px;
margin:0px;}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 992px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
} 

/* ----------banners & menu bars-------------- */
#banner1 {
	background-image: url(images/banner.jpg);
	height: 433px;
	background-repeat: no-repeat;
}
#banner1flashoverlay {
	float: left;
}
#banner2 {
	background-image: url(images/banner2background.png);
	height: 158px;
	background-repeat: no-repeat;
	overflow: visible;
}
#banner2flashoverlay {
	float: left;
	width: 992px;
}
#home {
	float: left;
	z-index: auto;
	position: relative;
	top: -16px;
	left: 15px;
}
#photo {
	left: -60px;
	z-index: auto;
	position: relative;
	top: 244px;
}
#video {
	float: right;
	position: relative;
	left: -10px;
	top: 15px;
}
#contact {
	float: right;
}

/* -----------------content--------------------- */
#content {
}

p, pre{
	padding: 5px 10px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	max-width: 992px;
	text-align: left;
}


/* --------------content sub div tags------------- */
#left {
	float: left;
	width: 689px;
	position: relative;
	background-image: url(images/contentleftbackground.png);
	background-repeat: no-repeat;
}
#right {
	float: right;
	width: 303px;
	position: relative;
	background-image: url(images/contentrightbackground.png);
	background-repeat: no-repeat;
	background-position: right top;
}

/*---------------content/photo & video page left side layout--------------*/
#imagelayoutleftleft {
	float: left;
	width: 200px;
	position: relative;
	padding-top: 1px;
	padding-left: 19px;
}
#imagelayoutleftmiddle {
	width: 100px;
	position: relative;
	padding-top: 1px;
}

#imagelayoutleftright {
	width: 400px;
	position: relative;
	padding-top: 2px;
	padding-right: 70px;
	float: right;
}
#videolayoutleftleft {
	float: left;
	width: 130px;
	position: relative;
	padding-top: 15px;
	padding-left: 0px;
}
#videolayoutleftmiddle {
	width: 100px;
	position: relative;
	padding-top: 1px;
}

#videolayoutleftright {
	width: 489px;
	position: relative;
	padding-top: 15px;
	padding-right: 70px;
	float: right;
}


/*---------------content/left sub tags--------------*/
#leftleft {
	float: left;
	width: 361px;
	position: relative;
	padding-top: 1px;
	padding-left: 30px;
}
#leftright {
	float: right;
	width: 218px;
	position: relative;
	padding-top: 1px;
	padding-left: 10px;
	padding-right: 70px;
}
/*---------------content/right sub tags--------------*/
#rightleft {
	float: left;
	width: 260px;
	position: relative;
	padding-top: 18px;
}
#rightright {
	float: right;
	width: 96px;
	position: relative;
}
/* -----------footer--------------------------- */
#prefooter {
    clear:both;
	padding:0px;
	margin:0px;
	text-align: right;
}
#footer {
	clear:both;
	margin:0px;
	text-align: right;
	width: 992px;
	padding-top: 20px;
} 
#footerleft {
	text-align: left;
	width: 480px;
	float: left;
	margin-right: 15px;
} 
#footerright {
	text-align: left;
	width: 480px;
	float: right;
	margin-left: 15px;
} 

/*---------------im classes-----------------------*/

class.thumb {
	padding: 5px 5px 5px 5px;
	border: 5px 5px 5px 5px;
}


/*--------------lightbox-------------------------*/


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

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

#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*-------------RSS pages formatting-------------*/

#blogrssouter {
	width: 495px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
#weatherrssouter {
    width: 495px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

#blogheader {
	width: 495px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
#blogdate {
	width: 495px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
#blogdescription {
	width: 495px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
#blogitemtitle {
	width: 495px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
#weatherheader {
	width: 495px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
#weatherdescription {
	width: 495px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
#weatheritemtitle {
	width: 495px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
