/* general stuff */
/*****************/
body {
	color: white;
	margin: 0;
	padding: 0;
	background-color: #a56930;
	background-image: url("../imgs/backgr_rep.png");
	background-attachment: fixed;
}

img {
	border: 0;
	background-color: transparent !important; 
	color: transparent !important;
}

/* background image */
img#backgr_img {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	/*background-image: url("../imgs/backgr.png");*/
}

* html img#backgr_img { /* IE5+ hack */
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}


/* CONTENT DIV (CONTAINING EVERYTHING) */
/***************************************/
#content {
	z-index: 10;
	position: relative;
	max-width: 760px; /* wont work in IE, see below */
	margin: 20px 20px 0px 20px;
	overflow: visible;
}
* html #content { /* <--will target IE5+ (since in css compl. browsers html already is the root) */
	width: 760px;
}


/* MENU */
/********/
div#menu {
	margin-bottom: 2em;
	font-family: FreeSerif, "Times New Roman", Times, serif;
	font-size: 1em;
}

#menu #logoLarge {
	margin-top: 0.6em;
}
#menu #logo {
	margin-top: 0.5em;
}

/* load .gifs instead of .png in IE */
* html #content #menu div#logoLarge { /* <-- IE5+ */
	background-image: url("../imgs/joshan_large.gif");
	background-repeat: no-repeat;
	height: 207px;
}
* html #content #menu #logoLarge img { /* <-- IE5+ */
  display: none;
}
* html #content #menu div#logo { /* <-- IE5+ */
	background-image: url("../imgs/joshan_small.gif");
	background-repeat: no-repeat;
	height: 54px;
}
* html #content #menu #logo img { 
  display: none;
}

/* menu items */
#menu a:link {
	color: #fff;
	text-decoration: none;
}
#menu a:visited {
	color: #fff;
	text-decoration: none;
}
#menu a:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
#menu a:active {
	background-color: #000;
	text-decoration: none;
}

/* submenuitems */
#menu .submenu:active {
	color: white;
	text-decoration: none;
}
#menu .submenu:visited {
	color: white;
	text-decoration: none;
}
#menu .submenu:hover {
	color: black;
	background-color: #fff;
	text-decoration: none;
}
#menu .submenu:active {
	color: white;
	background-color: #333;
	text-decoration: none;
}
.subsub {
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 5px;
}

/* submenuactive */
#menu .submenuactive:link {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}
#menu .submenuactive:visited {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}
#menu .submenuactive:hover {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}
#menu .submenuactive:active {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

/* the logo */
#logo a:hover{
	background-color: transparent;
}

/* menu items */
#menu h1 {
	font-family: FreeSans, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.2em;
	margin: 0 0 0 0;
	color: white;
}

#menu h2 {
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.2em;
	font-style: italic;
	margin: 0 0 0 0;
}

h3 {
	font-size: 2em;  
	font-weight: normal;
	margin: 0;
}

/*h4 {
	font-weight: normal;
	font-size: 1.2em;
	font-style: italic;
	margin: 0;  
}

h5 {
	font-weight: normal;
	font-size: 1.2em;
	margin: 0 0 -10px 0;
}*/


/* DOCUMENT BODY */
/*****************/
/* links */
#body a:link {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
#body a:visited {
	color: #fff;
	text-decoration: underline;
}
#body a:hover {
	text-decoration: underline;
}
#body a:active {
	background-color: #000;
	text-decoration: none;
}


div#body {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 5px;
	border-bottom-width: 5px;
	min-height: 200px;
	font-family: Georgia, "Nimbus Roman No9 L", "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.4em;
	overflow: visible;
}

#body h1 {
	font-family: FreeSerif, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 5.2em;
	line-height: 0.9em;
	font-style: italic;
	margin: -0.25em 0 0 0;
	text-transform: uppercase;
}

#body h2 {
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.2em;
	font-style: italic;
	margin: 0 0 0 0;
}

#content h3 {
	font-size: 2em;
	font-weight: normal;
	margin: 0;
}

#content div.image {
	position: relative;
	float: right;
	width: 260px;
	padding: 8px;
	background: white;
	margin-left: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
}

#content div.image p {
	margin-top: 4px;
	margin-bottom: 0px;
	font-family: "Courier New", Courier, "Nimbus Mono L", FreeMono, monospace;
	font-size: 0.8em;
	color: black;
	background: white;
}

#content div.simage {
	position: relative;
	float: left;
	width: 120px;
	padding: 8px;
	background: white;
	margin-left: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
}

#content div.simage p {
	margin-top: 4px;
	margin-bottom: 0px;
	font-family: "Courier New", Courier, "Nimbus Mono L", FreeMono, monospace;
	font-size: 0.8em;
	color: black;
	background: white;
}

/* AUDIO & VIDEO-divs */
.audio div {
	background: white;
	background-image: url("../imgs/grey_bg.gif");
	height: 20px;
	overflow: hidden;
}
.audio {
	font-size:0.6em;
	width: 320px;
}

.movie div {
	background: white;
	background-image: url("../imgs/grey_bg.gif");
	/*height: 20px;*/
	/*overflow: hidden;*/
}
.movie {
	font-size:0.6em;
	width: 320px;
}
.movie img {
	margin-top: 0px;
	margin-bottom: -4px;
}

