@charset "utf-8";
/* CSS Document for FRG Hansa Network  by Hartmut Schwenke www.proweb-management.de */

/*** GENERAL ****************************/
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
body {
	background: #e8eabf url(../img/site/background.gif);
	padding: 0px;
	margin: 0px;
}
td {
	vertical-align:top;
	text-align: left;
}
h1 { 
	font-size: 16px;
}
.mainwidth {
	width: 1050px;
}
#header {
	margin-top: 35px;
	padding-top: 10px;
	background: #fff;
	width: 100%;
	height: 100px;
	z-index: 0;
	border-top: 1px solid #dedfc1;
}	

#logo {
	float: left;
}
#mainnav {
	float: right;
}
#loginData {
	float: left;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 17px;
	padding-left: 175px;
}
.logindata {
	font-size: 10px;
	color: #999b6c;
}
#loginData a div.logindata:hover {
	text-decoration: underline;
}
#logout, #adminButton {
	float: right;
	margin-right: 5px;
	margin-top: 15px;
}
#newEntry {
	float: left;
	margin-left: 6px;
	margin-top: 15px;
	margin-bottom: 8px;
}

#logout a, #newEntry a, a.backButton, a.dialogButton,
#content div.dialog form a.backlinkdelete, #adminButton a {
	padding-left: 30px;
	padding-right: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #e8eabf url(../img/site/bg_button_small.gif) repeat-x;
	border: 1px solid #8e934e;
	color: #d86931;
	text-decoration: none;
	text-transform:uppercase;
	font-size: 11px;
	font-weight: bold;
}
#barborder {
	background: url(../img/site/barborder.gif) repeat-x;
	width: 100%;
	margin-top: 91px;
	height: 2px;
}
#content {
	position: absolute;
	width: 100%;
	min-height: 300px;
	background: #e8eabf url(../img/site/background.gif);
	z-index: 100;
	margin-top: -7px;
}
#header.loginsplash {
	margin-top: 120px;
	height: 150px;
}
#barborderloginsplash{
	background: url(../img/site/barborder.gif) repeat-x;
	width: 100%;
	margin-top: 21px;
	height: 2px;
}
/*** NAVIGATION *****************/
#mainnav ul {
	list-style-type: none;
	margin-left: -50px;
}
#mainnav ul li {
	position: relative;
	display: inline;
	float: left;
	padding-left: 8px;
	line-height: 15px;
}
#mainnav ul li.last {
	padding-right: 0px;
}
#mainnav ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #888a60;
	font-weight: normal;
	text-decoration:none;
	font-size: 14px;
	text-transform:uppercase;
	padding-left: 5px;
	padding-right: 5px;
	border: 2px solid transparent;
}
#mainnav ul li a:hover, #mainnav ul li#current a {
	color: #ff6600;
	padding-top: 8px;
	padding-bottom: 24px;
	padding-left: 5px;
	padding-right: 7x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #e8eabf;
	border: 2px solid #dddfb8;
} 
#mainnav ul li#current a.current {
	line-height: 25px;
}


/*** LISTING ****************************/
.tableborder {
	width: 99%;
	border-left: 1px white solid;
	border-top: 1px solid #d5d7b3;
	border-right: 1px solid #d5d7b3;
	border-bottom: 1px white solid;
	background: #dfe1bb;
}
table.listing a {
	text-decoration: none;
	color: #333;
}
table.listing a:hover {
	text-decoration: underline;
}
table.listing {
	width: 100%;
	border: 1px solid #999;
	padding: 0px;
	font-size: 11px;
}
table.listing th{
	height: 20px;
	text-transform: uppercase;
	padding: 5px;
	padding-left: 8px;
	background: #dedede url(../img/site/table_title_bg.gif) repeat-x;
	border-left: 1px solid #dedede;
	border-right: 1px solid #efefef;
	-webkit-text-shadow: #fcfcfc 0px 1px 0px;
	-moz-text-shadow: #fcfcfc 0px 1px 0px;
	text-shadow: #fcfcfc 0px 1px 0px;
	letter-spacing: 1px;
	text-align: left;
}
table.listing th a {
	text-decoration: none;
	color: #94956d;
}
table.listing th a.selected {
	text-decoration: underline;
	color: #797b54;
}
table.listing th a.selectedDESC {
	text-decoration: overline;
	color: #797b54;
}
table.listing th a:hover {
	text-decoration: underline;
	color: #797b54;
}

