/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#F2F2F2 url(../images/body_bg.gif) top center repeat-y;
}
#site {
	width:960px;
	margin:0 auto;
	position:relative;
}
#header {
	background:#4F8095;
}
#top {
	position:relative;
	height:80px;
}
#logo img {
	border:none;
	margin-top:10px;
	margin-left:25px;
}
#topmenu {
	position:absolute;
	right:15px;
	top:15px;
	font-size:10px;
	color:#FFF;
}
#topmenu a {
	text-transform:uppercase;
	color:#FFF;
	text-decoration:none;
}
#guides {
	height:150px;
}
#guides img {
	float:left;
}
#menu {
	height:32px;
	width:960px;
	overflow:hidden;
}
#menu a {
	float:left;
	display:block;
	width:120px;
	height:32px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	background:url(../images/menu_out.jpg) top left no-repeat;
	vertical-align:middle;
}
#menu a:hover, #menu a.active {
	background:url(../images/menu_over.jpg) top left no-repeat;
}

#container {
	overflow:hidden;
	margin-top:30px;
}
* html #container {
	height:1%;
}
#container-left {
	float:left;
	width:155px;
	margin-left:23px;
	display:inline;
}
#rootTitle {
	color:#FFF;
	background:url(../images/submenu_top.gif) top left repeat-x;
	height:19px;
	line-height:19px;
	font-weight:bold;
	padding-left:20px;
	margin-bottom:2px;
}
#submenu a {
	display:block;
	text-decoration:none;
	height:25px;
	line-height:25px;
	border-bottom:1px solid #C6C7BB;
	padding-left:20px;
	color:#363636;
}
#submenu a:hover, #submenu a.active {
	background:url(../images/submenu_over.gif) top left repeat-x;
}
#covers {
	margin-top:20px;
	text-align:center;
}
#covers img {
	border:none;
	width:140px;
}
#container-middle {
	float:left;
	width:550px;
	margin-left:22px;
	display:inline;
}
#content a {
	color:#28485c;
}
.cLeft {
	float:left;
	width:155px;
	position:relative;
	overflow:hidden;
}
.cRight {
	float:right;
	width:380px;
}
h1 {
	font-size:17px;
}
h2 {
	font-size:15px;
}
h3 {
	font-size:13px;
}
h4 {
	font-size:12px;
}
#container-right {
	float:right;
	width:165px;
	margin-right:23px;
	display:inline;
}
#search {
	height:40px;
	background:url(../images/search.gif) top left no-repeat;
	padding-top:26px;
	padding-left:10px;
	margin-bottom:12px;
}
#search input {
	font-size:10px;
}
#credits {
	margin-top:25px;
}
#credits a {
	color:#999;
}
.liste img {
	float:left;
}
.listen_content {
	padding-left:140px;
}
.clear, .clear_liste {
	clear:both;
}

.teaserBox {
	overflow:hidden;
	margin-bottom:10px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background:#f9fafc;
	border:1px solid #79a8c6;
	border-top:none;
	margin-bottom:12px;
}
* html .teaserBox {
	height:1%;
}
.teaserBox h1 {
	margin:0;
	font-size:11px;
	background:#4883a8;
	padding:2px 0;
	padding-left:5px;
	margin-bottom:5px;
}
.teaserBox h1 a {
	color:#FFF;
	text-decoration:none;
}
.teaserBox p {
	margin:0;
	padding-left:5px;
	margin-bottom:5px;
}
.teaserBox img {
	float:left;
	padding-right:7px;
	padding-bottom:5px;
	border: 0px;
}
#visa {
	padding-top:45px;
}
/*#visa {
	position:absolute;
	top:262px;
	left:10px;
	display:none;
}
.Home #visa {
	display:block;
}*/
