﻿@import url("layout.css");
@import url("menu.css");
body {
	font-family: "Trebuchet MS", sans-serif;
	background-color: transparent;  /*#fff*/
	background-repeat:repeat;
	background-position: center top;
/*	background-image: url('../images/tile-black.jpg');*/
	background-image: url('../images/background-tilesv1.5.jpg');
}
#container {
	border-top: 2px solid #8c8c8c;
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #fff;
/*	background-color: transparent;
	background: rgba(255,255,255, 0.99);*/
}
#masthead {
/*	padding-top: 15px;          /* oben */
/*	padding-bottom: 15px;      /* unten */
	margin-top: 13px;           /* oben */
	margin-bottom: 5px;       /* unten */
	display: block;
	text-align: center;
	background-color: transparent;  /*#fff*/
	background-image: url("../images/ADMlogoO365Orange780x95.png");
	background-repeat: no-repeat;
}
#masthead span {
	display: block; /* Hide the "Logo Text" from view... */
	width: 0;
	height: 0;
	overflow: hidden;
}
#body_text {
	width: 739px;
	margin-left:10px;
	padding: 15px;
	background-color:transparent;  /*#fff*/
}
html>body #body_text {
	width: 740px;
	padding: 0 15px;
	background-color:transparent;  /*#fff*/
	/*background: rgba(255,255,255, 0.2);*/
}
#content {
	background-color: transparent;  /*#fff*/
}
#footer {
	text-align: center;
	padding-bottom: 0px;
	font-family: "Trebuchet MS", sans-serif;
	font-style: normal;
	font-weight: normal;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* Navigation */
/*#navigation ul {
/*	list-style-type: none; 
	width: 100%;
/*	width: 100%;
	margin: 0;
	padding: 0;
} */
#navigation li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
/*	float: left; */
/*	display: block; */
/*	width: 80px;*/
}
#navigation a {
  float: left;
  width: 99px;
  color: #FFF;
  text-decoration: none;
  line-height: 31px;
  text-align: center;
  border-right: 0px solid orange;
/*  background: url(images/tab.gif) no-repeat; /* Add the background image */
/*	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 5px;
	border: 1px solid #4B4B4B; */
}

#navigation #navigation_con a {
  border: none;
}

/*.vert_line {
	border-left: 2px solid orange;
	height: 31px;
} */
#navigation a:hover {
	background-color: #B27400;
	/*background-position: -127px 0;*/
	color: #000;
/*	font-weight: bold;
	text-decoration: none;
	color: #000;
	border: 1px solid orange;
	background-color: orange; */
}

#body_hom #navigation_hom a, #body_con #navigation_con a {
  background-color: orange;
/*  background-position: -254px 0; */
  color: black;
/*  font-weight: bold; */
	list-style-type: none;
}

#navigation a:active {
/*	font-weight: bold;
	text-decoration: none;*/
	color: #fff;
/*	border: 1px solid #4B4B4B; */
	background-color: orange;
}

/* Site typography */
h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 18pt;
	color: #4B4B4B;
}
#body_text p {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	font-size: 12pt;
	color: #4B4B4B;
}
#body_text b1o {
	font-size: 8pt;
	color: #eb3c00;
}
/* Footer */
#footer p {
	font-size: 10pt;
	color: #fff;
	background-color: #eb3c00;
	padding-bottom:3px;
}
#footer f1o {
	font-size: 10pt;
	color: white;
}
/* Links */
a {
	color: #4B4B4B;
	text-decoration: none;
}
a:hover {
	color: #4B4B4B;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}