table {
	font-size: 11px;
	width: 100%;
	border-collapse: collapse;
}

table thead tr td {
	font-size: 12px;
	text-align:left;	
}

table tr th {
	border-bottom: 1px solid #000000;
	padding: 4px;
}
table tbody tr td {
	border-bottom: 1px solid #dddddd; 
	text-align: left;
}
table tbody tr.secondRow td, table tr th {
	background-color: #ddeeff;
	text-align: left;
}

p		{ margin:8px 0 12px; }
ol		{ margin:1em 0 1em 4em; }

/* Tabelle FAQ-hundeop - Peter Schories - 29.06.2010*/
table.faq tr td{
	border-bottom: 0px ;
	font-size: 12px;
}

/* Darstellung des Preises in Tabellen */
.preis {
	font-size: 14px;
	color:#000066;
	font-weight:bold;
}
/*PushyLink Boxen*/
.thmbBox_container {
	width: 825px;
	height: 228px;
	margin-left: auto;
	margin-right: auto;
}
.thmbBox_container_center {
	width: 261px;
	height: 228px;
	margin-left: auto;
	margin-right: auto;
}
.thmbBox_container_center_2 {
	width: 552px;
	height: 228px;
	margin-left: auto;
	margin-right: auto;
}
.thmbBox_1 {
	background: #c1e2f2 url('../../../../images/box_bg_n.png') repeat-x;  
	height: 214px;
	width: 261px; 
	float: left;
	color: #00006f;
	border: 1px #c1e2f2 solid;
	overflow: hidden;
	margin-right:10px;
}

.thmbBox_1 .boxTitel {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	height: 24px;
	margin-left: 5px;
	text-decoration: none;
}
.thmbBox_2 {
	background: #c1e2f2 url('../../../../images/box_bg_.png') repeat-x;  
	height: 214px;
	width: 261px; 
	float: left;
	color: #00006f;
	border: 1px #c1e2f2 solid;
	overflow: hidden;
	margin-right:10px;
}

.thmbBox_2 .boxTitel {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	height: 24px;
	margin-left: 5px;
	text-decoration: none;
}
.thmbBox_1:hover {
	background: #f18b2c url('../../../../images/box_bg_o.png') repeat-x;
	border: 1px #f18b2c solid;
	color: #ffffff;
	text-decoration: none;
}
.thmbBox_container a:hover {
	text-decoration: none;
}
