@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
}

#content {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width:940px;
	z-index: 8;
	border:#000 1px solid;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-image: url(../images/back.png);
	background-repeat: repeat-y;	
}

#plch1 {
	margin: 20px;
}

#txtintro {
	font-style: italic;
	font-weight: bold;
}

div[id^="txtcnt"] h3 {
	font-size:14px;
	color:#006;
	padding-top:10px;
}
div[id^="txtcntcomments"] h3{color:#0CF;}

div[id^="columnBox"] {
	float:right;
	width:200px;
	border-left:#ddd solid 1px;
	border-bottom:#ddd solid 1px;
	border-right:#ddd solid 1px;
	clear:right;
	margin:5px;
}

div[id^="columnKop"] {
	background-image:url(../images/back2.png);
	height:23px;
	width:100%;
	text-align:center;
	font-weight: bold;
	background-repeat: repeat-x;
	white-space: nowrap;
	padding-top:5px;
}

div[id^="columnCnt"] {
	font-size:10px;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;	
}

div[id="columnCnt2"] {
	text-align:center;
}
div[id="columnCnt2"] img {
	padding:5px;
	margin:5px;
	
	background:#eee;
	border:1px solid #ccc;
	color:#fff;
}