/**************************************
 * THEME NAME: ffh_theme
 *
 * Files included in this sheet:
 *
 *   ffh_theme/ffh.css
 **************************************/

/***** ffh_theme/ffh.css start *****/

/***
 ***	Core: Body
 ***/

body {
	background-color:#7fd0f0;
	/*** background-image: url(images/core/background.gif);  ***/
	background-repeat: no-repeat;
    	background-position: left bottom; 
	margin: 0;
   	padding: 0; 
    	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
        font-size : 14px;


}

a:link,
a:visited {
    color: #0687a7; /* besuchte Links (zB Startseite, ...) */ 
    text-decoration: none;
}

a:hover {
    color:#0687a7;
	text-decoration: none;
	
}

a.dimmed:link,
a.dimmed:visited {
	color:#aaaaaa;
	text-decoration: none;

}

.rolelink {
    text-align: right;
    margin: 10px 0;
}

.buttons {
    text-align: center;
}

.mform fieldset {
    border-color: #e5e5e5;
}

.mform legend {
    border: 1px solid #e5e5e5;
    background: #f3f8ed;
    padding: 0 5px;
}

.generalbox {
    border-color: #e5e5e5;
    padding: 5px;
}

#page {
	background: #ffffff; /* Hintergrund Seite mit Inhalt */ 
        border: 6px solid #6fa4bc;
    	padding: 5px;
	margin: auto; /* Div soll zentriert werden */
    	overflow: auto !important; /* FF Scroll-leiste */ 
	max-width: 1290px;
}

#pagelayout {
	width:1290px;
	margin-left:auto;
	margin-right:auto;
}

#layout-table {
	margin-top:0;
	padding-top:10px;
}

#layout-table #middle-column{
  vertical-align:top;
  padding-left:7px;
  padding-right:5px;
}

#layout-table #left-column{
  vertical-align:top;
  padding-left:4px;
  padding-right:0px;
}

#layout-table #right-column{
  vertical-align:top;
  padding-left:0px;
  padding-right:6px;
}


#content {
    background: #ffffff url(images/core/h2grad.jpg) top repeat-x; 
    margin-top:0;
	padding-top:10px;

}

hr {
	border-bottom:1px solid #dddddd;
	border-top:0px;
}

h1.main,
{
	font-size: 18px; 
}

h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
	text-align: left;
	margin:6px;
	padding-top:5px;
	padding-bottom:7px;
	font-size: 16px; 
}

th.header,
td.header,
h1.header,
h2.header,
h3.header,
div.header {     
    background: #ffffff;
	border-top: #dddddd 1px dotted;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	color: #505050;
}

.generalbox {
    background: transparent; 
	border: 0px;
}

/***
 ***	Core: Header
 ***/

#header {
	background: #e4ded4;
    	color: #000000;
}

#logo { 
	background: url(images/header/logo.png) no-repeat left top;
	width: 100%;
	height: 100px;
	float: left;
	left: 0px;
} 

/***
 ***	Core: Footer
 ***/

#footer {
	background: #85c7e5;
	color: #000000;

	margin-top: 0px;
	padding:10px;
}

#footer a {
    color: #0687a7;
}

#footer a:hover {
    color: #ffffff;
}

#footer .footerlogos { 
	margin-top: 5px;

}

#footer .footerlogos ul li { 
	padding-left: 5px;
	padding-right: 5px;
	display: inline; 
	margin:2px;
}

.performanceinfo span {
    display: block;
}

.validators {
    margin-top: 40px;
    padding-top: 5px;
    border-top: 1px dotted #dddddd;
}

.validators ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.validators ul li {
    display: inline;
    margin-right: 10px;
    margin-left: 10px;
}

.myclear {
	clear: both;
}


/***
 ***	Core: ProfileBlock
 ***/

#profileblock {
	float: right;
	text-align: right;
	max-width: 550px;
	right: 0px;
}

#profilepic {
	text-align:right;
	float: right;
	margin: 8px;
	width: 80px;
	height: 80px;
	border: 0px solid #ffffff;
}

#profilename {
	background-color: transparent;
	text-align:right;
	width: 440px;
	margin-right: 5px;
	margin-top:20px;
	margin-bottom:0px;
	float: left;
}

