body {
	background-color:#fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62%;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	height: 100%;
	color: #666;
}

a:link {
	text-decoration: none;
	font-size: 100%;
}

a:hover {
	text-decoration: none;
	color:#666;
}

h1 {
	font-size:14px;
}

h2 {
	font-size:12px;
}

h3{
	font-size:12px;
}

/* container*/

#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 969px;
	padding: 0px 20px 30px 20px;
	height: 100%;
}

/* mainMenu */

#mainMenu {
	width:210px;
}

/* logo*/

#logo {
	font-size:16px;
	text-decoration:none;
	color: #666;
}

#logo A {
	color: #666;
}


/* mainMenu */

#mainMenu {
	position: fixed;

}

#navcontainer ul {
	width:210px;
	height:100%;
	margin-left: -40px;
	list-style-type: none;
	padding-top: 10px;
}

li {
	padding-top: 7px;
	color: #999;
}

li a {
	text-decoration:none;
	font-size:12px;
	color: #999;
}

li a:hover {
	text-decoration: none;
}

#active {
	color: #999;
	text-decoration:underline;
	}
	
/* mainContent*/

#mainContent {
	width: 725px;
	height:100%;
	position:absolute;
	top: 85px;
	left: 264px;
}


/* frontpage*/
#frontpage {
	margin-left:-12px;
}

/* News*/

#news {
	margin-bottom: 20px;  
}

#news a {
	color:#999;
}

#news a:hover {
	text-decoration: none;
	color:#000;
}

#newsTitel {
	width: 725x;
}

#newsDate {
	position:absolute;
	left: 703px;
	width: 100px;
	z-index:700;
	float: right;
	margin-top: -26px;
	text-align:right;
}

#newsContent {
	width: 700px;
	margin-top: 20px;
}

/* contact*/
#contact a {
	text-decoration: none;
	color:#999;
}

#contact a:hover {
	text-decoration: none;
	color: #000;
}

/* texts*/

#texts {
	margin-top:-10px;
	margin-left: -10px;
	width:725px;
}

#texts a {
	color:#999;
}

#texts a:hover {
	color: #000;
	text-decoration: none;
}

#texts02 {
	width:725px;
	height:100%;

}

#texts02 a {
	color:#999;
}


#ref{
	color: #999;
	font-size:10px;
	text-decoration: none;
}

sup{
	font-size:5px;
}

/* footer */

#footer {
	height:50px;
	margin-bottom: 20px;
	margin-top: 90px;
	color:#999;
}

#footerGallery {
	height:50px;
	margin-bottom: 20px;
	color:#999;
	position: fixed;
	top: 790px;
}
