html, body, #whole-box {
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	background: url("pictures/header-bg.gif") repeat-x scroll 0 0 #f5f5f5;
	color: #444 !important;
}

p {
	margin: 0;
	font-size: 1.1em;
	line-height: 22px;
	text-align: justify;
}

ul {
	margin: 0;
}

a {
	text-decoration: none;
	color: #690  !important;
}

a:hover {
	color: #F60  !important;	
}

img, a img {
	color: #444 !important;
	font-size: 12px;
}

a img:hover {
	border-color: #FA0;
	color: #444 !important;
}

form {
	margin: 0;
	padding: 0;
	border: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

body > #background {
	height: auto;
	min-height:100%;
}

#background {
	margin: 0 auto;
	width: 1024px;
}

/* #header-content-sidebar-boxes padding-bottom has to be the same or higher than #footer-box height. */
#header-content-sidebar-boxes {
	margin: 0;
	padding: 0 0 75px;/* top - right/left - bottom */
}

#header-box {
    background: url("pictures/header-bg.gif") repeat-x scroll 0 0 transparent;
    height: 215px;
    margin: 0;
    padding: 0;
    width: 1024px;
}

#header-top {
    background: url("pictures/logo.gif") no-repeat scroll 0 0 transparent;
    float: left;
    margin: 18px 0 26px;
    padding: 0 0 13px;
}

#site-name {
    font-size: 20px;
    margin: 0;
    padding: 63px 0 0 280px;
}

#site-name a, #site-name a:hover {
	color: #6ea823 !important;	
}

#header-bottom {
    float: left;
    margin: 0;
    width: 1024px;
}

#main-navigation {
	list-style-type: none;
	padding: 0;
	width: 760px;
	float: left;
}

#main-navigation li {
	display: inline;
	float: left;
	width: auto;
}

#main-navigation li a {
    color: #FFFFFF !important;
    display: inline-block;
    font-size: 15px;
    padding: 10px 15px 7px;
    /*margin-top: 1px;*/ /* christian und marco :-p bugfixer */
}

#main-navigation li a:hover {
	background-color: #7d212b !important;
	background-image: url(pictures/main_nav_act.gif);
	background-repeat: no-repeat;
	background-position: center 102%;
}

#main-navigation li.active a, #main-navigation li.active a:hover {
	color: #FFF  !important;
	background-image: url(pictures/main_nav_act.gif);
	background-repeat: no-repeat;
	background-position: center 102%;
	background-color: #7d212b !important;
}

#search-box {
	float: right;
	width: 259px;
	margin: 0;
	padding: 0;
}

#search-form {
	margin: 0;
	margin-top: 7px;
	padding: 0;
	text-align:right;
}

#search-input {
	font-size: 16px;
	border: 1px solid #3b1014;
	padding: 2px 2px 1px;
	width: 150px;
}

#search-button {
	background-color: transparent;
	border: 0;
	color: #FFF  !important;
	font-size: 14px;
	height: 23px;
	padding: 0;
	width: 54px;
	text-align: center;
	cursor: pointer;
}

#content-box {
	width: 1024px;
}

.article-box {
	margin: 0;
	padding:0 0 0 12px;
}

.article-header {
    color: #6EA823 !important;
    float: left;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 0;
    width: 600px;
}

.article-text-holder {
	padding: 20px 0 0;
}

.article-text {
	padding: 0 0 20px;
	float: left;
	width: auto;
}

.left-image {
	float: left;
	border: 6px solid #999;
	margin: 5px 10px 5px 2px;
}

.right-image {
	float: right;
	border: 6px solid #999;
	margin: 5px 2px 5px 10px;
}

.signature-links-box {
	text-align: right;
	font-size: 14px;
	padding: 6px 13px 5px;
	border-top: double #CCC;
	border-bottom: 2px solid #CCC;
	float: left;
	width: 703px;
}

