*html
{
	margin:0px;
	padding:0px;
	height:100%;
	width: 100%;
}

.align-justify{
	text-align:justify;
}

body
{
	height:100%;
	width: 100%;
 	background: #161C24;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;	
	font-weight:normal;
	color: #ffffff;
	text-align:justify;
}

img { border: 0px; }
form { margin: 0px; }

a {
         color: #FFFFFF;
         text-decoration: underline;
}

.layout
{	
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 1000px;
	height:1239px;
	background-image: url(../img/bgbig.jpg); 
}

/* Sliding menu */

div#menu-title
{
	padding: 0px; 
	height: 41px;
	text-align: left;
}

div.menu-container
{
	position: absolute;
	top: 136px;
	left: 368px;
	z-index:1000;
}

div.item-content
{
	height: 272px;
	width: 254px;
	background: url("../img/menu.png") no-repeat;
}

div.item-content ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.item-content ul li a
{
	text-decoration:none;
	display: block;
}

div.item-content ul li
{
	line-height: 41px;
	width: 178px;
}

div.menu-container div.item-content ul li a,div.menu-container div.item-content ul li {
	height:41px;
}

li.menu_home { background: url("../img/menu/home.png") no-repeat; }

li.menu_home:hover { background: url("../img/menu/home-h.png") no-repeat; }

li.menu_bio { background: url("../img/menu/bio.png") no-repeat; }

li.menu_bio:hover { background: url("../img/menu/bio-h.png") no-repeat; }

li.menu_tour { background: url("../img/menu/tour.png") no-repeat; }

li.menu_tour:hover { background: url("../img/menu/tour-h.png") no-repeat; }

li.menu_media { background: url("../img/menu/media.png") no-repeat; }

li.menu_media:hover { background: url("../img/menu/media-h.png") no-repeat; }

li.menu_gear { background: url("../img/menu/gear.png") no-repeat; }

li.menu_gear:hover { background: url("../img/menu/gear-h.png") no-repeat; }

li.menu_contact { background: url('../img/menu/contact.png') no-repeat; }

li.menu_contact:hover { background: url('../img/menu/contact-h.png') no-repeat; }

/* Page content */

div.content
{
	padding: 14px 60px 0px 60px;
	text-align: left;
	height: 993px;
	z-index: 0;
	text-align:justify;
}

td.content_left
{
	background: url('../img/transparent.png');
	padding: 5px 15px 5px 21px;
}

td.content_right
{
	background: url('../img/transparent.png');
	padding: 5px 13px 5px 13px;
}

div#footer
{
	text-align:center;
}

h1
{
	margin: 0px 0px 10px 0px;
	font-weight:normal;
	font-size: 14px;
	color: #75AAB6;
	text-transform:uppercase;
}

h2
{
	margin: 8px 0px 8px 0px
	font-weight:normal;
	font-size: 11px;
	color: #7EBDCB;
}

.content_right h2{
	margin:0;
}

h3, h3 a
{
	margin: 2px 0px 3px 0px;
	font-weight:normal;
	font-size: 24px;
	color: #9EEBFD;
	text-transform:uppercase;
	text-decoration: underline;
}

h3 a:hover
{
	color: #F4AC00;
}


/* Containers */

td.round-top-large
{
	background: url(../img/topl.png) no-repeat; 
	height: 8px;
}

td.round-top-small
{
	background: url(../img/tops.png) no-repeat; 
	height: 8px;
}

td.round-bottom-large
{
	background: url(../img/bottoml.png) no-repeat; 
	height: 8px;
}

td.round-bottom-small
{
	background: url(../img/bottoms.png) no-repeat; 
	height: 8px;
}

table.small-table
{
	width: 236px;
	margin-bottom:10px;
	border: 0px;
}

table.large-table
{
	width: 634px;
	margin-bottom:10px;
	border: 0px;
}

/* Language menu */

div#lang-menu 
{
	padding: 14px 0px 0px 35px;
	text-align:left;
	height: 81px;
	line-height: 10px;
}

div#lang-menu ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div#lang-menu ul li
{
	padding-bottom: 8px;
}

td.location-link
{
	width: 299px;
	padding-left: 84px;
}

ul#second-menu
{
	display: inline;
	margin: 0px;
	padding: 0px;	
	list-style-type: none;	 
}

