/* 
    efpe-net.de - css stylesheet
    author gz
    date 04.05.07 
*/


/***********************************
 *  overall defintions
 ***********************************/
 
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	border:none;
	list-style: none;
	text-decoration:none;
	vertical-align:baseline;
	margin:0;
	padding:0;
}

html {
  background: #f7f7f7 url('../gfx/background-lower.png') repeat-x bottom;
}

body { 
  background: url('../gfx/background-top.png') repeat-x top;
  color: #7F7F7F;
}

/* links */
a {
  color:#25478b;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

/* lists */
ul {
  margin-left:10px;
}

li {
  padding-left:8px;
  padding-bottom:5px;
  background: url('../gfx/dot-orange.png') no-repeat left 5px;
}

/* useful definitions */
.left {
  float:left;
}

.right {
  float:right;
}

.bold {
  font-weight:bolder;
}

.tiny {
	font-size:0.85em;
}

.center {
  text-align:center;
}


/***********************************
 *  header
 ***********************************/

#header {
/*	position:absolute; */
	height:167px;
	z-index:2;
	font-size:11px;
}

#header h1 {
	float:left;
	width:114px;
	/*height:117px;*/
	margin-right:13px;
}

#header h1 a {
	text-indent:-9999px;
	display:block;
	height:100%;
	overflow:hidden;
}

#header h1 a:hover { background-position: right; }

#efpe {
	width:900px;
	margin: 0 auto;
}


/***********************************
 *  menu
 ***********************************/
 
.menu {
  /* position:absolute; */
  font-size:11px;
  /*top:114px;*/
  margin:0 0 0 0px;
  margin-top:-53px;
  height:30px;
  z-index:5;
}

.menu li {
	z-index:45;
	position:relative;
	float:left;
	height:30px;	
	text-align:center;
	padding:0px 1px 0px 0px;
	background:url('../gfx/menu-seperator.png') no-repeat right top;
}

.menuTitle {
	border-bottom:1px solid white;
	padding:12px 0 0 0;
	color:#25478b;
	margin:0px;
	font-weight:bolder;
}

.menu li a {
	color: #7F7F7F;
	display: block;
	height:20px;
	padding-top:10px;
	width:80px; /* top button size */
	overflow: hidden;
}

.menu li:hover a, .menu li.active a {  
  background:#98aae0;
  color:black;
  text-decoration:none;
}

.menu ul {
	display: none;
	position: absolute;
	font-size:1em;
	top: 98.5%;
	left: 0; /* remove this line? */
	width: 180px; /* dropdown menu size */
	margin:0;
	padding: 5px 10px 10px;
	background: #c3cfe7 url('../gfx/menu-background.png') no-repeat bottom left;
}

.menu ul li {
	float: none;
	height: 26px;
	border-bottom: 1px dashed #fff;
	background:none;
	text-align:left;
}

.menu ul li a {
	color: #000;
	height:16px;
	width:auto;
	padding:7px 0 3px 18px;
	background: no-repeat 4px 50% !important;
}

.menu ul li a:hover {
	color: #fff;
	background:#25478b !important;
}

.menu li:hover ul, .menu li.over ul { display: block; }


/***********************************
 *  main content
 ***********************************/

#main {
  width:900px;
  min-height:415px;
  margin:270px 0 0 -1px;
  position:relative;
  overflow:hidden;
  float:left;
  font-size:0.8em;
  line-height:18px;
  background:url('../gfx/main-border.png') repeat-y 50%;
}

#indent {
  margin: 9px 5px 9px 13px;
}

#main h1 {
  font-size:1.5em;
  font-weight:bolder;
  color:#f28c00;
  text-transform:uppercase;
  display: block;
  padding-left: 20px;
  margin-bottom:9px;
  background:url('../gfx/title-arrows.png') no-repeat left;
}

#main h2 {
  font-size:1.01em;
  font-weight:bolder;
  text-transform:uppercase;
  margin:0 15px 5px 0;
  border-bottom:2px #c3cfe7 solid;
}

#main h3 {
  font-size:1.2em;
  font-weight:bolder;
  text-transform:uppercase;
  margin:0 9px 5px 0 !important;
  margin:0 5px 5px 0;
  border-bottom:2px #c3cfe7 solid;
  padding-left:12px;
  background:url('../gfx/arrow-left-white.png') no-repeat 3px;
}

#main p {
  padding:0 0 4px 5px;

}

.column3 {
  width:300px;
  padding-right:13px;
  float:left;
}

.column1 {
  width:613px;
  padding-right:13px;
  float:left;
}

.column2 {
  width:420px;
  padding-right:13px;
  float:left;
}

.columnBlueRight {
  width:250px;
  font-size:8px;
  line-height:13px;
  float:left;
  color:#fff;
  background-color:#25478b;
}

.box {
  width:250px;
  min-height:180px;
  padding:9px 0px 0 1px;
  font-size:1.3em;
}

.box a {
  color:white;
  text-decoration:underline;
}

.box a:hover {
  color:white;
  text-decoration:none;
}


/* home site */
.newsDate {
  font-family: 'Trebuchet MS', Verdana, Sans-Serif;
  font-size:0.7em;
}

