/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, img, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	font-size: 100%;
	color: #333333;
	background-color: #003333;
	background-image: url(../graphics/bg_vert_001.gif);
}

#wrapper{
	width: 750px;
	margin:5px auto 10px;
	border: 1px solid #000000;
	text-align: left;
	background: #FFFFFF;
	position: relative;
}

	
#header {
	background: #FFFFFF url(../graphics/contact01.gif) no-repeat center center;
	text-align: right;
	border-bottom: 1px solid #000000;
	width: 750px;
	float: left;
	position: relative;
}

#logo {
	float: left;
	top: 0px;
	height: 65px;
	width: 244px;
	background: url(../graphics/mag_001.png) no-repeat left bottom;
}

#contact {
	height: 65px;
	width: 250px;
	float: right;
	margin: 0px;
	padding: 0px;
}

#masthead {
	border-top: 1px solid #000000;
	background: url(../graphics/bg_grey_75p.png);
	float: left;
	width: 750px;
	height: 25px;
	text-align: left;
	font: small-caps 80%/25px "Trebuchet MS", Trebuchet, Verdana, Geneva, sans-serif;
	color: #000000;
	margin-bottom: 5px;
	border-bottom: 1px solid #000000;

}

#tagline {
	visibility: visible;
	width: 200px;
	height: 25px;
	padding-left: 15px;
	float: left;
	margin-bottom: 5px;
}

#date {
	text-align: center;
	width: 250px;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	font-weight: bold;

}
#version {
	width: 235px;
	height: 25px;
	text-align: right;
	padding-right: 15px;
	float: right;

}
#container {
	width: 750px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	background: url(../graphics/bg_column_grey.png) repeat-y;
	float: left;
}
#column {
	width: 249px;
	float: left;
	text-align: left;
	clear: both;
}
#content {
	width: 500px;
	text-align: left;
	background: #FFFFFF;
	float: right;
}

#footer {
	font: 70%/30px "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	color: #FFFFFF;
	background: #003333;
	height: 30px;
	width: 750px;
	text-align: center;
	clear: both;
}

h1, h2, h3, h4 {
	font-family: "AmericanTypewriter-Light", "AmericanTypewriter", Georgia, serif;
	text-decoration: none;
	color: #003333;
	font-weight: normal;
}

h1 {
	font-size: 1.5em;
	text-decoration: none;
	padding: 1em 1.5em 0.15em .75em;
}

h2 {
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #003333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin: 0.5em 1em 0em;
}

h1 a:link {
	color: #800000;
	text-decoration: none;
}

h2 a:link {
	color: #800000;
	text-decoration: none;
}

h2 a:visited {
	color: #666666;
	text-decoration: none;
}

h2 a:hover {
	color: #FF0000;
	text-decoration: none;
	border-bottom: 1px dashed;
}

h3 {
	padding: 5px 15px;
	font-size: 80%;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	color: #003333;
	text-decoration: none;
}
h4 {
	padding: 5px 15px;
	font-size: 70%;
	font-weight: bold;
	text-align: left;
	color: #003333;
	text-decoration: none;
}

#nav {
	height: 25px;
	width: 750px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	line-height: 25px;
	float: left;
	z-index: 10;
	overflow: hidden;
	margin-bottom: 5px;
}
#nav ul{
	list-style: none;
	text-align: left;
	background: url(../graphics/bg_teal_75p.png);
}
#nav ul li{
	display: inline;
}

#nav ul li a{
	font-size: 90%;
	text-decoration: none;
	text-align: left;
	list-style: none;
	color: #FFFFFF;
	text-align: left;
	padding: 15px 15px 20px;
	margin: 0px;
	height: 25px;
	font-variant: small-caps;
} 

#nav ul li a:hover, #nav ul li a:focus{
	color: #000000;
	background: url(../graphics/bg_grey_75p.png);
	text-align: left;
	white-space: normal;
	padding: 15px 15px 20px;
	margin: 0px;
	height: 25px;
}

#content p {
	text-align: justify;
	padding: 5px 30px;
	font-size: 75%;
	line-height: 18px;
}

#column p {
	font-size: 70%;
	padding: 5px 25px;
	line-height: 1.3em;
}

p a:link {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #800000;
}

p a:visited{
	text-decoration: none;
	border-bottom: 1px solid;
	color: #666666;
}

