/* css des CETS Mainpanels */

#center_breadcrumb {
    text-align: left;
    font-size: smaller;
    font-weight: normal;
    margin: 10px;
}

#center_title {
    text-align: left;
    font-size: larger;
    font-weight: bold;
    margin: 10px;
}

#center_intro {
    text-align: left;
    font-size: normal;
    font-weight: bold;
    margin: 10px;
}

#center_picbox {
    float: left;
    margin-left: 10px;
    margin-right: 20px;
}

#center_picbox img {
    /* Not needed at the moment. */
}

#center_text {
    margin: 10px;
    text-align: justify;
}

#center_text ul {
    margin-left: 0px;
    padding: 0px;
    border: 0px solid green;    
}

#center_text li {
    list-style-type:disc;
    padding: 0px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0px solid yellow;
}

#center_text  .noBullet li{
    list-style-type: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

ul.no_bullet li{
    color: blue;
    list-style-type: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

#center_text a { 
	text-decoration: underline;
	border-width: 0px; /* hack: would be nicer to restrict the menu links to their domain */
}

#center_text a:hover {
	color: #333333;
	border-width: 0px; /* hack: would be nicer to restrict the menu links to their domain */
} 

#center_text h1 {
    margin-top: 30px;
    font-size: larger;
    font-weight: bold;
}

.emphasis {
	font-weight: bold;
	font-style: italic;	
}

#sitemap_table td {
    text-align: left;
    vertical-align:top;
}

.sitemap_level1 {
    font-size: larger;
    font-weight: bold;
    margin-top:16px;
}

.sitemap_level2 {
    margin-left: 14px;
}

.sitemap_level3 {
    margin-left: 28px;
    font-size: smaller;
}

#searchresults {
    text-align:left;
}

#center_searchbar {
    text-align: left;
    margin: 50px;
    height: 20px;
}

#center_searchbar form {
    height: 20px;
}

#center_searchbar img {
	border:1px solid white;
	padding:0px;
	margin: 0px;
}

#center_searchbar img:hover {
    border:1px solid black;
    padding:0px;
    margin: 0px;
}

#center_searchbar a {
    float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	margin-right: 4px;
	margin-bottom: 6px;
}

#center_searchbar a:hover {
    padding: 0px;
    margin: 0px;
    margin-right: 4px;
    margin-bottom: 6px;
}

#center_searchbar input {
    width: 300px;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #333333;
    margin-top:2px;
}

#pager_otherpage {
	font-weight: normal;
	text-decoration: underline;
}

#pager_currentpage{
	font-weight: bolder;
}

#pager_nolink {
}

#pager_linked a{
	text-decoration: underline;
}

