/**
* common.css
*
* Copyright (c) 2003-2007 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* Site-wide shared stylesheet.
*
* $Id: common.css,v 1.47 2007/11/14 22:36:20 asmecher Exp $
*/


body { 
	background-color: #fff;
	font-size: 1.1em;
	font-family: "Arial", "Helvetica", sans-serif;
}

a {
	text-decoration: none;
}

a:link {
	color: #6e2618;
}

a:active {
	color: #000000;
}

a:visited {
	color: #6e2618;
}

a:hover {
	color: #808080;
        background-color: transparent;
}

#breadcrumb a:hover {
color: #808080;
background-color: transparent;
text-decoration: underline;
}

#div {
 line-height: 140%;
 text-align: left; 
}

#navbar a:hover{
	text-decoration: underline;
        background-color: transparent;
}
   
label.error {
	color: #0000ff;
}

input.defaultButton {
	color: #808080;
	background: #6e2618;
}

#container {
    max-width: 790px;
/*    min-height: 500px;*/
    background-color: #fff;
    margin-bottom: 0px;
    padding: 0px;
}

#header {
    padding: 0;
    margin: 0;
    width: 800px !important;
    min-height: 100px;
    background-color: #fff;
}

#headerTitle {
        width: 772px !important;
	height: 116px !important;
        text-align: left;
        padding: 0;
        margin-left: 0px;
      	margin-bottom: 0px; 
      	padding-bottom: 0px;
      	padding-top: 1em;
}

#header h1 {
	padding: 0px; 
	margin-bottom: 0px;
/*	line-height: 2.5; */
	font-family: "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
/*	letter-spacing: 10px;*/
	font-size: 2em;
        width: 772px !important; 
	background-color: #fff;
	color:  #fff;
}

#footer {Inhaltsverzeic
	background-color: #320;
	color:  #fff;
}

#footerContent {
	color:  #fff;
}

#main { 
/*        min-width: 536px !important; */
   float:right;  
   font-size: 19px;
   min-width: 548px !important; 
   max-width: 548px !important; 
   background-color: #f6efe7;
   min-height: 530px !important;
   margin: 0px 14pt 0px 0px;
   padding: 1em 0em 0em 1em;
   display: inline;
   overflow: auto;
   /*position:static;*/
 }

#main h2 {
	font-family: "Arial", "Helvetica", sans-serif; 
        margin-right: 0em;
        margin-left: 0em;
	font-weight: bold;
        font-size: 0.9em;
/*	text-transform: uppercase; */
}

#main h3 {
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: bold;
        margin-left: 0em;
        margin-right: 0em;
        line-height: 0.75em;
/*	text-transform: uppercase; */
}

#navbar {
	border-bottom: 1px dotted #e3d5cc;
	text-align: left;
}

#breadcrumb {
	height: 18px;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px dotted #e3d5cc;
	padding: 0;
	font-style: italic;
}

#content {
	font-family: "Arial", "Helvetica", sans-serif; 
	border-top: 1px dotted #e3d5cc;
        padding-right: 10px;
}

#content h3 {
	font-family: "Arial", "Helvetica", sans-serif; 
        margin-right: 0em;
        line-height: 0.95em;
        font-size: 1.1em;
/*	text-transform: uppercase; */
}

#content h4 {
	font-family: "Arial", "Helvetica", sans-serif; 
/*	text-transform: uppercase; */
}

#content h5 {
/*	text-transform: uppercase; */
}

span.highlight {
	border-bottom: 1px dotted #DEB887;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #DEB887;
}

table.listing td.headseparator {
	border-top: 1px dotted #DEB887;
}

table.listing td.endseparator {
	border-top: 1px dotted #DEB887;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}
ul {
 font-size: 0.9em;
 padding-left: 8px;
}

ul.menu li {
padding-right: 7px;
}

ul.menu a {
font-size: 1em;
letter-spacing: none;
text-transform: uppercase;
text-decoration: none;
}

div.separator {
	border-bottom: 1px dotted #DEB887;
}

#sidebar {
float: left;
min-width: 200px !important;
max-width: 200px !important;
margin-top: 0pt;
margin-bottom: 0pt;
margin-left: 0;
margin-right: 0;
padding-top: 0em;
padding-right: 0em;
padding-bottom: 1em;
padding-left: 0em;
}

#sidebar div.block {
        font-size: 12px;
        margin-left: 0px;
}


#rightSidebar ul, #leftSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}

#rightSidebar li, #leftSidebar li {
	list-style-type: none;
}

#rightSidebar {
        width: 0;
        height:0;
        margin: 0px;
        background-color: #e3d5cc;
	border-bottom: 1px dotted #e3d5cc;
}

#leftSidebar {
        min-width: 200px !important; 
        max-width: 200px !important;
        min-height: 535px !important;        
        padding: 0em 0em 0em 1em; 
        background-color: #e3d5cc;
        font-size: 10px;
        /*margin-top: 0px;
        margin-bottom: 0%;
        margin-left: 14px;
        margin-right: 0%;*/
        margin: 0%;
        display: inline;
        overflow: hidden;

}