table.listing td {
	padding: 6px;
	border-left: 1px solid #fff;
	border-right: 1px solid #efefef;
} 
table.listing .even {
	background: #f5f6df;
}
table.listing .odd {
	background: #ffffff;
}
#listingMode {
	float: right;
	margin-top: 15px;
	margin-right: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #888a60;
	letter-spacing: 12px;
}
/**** PAGE TOOLS ***********************/
#pageTools {
	width: 100%;
	text-align: center;
}
#pageTools a {
	color: #363636;
	text-decoration:none;
}
#pageTools img {
	padding-left: 8px;
	padding-right: 5px;
	vertical-align: bottom;
}
#content #sortingTable.listing td form.exportButton {
	border: 0px;
	margin-top: -25px;
	margin-left: -7px;
	padding-bottom: 0px;
}
#content #sortingTable.listing td form.archivButton {
	float: right;
	border: 0px;
	margin-top: -25px;
	text-align: right;
	padding-bottom: 0px;
}
#content #sortingTable.listing td form.exportButton input,
#content #sortingTable.listing td form.archivButton input {
	width: 75px;
	background: #e8eabf url(../img/site/bg_button_small.gif) repeat-x;
	border: 1px solid #8e934e;
	color: #d86931;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 9px;
	line-height: 9px;
}
/*** FORM *******************************/
form {
	border: 1px solid #acacac;
	width: 425px;
	padding: 10px;
}
.dialog form {
	-moz-box-shadow: 0px 2px 2px #aaa;
    -webkit-box-shadow: 0px 2px 2px #aaa;
    box-shadow: 0px 2px 2px #aaa;
	background-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.2);
}
input, textarea {
	width: 325px;
}
input.button, input.submit {
	width: 120px;
}
input.submit {
	float: right;
	margin-right: 8px;
}
td a span {
	position: absolute;
	margin-left: -120px;
	margin-top: -15px;
	background: white;
	border: #FF6600 1px solid;
	padding: 4px;
	visibility: hidden;
	-moz-box-shadow: 0px 2px 2px #aaa;
    -webkit-box-shadow: 0px 2px 2px #aaa;
    box-shadow: 0px 2px 2px #aaa;
}
.alertFrame {
	border: 1px #FF6600 solid;
}
td a:hover span {
	visibility: visible;
}
.msgBox {
	border: 1px solid #fff;
	padding: 3px;
	background: #ff6600;
	margin-bottom: 15px;
	color: white;
}
.star {
	color: #FF6600;
}
body.login form {
	border: 1px solid #acacac;
	width: 300px;
	padding: 10px;
	padding-top: 16px;
	background: #cdcfad;
}
body.login form input {
	width: 192px;
}
body.login form input.submit {
	width: 80px;
	background: #e8eabf url(../img/site/bg_button_small.gif) repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
body.login td {
	color: #fff;
	font-size: 12px;
	text-transform:uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 24px;
}

.dialogTitle {
 	margin-top: 30px;
	margin-bottom: 20px;
	font-family:"Trebuchet MS";
	color: #FF6600;
	font-weight: normal;
	font-size: 24px;
	letter-spacing: 4px;
}
/*** SEARCH FORM ******************/
form.search td {
	color: #a7a87e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	-webkit-text-shadow: #fff 0px 1px 1px;
	-moz-text-shadow: #fff 0px 1px 1px;
	text-shadow: #fff 0px 1px 1px;
	line-height: 10px;
}
form.search {
	width: 1050px;
	border: 0px solid red;
	padding: 0px;
}
.search input {
	width: 85px;
	margin-right: 10px;
}
.search .radio {
	width: 10px;
	margin-top: 25px;
}
input.submit {
	background: #e8eabf url(../img/site/bg_button.gif) repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #747840;
	font-size: 13px;
	letter-spacing:0px;
	color: #d86931;
	text-transform:uppercase;
	font-weight: bold;
	height: 20px;
	padding-bottom: 2px;
	width: 120px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.dialog form div.alertSign {
	margin-top: 10px;
	background: url(../img/site/important.gif) no-repeat;
	height: 25px;
	font-size: 13px;
	background-position: 10px;
}
.dialog form div.alertSign b {
	height: 25px;
	font-size: 15px;
	color: #ff6600;
}
.dialog form div.alertInfo {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #666;
	padding: 4px;
	background: #fff;
	margin-left: 10px;
	margin-right: 10px;
}

/**** KONTROLLE **/
.search .kontrolle input, .search .news input {
	width: 165px;
	margin-right: 10px;
}
.search .kontrolle .radio, .search .news .radio {
	width: 10px;
	margin-right: 10px;
}
.search .kontrolle .submit, .search .news .submit {
	width: 120px;
	
}
/**** BLACKBOARD **/
.search .blackboard input {
	width: 225px;
	margin-right: 10px;
}
.search .blackboard .radio {
	width: 10px;
	margin-right: 10px;
}
.search .blackboard .submit {
	width: 120px;
}

/*** SHOW NEWS **********/
a.infoMarker span {
	visibility: hidden;
}
a.infoMarker:hover span {
	visibility: visible;
}
#content #showNews {
	width: 900px;
	margin-top: 50px;
	border: 1px solid #aaa;
	padding: 40px 80px 40px 80px;
	text-align: left;
	background: #fff;
	background-color: rgba(255, 255, 255, 1.0);
    background: rgba(255, 255, 255, 1.0);
    color: rgba(255, 255, 255, 1.0);
	-moz-box-shadow: 0px 2px 2px #aaa;
    -webkit-box-shadow: 0px 2px 2px #aaa;
    box-shadow: 0px 2px 2px #aaa;
}
#content #showNews .newsArticle,
#content #showNews .title,
#content #showNews .gemeldet,
#content #showNews b {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
}
#content #showNews .newsArticle {
	margin-top: 25px;
}

