html, body
{
 font-family: Tahoma, Geneva, Verdana, Serif;
 font-size: 13px;
 color: #ffffff;
/* background-color: #66cbff; */
 background-color: #3399cc;
 margin: 0;
 padding: 0;
}
#main
{
	margin: 0 auto;
	padding: 0;
	width: 770px;
}
#header
{
	position: absolute;
	display: block;
	width: 770px;
	height: 110px;
}
#cloud
{
/*	border: solid 1px #999999;*/
	float: left;
}
#content
{
/*	border: solid 1px #009900;*/
	width: 100%;
}
#page
{
/*	border: solid 1px #999999;*/
	position: absolute;
	top: 180px;
	width: 520px;
	float: left;
}
#menuright
{
	float: right;
	width: 204px;
	padding: 30px 0px 0px 30px;
	margin: 170px -20px 0px 0px;
	min-height: 240px;
	background: url('../gfx/rightmenuback.png') no-repeat;
}
#menurightcontent
{
	width: 165px;
}
#menuright a
{
	color: #ffffff;
	text-decoration: none;
}
.menurightlinks
{
	padding:0;   
	margin:0;   
}
.menurightlinks li
{
	margin-bottom: 1em;
	list-style-type:none;
}
#menuright a:hover
{
	text-decoration: underline;
}
#logo
{
/*	border: solid 1px #009900;*/
	margin: 75px 90px 0px 0px;
	text-align: right;
}
#tagline
{
/*	border: solid 1px #009900;*/
	float: right;
	margin-right: 90px;
	font-size: 14px;
	color: #000000;
}
.headline
{
	font-family: Georgia, Times, Serif;
	font-size: 19px;
	line-height: 24px;
	font-weight: bold;
	color: #ffffff;
}

.text
{
	font-family: Tahoma, Geneva, Verdana, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	color: #ffffff;
}

img
{
/*	border-style: none;*/
}

a
{
	color: #ffffff
/*	border: solid 1px #ffffff;*/
}


#languages
{
/*	border: solid 1px #999999;*/
	float: right;
	margin-top: 5px;
/*	color: #8cd8ff;*/
	color: #ffffff;
}
#languages a
{
	font-size: 9px;
	text-decoration: none;
	color: #ffffff;
}
#languages a:hover
{
	font-size: 9px;
	text-decoration: underline;
}


#man_in_the_mirror
{
	position:fixed;
	left:0;
	bottom:0;
	z-index:1;
	width: 187px;
	height: 446px;
	opacity:0.1;
	filter:alpha(opacity=10);
}



