body {
	background-color: #d3d3d3;
	}

#posbox {
	width: 939px;
	margin-left: auto;
	margin-right: auto;
	}

.wrapper {
	width: 678px;
//	background-color: red;
	float: right;
	margin-top: 10px;
	}

#aside {
	width: 189px;
	
	}

#article {
	background-color: #ebe9e9;
	width: 480px;
	height: 484px;
	float: right;
	color: #000000;
	border-top: solid 3px #4c4c4c;
	border-bottom: solid 3px #4c4c4c;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	}

#scrollbereich {
	display:block;
	overflow:auto;
	position:absolute; 
	width: 450px;
	height: 420px;
	margin-left: 15px;
	}

.clearfix {
	clear: both;
	}


/*------------------------------------
   Stylen des Artikelbereichs
----------------------------------*/
h1 {
	font-family: Georgia, serif;
	font-size: 21px;
	text-transform: uppercase;
	padding-top: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-left: 0px;
	}

h2 {
	font-family: Georgia, serif;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 10px;	
	}

p {
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 21px;
	}

#article a {
	text-decoration: underline;
	color: #000000;
	}
	
#article a:hover {
	color: #900000;
	}

#article ul {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	list-style-type: square;
	}
	
#article table {
	background-color: #4c4c4c;
	color: #d3d3d3;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align:left;
	}

#article .tabletop {
	background-color: #4c4c4c;
	color: #d3d3d3;
	}

td {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	}

#article .tab_1 {
	background-color: #cec9c9;
	color: #000000;
	}

#article .tab_2 {
	background-color: #e0dcdc;
	color: #000000;
	}


#article_left {
	float: left;
	width:11px;
	height: 489px;
//	padding-top: -3px;
	margin-top: -3px;
	background-image: url(http://www.kletter-steig.de/grafiken/bg-article-left.png);
	}

#article_right {
	float: right;
	width:11px;
	height: 489px;
	padding:0;
	margin:0;
	margin-top: -3px;
	background-image: url(http://www.kletter-steig.de/grafiken/bg-article-right.png);	
	}



/*------------------------------------
   Stylen des Footerbereichs
----------------------------------*/
#footer {
	width: 930px;
	margin-right: 13px;
	text-align: right;
	color: #656565;
	font-family: Verdana;
	font-size: 10px;
	}

#footer a {
	color: #656565;
	text-decoration: none;
	}

/*------------------------------------
   Stylen der Navigation
----------------------------------*/

#nav {
	//background-color: green;
	width: 250px;
	float: left;
	margin-top: 0px;
	}
	
.navbox {
  padding:0;
  margin-top: 10px;
  height: 90px;
  width: 250px;
  background-color: #4c4c4c;
  //color: red;
  overflow: hidden;
}

.navbox-left {
	width: 10px;
	height: 90px;
	padding:0;
	margin:0:
	background-image: url(http://www.kletter-steig.de/grafiken/bg-navbox-left.png);
	background-color: #d3d3d3;
	float: left;
	}
	
.navbox-right {
	width: 10px;
	height: 90px;
	padding:0;
	margin:0:
	background-image: url(bg-navbox-left.png);
	background-color: #d3d3d3;
	float: right;
	}
	
.navbox h4 {
	color: b3b3b3;
	font-family: Georgia, serif;
	font-size: 21px;
	text-transform: uppercase;
	padding-top: 0px;
	margin-top: 6px;
	margin-bottom: 0px;
	margin-left: 5px;
	}

.navbox ul {
	color: #b3b3b3;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	list-style-type: none;
	margin-left: -22px;
	margin-top: 1px;
	}

.navbox a {
	text-decoration: none;
	color: #b3b3b3; 
	}

.navbox a:hover {
	//text-decoration: underline;
	color: #ffffff; 
	}
