/*
	CSS Document: css_modules.css
	Version: 1.1 | Date: 2008-02-16
	Project: www.boehmerwaldgolf.at
	Author: websLINE, 2009
	-------
*/


/* News */

.news {
	clear: both;
	margin-top: 50px;
	}
.news dt {
	color: #EF4D22;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 10px;
	}
.news dd {
	margin: 5px 0;
	padding: 10px;
	border-top: 1px dotted #999;
	line-height: 1.3em;
	}
.news dd img {
	float: left;
	margin-right: 10px;
	}
.news dd strong {
	display: block;
	color: #EF4D22;
	font-weight: normal;
	}
.news dd a {
	display: block;
	background: url(img_arrow.gif) no-repeat 0 50%;
	padding: 5px 10px;
	text-transform: uppercase;
	}
#mainRight .news dd img {
	display: none;
	}


/* TEXT ABSAeTZe */

.absatz {
	}
.bildlinks img {
	margin: 0 8px 0 0;
	float: left;
	}
.bildrechts img {
	margin: 0 0 0 8px;
	float: right;
	}
.imagebox {
	padding-bottom: 5px;
	}
.imagebox .imageleft {
	float: left;
	margin-right: 12px;
	}
.imagebox .imageright {
	float: left;
	}
.imagebox h3 {
	margin: 8px 0 0 0;
	background: #FCEEE0;
	font-weight: normal;
	padding: 14px 6px;
	width: 138px;
	font-size: 1em;
	float: left;
	}



/* Tabelle Formulare */

.table-row1 {
	background: #E6E7E8;
	}
.table-row2 {
	background: #ddd;
	}
.table-row3 {
	background: #eee;
	}


.table {
	width: 100%;
	spacing: 1px;
	}
.table td {
	border: 1px solid #D6D8DA;
	padding: 2px;
	}
.table .table-title {
	background: #D6D8DA;
	font-weight: bold;
	}
.table .table-liketitle {
	background: #D6D8DA;
	}
.table .table-row1,
.table .table-row2,
.table .table-row3 {
	background: #eee;
	}
.table .table-data2 {
	width: 10%;
	}
.table .table-data3 {
	width: 60%;
	}  