/* Hyperlinks
------------------------------------------------------------------*/
a:link {
	 color: #3C8ADF;
	 text-decoration: underline;
}
a:visited {
	 color: #3C8ADF;
	 text-decoration: underline;
}
a:active {
	 color: #3C8ADF;
	 text-decoration: underline;
}
a:hover {
	 color: #FF8900;
	 text-decoration: underline;
}
a.act {
	color: #FF8900;
}

/* Icons
------------------------------------------------------------------*/
a.ico {
	padding: 0 0 0 25px;
}
a.top {
	background: url(../img/ico_arrow_up.gif) no-repeat 0px 2px;
}
a.print {
	background: url(../img/ico_print.gif) no-repeat 0px 2px;
}
a.arrow {
	background: url(../img/ico_arrow.gif) no-repeat 0px 2px;
}
a.arrow2 {
	background: url(../img/ico_arrow_down.gif) no-repeat 0px 2px;
	background-color: #0F2E69;
}
a.page {
	background: url(../img/ico_page.gif) no-repeat 0px 1px;
}
a.page2 {
	background: url(../img/ico_page2.gif) no-repeat 0px 1px;
}

/* Content
------------------------------------------------------------------*/
.image {
	float: left;
	margin: 10px 10px 10px 0;
}

div.picture {
	float: right;
	margin: 10px 0 10px 10px;
	width: 350px;
}
div.options {
	padding: 0 0 10px 10px;
	background-color: #E3E3E3;
}
div.thumbnails {
	padding: 10px 0 0 10px;
	background-color: #E3E3E3;
}
div.thumbnails a {
	float: left;
	display: block;
	margin: 0 10px 10px 0;
	border: 3px solid #AFCAEE;
	padding: 1px;
	
}
div.thumbnails a:hover {
	border: 3px solid #FF8900;
}
.small{
	font-size:9px;
}

/* cat
------------------------------------------------------------------*/
div.cat {
	float: left;
	width: 200px;
	height: 255px;
	padding: 0 10px 0 0;
	margin: 0 15px 35px 0;
	
	background: url(../img/bg_cat.gif) no-repeat;
}
div.cat2 {
	float: left;
	width: 186px;
	height: 255px;
	margin: 0 0 35px 0;
}
div.cat img, div.cat2 img {
	margin: 0 0 5px 0;
}
div.cat p, div.cat2 p {
	padding: 10px 10px 0 0;
}
div.cat a, div.cat2 a {
	margin: 10px 0 0 0;
	padding: 0 10px 0 0;
	font-weight: bold;
}

/* news und content bilder
------------------------------------------------------------------*/
div.news_img {
	float: right;
	width: 250px;
	margin: 0 0 15px 15px;
	padding: 0;
	background-color: #cfcfcf;
}
div.cont_img {
	float: right;
	margin: 0 0 15px 15px;
	background-color: #cfcfcf;
	padding: 0;
}
div.cont_img2 {
	float: left;
	width: 400px;
	margin: 0 15px 15px 0;
	padding: 0;
	background-color: #cfcfcf;
}
div.news_img span.info, div.cont_img span.info, div.cont_img2 span.info {
	display: block;
	margin: 5px;
	padding: 5px;
}
div.news_img img, div.cont_img img, div.cont_img2 img {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
}

/* Listenpunkte
------------------------------------------------------------------*/
div#content ul {
	list-style: none; 
	margin: 0;
	padding: 0;
}
div#content ul li {
	margin: 0;
	padding: 0 0 0 20px;
	
	background: url(../img/ico_bullet.gif) no-repeat 0px 1px;
}
/* Tables
------------------------------------------------------------------*/
table {
   border-collapse: separate;
   border-spacing: 0;
   border-right: 1px solid #B4B4B4;
   border-bottom: none;
   width: 100%;
}
td {
   padding: 2px 5px 2px 5px;
   border: 1px solid #B4B4B4;
   border-top: none;
   border-right: none;
}
th {
	padding: 3px 15px 3px 5px;
	border: 1px solid #B4B4B4;
	border-top: none;
	border-right: none;
}
table th.bodycaption {
	padding: 15px 15px 0px 5px;
	text-align: left;
	border-top: 1px solid #B4B4B4;
	border-bottom: 2px solid #B4B4B4;
	color: #FE9011;
	background-color: #f7f7f7;
}
table th.child1 {
   text-align: left;
}
table thead th.child1 {
   text-align: left;
   border: 1px solid #fff;
}
table thead th {
	border-top: 1px solid #B4B4B4;
	border-bottom: none;
}
table thead tr {
   background-color: #FFD3A1;
   text-align: left;
}
table tfoot tr th {
	border-top: 1px solid #B4B4B4;
	background-color: #FDE1C1;
}
table thead th.child1 {
	background-color: #fff;
}
table tr.rowcolor2 {
   background-color: #fff;
}
table tr.rowcolor1 {
   background-color: #fff;
}
tbody tr.last-child td,
tbody tr.last-child th {
	border-bottom: none;
}