/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

html,body {
    margin: 0;
    padding: 0;
}

body {      
    font-family: arial, sans-serif;
    font-size:10pt;
    text-align: center;
    color: #333;
    background-color: #FFF;
    line-height: 14px;
}
        
#container {
	width: 17cm;
	margin:0 auto;
	border: 1px solid #000;
}

#innerwrap{
    text-align: left;
    line-height: 1.5em;
}

#mainheader {
    position: absolute;
    visibility: hidden;
}

#header {
    border-bottom:1px solid #000;
}

#breadcrumb{
    position: absolute;
    visibility: hidden;
}

#headerTop{
    text-align: left;
    padding: 10px 0px 0px 10px;
}

#topNav{
    position: absolute;
    visibility: hidden;
}

#nav_1{
    visibility: hidden;
}

#nav_2{
    visibility: hidden;
}

#headerImage{
    visibility: hidden;
}

#headerTextBox{
    visibility: hidden;
}

#headerNav {
    position: absolute;
    visibility: hidden;
}

#left {
    position: absolute;
    visibility: hidden;
}

#right {
    position: absolute;
    visibility: hidden;
}

div.sidebarBox{
    visibility: hidden;
}

div.sidebarBox div.boxHead{
    visibility: hidden;
}

#content {
    float:left;
    padding:20px 10px;
    line-height: 20px;
}

#footer {
    text-align: center;
    border-top:1px solid #000;
}

#clearfooter {height:3cm;width:100%;clear:both}


/* *** text *** */
div,p  {margin-top:0} /*clear top margin for mozilla*/

p,h1{margin-bottom:1em}

#content ul li{
    margin-left:-15px;
    margin-bottom:5px;
}

#content h1{
    font-weight:normal;
    font-size:1.8em;
    line-height:135%;
    margin:0px 0px 20px 0px;
    padding:0px 0px 3px 0px;
}

#content h2{
    font-weight:bold;
    font-size:1.25em;
    line-height:135%;
    margin:0px 0px 10px 0px;
    padding:0px 0px 3px 0px;
}

#content h3{
    font-weight:bold;
    font-size:1.0em;
    line-height:135%;
    margin:0px 0px 10px 0px;
    padding:0px 0px 3px 0px;
}

#content h4, #content h5, #content h6{
    font-weight:bold;
    font-size:1.0em;
    line-height:135%;
    margin:0px 0px 10px 0px;
    padding:0px 0px 3px 0px;
}

.small {
    font-size:0.9em;
}

.align-left {
    text-align: left;   
}

.align-center {
    text-align:center;
}

.align-right {
    text-align:right;
}

.align-justify {
    text-align:justify;
}

#footer{
    font-size: 12px;
    line-height: 16px;  
}

.textzoom {
    padding: 0;
}

.textzoom h3 {
    float:left;
    font-size: 12px !important;
    font-weight: bold;
    margin: 4px 5px 2px 0 !important;
}

#headerTextBox h1{
    font-size: 1.6em;
    font-weight:normal;
    color: #FFF;
    margin:0px 0px 10px 0px;
    padding:0px 0px 3px 0px;
}

#headerTextBox p{
    font-size: 1.1em;
    font-weight:normal;
    color: #FFF;
    margin:0px;
    padding:0px;
}

/* *** hyperlinks *** */
#content a:active, #content a:visited, #content a:link {
    text-decoration:none;
    color:#417d14;
}

#content a:hover{
    text-decoration:underline;
}

#breadcrumb a:active, #breadcrumb a:visited, #breadcrumb a:link {
    text-decoration:underline;
    color:#000;
}

a img{
    border-width:0px;
}


/* *** menu *** */
ul.navlist{
    margin: 0px;
    padding: 0px;
}

ul.navlist li{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

ul.navlist li a{
    display: block;
    width: 92%;
    height: 1.65em;
    padding: 2px 4%;
    border-bottom:1px solid #bcbec1;
    font-weight: bold;
    font-size: 1.0em;
    color:#2b3e4d;
    text-decoration: none;
}

ul.navlist li a:hover, ul.navlist li a.active{
    background-image: url("images/navlist_default_bg.gif");
    background-repeat: repeat;
    color: #FFF;
}

#nav_2 a{
    display:block;
    float:left;
    height:1.2em;
    background-image: url("images/nav_2_menu_bg.gif");
    background-repeat: repeat;
    border:1px solid #7eaacd;
    margin-right:10px;
    padding:0.3em 0.7em;
    color:#000;
    text-decoration:none;
}

/* *** forms *** */
form{
    margin:0px;
    padding:0px;
}

input, textarea, select{
    font:normal 11px Verdana,Arial,sans-serif;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}

input, textarea{
    text-indent:2px;
}

input.button, input.submit_button{
    background-color: #FFF;
    color: #333;
    border: 1px solid #417d14;
    font-weight: bold;
    font-style:italic;
    font-size: 1.1em;
}

input.radio_field, input.checkbox_field{
    border: none;   
}


fieldset {
    display:block;
    border:1px solid #ccc;
    clear:both;
}
            
* html fieldset {padding: 10px;}
            
legend {
    background:#efe2e2;
    padding:4px;
    border:1px solid #6a1b1b;
    border-right-width:2px;
    border-bottom-width:2px;
    margin-bottom:4px;
    font-weight:bold;
}

label {margin: 5px 0px;} 


/* *** misc *** */
table tr td {
    vertical-align: top;
}

.NoBorder{
    border:none;
}

hr{
    height: 1px;
    border: none;
    color: #417d14;
    background-color: #417d14;
    margin:15px auto;   
}


/* *** styles for extension "tx_veguestbook_pi1" *** */
    .tx-guestbook-list-table { border-style: solid; border-color: #000000; border-width: 1px; }
    .tx-guestbook-list-header { background-color: #00589C; color: #FFFFFF; font-weight:bold; }
    .tx-guestbook-list-row { background-color: #FFFFFF; }
    .tx-guestbook-list-rowleft { background-color: #EEEEEE; }
    .tx-guestbook-list-entrycomment-title {font-weight: bold; }
    .tx-guestbook-list-entrycomment { font-style: italic; }
    .tx-guestbook-list-small { font-size: 0.7em; color: #666666; }
    .tx-veguestbook-pi1-browsebox TD { font-size: 0.7em; color: #666666; }
    .tx-veguestbook-pi1-browsebox-strong, .tx-ttnews-browsebox-SCell { font-weight: bold; }
    .tx-veguestbook-pi1-browsebox-SCell { background-color: #EEEEEE; }
    .tx-guestbook-latest-header { background-color: #00589C; color: #FFFFFF; font-weight:bold; }
    .tx-guestbook-latest-row { background-color: #FFFFFF; }
    .tx-guestbook-latest-small { font-size: 0.7em; color: #666; }
    .tx-guestbook-form-inputfield-med { width:250px; }
    .tx-guestbook-form-inputfield-big {  width:250px; }
    .tx-guestbook-form-textarea { width:250px; }
    .tx-guestbook-form-obligationfield { color: #CC0000; }
    .tx-guestbook-form-error { color: #CC0000; }
