/************************************************************

  DEFAULT.CSS

	  Copyright:  (c) Jan Martin
	  				  Ingo Mueller
	  				  Marc Bleckmann
	  				  Raphael Scheifele

 ************************************************************/
 
/**
* general
*/
* {
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	background: #ffffff;
	font-family: Verdana, Lucida, Helvetica, sans;
	font-size: 80%;
	color: #000000;
}
p.break {
	padding-top: 11px;
}
.clear {
	clear: both;
}
.right {
	text-align: right;
}
span.center {
	display: block;
	width: 478px;
	text-align: center;
}

/**
* links
*/
a {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}

/**
* headlines
*/
h1 {
	font-size: 130%;
	letter-spacing: -1px;
	padding: 0 0 3px 19px;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 4px;
	background: url(../graphics/h1.gif) no-repeat;
}
h1 small {
	font-weight: bold;
	font-size: 65%;
	letter-spacing: 0;
	padding-left: 10px;
}
h2 {
	font-weight: bold;
	font-size: 100%;
	padding: 7px 0 3px 0;
}
h3 {
	font-weight: bold;
	font-size: 100%;
	padding-bottom: 3px;
}

/**
* base
*/
div#base {
	width: 800px;
	margin: 0 auto 0 auto;
	background: #215d21;
}

/**
* header
*/
div#header {
	height: 150px;
	font-size: 75%;
	color: #ffffff;
}
div#header div#logo {
	float: left;
	width: 150px;
	height: 150px;
	text-align: center;
	background: #ffffff url(../graphics/header_left.gif) no-repeat bottom right;
}
div#header div#banner {
	float: left;
	width: 650px;
}
div#header div#banner div#topic {
	float: left;
	width: 419px;
	height: 110px;
	padding: 10px 19px 10px 10px;
}
div#header div#banner div#login {
	float: left;
	padding: 3px 10px 7px 85px;
	width: 105px;
	height: 120px;
	background: url(../graphics/header_right.gif) no-repeat;
}
div#header div#banner div#login form input {
	width: 100px;
	background: #ffffff;
}
div#header div#banner div#login form input.button {
	width: 50px;
}
div#header div#banner div#login a {
	font-weight: bold;
}
div#header div#banner p#pathway {
	clear: both;
	padding: 2px 0 0 5px;
	border-top: 1px solid #ffffff;
}
div#header div#banner p#pathway span.alert {
	font-weight: bold;
	padding-left: 100px;
	color: #ff6666;
}

/**
* main
*/
div#main {
	clear: both;
	background: #215d21;
}

/**
* navigation
*/
div#main div#navigation {
	float: left;
	width: 130px;
	background: #215d21;
	padding: 10px;
	color: #ffffff;
	font-size: 85%;
}
div#main div#navigation ul {
	background: #316d31;
	padding: 4px 0 0 5px;
}
div#main div#navigation ul li {
	list-style-type: none;
	padding: 1px 0 2px 1px;
	font-weight: bold;
}
div#main div#navigation ul li a {
	display: block;
	color: #ffffff;
}
div#main div#navigation ul li a.active {
	background: #417d41;
}
div#main div#navigation ul li a:hover {
	text-decoration: none;
	background: #518d51;
}
div#main div#navigation ul li ul {
	margin-bottom: 7px;
	padding: 0;
}
div#main div#navigation ul li ul li {
	padding: 0 0 0 12px;
	font-weight: normal;
}

/**
* content
*/
div#main div#content {
	float: left;
	width: 478px;
	min-height: 530px;
	padding: 8px 14px 14px 14px;
	background: #ffffff url(../graphics/content_top.gif) no-repeat;
}
div#main div#content p {
	margin-bottom: 2px;
}
div#main div#content a {
	color: #aa0000;
	font-weight: bold;
	font-size: 85%;
}
div#main div#content a:hover {
	color: #dd0000;
}
div#main div#content ul, div#main div#content ol {
	margin-left: 25px;
	margin-bottom: 11px;
}

/**
* content item
*/
div.c_item {
	clear: both;
	padding-top: 15px;
}
div.top {
	padding-top: 0;
}
div.c_item img.c_image {
	float: right;
	margin: 2px 0 7px 9px;
}
div.c_item img {
	border: 1px solid #222222;
}
div.c_item img.noborder {
	border: 0;
}

/**
* image lists
*/
div#main div#content ul.image_list {
	list-style-type: none;
	margin: 0;
}
div#main div#content ul.image_list li {
	display: inline;
}
div#main div#content ul.image_list li a img {
	width: 94px;
	height: 60px;
	background: #ffffff;
	padding: 4px;
	border: 4px solid #000000;
	margin: 4px 3px 1px 2px;
}
div#main div#content ul.image_list li a:hover img {
	border: 4px solid #000000;
	background: #dddddd;
}

/**
* person item
*/
div.person {
	float: left;
	font-size: 85%;
	background: #ffffdd;
	border: 1px solid #ddddaa;
	padding: 8px 13px 8px 11px;
	margin: 2px 5px 5px 0;
}

/**
* table
*/
table {
	font-size: 80%;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}
table td {
	background: #e5e5e5;
	padding: 1px 8px 1px 8px;
	vertical-align: top;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	text-align: center;
}
table tr.head td {
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid #707070;
}
table tr.row0 td {
	background: #f0f0f0;
}

/**
* right bar
*/
div#main div#rightbar {
	float: left;
	width: 130px;
	padding: 0 7px 0 7px;
	background: #215d21;
	color: #ffffff;
}
div#main div#rightbar ul {
	list-style-type: none;
}
div#main div#rightbar ul img {
	border: 0;
	width: 130px;
	height: 130px;
	margin-bottom: 3px;
}
div#main div#rightbar h1 {
	background: none;
	border: 0;
	margin: 0;
	font-weight: bold;
	letter-spacing: 0;
	font-size: 100%;
	padding: 0 0 7px 0;
}
div#main div#rightbar div {
	font-size: 80%;
	padding-bottom: 12px;
	color: #ccddcc;
}
div#main div#rightbar h2 {
	padding: 0;
	padding-bottom: 2px;
	border-bottom: 1px dashed #77aa77;
	margin-bottom: 2px;
}

/**
* form
*/
form p {
	clear: both;
	padding: 3px 0;
}
label {
	float: left;
	width: 120px;
}
label.hidden {
	visibility: hidden;
}
input.entry, input.button, textarea {
	font-family: Verdana, Lucida, Helvetica, sans;
	color: #000000;
	width: 330px;
	background: #e5e5e5;
	border: 0;
	padding: 1px 3px;
}
select {
	border: 1px solid #aaaaaa;
	background: #ffffff;
}
select.middle {
	width: 220px;
}
select.middleshort {
	width: 180px;
}
textarea {
	font-size: 100%;
}
input.button {
	width: 160px;
	color: #666666;
	font-weight: bold;
}
form p.alert {
	font-weight: bold;
	color: #ff0000;
	margin: 10px 0 12px 0;
}
input:focus, textarea:focus {
	background: #f0f0f0;
}
input.button:focus {
	color: #000000;
}

/**
* footer
*/
div#footer {
	clear: both;
	padding: 4px 0 0 0;
	font-size: 80%;
	height: 17px;
	text-align: center;
	color: #ffffff;
	border-top: 1px solid #ffffff;
}
div#footer ul {
	cursor: default;
	display: inline;
}
div#footer ul li {
	list-style-type: none;
	display: inline;
}
div#footer ul li a {
	color: #ffffff;
	padding: 2px 4px 3px 4px;
	margin: 0 2px 0 2px;
}