/***** USER PREFS **********/
#content #userprefscontent {
	margin-top: 35px;
}
#content.userprefs form {
	background-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 0px 2px 2px #aaa;
    -webkit-box-shadow: 0px 2px 2px #aaa;
    box-shadow: 0px 2px 2px #aaa;
}
#content.userprefs form div.pageTitle {
	background: #cdcfad;
	margin-bottom: 10px;
	padding: 10px;
	color: #363636;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	border: 1px solid #747840;
	color: #d86931;
}
#content.userprefs form div#userinfo div {
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
	width: 100%;
}
#content.userprefs form div#userinfo div span {
	width: 340px;
	float: right;
	font-size: 14px;
	line-height: 21px;
}
#content.userprefs form div#userdata div.section span {
	width: 340px;
	float: right;
	font-size: 11px;
	line-height: 16px;
}
#content.userprefs form div#userdata div.section {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #999;
	text-align: left;
	font-size: 14px;
	line-height: 21px;
	width: 100%;
}
#content.userprefs form div#userdata div.section input {
	width: 60px;	
}	
#content.userprefs form div#userdata div.section input.radio {
	width: 10px;
	margin-right: 5px;
}

/*** FOOTER ****/
#footer {
	margin-top: 40px;
	padding-top: 10px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.2);
	height: 20px;
}
#footer .copyright, #footer .disclaimer  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #707070;
}
#footer .copyright {
	float: left;
	padding-left: 5px; 
}
#footer .disclaimer {
	float: right;
	padding-right: 5px;
}
#footer .barbordertop {
	background: url(../img/site/barborder.gif) repeat-x;
	width: 100%;
	margin-top: -10px;
	padding-bottom: 9px;
	height: 2px;
}
#footer .barborderbottom {
	background: url(../img/site/barborder.gif) repeat-x;
	width: 100%;
	height: 2px;
	margin-top: 18px;
}

/*** PORTAL *****/
.mainwidthPortal {
	width: 1100px;
	padding-left: 40px;
}
table.portal {
	width: 45%;
	float: left;
	margin: 20px;
	position: relative;
	margin-bottom: 0px;
}
table.portal .tableName {
	text-align: center;
	border-left: 1px solid #dedede;
	border-right: 1px solid #efefef;
	-webkit-text-shadow: #fcfcfc 0px 1px 0px;
	-moz-text-shadow: #fcfcfc 0px 1px 0px;
	text-shadow: #fcfcfc 0px 1px 0px;
	letter-spacing: 1px;
	text-transform:uppercase;
	color: #ee6600;
	font-size: 12px;
	font-weight: bold;
}