/* Main Site Default Styles */
html {
    margin:0;
    padding:0;
    font-family: Arial, sans serif;
text-align:center;
}

body, td, tr, p {
    font-family: Arial, sans serif;
    font-size: 0.90em;
}

p {
margin-top: 4px;
padding-bottom:4px;
}


body {
    margin: 0;
    padding: 0;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #fff;
text-align:center;
}

#logo {
float:left;
    background-image: url(/fileadmin/templates/template_images/arcness_logo.gif);
    background-repeat: no-repeat;
width:120px;
height:100px;
}
#pilpslogo {
float:left;
    background-image: url(/fileadmin/templates/template_images/pilps_logo.gif);
    background-repeat: no-repeat;
width:130px;
height:100px;
}
#glasslogo {
float:left;
    background-image: url(/fileadmin/templates/template_images/glass_logo.gif);
    background-repeat: no-repeat;
width:140px;
height:100px;
}

#arclogo {
float:right;
    background-image: url(/fileadmin/templates/template_images/arc_logo.jpg);
    background-repeat: no-repeat;
width:150px;
height:100px;
}

#infobar {
height:20px;
width:640px;
}

#path {
float:left;
padding-top:4px;
padding-bottom:4px;
width:400px;
}

#path ul {
    border: 0;
    margin: 0;
    padding-left: 10px;
    list-style-type: none;
    text-align: center;
    clear: left;
}

#path ul li {
    display: block;
    float: left;
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 9px;
}

#path ul li {
    color: #000;
    text-decoration: none;
    display: block;
    text-align: center;
}

#path a {
    color: #000;
    text-decoration: none;
    text-align: center;
}


#search {
float:right;
width:156px;
height:26px;
}

#search form {
margin:0;
margin-top:4px;
height:16px;
padding:0;
}

#search input {
margin:0;
height:20px;
border-style:solid;
border-color:#000;
border-width: 1px;
padding:0 0 0 2px;
}

form {
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 1.0em;
   margin-bottom: 2px;
}

h2 {
    font-size: 0.93em;
    color: #000;
}

h3 {
    font-size: 0.92em;
}

h4 {
    font-size: .85em;
}

h5 {
    font-size: .82em;
}

/* Center Content */

#centercontent img.imgright {
   float:right;
   padding: 0 0 4px 4px;
 }

#centercontent img.imgleft {
   float:left;
   padding: 0 4px 4px 0;
}

#centercontent a {
font-weight:normal;
}


#centercontent ul, li {
    font-family: Arial, sans serif;
    font-size: 0.9em;
}


/*
    Main Positioning CSS Styles - heavily modified from :
    http://realworldstyle.com/nn4_3col_header.html as an example
*/

#header {
    margin: 0;
    height: 100px;
    width: 800px;
    background-color: #fff;
    color: #fff;
    border-bottom: 1px solid #000;
    vertical-align: bottom;
}

#header form {
    margin: 0px;
    padding: 0px;
    margin-top: 135px;
    padding-right: 20px;
    float: right;
}

#leftcontent {
    border: 0;
    margin: 0;
    padding: 0;
    float: left;
    width: 140px;
    background-color:#fff;
    border-style: solid;
    border-color: #000;
    border-width: 0 0 0 0;
}

#leftcontent ul {
    list-style-type: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

#leftcontent ul li {
    display: block;
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: .82em;
    width: 140px;
}

#leftcontent ul li a {
    border: none;
    padding: 5px 10px 5px 10px;
    margin: 0;
    color: #1d5dbe;
    text-decoration: none;
    display: block;
    text-align: left;
    font-weight: bold;
}

#leftcontent ul li a:hover {
    color: #000;
}

#leftcontentsub ul li a {
    border: none;
    color: #1d5dbe;
    text-decoration: none;
    display: block;
    text-align: left;
    text-transform:none;
    font-weight: normal;
    padding: 3px 6px 3px 25px;
    margin: 0;
}

#outerwrap {
    margin-top: 4px;
    padding-top: 0;
    width: 800px;
    background-color: #fff;
   border: 1px solid #000;