.profilename, .profilename a {
	background-color: transparent;
	color:#0ca2d4;
    	font-size:1.1em;
	letter-spacing: 0px;
	text-decoration: none;
	font-weight:bold;
	margin-right:5px;
}

.profilename, .profilename a:hover {
	background-color: transparent;
	color: #000000;
	text-decoration:none;
}

#profileoptions {
	text-align:right;
	width: 440px;
	margin-right: 10px;
	margin-top: 0px;
	float: left;
}

#profileoptions ul li { 
	padding-left: 10px;
	padding-right: 10px;
	background-color: transparent;
	display: inline; 
	margin-right:5px;
}

.profileoptions {
	background-color: transparent;
	color:#0ca2d4;
	text-decoration: none;
	letter-spacing: 0px;
}

.profileoptions, .profileoptions a {
	background-color: transparent;
	color:#0ca2d4;
}

.profileoptions a:hover {
	background-color: transparent;
	color: #000000;
	text-decoration:none;
}


/***
 ***	Core: Menu
 ***/

#ffh_menu {
	background:#0ca2d4 repeat-x top center;
	height:40px;
	clear:both;
	margin-right:0px;
	margin-left:0px;
	margin-top: 5px; 
	
}	

#ffh_menu ul {
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

#ffh_menu ul li {
	background:transparent;
	list-style:none;
	float:left;
	height:40px;
	white-space:nowrap;
	z-index: 9999;
}

#ffh_menu ul li a {
	display:block;
	height:30px;
	margin-left:0px;
	padding: 16px 17px 0 17px;
	color: #ffffff;
	background:transparent; 
	}
	
#ffh_menu ul li a:hover{
	color:#000000;
	background:transparent;

}

#ffh_menu_date a {
	float:right;
	padding: 16px 10px 0 17px;
	color: #ffffff;
	text-decoration:none;
	background:transparent;
}

#ffh_menu_date a:hover {
	color: #000000;
	text-decoration:none;

}

/***
 ***	Core: NavBar
 ***/

.navbar {
    background:#ffffff;     
	border-top:0px;
	border-bottom:solid 1px #dddddd;
	border-left:0px;
	border-right:0px;
}

.navbar .sep {
    color: #999999;
}

/***
 ***	Core: Side Block
 ***/

.sideblock .header {
  background:#0ca2d4; /* Hintergrundfarbe Kopf der Blöcke (zB Navigation, Einstellungen ...) */
  color:#ffffff;
  border:medium none;
  height:100%;
  margin:0;
  padding:0;
  text-align:left;
}

.sideblock .header h2 {
  color:#ffffff;
  font-size:14px;
  font-weight:bold;
  letter-spacing:0;
  padding:0;
  margin:0;
}

.sideblock .header .hide-show-image {
  float:right;
  height:11px;
  width:11px;
  margin-top:0.25em;
}

.sideblock .header .commands {
  margin-top: 0.3em;
  clear: both;
  height: 16px;
  background:#ffffff;
  border:1px solid #666666;
  padding:1px;
  margin:0;
}

.sideblock .header .commands a {
  margin: 0px 2px;
}

#left-column .hidden .header,
#right-column .hidden .header
{
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

#left-column .hidden .content,
#right-column .hidden .content
{
  display: none;
}

#left-column .sideblock {
  border:medium none;
  margin-bottom:10px;
  width:197px;
}

#left-column .sideblock .content {
  background:transparent url(images/sideblock_content.png) no-repeat scroll left bottom;
  border:medium none !important;
  clear:both;
  font-size:12px;
  margin:0;
  min-height:25px;
  padding:6px 10px 11px !important;
  text-align:left;
}

#left-column .sideblock .header .title {
  background:transparent url(images/sideblock_header.png) no-repeat scroll left top;
  border:medium none;
  height:100%;
  margin:0;
  padding:10px 8px 6px 10px;
}

#right-column .sideblock {
  width:209px;
  border:medium none;
  margin-bottom:10px;
}