ul#second-menu li
{
	display: inline;
	margin: 0px;
	padding: 0px;	
}

ul#second-menu li a
{
	color: #ffffff;
	text-decoration: none;
}

a.crumpLink
{
	text-decoration: underline;
	color: #ffffff;
}

/* Content details */

.newsletter-input
{
	height: 12px;
	border; 1px solid #CBCBCB;
	color: #979797;
	font-size: 11px;
	padding:0px 0px 2px 2px;
}

.newsletter-btn { position: absolute; }
p { margin: 0px; }

p.bodytext
{
	margin: 0px;
	line-height: 16px; 
}

.news-title { padding-bottom: 5px; }

.news-title a
{
	font-size: 12px;
	text-decoration: underline;
	color: #FFFFFF;
}

.mehr a, .mehr a:hover
{
	color: #80BECC;
	font-size: 11px;
	text-decoration: none;
}

.clearer
{
	color: #FFFFFF;
	margin: 10px 0px 10px 0px;
}

/************************************** gallery *******************************/

div.curent_album{
	padding:0px;
}
div.all_albums, div.all_pictures {
	clear:both;
	display:block;
	float:none;
	padding:0px;
}

div.album_row{
	padding:10px 0px;
	clear:both;
}

div.album_left{
	float:left;
	width:43%;
	height:185px;
	padding: 10px 15px 0px 15px;
	border:1px solid #000000;
}

div.album_right{
	float:right;
	width:43%;
	height:185px;
	padding: 10px 15px 0px 15px;
	border:1px solid #000000;
}

div.album_image{
	vertical-align:middle;
	text-align:center;
	width:150px;
	height: 150px;
	vertical-align:middle;
}

div.all_albums div.album_image{
	width:150px;
}

div.all_albums div.text{
	margin-bottom: 5px;
}

div.text a{
	word-wrap: break-word
}

div.album{
	float:left;
	padding:15px 15px 15px 15px;
	height:150px;
	width:150px;
}

div.images{
	text-align:center;
	width:150px;
         height: 150px;
}

.title{
	font-weight:bold;
         font-size: 12px;
}

div.text a, div.text{
	word-wrap: break-word;
}

.description{
	font-weight:normal;
}

/************** Menu from home page **************/

.main_menu_left {
	width: 107px;
	border-right: 1px solid #000000;
	background: url('../img/transparent.png');
	padding: 5px 0px 5px 21px;
	vertical-align:top;
}

.main_menu_right {
	padding: 5px 15px 5px 14px;
	background: url('../img/transparent.png');
	vertical-align:top;
}

/************ left content with scroll *************/

#content1 {
	height: 930px;
	width: 565px;
	float:left;
	overflow:hidden;
	padding-right: 10px;
}

#main, #main1 { 
	background: url(../img/scrollbar/scr-back.jpg) no-repeat;
	background-position: top right;
	height:930px;
	width: 593px;
}

.scrollbar-vert {
	height: 894px;
	width: 18px;
	float:left;
         margin: 18px 0px 18px 0px;	
}

.handle-vert{
	height: 45px;
	width: 18px;
	background: url(../img/scrollbar/scrollbar.jpg) no-repeat;
}

/************ mini left content with scroll *************/

#content2 {
	height: 350px;
	width: 565px;
	float:left;
	overflow:hidden;
	padding-right: 10px;
}

#main2 { 
	background: url(../img/scrollbar/scr-back-mini.jpg) no-repeat;
	background-position: top right;
	height:350px;
	width: 593px;
}

.scrollbar-vert2 {
	height: 314px;
	width: 18px;
	float:left;
         margin: 18px 0px 18px 0px;	
}

.handle-vert2{
	height: 45px;
	width: 18px;
	background: url(../img/scrollbar/scrollbar.jpg) no-repeat;
}

.osf-player { 
	margin: 5px 0px 20px 10px;
	background: #000000;
	width: 480px;
	height: 400px;
}

.osf-player-title { 
        margin: 0px 0px 0px 10px;
	width: 480px;
	text-align: center;
	font-weight:bold;
}

.osf-player-description { 
        margin: 0px 0px 0px 10px;
	width: 480px;
	text-align:center;
	font-weight:bold;
}

.tt-news-image {
	margin-bottom: 10px;
}

.news-single-img {
	margin-left: 10px;
}