overflow:hidden;
}

div#outerwrap
{
margin-left: auto;
margin-right: auto;
width: 800px;
}

#rightcontentinside {
   padding: 4px 3px 4px 3px
}

#rightcontentinside h1 {
font-size: .83em;
font-weight:bold;
margin: 2px 0 2px 0;
color: #1154BA;
}

#rightcontentinside p {
font-size: .78em;
margin-top: 2px;
}

#rightcontentinside a:link {
color: #1154BA;
}
#rightcontentinside a:visited {
color: #1154BA;
}

#rightcontent {
    width: 160px;
    color: #000;
    background-color: #fff;
    float: right;
    border-style: solid;
    border-color: #000;
    border-width: 0 0 0 0;
    text-align:left;
   overflow:hidden;
}

#rightcontent a {
    color: #000;
}

/* the nightmare that is centre columns */

#centercontentWrap {
    margin: 0 160px 0 140px;
    min-height:425px;
    background-color:#EBF2FA;
    border-style: solid;
    border-color: #000;
    border-width: 0 1px 0 1px;
}

#centercontentWide {
    margin: 0 0 0 140px;
    min-height:425px;
    background-color:#EBF2FA;
    border-style: solid;
    border-color: #000;
    border-width: 0 0 0 1px;


}


#centercontent {
    padding-left: 10px;
    padding-top: 1px;
    padding-bottom: 10px;
    padding-right: 10px;
    text-align:left;
}

#centercontent ul, ol {
    font-family: Arial, sans serif;
    font-size: 0.90em;
}

a:link  {  text-decoration: none; color: #123FE7; }
a:active {  text-decoration: none}
a:visited {  text-decoration: none; color: #964F32; }
a:hover  {  text-decoration: underline}

#footer {
    width: 800px;
    height: 20px;
    background-color: #1D5DBE;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    clear: both;
    border-style: solid;
    border-color: #000;
    border-width: 1px 0 0 0;
padding: 0;
}

#login {
    border: 0;
    padding: 24px 2px 4px 6px;
    width: 134px;
   height:60px;
margin-top:20px;
    font-family: Verdana,Arial, sans serif;
font-size: 10px;
text-align:left;
}

#login input {
background-color:#fff;
    font-family: Verdana,Arial, sans serif;
font-size: 10px;
color: #31417D;
border-style:solid;
border-color: #31417D;
border-width: 1px;
margin:2px 0 0 2px;
width:100px;
float:left;
}


#logout {
    border: 0;
    padding: 24px 2px 4px 6px;
    width: 134px;
height:10px;
   color: #000;
margin-top:20px;
text-align:left;
}
   
#logout a {
font-size: 10px;
color: #000;
text-decoration:none;
}
#logout a:hover {
color: #000;
text-decoration:underline;
}


/* default styles for extension "tx_indexedsearch" */
	.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
	.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
	.tx-indexedsearch .tx-indexedsearch-whatis p .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
	.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
	.tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background-color: #CCCFDD; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title p { font-weight:bold; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title p.tx-indexedsearch-percent { font-weight:normal; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr p { font-style:italic; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr p .tx-indexedsearch-redMarkup { color:red; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeff; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:#cccccc; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:middle; }
