/* Renewed CSS-Stuff... */

body {
	}

table.content {
		top: 0px;
		left: 0px;
		width: 470px;
	}

td.infopart {
		border: 0px;
		margin:0px;
		padding: 0px;
	}

td.between {
	width: 3px;
		border: 0px;
		margin:0px;
		padding: 0px;
	}

/*********************************************
 *   Search stuff                            *
 *********************************************/
td.search {
		width: 470px;
		border: 0px;
		padding: 0px;
		margin:0px;
		border-bottom: white 2px solid;
	}

table.innersearch {
		width: 470px;
	}

td.searchhead {
		background-color: #ccebcc;
		padding-left: 2px;
		padding-top: 2px;
		padding-bottom: 2px;
	}

.searchhead {
		font-family: Arial,Helvetica,Helv,sans-serif;
		font-size: 12px;
		color: black;
		font-weight: bold;
	}

.search {
		font-family: Arial,Helvetica,Helv,sans-serif;
		color: black;
		font-size: 11px;
	}

td.searchitem {
		background-color: #f7f7f7;
		padding-bottom: 4px;
	}

td.searchsubmit {
		text-align: right;
		background-color: #f7f7f7;
		margin-bottom: 2px;
		padding-bottom: 4px;
	}


/*********************************************
 *   Detail stuff                            *
 *********************************************/
table.detail {
		background-color: white;
	}

img.detail {
		float: left;
		margin-right: 5px;
		margin-bottom: 5px;
	}

.detail {
		font-family: Arial,Helvetica,Helv,sans-serif;
		color: black;
		font-size: 11px;
	}

a.detail {
		font-weight: normal;
		text-decoration: underline;
	}

a.detail:hover {
		color: #666666;
	}

.detailhead {
		font-weight: bold;
		color: black;
		/*
		padding-top: 2px;
		padding-bottom: 3px;
		*/
	}

.detailtitle {
		font-weight: bold;
		}

td.detailhead {
		background-color: #990033;
	}

td.detailcontent {
		border-top: white 3px solid;

	}

/*********************************************
 *   List stuff                              *
 *********************************************/
table.list {
		margin-bottom: 50px;
		}

.listhead {
		font-family: Arial,Helvetica,Helv,sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: black;
		}

td.listhead {
		background-color: white;
		border-bottom: #ffce1f 1px solid;
		}

.listcontent {
		font-family: Arial,Helvetica,Helv,sans-serif;
		font-size: 11px;
		}

td.listcontent {
	border: #ccebcc 0px solid;
	padding: 2px;
		}

.listcontent_title {
		font-weight: bold;
		}

a.listcontent_title {
		color:black;
		text-decoration: none;
		}

a.listcontent_title:hover {
		text-decoration: none;
		}

a.listcontent {
		color: black;
		font-weight: normal;
		text-decoration: underline;
	}

.listpages {
		font-family: Arial,Helvetica,Helv,sans-serif;
		font-size: 11px;
		}

a.listpages {
		color: #000000;
		font-weight: bold;
		text-decoration: none;
	}

a.listpages:hover {
		color: #666666;
	}


/*********************************************
 *   Startpage stuff                         *
 *********************************************/
.startlist {
		font-family: Arial,Helvetica,Helv,sans-serif;
		font-size: 11px;
		}

td.startlist {
		padding-top:2px;
		}

.starthead {
		font-family: Arial,Helvetica,Helv,sans-serif;
		font-size: 11px;
		font-weight: bold;
		}

a.starthead {
	color:black;
	text-decoration: none;
	}

a.starthead:hover {
	color:black;
	text-decoration: underline;
	}

td.starthead {
		color: black;
		background-color: #ccebcc;
		border-bottom: #ccebcc 1px solid;
		}

.startlist_title {
		font-weight: bold;
		}

a.startlist_title {
		color:black;
		text-decoration: none;
		}

a.startlist_title:hover {
		text-decoration: none;
		}

a.startlist {
		color: #000000;
		font-weight: bold;
		text-decoration: underline;
	}

a.startlist:hover {
	}

td.startborder {
		color: #000000;
		border-style: solid;
		border-color: #000000;
		border-width: 1px;
	}


/* The END */



