html
{
  overflow: hidden;
  height: 99%;
}

body
{
  background: #cccccc;
  height: 99%;
  margin: 0px;
  padding: 0px;
  line-height: 150%;
  text-align: center;
}

*
{
  font-size: 12px; 
  font-family: Tahoma, Verdana, sans-serif; 
  color: #000000;
  text-align: left;
}

/* === Containers === */

#first_container
{
	margin: 0px auto 0px auto; 
	display: table;
	position: relative;
	width: 800px;
	height: 100%;  
	background-color:#cccccc;
}

#third_container
{
	position: absolute; 
	top: 25%;
	vertical-align: middle;
}

#meni
{
	position:absolute;
	float:right;
	height:30px;
}

#content
{
	position:relative;
	border:15px;
	border-style:solid;
	border-color:#ffffff;
	height:350px;
	width:760px;
	background-color:#ffcb99;
}

#content_text
{
	padding-left:5px;
	position:absolute;
	height: 100%;
	width:370px;
	overflow:hidden;
	text-align:justify;
}

#content_text_ful
{
	padding-left:5px;
	position:absolute;
	height: 100%;
	overflow:hidden;
	text-align:justify;
}

#content_text_img
{
	padding-left:0px;
	position:absolute;
	height: 100%;
	width:370px;
	overflow:hidden;
	text-align:justify;
}

#content_nav
{
	position:absolute;
	top:0px;
	left:370px;
	width:20px;
	height:100%;
}

#content_img
{
		position:relative;
		left:395px;
		width:365px;
		height:350px;
		text-align:right;
}


/* === Menu === */
#menu
{
  list-style: none;
  display:inline;
  height:31px;
}

#menu_nav
{
	position:absolute;
	top:0px;
	left:740px;
	width:20px;
	height:100%;
}

#menu li
{
	float: right;
	display:inline;
}

#menu a, #submenu a, .link
{
	text-decoration: none;
	text-align: center;
	font-size:15px;
	font-weight:bold;
}

#menu a:link, #menu a:visited, #submenu a:link, #submenu a:visited
{
  color:#ffffff; 
}

#menu a:hover, #menu a:active, #submenu a:hover, #submenu a:active
{
  color:#ff6633; 
}

.menu_selected a
{
	color:#ff6633;
}

/* === Language menu === */

#submenu
{
  float: left;
  height: 31px;
  width: 300px;
  padding-left: 10px;
  margin: 0;
  list-style: none;
  background-color:#cccccc;
}

#submenu li
{
  float: left;
  display: block;
  width: 100px;  height: 31px;  
}

/* === Inline Text Styles === */

h1
{
	margin: 0px 0px 25px 0px;
	font-size: 45px;
	color: #ff6633;
	background-color: inherit;
}

.title
{
	font-weight:bold;
	font-size:14px;
	color:#ff6633;
}

.bold
{
	font-weight:bold;
}

.italic
{
	font-style:italic
}

.orange
{
	font-weight:bold;
	color:#ff6633;
}

.copyright
{
	height: 31px;
	text-align: right;
	color: #000000;
	background-color: #cccccc;
}

.photo
{
	border:0px;
	position:absolute;
	right:0px;
	bottom:0px;
}