#right-column .sideblock .content {
  background:transparent url(images/sideblock_content_rt.png) no-repeat scroll left bottom;
  border:medium none !important;
  clear:both;
  font-size:12px;
  margin:0;
  min-height:25px;
  padding:6px 10px 11px !important;
  text-align:left;
}

#right-column .sideblock .header .title {
  background:transparent url(images/sideblock_header_rt.png) no-repeat scroll left top;
  border:medium none;
  height:100%;
  margin:0;
  padding:10px 8px 6px 10px;
}

.sideblock .header .icon.hide,
.sideblock .header .icon.edit {
  margin-right: 6px;
}

.sideblock .content {
  padding: 4px;
  border-width: 0px;
  border-style: solid;
}

.sideblock .content h3,
.sideblock .content h2 {
  text-align: left;
}

.sideblock .content h2 {
  margin:1.5em 0 0;
  padding:0;
}

.sideblock .content .head {
  margin-top: 10px;
}

.sideblock .content hr {
  border: none;
  height: 1px;
  margin: 1em 0px;
  padding: 0px;
}

.sideblock div.column {
  margin:0px;
  margin-right:4px;
  padding:0px;
}

.sideblock div.column.c0 {
  float: left;
}

.sideblock div.column.c1 {
  display: inline;
}

.sideblock .content .c0 img.icon {
  margin:0px;
}

.sideblock .content .list, .unlist, .inline-list {
  list-style:none;
  padding:0;
  margin:0;
}

.sideblock .content .list {
  width: 100%;
}

.sideblock .content .list li {
  clear: left;
}

.sideblock .content .inline-list li, .inline-list li {
  display: inline;
}

.sideblock .content ul.list li.listentry {
  clear:both;
}

.sideblock .content div.info {
  text-align:center;
}

.sideblock .footer {
  margin-bottom: 4px;
  text-align:center;
  clear:both;
}

.sideblock img.userpicture {
  width:16px;
  height:16px;
  margin-right:4px;
}

/***
 ***	Core: Course (the middle bit)
 ***/

.course-content ul.topics li.section,
.course-content ul.weeks li.section {
    border: 1px solid #dddddd;
    list-style: none outside none;
}

/*** AUSGEBLENDET

.coursebox {
	background: #ffffff;
	border: 1px solid #dddddd;  
	margin-bottom: 0px;
	margin-right: 2px;
	list-style: none outside none;
}

body#site-index .headingblock,
body#course-view .headingblock {
	margin-bottom: 0px;
}

.section {
	background: #ffffff;
}

#course-view .section td.content {
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:1px dashed #dbdbdb;
}

#course-view .section td.side {
  border-width:0px;
}

 ***/

/***
 ***	Modules: Forum
 ***/

.forumpost {
	border: none;
	font-size: 0.85em;
}

.forumpost .left {
	padding-right: 30px;
}

.forumpost .starter {
	background-color: #ffffff;
}

.forumpost .content {
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 1em 1em 1em 2em;
	background-color: #D7D7D7;
}

.forumpost .topic {
	border-bottom: none;
	border-top: none;
	border-right: none;
	border-left: none;
	padding: 1em;
	background-color: #D7D7D7;
}

.forumpost .side {
	background: #ffffff url(pix/speech_side.gif) no-repeat scroll 100% 100%;
}

.forumpost .picture {
	background: #ffffff url(pix/speech_top.gif) no-repeat scroll 100% 0;
}
/***
 ***	Modules: Calendar
***/

/* colors for calendar events */
#calendar .event_global,
.minicalendar .event_global,
.block_calendar_month .event_global {
  border-color:#85c7e5 !important;
  background-color:#eff9fb;
}

#calendar .event_course,
.minicalendar .event_course,
.block_calendar_month .event_course {
  border-color:#85c7e5 !important;
  background-color:#eff9fb;
}

#calendar .event_group,
.minicalendar .event_group,
.block_calendar_month .event_group {
  border-color:#85c7e5 !important;
  background-color:#eff9fb;
}

#calendar .event_user,
.minicalendar .event_user,
.block_calendar_month .event_user {
  border-color:#85c7e5 !important;
  background-color:#eff9fb;
}

table.minicalendar tr td.weekend {
  color: #0687a7;
  }

/***** ffh_theme/ffh.css end *****/


