/*base layout stuff*/

* {padding:0;margin:0}

body {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:12px;
	background-color:#ddd;
	margin:0;
	padding:0;
}

.flleft {
	float:left;
}

.flright {
	float:right;
}

#main {
	padding-top:20px;
	position:absolute;
	top:50%;
	left:50%;
	width: 970px;
	height:600px;
	padding: 0px;
	margin-top:-300px;
	margin-left: -485px;
	margin-right: -485px;
	color:#999;
}

#content {
	width: 970px;
	height: 542px;
}

#contentsub {
	width: 970px;
	height: 542px;
	position:absolute;
}

#frameright {
	border:2px solid #D7D7D2;
	height:538px;
	width:658px;
	right:0;
	background:#fff url('../img/bg_rectbig_fade.png') repeat-x;
	position:absolute;
}

#frameleft {
	background:#ddd url('../img/logo-claim.png') no-repeat;
	height:520px;
	width:292px;
	top:22px;
	left:0;
	position:absolute;
}

#foot{
	clear:both;
	width: 970px;
}
#footsub{
	padding:10px 2px 0 2px;
	font-size:10px;
	width:658px;
	margin-left: 308px;
	position:absolute;
}

/*objects*/

#gallery {
	border:2px solid #D7D7D2;
	width:288px;
	height:258px;
	overflow:hidden;
	background:#fff url('../img/bg_rectsmall_fade.png') repeat-x;
	position:absolute;
	bottom:18px;
	left:0;
}


#teaser {
	width:214px;
	height:150px;
	position:absolute;
	overflow:hidden;
	right:0px;
	bottom:0px;
float:left;
}

#teaser2 {
	width:214px;
	height:150px;
	position:absolute;
	overflow:hidden;
	right:0px;
	bottom:150px;
}

#teaser2 img {
	border:0;
margin-left: 50px;
margin-top: 10px;
}

#teaser img {
	border:0;
	right:0;
	position:absolute;
	bottom:0;	
}

#video {
	width:404px;
	height:280px;
	background:transparent url('../img/txt_video.png') no-repeat;
	position:absolute;
	left:20px;
	bottom:18px;
}

#flv {
	width:400px;
	height:258px;
	position:absolute;
	bottom:0;
	background:white; 
}

#languages {
	position:absolute;
	margin-right:20px;
	margin-top:16px;
	right:0;
	top:0;
	font-size:12px;
	line-height:145%;
}

#searchedfor {
	margin-left:20px;
	margin-top:16px;
	font-size:12px;
	line-height:140%;
}

/* text */

#languages ul {
	font-size:11px;
	padding:0;
	margin:0;
}

#languages li {
	line-height:140%;
	list-style:none !important;
	text-align:right;	
}

#searchedfor h1 {
	padding:0 0 14px 0;
	margin:0;
/*skri 10.03.2010 */
	color: #5e5e5e;
	font-weight: bold;
	font-size:16px;
}

#searchedfor p,ul {
	font-size:11px;
	padding:0;
	margin:0;
}

#searchedfor li {
	margin-left:15px;
}

#languages a,
#searchedfor a {
	font-weight:bold;
}

#foot a,
#languages a,
#searchedfor a {
	color:#999;
	text-decoration:none;
}

#foot a:hover,
#languages a:hover,
#searchedfor a:hover {
	color:#666;
}

#foot a {
	text-decoration:none;
}