.signature-links-box .signature {
	margin: 0;
	float: left;
	color: #555 !important;
	width: auto;
}

.signature-links-box .links-list li {
	display: inline;	
}

.signature-links-box a {
	color: #333 !important;
	font-size: 14px;
	margin: 0;
	padding: 0 10px 0 12px;
	background-image: url(pictures/list_links_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

.signature-links-box a:hover {
	color: #111 !important;
	background-position: 0 -12px;
}

#sidebar-box {
	width: 260px;
	float: right;
}

.side-box {
	margin-bottom: 5px;
	float: right;
}

.side-box-header {
	display:none; visibility: hidden;
}

.side-box-content {
    font-size: 12px;
}

.side-navigation {
	padding: 0;
}

.side-navigation li {
	list-style-type: none;
	display: inline;
}

.side-navigation li a {
	padding: 5px 0 4px 14px;
	color: #444 !important;
}

.side-navigation li a:hover {
	background-color: #293 !important;
	background-image: url(pictures/green_gradient_bg.jpg);
	background-repeat: repeat;
	color: #FFF !important;
}

.side-navigation li.active a, .side-navigation li.active a:hover {
	color: #222 !important;
	background-image: url(pictures/side_nav_act.gif);
	background-repeat: no-repeat;
	background-position: 2% center;
	background-color: transparent !important;
}

.side-box-text-holder {
	padding: 10px 0 0;
}

.side-box-text {
	font-size: 14px;
	padding: 0 10px 10px;
}

#login-register-form {
    background: none repeat scroll 0 0 #6EA823;
    border-radius: 0 0 10px 10px;
    box-shadow: 2px 2px 2px #CCCCCC;
    color: #FFFFFF;
    padding: 5px 10px;
}

.login-label {
	padding: 0 0 4px;	
}

.login-text-field {
	padding: 0 0 8px;
}

.login-input {
	border: 1px solid #6EA823;
	padding: 2px 2px 1px;
	width: 222px;
	font-size: 14px;
}

#login-buttons {
    float: right;
    margin: -5px 0 0 20px;
    padding: 7px 0 0;
    text-align: right;
}

#login-button, #register-button {
	background-color: #293 !important;
	background-image: url(pictures/green_gradient_bg.jpg);
	background-repeat: repeat;
	background-position: 0 25px;
	border: 0;
	color: #FFF !important;
	cursor: pointer;
	padding: 2px;
	margin: 0 0 0 5px;
	font-size: 14px;
	border-radius: 5px;
}

#login-button {
	width: 60px;
}

#register-button {
	width:76px;
}

/* Float cleaner. This is in order for the floating to be cleared so the #footer-box can display properly */
#cleaner-for-footer {
	clear: both;
}

/* #footer-box height has to be the same or lower than #header-content-sidebar-boxes padding-bottom. #footer-box margin-top has to be the same heigh as #footer-box height or higer in negative (50px+15px for some space under #footer-box =65px !!! Make it negative margin-top = -65px) */
#footer-box {
    background-color: #7D212B !important;
    height: 50px;
    margin: -65px auto 5px;
    width: 100%;
}

 #footer-box, #footer-box a, #footer-box a:hover {
	color: #FFF  !important;
	font-size: 12px;
	text-align: center;
}

#bottom-navigation {
	padding: 9px 0 6px;
}

#bottom-navigation li {
	list-style-type: none;
	display: inline;
}

#bottom-navigation a {
	padding: 0 5px;
}

#copyright-quick-links a {
	text-decoration: underline;
}


/****** marco ***********/

#create-form fieldset,#create-register-form fieldset {
	float:left;
	margin:0;
	padding:0;
	width:1024px;
}

.create-label {
    clear: none;
    color: #6EA823;
    float: left;
    font-weight: bold;
    padding: 0 15px 0 0;
    text-align: right;
    width: 130px;
}