.newsItem {
  margin-top:9px;
}

.ausbildungTermin {
  /*width:300px;*/
  height:90px;
  margin:9px 0 0 0;
  background-color:#eee;
  color:#4e4e4e;
}

.ausbildungTermin h4 {
 margin:3px 0 3px 0;
 padding-left:12px;
 font-size:0.85em;
 text-transform:uppercase;
}

.ausbildungTermin p {
  font-size:1em;
  margin-left:6px;
}

/* ausbildungen */
.logoLeft {
  float:left; 
  padding:0 9px 9px 0;
}

/* referenten */
.referentbox {
  width:120px;
  padding:10px 1px 0 1px;
  margin: 9px;
  background: #c3cfe7;
  text-align:center;
  float:left;
}

.referentbox:hover {
  background: #f28c00;
}

.referentTopbox {
  width:120px;
  padding:10px 1px 0 1px;
  margin: 9px;
  background: #c3cfe7;
  text-align:center;
}

.referentTopbox:hover {
  background: #f28c00;
}

.emptybox { /* this is teh ugly hack in here */
  width:120px;
  height:140px;
  padding:10px 1px 0 1px;
  margin: 9px;
  float:left;
}

.emptyboxHalf { /* this is teh ugly hack nr two in here */
  width:48px;
  height:140px;
  padding:10px 1px 0 1px;
  margin: 9px;
  float:left;
}

/* termine */
.ausbildungsbox {
  padding:5px 0 5px 5px;
  margin:0 6px 0 5px;
  border: 4px solid #c3cfe7;
}


/***********************************
 *  formulars
 ***********************************/
/*
form { 
	padding: 0; 
	margin:9px 0 0 9px;
}

fieldset {
  margin:9px 0;
  border: 1px solid #3C6491;
}

legend {
  font-weight:bold;
}

label, input {
	display: block;
	float: left;
	margin-bottom:10px;
}

label {
	text-align: right;
	width: 81px;
	padding-right: 20px;
}

.required {
  color: #BF3E17;
  font-weight:bold;
}

input,select,textarea {
	margin: 0;  
	border: 1px solid #98aae0;
	background: #c3cfe7;
	color:#4e4e4e;
}

input.button {
	margin-right: 5px; 
	padding: 0px; 
	border: 1px solid #c3cfe7;
	color:#fff;
	font-size:0.85em;
	background: #98aae0; 
  cursor: pointer;
}

textarea {
  margin-bottom:3px;
}

*/
/***********************************
 *  footer
 ***********************************/
 
#footer {
  clear:left;
  float:left;
  width:909px;	
  height:45px;
  margin: 0 auto;
  margin-left:-1px;
  background:url('../gfx/main-footer.png') no-repeat center;
}

#footer .copyright {
  float:left;
  font-size: 11px;
  margin:11px 13px;
}

#footer .top {
	text-indent:-9999px;
	float:right;
	margin:9px 20px;
	width:27px;
	height:14px;
	overflow:hidden;
	background:url('../gfx/top-button.png') no-repeat left;
}

#footer .top:hover { background-position:right; }


/***********************************
 * tables datenbank
 ***********************************/

#datenbank {
 margin-top:9px;
}

#datenbank table {
  width: 100% !important;
	width: 99%;
	border-collapse:collapse;
	border:1px solid #FFCA5E;
}

#datenbank caption {
	font: 1.8em/1.8em Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 10px;
	background: url('../gfx/bg_caption.jpg') right top;
	height: 45px;
	color: #FFAA00;
}

#datenbank thead th {
	background: url('../gfx/bg_th.jpg') no-repeat right;
	height: 47px;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0px 7px;
	padding-top:13px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #FCF1D4;
	border-top:none;
	border-bottom:none;
}

#datenbank tbody tr {
background: url('../gfx/bg_td1.jpg') repeat-x top;
}

#datenbank tbody tr.odd {
	background: #FFF8E8 url('../gfx/bg_td2.jpg') repeat-x;
}

#datenbank tbody th, td {
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	padding: 10px 7px;
	border-top: 1px solid #FFCA5E;
	border-right: 1px solid #DDDDDD;
	text-align: left;
}


#datenbank tfoot th {
	background: url('../gfx/bg_total.jpg') repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}

#datenbank tfoot td {
	background: url('../gfx/bg_total.jpg') repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}

.ausbildungTable td {
	border-top: 0px;
	border-right: 0px;
}

.wochenplan  {
  width:99%;
}

.stdDay  {
  font-size:12px;
}

.stdTime  {
  font-size:12px !important;
  font-size:11px;
}


.page {
  border:1px solid #f28c00;
  float:left;
  width:18px;
  padding:2px;
  margin-right:3px;
  text-align:center;
}

.activepage
{
  border:1px solid #f28c00;
  float:left;
  width:18px;
  padding:2px;
  margin-right:3px;
  text-align:center;
  font-weight:bold; 
  background-color:orange;
}

.none {
  border:none;
  background:none;
  font-family: Arial, Helvetica, sans-serif;
  font-size:100%;
}
