@charset "utf-8";
/* CSS Document */


	/* GENERAL PROPERTIES */


html {
	background: #BBB;
}

body {
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	background: url(/resources/images/bg-7.jpg) top repeat-x #BBB;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	height: 100%;
	width: 100%;}


	/* LAYOUT */


#container {
	position: absolute;
	width: 700px;
	height: auto;
	margin-left: 50%;
	left: -350px;
	font-size: 0.9em;
  background: #FFFFFF;}

#header {
	position: relative;
	width: 700px;
	height: 110px;}

#header2 {
	position: relative;
	width: 700px;
	height: 95px;
	background: url(/resources/images/header-2.jpg) no-repeat;}

	#language {
		position: relative;
		width: auto;
		height: auto;
		float: right;
		top: 0px; }

#nav {
	position: relative;
	width: 700px;
	height: 15px;
	background: url(/resources/images/header-3.jpg) no-repeat;}

	#navlinks {
		position: relative;
		width: auto;
		height: 15px;
		margin-left: 120px;}
		
		#navlinks a{
			margin-right: 3px;
		}

#content {
	position: relative;
	width: 700px;
	height: auto;}

	#conleft {
		position: relative;
		width: 170px;
		padding-left: 15px;
		padding-bottom: 10px;
		padding-right: 15px;
		padding-top: 10px;
		height: auto;
		float: left;}

			#conleftsub {
				position: relative;
				width: 170px;
				height: auto;
				font-size: 0.9em;
				text-align: center;}

	#conright {
		position: relative;
		width: 500px;
		height: auto;
		float: right;}
		
			#conrightmain {
				position: relative;
				width: 430px;
				height: auto;
				padding-left: 15px;
				padding-bottom: 10px;
				padding-right: 55px;
				padding-top: 0px;
				line-height: 16px;}
			
		#confoot {
			position: relative;
			width: 700px;
			height: 40px;
			padding: 0; margin: 0;
			text-align: center;
			clear: both;}

#ads {
	position: absolute;
	margin-left: 50%;
	left: 400px;
	top: 100px;
	width: 100px;
	height: auto;
	padding: 10px;}

#cnotice {
  position: relative;
  width: 100%;
  height: auto;
  background: #BBBBBB;
  clear: both;
  text-align: center;
  padding-top: 5px;
  font-size: 0.9em;
  color: #333333;}


	/* TEXT CLASSES */


p {margin-top: 15px;}

a:link, a:visited {color: #990000; text-decoration: none;}
a:hover, a:active {color: #333333; text-decoration: none;}

.H1 {font-weight: bold;} /* bold */
.H2 {font-style: italic;} /* italic */
.H3 {text-decoration: underline;} /* underline */
.H4 {margin-left: 2px; color: #990000; letter-spacing: 2px;} /* suntitle */
.H5 {font-size: 1.4em; font-weight: bold; color: #990000; letter-spacing: 2px;} /* title */
.H6 {color: #990000; font-style: italic;} /* red italic */
.H7 {font-size: 0.9em; font-style: italic;} /* quote */
.H8 {color: #990000; font-weight: bold;} /* red bold */


	/* IMAGE CLASSES */	


.imgleft {margin: 10px; float: left;}

.imgright {margin: 10px; float: right;}

.header11 {background: url(/resources/images/header-11.jpg) center no-repeat;}
.header12 {background: url(/resources/images/header-12.jpg) center no-repeat;}
.header13 {background: url(/resources/images/header-13.jpg) center no-repeat;}
.header14 {background: url(/resources/images/header-14.jpg) center no-repeat;}
.header15 {background: url(/resources/images/header-15.jpg) center no-repeat;}
.header16 {background: url(/resources/images/header-16.jpg) center no-repeat;}
.header17 {background: url(/resources/images/header-17.jpg) center no-repeat;}

img {
	border:0px;
}

	/* SLIDESHOW CSS */
	
	
div.slideshow {
	position: relative;
	width: 160px;
	height: 451px;
	margin-top: 10px;}

.slideshow div {
	position: absolute;
	top: 0;
	left: 0;}