.create-text-field {
    clear: none;
    float: left;
    padding: 0 0 8px;
    width: 350px;
}

#create-register-form .create-label {
    clear: none;
    float: left;
	text-align:left;
}

#create-register-form .create-text-field {
    clear: none;
    float: none;
}

.create-input {
	border: 1px solid #6EA823;
	padding: 2px 2px 1px;
	width: 222px;
	font-size: 14px;
}

#create-buttons {
    clear: both;
    padding: 0;
    text-align: left;
}

#create-button, #register-button, #export-button {
    background-color: #6EA823 !important;
    border: medium none;
    border-radius: 20px;
    color: #FFFFFF !important;
    cursor: pointer;
    font-size: 16px;
    margin: 10px 0 10px 0;
    padding: 5px 40px;
	box-shadow: 2px 2px 2px #CCCCCC;
	font-weight:bold;
}

#reset-button {
    background-color: #999 !important;
    border: medium none;
    border-radius: 20px;
    color: #FFFFFF !important;
    cursor: pointer;
    font-size: 16px;
    margin: 10px 30px 10px 0;
    padding: 5px 40px;
	box-shadow: 2px 2px 2px #CCCCCC;
	font-weight:bold;
}

#create-button:hover, #register-button:hover, #export-button:hover {
    background-color: #7D212B !important;
}

#reset-button:hover {
    background-color: #7D212B !important;
}



/* table overrite*/
table.tablesorter {
    background-color: transparent;
    border-spacing: 0;
    font-family: arial;
    font-size: 11px;
    margin: 10px 0 15px;
    text-align: left;
    width: 100%;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #6ea823;
	font-size: 11px;
	color:#FFF;
}

table.tablesorter thead tr .header {
    background-image: url("pictures/bg.gif");
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 10px 10px 0 0;
    box-shadow:-1px -1px 2px #ccc;
    cursor: pointer;
    padding: 5px 5px 5px 2px;
}

table.tablesorter tbody td {
    padding: 3px 2px;
    vertical-align: middle;
}

table.tablesorter tbody tr.odd td {
	
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(pictures/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(pictures/desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #0e8716;
    color: #FFFFFF;
}

.error {
    background: none repeat scroll 0 0 #6EA823;
    border-radius: 20px 20px 20px 20px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0;
    padding: 10px;
    text-align: center;
    width: 600px;
	box-shadow: 2px 2px 2px #CCCCCC;
}

#pager {
    float: right;
    text-align: right;
    width: 400px;
	margin:0 0 10px 0;
}

/* christian und marco */
#pager .pagedisplay {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    padding-bottom: 5px;
    text-align: center;
    width: 40px;
}

#copyright-quick-links { padding:10px 0 0 0;}

img a, a img { border:none;}

tr.odd, tr.even {box-shadow: 0 2px 2px #ccc;}

tr.even {background-color:#FFF; color: #666;}
tr.odd {background-color:#F5F5F5; color: #666;}

tr.odd:hover, tr.even:hover { background-color:#c8e99d ; color:#000;  }

select {
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #6EA823;
    font-size: 14px;
    padding: 2px 2px 1px;
    width: 222px;
}


/* table historei*/
table.version {
    background-color: transparent;
    border-spacing: 0;
    font-family: arial;
    font-size: 11px;
    padding: 30px 0 15px;
    text-align: left;
    width: 100%;
}

table.version thead tr th, table.version tfoot tr th {
	background-color: #CCC;
	font-size: 11px;
	color:#FFF;
}

table.version thead tr .header {
    border-radius: 5px 30px 0 0;
    box-shadow: -1px -1px 1px #CCCCCC;
    padding: 7px 5px 5px 3px;
}

table.version tbody td {
    padding: 6px 2px;
    vertical-align: middle;
}

table.version thead tr .headerSortDown, table.version thead tr .headerSortUp {
    background-color: #0e8716;
    color: #FFFFFF;
}