/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#686868;
	background:#cccaca url(../images/body_bg.jpg) top left repeat-x;
	padding-top:10px;
}
a {
	color:#686868;
	text-decoration:none;
}
a img {
	border:none;
}
#site {
	width:998px;
	margin:0 auto;
	background:url(../images/site_bg.jpg) top left no-repeat;
}
#wrapper {
	width:912px;
	margin:0 auto;
	background:#FFF;
}
#header {
	position:relative;
	background:url(../images/header_bg.jpg) top left repeat-x;
	height:270px;
}
#logo {
	text-align:center;
	height:43px;
}
#logo img {
	padding-top:10px;
}
#menu {
	text-align:center;
	background:url(../images/menu_left.jpg) top left no-repeat;
	width:750px;
	margin:0 auto;
	padding-left:25px;
	font-size:12px;
}
#menu ul, #menu li {
	margin:0;
	padding:0;
	list-style:none;
}
#menu ul {
	background:url(../images/menu_right.jpg) top right no-repeat;
	height:50px;
}
#menu li {
	float:left;
}
#menu a {
	display:block;
	height:48px;
	line-height:44px;
	margin:0 15px;
}
* html #menu a {
	float:left;
	line-height:normal;
	padding-top:15px;
	height:33px;
	margin:0 5px;
}
#menu a:hover, #menu a.active {
	background:url(../images/menu_over.jpg) bottom center no-repeat;
	color:#1874b8;
}
#imgHeader {
	position:absolute;
	bottom:0;
	left:-44px;
}
#container {
	overflow:hidden;
	background:url(../images/sidebar_divider.gif) 650px 0 no-repeat;
	min-height:500px;
	margin-top:15px;
	padding-bottom:25px;
}
* html #container {
	height:1%;
}
#container-left {
	float:left;
	width:560px;
	margin-left:40px;
	display:inline;
}
#breadcrumb {
	font-size:10px;
}
#content {
	margin-top:25px;
}
.serverTitle {
	font-size:24px;
	color:#1b76b9;
}
#content a {
	color:#1b76b9;
	text-decoration:underline;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
h4 {
	font-size:12px;
}
#container-right {
	float:right;
	width:205px;
	margin-right:20px;
	display:inline;
	font-size:10px;
}
.boxBottom {
	background:url(../images/sidebarBox_bottom.jpg) bottom left no-repeat;
	padding-bottom:30px;
	margin-top:20px;
}
.boxTop {
	background:url(../images/sidebarBox_top.jpg) top left no-repeat;
	min-height:160px;
	padding:0 15px;
	overflow:hidden;
}
.boxTop h1 {
	font-size:13px;
	color:#1a75b9;
	margin:15px 0;
}
.boxTop p {
	margin:15px 0;
}
#copy {
	text-align:center;
	line-height:18px;
}

#footer {
	background:url(../images/footer_bg.jpg) top left no-repeat;
	height:48px;
	clear:both;
	width:912px;
	margin:0 auto;
	padding-top:22px;
	text-align:center;
	font-size:10px;
}

.liste {
	overflow:hidden;
}
* html .liste {
	height:1%;
}
.team_liste {
	padding-bottom:5px;
}

.liste img {
	float:left;
	padding-right:15px;
}
.listen_content {
	padding-left:140px;
}
.clear, .clear_liste {
	clear:both;
}
.teamliste_detail .listen_content {
	padding:0;
}
