#content {
	overflow: hidden;
}

#col1, #cola {
	float: left;
	width: 285px;
}

#col1.layout0 {
	width: 630px;
}

#col2,
#colb,
.colb {
	float: left;
	display: inline;
	margin-left: 40px;
	width: 285px;
}

#col2.layout0 {
	width: 630px;
	margin: 0;
}

#col3 {
	padding: 20px 0 10px 0;
	clear: both;
	width: 640px;
}

#col3 img{
	width: 150px;
	margin: 0 10px 10px 0;
}

input {
	width: 200px;
}

textarea,
select {
	/* border: 1px solid #505599; */
	width: 200px;
}

strong {
	color: #333988;
}

/* ### FORMULARE ### */

input#mfStückzahl,
.stueckzahl input{
	width: 20px;
}


.sendb input,
input.sendb,
td.katalogcb input,
input.checkbox,
input#mfAnrede1,
input#mfAnrede0,
input#mfIstAdressVerwendungOK,
input#mfNL_Anmeldung{
	width: auto;
	border: none;
}

tr.katalogteaser {
	height: 170px;
}

tr.katalogteaser td.col0 {
	height: 170px;
}

#katalog_aktiv  .col0  { background: url(../../stuff/kataloge/gesamtkatalog_09_10.jpg) no-repeat 5px center;} 
#katalog_tennis .col0  { background: url(../../stuff/kataloge/Kat_MATCHBALL_2009_10.jpg) no-repeat 5px center; } 
#katalog_sport  .col0  { background: url(../../stuff/kataloge/sportsysteme_2007_2008.png) no-repeat 5px center; } 

.sendbonlinebestell input,
.sendb input {
	background: #242b7f;
	color: #ffffff;
	padding: 2px;
	cursor: pointer;
}

.sendb input{
	margin: 0 0 0 73px;
}

.sendbonlinebestell input{
	margin: 0 0 0 137px;
	width: auto;
}

/* Sportanlagenteaser */
.sportanlagenteaser {
	/* display: block; */
	width: 100%;	
	border: 1px solid #EAEBEE;
	background: #FCFCFC;
	padding: 11px 12px 11px 12px;
	margin: 5px 0;
}

.sportanlagenteaser th {
	font-weight: normal;
	text-align: left;
	padding-right: 10px;
	vertical-align: top;
}

.sportanlagenteaser td {
	width: 280px;
}

/* kontaktformular*/

td {
	padding: 4px;
}

tr.mussfeld td {
	background: #9DB8F0;
}

ul {
	padding: 0;
	margin-left: 16px;
}

ul.galerie {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
	width: 100%;
}

ul.galerie li {
	position: relative;
	color: white;
	display: -moz-inline-grid;
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 0;
	text-align: center;
	vertical-align: bottom;
	width: 150px;
}

ul.galerie li a span,
ul.galerie li a span.textgalerie {
	position: absolute;
	bottom: 27px;
	right: 0;
	display: block;
	width: 25px;
	height: 25px;
	background: #F2F2F2 url(../img/thumbs_span.gif);
	cursor: pointer;
}

ul.galerie li a span.textgalerie {
	bottom: 12px;
}

ul.galerie li span {
	height: 27px;
}

* html ul.galerie li {
	display: inline;
	margin: 0 0 10px 0;
}

*:first-child+html ul.galerie li {
	display: inline;
	margin: 0 0 10px 0;
}



