/* CSS Document 
	created by:		D.Teubner, B.Sc.
	inspired by:	Eric Meyer's tabbed navbar found on http://css.maxdesign.com.au/ (Listomatic)
*/

/* Basic Design for site */

body {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   margin: 0px 10px;
   padding: 0px;
   color: #000000;
   background-color:#DDDDEE;
   font-size: 12px;
   text-align: center;
}

/* Container configuration */

div.container {
	background-color:#FFFFFF;
	color:#000000;
    width: 935px;
    min-width: 935px;
    text-align: left;
    margin: 0px auto;
   	padding-top: 0px;
	padding-bottom: 0px;
	height:100%
}

div.header {
	text-align:center;
	width:100%;
	height: 80px;
}


div.main_navigation {
	float: left;
	padding: 0;
	padding-top: 1px;
	padding-bottom: 3px;
	margin: 0;
	border: 0;
	min-height: 30px;
	height: 30px;
	width: 100%;
}

div.left_navigation {
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
	min-height: 80%;
	width: 20%;
}

/*
 actually not used
div.breadcrumb {
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
	height: 20px;
	min-height: 10%;
	width: 80%;
}

*/
div.content {
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
	min-height: 25em;
	width: 75%;
	padding-bottom: 2em;
	padding-top: 2em;
	padding-left: 0.6em;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: thin;
}

div.content_nonav {
	float: left;
	padding: 0;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 10em;
	padding-top: 4em;
	margin: 0;
	border: 0;
	min-height: 80%;
	width: 90%;
}

div.footer {
	background-color: #FFFFFF;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 15px;
	width:100%;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}

/* Table defenition */
table tr.even
{
	background-color: #DDDDEE;
}

table tr.uneven
{
	background-color: #FFFFFF;
}

/* designs for special elements */
a.back_top {
	font-size:9px;
	text-decoration: none;
}

p.important_news
{
	color: #FF0000;
}

.footer a.mail {
	color: #448;
	text-decoration: none;
}

.footer a.mail:hover {
	color: #448;
	text-decoration: overline;
}

.footer a {
	color: #448;
}

.footer a:hover {
	color: #448;
}

.contact {
	color: #448;
	background-color: #FFFFFF;
	text-align: left;
}

#welcome
{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}

#sitetitle
{
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#articleheader
{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

#article
{
	text-indent: 3em;
}

#author
{
	float: right;
	font-size: 9px;
	font-weight: lighter;
	font-style: italic;
}

/* Navigation List for Main Navigation */
#navlist {
        padding: 3px 0;
        margin-left: 0;
        border-bottom: 1px solid #778;
        font: bold 12px Verdana, sans-serif;
		text-align: center;
}

#navlist li {
        list-style: none;
        margin: 0;
        display: inline;
}

#navlist li a {
        padding: 3px 0.5em;
        margin-left: 3px;
        border: 1px solid #778;
        border-bottom: none;
        background: #DDE;
        text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover {
        color: #000;
        background: #AAE;
        border-color: #227;
}

#navlist li a#current {
        background: white;
        border-bottom: 1px solid white;
}

/* Navigation List for Left Navigation */
.left_navigation {
        padding: 0;
        padding-bottom: 1em;
        margin-bottom: 1em;
        font-family: Verdana, Tahoma, Arial, sans-serif;
        font-size : 12px;
        color: #000;
        }

.left_navigation ul {
		list-style: none;
		margin: 0;
		margin-right: 0px;
		padding: 0;
		border: none;
		font-size : 12px;
		}

.left_navigation li {
		border-bottom: 1px solid #778;
		margin: 0;
		list-style: none;
		list-style-image: none;
		font-size : 10px;
		}

.left_navigation li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #BEBFDE;
		border-right: 10px solid #E1E2E8;
		background-color: #DDE;
		color: #448;
		text-decoration: none;
		width: 100%;
		font-size : 10px;
		}

html>body .left_navigation li a {
		width: auto;
		}

.left_navigation li a:hover {
		border-left: 10px solid #666DC4;
		border-right: 10px solid #C2CDD8;
		background-color: #AAE;
		color: #000;
		font-size : 10px;
		}

.left_navigation li #active {
		border-left: 10px solid #666DC4;
		border-right: 10px solid #C2CDD8;
		background-color: #FFF;
		color: #448;
		font-size : 10px;
		}