p a:hover {
	text-decoration: none;
	border-bottom: 1px dashed;
	color: #FF0000;
}

#column ul {
	font-size: 70%;
	list-style: outside;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 35px;
}
#column ul li {
	list-style: outside;
	line-height: 1.5em;
}

#column form {
	text-align: left;
	font: .7em "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	padding-left: 15px;
}

#column ul li a:link {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #800000;
	padding: 0px;
	line-height: 17px;
	margin: 0px;
}

#column ul li a:visited {
	text-decoration: none;
	border-bottom: 1px solid;
	color: #666666;
	padding: 0px;
	line-height: 17px;
	margin: 0px;
}

#column ul li a:hover {
	text-decoration: none;
	border-bottom: 1px dashed;
	color: #FF0000;
	padding: 0px;
	line-height: 17px;
	margin: 0px;
}

#content ul {
	margin: 5px 15px 5px 35px;
	padding: 0px;
	font-size: 75%;
}
#content ul li {
	margin: 10px 15px 10px 35px;
	padding-left: 0px;
	line-height: 1.5em;
}

#content ul li a:link {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #800000;
	padding: 0px;
	line-height: 17px;
	margin: 0px;
}

#content ul li a:visited {
	text-decoration: none;
	border-bottom: 1px solid;
	color: #666666;
	padding: 0px;
	line-height: 17px;
	margin: 0px;
}

#content ul li a:hover {
	text-decoration: none;
	border-bottom: 1px dashed;
	color: #FF0000;
	padding: 0px;
	line-height: 17px;
	margin: 0px;
}
blockquote {
	font-size: 100%;
	margin-left: 35px;
	font-style: italic;
}
.leftimg {
	text-align: left;
	margin: 6px 10px 10px 0px;
	float: left;
	border: none;
}
.rightimg {
	text-align: right;
	margin: 0px 0px 10px 10px;
	padding: 0px;
	float: right;
	border: none;
}
.leftimglogo {

	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
}

.rightimgcontact {

	text-align: right;
	margin: 0px;
	padding: 0px;
	float: right;
}

#print_logo {
	position: absolute;
	visibility: hidden;
	left: -100px;
	top: -100px;
}


#tabular {
	text-align: left;
	vertical-align: top;
	padding: 0px;
	width: 500px;
}

#tabular p {
	padding: 5px;
	font-size: 70%;
	text-align: left;
}
#tabular h2 {
	padding: 5px;
}

gfx_column {
	text-align: center;
	visibility: visible;
	z-index: 5;
	width: 250px;
	padding: 0px;
	margin: 0px;
	background: #FF0000;
}

.border_top_bot {
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
}
#footer p a:link {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted;
}
/* End Mac IE5 filter */

#gfx_column p img a:link {
	text-decoration: none;
	border: none;
	margin: 0px;
	padding: 0px;
	background: #FF0000;
}
ul li li {
	font-size: 120%;
}
#content li blockquote {
	font-size: 120%;
}
#pullquote {
	width: 150px;
	float: right;
	font: bold 90% "Trebuchet MS", Trebuchet, sans-serif;
	text-align: right;
	margin: 10px 25px;
}

/* CSS for TSEP by the TSEP TEAM
   Contact on website: http://tsep.sourceforge.net
  
   every definition is preceeded by a ".tsepProject " 
   so that this is only valid for the TSEP project!
*/
/*
* following will be filled automatically by SubVersion!
* Do not change by hand!
*  $LastChangedDate: 2005-07-26 23:56:58 +0200 (Di, 26 Jul 2005) $
*  @lastedited $LastChangedBy: manfred $
*  $LastChangedRevision: 282 $
*
*/
/*the following lines are used in multiple files*/

.tsepProject {
	background-color: #FFFFFF;
}
.tsepProject img {
	border: 0px none;
}
/* This is for FORMS - hightlighting the active field */
textarea:focus, input:focus {
}
.tsepProject .tsepCopyright {
	clear:both;
	text-align: center;
	color: #444444;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	font: 0.7em "Lucida Grande", "Lucida Sans Unicode", Lucida, sans-serif;
}
.tsepProject a.tsepCopyright:link, .tsepProject a.tsepCopyright:visited, .tsepProject a.tsepCopyright:active {
	color: #444444;
	text-align: center;
}
.tsepProject a.tsepCopyright:hover {
	color: #000000;
	text-decoration: underline;
}