/* default styles for extension "tx_newloginbox_pi3" */

	.tx-newloginbox-pi3-listrow td { background-color:#eeeeee; padding-left: 3px; padding-right: 3px; }
	.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-header td { background-color: #CCCFDD; }
	.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-header td p { font-weight:bold; }
	.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-odd td { background-color:#f6f6f6; }

/* default styles for extension "tx_mininews_pi1" */

div.tx-mininews-pi1-fp_listrow {padding-top: 10px;}
	.tx-mininews-pi1 .tx-mininews-pi1-listrow P.tx-mininews-pi1-listrowField-title { font-weight:bold;margin:0; }
	.tx-mininews-pi1 .tx-mininews-pi1-listrow P.tx-mininews-pi1-listrowField-teaser { margin-bottom: 8px; margin: 2px 0 2px 0;}
	.tx-mininews-pi1 .tx-mininews-pi1-fp_listrow P.tx-mininews-pi1-fp_listrowField-title { font-weight:bold; margin: 2px 0 2px 0; }
 p.tx-mininews-pi1-fp_listrowField-datetime { font-weight:normal; font-size: 8px; padding-top:10px; margin: 10px 0 2px 0; color:#666; }
	.tx-mininews-pi1 .tx-mininews-pi1-fp_listrow P.tx-mininews-pi1-fp_listrowField-teaser { margin-top:0px; margin-bottom:10px; margin: 2px 0 2px 0;}
	.tx-mininews-pi1 .tx-mininews-pi1-singleView P.tx-mininews-pi1-singleViewField-teaser { font-style:italic; margin-top:5px; margin-bottom:10px; }
	.tx-mininews-pi1 .tx-mininews-pi1-browsebox P SPAN.tx-mininews-pi1-browsebox-strong { font-weight:bold; }
	.tx-mininews-pi1 .tx-mininews-pi1-listrow P.tx-mininews-pi1-listrowField-teaser A { color:black; text-decoration:none; }
	.tx-mininews-pi1 .tx-mininews-pi1-listrow P.tx-mininews-pi1-listrowField-teaser A:hover { color:black; text-decoration:none; }

/* default styles for extension "tx_srfeuserregister_pi1" */
   .tx-srfeuserregister-pi1 p { font-family:Verdana, sans-serif; font-size:12px; line-height:125%; color:#35006d; margin-top:8px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; padding-right:3px; padding-left:3px; text-indent:0px; }
   .tx-srfeuserregister-pi1 a:link { background-color:transparent; color:navy; text-decoration:none; font-weight:bold;}
   .tx-srfeuserregister-pi1 a:visited { background-color:transparent; color:navy; font-weight:bold; text-decoration:none; }
   .tx-srfeuserregister-pi1 a:hover { background-color:transparent; color:#333333; text-decoration:none; }
   .tx-srfeuserregister-pi1 a:active { background-color:transparent; color:navy; font-weight:bold; text-decoration:none; }
   .tx-srfeuserregister-pi1 td { vertical-align:top;  font-family:Verdana, sans-serif; font-size:12px; line-height:125%; color:#35006d; margin-top:8px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; padding-right:3px; padding-left:3px; text-indent:0px;}
   .tx-srfeuserregister-pi1 input { font-size:10px; font-family:Verdana; background-color:#35006d; color:#ffffff; font-weight:bold; }
   .tx-srfeuserregister-pi1 input[type=radio] { vertical-align: middle; margin-left: 10px; margin-right: 5px; }
   .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-submit { font-size:10px; font-family:Verdana; background-color:#35006d; color:#ffffff; font-weight:bold; }
   .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-uploader { font-size:10px; font-family:Verdana; background-color:#35006d; color:#ffffff; font-weight:bold; }
   .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-icon { font-size:10px; font-family:Verdana; background-color:transparent;}
   .tx-srfeuserregister-pi1 select { font-size:10px; font-family:Verdana; background-color:#35006d; color:#ffffff; font-weight:bold; }
   .tx-srfeuserregister-pi1 textarea { font-size:10px; font-family:Verdana; background-color:#35006d; color:#ffffff; font-weight:bold; }
   .tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-radio input  { font-size:10px; font-family:Verdana; background-color:transparent; color:#35006d; font-weight:bold; vertical-align:middle; }
   .tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-checkbox input  { font-size:10px; font-family:Verdana; background-color:transparent; color:#35006d; font-weight:bold; vertical-align:middle; }
   .tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes { list-style-type: none; list-style-image: none; list-style-position: inside; margin: 0 0 0 .5em; font-size: 1em; }
   .tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li { margin: 0 0 .4em 0; }
   .tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li label { margin: 0; padding: 0 0 0 .5em; font-size: 1em; }
   .tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checked-values { list-style-type: square; list-style-image: none; list-style-position: inside; margin: 0; font-size: 1em; }
   .tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checked-values li { float: left; margin: 0 2em 0 0;}

