body, html { 
	height: 100% !important; 
	padding: 0; 
	margin: 0;
	background-color: #333333;
}

html, body, td, tr, h1, h2 {
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
}

body,
td,
tr {	
    font-size: 10pt; 
    color: #FFFFFF;  
}

h1 {
	padding-bottom: 5px;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12pt;
}

h2 {
	padding-bottom: 5px;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10pt;
}

#smallText {
	font-size: 8pt;
}

#uploadedImage {
	border: solid 1px #ffffff;
}

#contentArea {
	width: 1024px;	
	background-image: url(backgroundPage.jpg);
	border-right: solid 5px #ffffff;
	border-bottom: solid 5px #ffffff;
}

#copyright {
	font-size: 10px;
	text-align: right;
}

#pageContent {
	padding-left: 36px;
	padding-top: 15px;
}

#contentScrollArea {
	overflow: auto;
	height: 500px;
	padding-right: 5px;
}

#leftSpace {
	width: 200px;
	height: 800px;
	background-color: #2b7f99;
	background-image: url(backgroundLeft.jpg);
	background-repeat: repeat-x;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}

#siteContent {
	width: 824px;
}

#completeTable {
	width: 100%;
	border: 0px;
	border-spacing: 0px;
}

#completeTable #header {
	background-color: #333333;
	font-weight: bold;
}

#completeTable #markedRow {
	background-color: #666666;
}

#completeTable #dnfRow {
	background-color: #708090;
}

.yui-calendar .calheader {
	color: #000000;
}

/* Feedback Messages */
#feedBack {
	position: relative;
	background: transparent none repeat scroll 0% 0%;
	color: #AAAAAA;
	text-align: center;
}

#feedBack ul {
	list-style: none;
}

.feedbackPanelERROR {
	color: #ffa3a4;
}

.fieldError {
  background-color: #ffa3a4;
}

.hinweisBox {
	background-color: #ffa3a4;
	font-weight: bold;
	color: #000000;
	padding: 5px;
	border: solid 1px #ffffff;
}

/* TabPages */
.tab-row ul {
	list-style: none;
}
.tab-row li {
	padding: 2px 10px 2px 10px;
	display: inline;
	background-color: #2b7f99;
}
.tab-row li.selected {
	background-color: #000000;
}
.tab-row a:link, 
.tab-row a:visited,
.tab-row a:active {
	text-decoration: none;
	color: #ffffff;
}

/* Links */
.button  {
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	border: 1px solid #ffffff;
	padding: 5px;
}

a:link,
a:visited,
a:active {
	color: #ffffff;
}
a:hover,
.modalWindowStyle a:hover {
	text-decoration: underline overline;
	color: #2b7f99;
}

#externalLink,
#externalSpanLinkStyle {
	background: transparent url('aoutside.gif') 100% 50% no-repeat;
	padding-right: 10px;
}

#externalSpanLinkStyle {
	text-decoration: underline;
	color: #ffffff;
}

/* ModalWindow */
.modalWindowStyle,
.modalWindowStyle a:link,
.modalWindowStyle a:visited,
.modalWindowStyle a:active {
	color: #000000;
}

/* Navigation Bottom */
.bottomNavigation {
	border-top: 5px solid #ffffff;
	border-left: 5px solid #ffffff;
	height: 20px;
	padding-left: 640px;
	background-color: #333333;
}
.bottomNavigation .horizontalMenu {
	font-size: 0.8em;
}
.bottomNavigation .horizontalMenu li a,
.bottomNavigation .horizontalMenu li ul a {
	line-height: 20px;
}