.tsepProject .breakerBoth {
	clear: both;
	width: 100%;
}

.tsepProject .ConfigStatusBlock {
	border: 1px solid #000000;
}
.tsepProject .ConfigStatusFieldName {
	color: #990000;
}
.tsepProject .ConfigStatusFieldValue {
	color: #FF0000;
}
.tsepProject .ConfigGroupHeaderWrapper {
	margin: 1.0ex 0ex 0.2ex 0ex;
}
.tsepProject .ConfigGroupHeaderOpen {
	border: 2px solid #FFCC00;
	font-weight: bolder;
}
.tsepProject .ConfigGroupHeader {
	color: maroon;
	border: outset 1px silver;
	background-color: #FF9900;
	padding: 0.2ex 1ex 0.2ex 1ex;
}
.tsepProject .ConfigGroup {
	padding: 0.2ex 1ex 0.2ex 0.5ex;
	border: 1px solid #999999;
}
.tsepProject .indexingProfile {
	width: 99%;
	background-color: #ffddaa;
	border-bottom: 2px solid #999999;
	margin-bottom: 1ex;
	padding: 1ex;
}
.tsepProject .selectprofile {
	margin-right: 3ex;
}
.tsepProject .selectprofile_combo {
	margin-right: 0.5ex;
	width: 25ex;
}
.tsepProject .newprofile_textbox {
	width: 15ex;
}
.tsepProject .internalError {
	background-color: red;
	clear: both;
	color: yellow;
	font-weight: bold;
	margin: 1ex 0ex 1ex 0ex;
}
.tsepProject .userError {
	background-color: red;
	clear: both;
	color: yellow;
	font-weight: bold;
	margin: 1ex 0ex 1ex 0ex;
}
.tsepProject .indexingErrorTitle {
	margin: 0.5ex 0ex 0.5ex 0ex;
	color: red;
	font-size: small;
}
.tsepProject .indexingError {
	background-color: #FFFFCC;
	color: red;
	margin: 0.5ex 0ex 0.5ex 3ex;
	padding: 0.3ex 0ex 0.3ex 1ex;
}
.tsepProject .indexingInfoTitle {
	margin: 0.5ex 0ex 0.5ex 0ex;
	color: maroon;
	font-size: small;
}
.tsepProject .indexingInfo {
	background-color: #FFFFCC;
	color: maroon;
	margin: 0.5ex 0ex 0.5ex 3ex;
	padding: 0.3ex 0ex 0.3ex 1ex;
}
.tsepProject .explainations {
}


.tsepProject .CurrentOrNewIndex {
	color: #333333;
}
.tsepProject .DivFormIndexData {
}

.tsepProject .ButtonStartIndexing {
}
.tsepProject .ResultsHeadline {
	font-weight: bold;
	text-align: center;
}
.tsepProject .ResultsHeadlineFileCount {
	font-weight: normal;
	padding: 0ex 0ex 0.5ex 3ex;
	text-align: center;
}
.tsepProject .PageDetails {
clear: both;
width: 100%;

	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #000000;
	
}
.tsepProject .PageDetailsHead {
	clear: both;
	float: left;
/*	width: 100%; */
}

.tsepProject .PageDetailsTitle {
    clear: both;
	font-weight: 600;
}
.tsepProject .PageDetailsURL {
    clear: both;
	padding-left: 50px;
}
.tsepProject .PageDetailsDiv {
	clear: both;
	font-weight: normal;
}
.tsepProject .PageDetailsWords {
    clear: both;
	font-weight: normal;
}
.tsepProject .PageDetailsProtected {
    clear: both;
	font-weight: normal;
}

.tsepProject .PageBuildingFinished {
}
.tsepProject .TimeTaken {
	font-weight: bold;
}
/*the following lines are used in search.php*/
.tsepProject .resultnumber {
	display: inline;
	font-size: .75em;
}
.tsepProject .oldMySQLVersion {
	border: 1px solid #000000;
	color: #FFFF00;
	padding: 2px;
}
.tsepProject .SearchForForbiddenStopwordsBlock {
	background-color: #FF9900;
	border: 1px solid #000000;
	color: #000000;
	padding: 2px;
}
.tsepProject .SearchForForbiddenStopword {
	font-weight: bold;
	color: #FFFF00;
}
.tsepProject .SearchBlock {
	padding: 0px;
	margin: 15px;
	font: 0.75em "Lucida Grande", "Lucida Sans Unicode", Lucida, sans-serif;
}
.tsepProject .SearchField {
	width: 50%;
}
.tsepProject .foundSearchWord {
	display: inline;
	font-weight: bold;
}

