/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
}
a img {
	border:none;
}
a {
	color:#900;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	margin:15px 0;
	color:#900;
	font-size:13px;
}
p {
	margin:15px 0;
	line-height:1.6em;
}
input, select, textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
td {
	vertical-align:top;
}
#site {
	width:800px;
	margin:0 auto;
}
#header {
	height:170px;
	position:relative;
	font-weight:bold;
	color:#999;
}
#header a {
	color:#999;
}
#header img {
	float:left;
}
#lang {
	position:absolute;
	left:200px;
	top:13px;
}
#topmenu {
	position:absolute;
	right:0;
	top:13px;
}
#logo {
	position:absolute;
	bottom:0;
	left:0;
}
#imgHeader {
	position:absolute;
	bottom:0;
	right:0;
}
#menu {
	padding-left:210px;
	height:30px;
	background:#000;
	color:#666;
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	overflow:hidden;
	position:relative;
}
#menu a {
	color:#666;
	padding-right:7px;
}
#menu a:hover, #menu a:focus, #menu a.active, #submenu a:hover, #submenu a:focus, #submenu a.active {
	color:#FFF;
}
#container {
	overflow:hidden;
	background:url(../images/sidebar_left.jpg) top left no-repeat;
}
* html #container {
	height:1%;
}
#submenu {
	float:right;
	width:590px;
	height:15px;
	background:#900;
	line-height:15px;
	color:#F66;
	font-weight:bold;
	padding-left:10px;
}
#submenu a {
	color:#F66;
	padding-right:7px;
}
#container-left {
	float:left;
	width:200px;
}
#newsTeaser {
	margin:0 30px;
	margin-top:50px;
	color:#900;
	font-size:12px;
	font-style:italic;
}
#container-right {
	float:right;
	width:590px;
	padding-left:10px;
}

#content {
	float:left;
	width:340px;
	margin-top:35px;
}
#imgLarge {
	float:right;
	width:240px;
	text-align:right;
	overflow:hidden;
}

#footer {
	clear:both;
	text-align:center;
	padding-top:15px;
	color:#999;
}
	
#footer a {
	color:#999;
}

