/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	PRINT CSS / Golfclub München West
	S2 INTERMEDIA GmbH
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a.close {
	position: absolute;
	top: 5px;
	right: 15px;
	float: right;
	color: #666666;
	text-decoration: none;
	background-image: url(../gfx/close-icon.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0px 0px 0px 12px;
	font-size: 10px;
	line-height: 20px;
}

a.toprint {
	position: absolute;
	top: 5px;
	right: 115px;
	float: right;
	background-image: url(../gfx/print-icon.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0px 0px 0px 21px;
	margin: 0px 10px 0px 0px;
	color: #666666;
	text-decoration: none;
	font-size: 10px;
	line-height: 20px;
}

* {
	outline: none;
}

a {
	color: #322A2B;
	text-decoration: none;
}

a:hover {
	color: #322A2B;
	text-decoration: none;
}

div.content-zone a {
	cursor: default;
}

div.context-zone a {
	cursor: default; 
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

p {
	font-size: 15px;
}

div.print-title {
	float: left;
	color: #009534;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 15px 0px 0px 15px;
}

div#print-header {
	padding-bottom: 20px;
}

div#print-header img {
	float: left;
}

div#content-wrap {
	clear: left;
	float: left;
	margin: 20px 0px 0px 0px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Exclude from Printview
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.news-single-backlink {
	display: none;
}

table.contenttable {
	width: 100%;
	margin: 0px 0px 15px 0px;
	border: none;
	border-collapse: separate;
    border-spacing: 0px;
}

table.contenttable tr.tr-even,
table.contenttable tr.tr-odd {
	width: 100%;
}

table.contenttable tr.tr-even {
	background-color: #F1EFF0;
	background-image: url(../gfx/bg-grey-print.gif);
	background-repeat: repeat-x;
}

table.contenttable tr.tr-odd {
	
}

table.contenttable td.td-0 {
	text-align: left;
	padding: 0px 0px 0px 5px;
}

table.contenttable td.td-1 {
	text-align: center;
	padding: 0px 5px 0px 0px;
}

table.contenttable td.td-last {
	text-align: right;
	padding: 0px 5px 0px 0px;
}

div.more-link {
	display: none;
}

div.tx-ttnews-browsebox {
	display: none;
}

.csc-textpic-caption {
	font-size: 11px;
}