.tsepProject .tsephl0 {
	background-color: white;
	font-weight: bold;
}
.tsepProject .tsephl1 {
	background-color: white;
	font-weight: bold;
}
.tsepProject .tsephl2 {
	background-color: white;
	font-weight: bold;
}
.tsepProject .tsephl3 {
	background-color: white;
	font-weight: bold;
}
.tsepProject .tsephl4 {
	background-color: white;
	font-weight: bold;
}
.tsepProject .tsephl5 {
	background-color: white;
	font-weight: bold;
}
.tsepProject .tsephl6 {
	background-color: white;
	font-weight: bold;
}
.tsepProject .tsephl7 {
	background-color: white;
	font-weight: bold;
}
.tsepProject .tsephl8 {
	background-color: white;
	font-weight: bold;
}
.tsepProject .tsephl9 {
	background-color: white;
	font-weight: bold;
}


/* this is not used yet.tsepProject .matchCase {
	font-size: smaller;
	color: #FFFFFF;
	display: inline;
}
*/
.tsepProject .SearchHintsHelp {
	/*      font-size: smaller;
*/
	color: #FFFFFF;
	display: inline;
}
.tsepProject a.SearchHintsHelp:link, .tsepProject a.SearchHintsHelp:visited, .tsepProject a.SearchHintsHelp:active {
	color: #FFFFFF;
}
.tsepProject a.SearchHintsHelp:hover {
	color: #CCCCCC;
}
/*obsolete /  not needed anymore.tsepProject .SearchResultBlock {
	background-color: #3366cc;
	margin-bottom: 10px;
}
*/
.tsepProject .SearchWord {
	font-weight: bold;
	display: inline;
	color: black;
}
/*obsolete /  not needed anymore.tsepProject .SearchForWhat {
	font-size: smaller;
	color: #FFFFFF;
}
*/
.tsepProject .SearchForWhatNothing {
}
.tsepProject .SearchForWhatMoreThanFour {
}
.tsepProject .SearchForWhatNoResults {
}
.tsepProject .SearchForWhatTimeNeeded {
}
.tsepProject .SearchForWhatSearchTerm {
}
.tsepProject .SearchResultPaging {
}
.tsepProject .SearchResultAllPagesBlock {
	font: .8em "Lucida Grande", "Lucida Sans Unicode", Lucida, sans-serif;
}
.tsepProject .SearchResultOnePageBlock {
	
	}
.tsepProject .SearchPage {
	font-weight: bold;
	display: inline;
}
.tsepProject .SearchResultPageTitle {
	font: normal 1.2em "Trebuchet MS", Trebuchet, sans-serif;
	margin-right: 15px;
	margin-left: 15px;
	text-decoration: none;
}

.tsepProject .SearchResultPageTitle a:link{
	color: #800000;
}

.tsepProject .SearchResultOutput {
	font-weight: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, sans-serif;
	font-size: 1em;
	margin-right: 25px;
	margin-left: 35px;
}
.tsepProject .SearchResultOutputMore {
	font-weight: bold;
	display: inline;
	margin-right: 15px;
	margin-left: 35px;
}
.tsepProject .SearchResultURL {
	font-size: 90%;
	color: #008000;
	margin-left: 35px;
	margin-bottom: 10px;
}
.tsepProject .SearchResultPageRank {
	display: inline;
}
/* nice URL START */
/* make the link in the URL line look NOT special */
.tsepProject .SearchResultURL a:link,.tsepProject .SearchResultURL a:active {
	text-decoration: none;
	color: #008000;
	border-bottom: 1px dotted;
}
.tsepProject .SearchResultURL a:hover {
	text-decoration: none;
	color: #008000;
	border-bottom: 1px dashed;
}
.tsepProject .SearchResultURL a:visited {
	text-decoration: none;
	color: #008000;
	border-bottom: 1px solid;
}
/* nice URL END */
.tsepProject .DivManyPages {
	text-align: center;
}
.tsepProject .PageNavigation {
}


/*the following lines are used in tsepsearch.php*/
.tsepProject .poweredby {
	text-align: center;
}
