/* 
	///// general setup 
*/

html {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height:1.4;
	color: #000;
    margin:0;
    padding:0;
    /* overflow-x:hidden; */
}

body {
    margin:0;
    padding:0;
}



/* layout setup content pages */

#wrap {
    position:relative;
	margin: 25px 0 0 25px;
    width:900px;
}

/* head */

#head {
    position:absolute;
    height:50px;
    top:0;
    left:0;
 }


/* logo */

#head h2, #head h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color:#000;
	font-size: 14px;
	line-height: 16px;
	display: block;
	padding: 0 0 2px 0;
	margin: 0 0 5px 0;
	width: 225px; 
}
#head h2 a:link, #head h2 a:visited, #head h1 a:link, #head h1 a:visited {
	color: #000;
	text-decoration:none;
}
#head h2 a:hover, #head h2 a:active,#head h1 a:hover, #head h1 a:active {
	color:#000;
	border-bottom: 1px solid #444;
}


/* navigation */

#navigation {
    position:absolute;
    top:100px;
    left:0;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation ul li {
	margin: 2px 0 0 0;
	padding: 0;
}

#navigation ul li .rub1 a {
	color: #000;
	text-decoration: none;
}
#navigation ul li .rub1act a {
	color: #000;
	border-bottom: 1px solid #333;
	/* text-decoration: underline; */
}

#navigation ul li .rub1 a:hover, #head .navigation ul li .rub1 a:active, 
#navigation ul li .rub1act a:hover, #head .navigation ul li .rub1act a:active {
	color: #000;
	border-bottom: 1px solid #333;
	/* text-decoration: underline; */
}

#navigation h4 {
	margin: 0 0 3px 0;
	padding: 0;
}

#navigation select.js_nav
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #111;
	font-weight: normal;
	width: 150px; 
	margin: 2px 0 0 0;
}




#project {
    position:absolute;
    top:100px;
    left:225px;
    width:675px;
    padding: 0 0 25px 0;
}



/* layout setup content pages */

#home_wrap {
    position:absolute;
	/*
	margin: 200px 0 0 25px;
    */
    top:25%;
    left:25px;
    width:900px;
    height:200px;
    background-color:#fff;
}

#home_wrap #head {
    position:absolute;
    top:23px;
    left:25px;
 }

#home_wrap #title {
    position:absolute;
    bottom:20px;
    right:25px;
 }

#home_wrap #navigation {
    position:absolute;
    top:23px;
    left:330px;
 }
 
#home_wrap #navigation .col_1 {
    position:absolute;
    width:175px;
    top:0;
    left:0;
}
#home_wrap #navigation .col_2 {
    position:absolute;
    width:175px;
    top:0;
    left:190px;
}
#home_wrap #navigation .col_3 {
    position:absolute;
    width:175px;
    top:0;
    left:380px;
}

#home_wrap #navigation select.js_nav
{
	width: 165px; 
}

#home_wrap #lang_navigation {
    position:absolute;
    bottom:20px;
    left:25px;
 }

#lang_navigation a:link, #lang_navigation a:visited {
	color: #000;
	text-decoration:none;
}
#lang_navigation a:hover, #lang_navigation a:active, #lang_navigation .act {
	color:#000;
	border-bottom: 1px solid #444;
}






/* 
	///// link definitions 
*/

a {
	outline:none;
}

a.textl:link, a.textl:visited {
	color: #000;
	text-decoration:none;
	border-bottom: 1px dotted #666;
}
a.textl:hover, a.textl:active {
	color:#000;
	border-bottom: 1px solid #444;
}

a:link, a:visited, a:hover, a:active {
	text-decoration:none;
}


a.filel:link, a.filel:visited {
	color: #000;
	text-decoration:none;
	padding: 0 0 0 15px;
	background: #fff url(pics/down.gif) no-repeat 0px 0px;
	border-bottom: 1px dotted #666;
}
a.filel:hover, a.filel:active {
	color:#000;
	background: #fff url(pics/down.gif) no-repeat 0px 1px;
	border-bottom: 1px solid #444;
}



/* 
	///// module definitions 
*/


#modules {
	margin: 0;
	padding: 0;	
}


/* image module */

.module_image {
}

.module_imageandtext .image_content {
}


#slides {
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

#slides .slider, #slides .slider li {
	list-style:none;
	margin: 0;
	padding: 0;
}

#slides .slider {
	overflow: hidden; 
	position: relative;
	/* optional */
	margin-left: 0;
}
#slides .slider, #slides .slider li {
	float: left;
	position: relative;
	overflow:hidden;
}


#slides .slider li img{
	display:block;
}
#slides .slider li .caption {
	background: transparent url(pics/overlayw.png);
	position: absolute;
  	right: 8px;
  	bottom: 8px;
/*	width:675px;
	text-align:right; */
}
#slides .slider li .caption p {
	color:#111;
	font-size: 11px;
	padding: 2px 8px 2px 8px;
	margin:0;
}

.module_slideshow {
}

.module_slideshow .nav_next {
	overflow:hidden;
	position: absolute;
  	top: 0;
  	right: 0;
  	width:675px;
}
.module_slideshow .nav_next a.nav_next_slide {
	display:block;
	position: absolute;
  	top: 0;
  	right: 0;
  	width:50px;
  	height:100%;
	background: transparent url(pics/fwd.gif) no-repeat right center;
}


/* text module */

.module_text {
    width:675px;
    margin-top:20px;
}

.module_text .text_1 {
	float:left;
    width:210px;
    margin-right:23px;
}
.module_text .text_2 {
	float:left;
    width:210px;
    margin-right:22px;
}
.module_text .text_3 {
	float:left;
    width:210px;
}



/* download module */

.module_download {
    width:675px;
    margin-top:20px;
}

.module_text .text {
	float:left;
    width:210px;
}



/* general information */

p { 
	margin: 0 0 3px 0;
}
div {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5 {
	margin: 0 0 5px 0;
	padding: 0;
}
h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 1em;
}

.clear {
	margin:0;
	padding:0;
	clear: both;
	line-height:1px;
	font-size:1px;
}

.space20, .dist20 {
	clear:both;
	height: 20px;
	font-size:1px;
}

.space10, .dist10 {
	clear:both;
	height: 10px;
	font-size:1px;
}

.space5, .dist5 {
	clear:both;
	height: 5px;
	font-size:1px;
}

.space3, .dist3 {
	clear:both;
	height: 3px;
	font-size:1px;
}

.hidden {
  	display:none;
}
.transp {
	opacity: 0;
	-moz-opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}



