﻿	* {
		margin:0;
		padding:0;
		font:10pt Verdana;
	}
	
	body {
		background:url('/images/background.jpg');
	}
	
	.divContainer {
		position:absolute;
		width:875px;
		height:100%;
		left:50%;
		margin-left:-437px;
	}
	
	.divHeader {
		background-image:url('/images/header.jpg');
		background-repeat:no-repeat;
		width:875px;
		height:100px;
		cursor:pointer;
	}
	
	.divContent {
		position:relative;
		background:url('/images/contentline.jpg');
		background-repeat:repeat-y;
		padding-left:200px;
		min-height:80%;
	}
	
	.divContent .divText {
		padding:10px 35px 10px 0;
	}
	
	.divNavigation { 
		position:absolute;
		top:105px;
		left:50%;
		margin-left:-400px;
	}
	
	.divNavigation ul {
		list-style:none;
		text-align:center;
	}
				
	.divFooter {
		background-image:url('/images/footer.jpg');
		background-repeat:no-repeat;			
		width:875px;
		height:35px;
		text-align:center;
		font:7pt Verdana;
		color:#CCC;
	}

	.divSiteposition {
		display:inline;
		font:8pt Verdana;
	}
	
	.mnuTop , .mnuBottom{
		background-image:url('/images/mnu_top.jpg');
		font-size:0;
		width:150px;
		height:1px;
		line-height:1px;
		padding:0;
		margin:0;
		border:0;
		margin-top:3px;
		margin-bottom:3px;
	}
	
	.mnuBottom {
		background-image:url('/images/mnu_bottom.jpg');
	}
	
	.divNavigation #ulNavi li  {
		display:inline;
	}
	
	#divSubMenu {
		border:1px dotted #CCC;
		padding:4px;
		margin-left:5px;
		margin-bottom:5px;
		width:135px;
		height:auto;
		float:right;
		margin-top:20px;
	}
	
	#divSubMenu a {
		font-size: 80%;
	}
	
	h1 {
		font-weight:600;
		margin-bottom:4px;
	}
	
	h2 {
		font-weight:600;
		margin:4px 0;
	}
	
	p {
		margin-top:5px;
	}
	
	ol, .liste {
		list-style-position:inside;
		margin-top:5px;
	}
	
	b, .b {
		font-weight:600; 
	}
	
	a, a:link, a:visited {
		color:#336699;
		text-decoration:none;
	}
	
	a:hover{
		color:#c8dfec;
		text-decoration:none;
	}
	
	.divFooter a:link, .divFooter a:visited  {
		color:#BBB;
		border-bottom:1px dotted #BBB;
		font:7pt Verdana;
	}
	
	.divFooter a:hover {
		border-bottom:none;
	}
	
	.contentbox {
		border:1px dashed #333;
		color:#333;
		background:#EFEFEF;
		padding:5px;
		margin:10px 0;
	}
	
	.divNavigation #idSideAds {
		text-align:center;
		margin-top:10px;
	}
	
	.divNavigation #idRate {
		margin:10px 0;
		text-align:center;
	}
	.divNavigation #idRate img {
		cursor:pointer;
		vertical-align:text-bottom;
	}
	
	input {
		border:1px solid #CCC;
		width:100px;
		text-align:right;
	}
	
	.v {
		clear:both;
		width:100px;
		display:block;
		float:left;
	}
	
	.highlight {
		color:#336699;
	}
	
	th, strong, .highlight, .v {
		font-weight:600;
	}
	
	.numbers {
		float:left;
		width:485px;
	}
	
	.left {
		float:left;
	}

	.right {
		float:right;
	}
	
	.clear {
		clear:both;
		height:15px;
	}
	
	.big {
		font-size: 14px;
	}
	
	.plusone {
		text-align: center;
		margin: 10px 0;
	}
