@charset "utf-8";

/* Diese Datei beinhaltet zum einen die neue Definition des Forum,
   das mit Hilfe von Node-Relationships erstellt wurde und zum
   Anderen als 2. die alte Version mit dem Forum Modul */
   
.primolo_forum_post_view{	
}
.primolo_forum_post_view_author{
  float: left;	
}
.primolo_forum_post_view_post{
  margin-left: 50px;
  float:left;
  width: 750px;
}
#content .cont .primolo_forum_thread_view{
  border: 1px solid #aaa;
  overflow: hidden;
  border-left: 0px;
  border-right: 0px;
  margin-top: -1px;	
  padding: 10px;
}
#content .cont .primolo_forum_thread_view_head h2{
  margin-top: 0px;
}
#content .cont .primolo_forum_thread_view_body p{
  margin-bottom: 0px;	
}
#content .cont .primolo_forum_overview_entry {
  border: 1px solid #aaa;
  border-left: 0px;
  border-right: 0px;
  margin-top: -1px;	
  padding: 10px;
}
.primolo_forum_overview_entry h2{
  display: block;	
}
.primolo_forum_lehrerzimmer_primolo_image{
  float: left;
  width: 390px;	
}
.primolo_forum_lehrerzimmer_primolo_image img{
  display: block;
  /*margin-left: auto;*/
  margin-right: auto;	
}
.primolo_forum_lehrerzimmerforum_wrapper{
  float: left;	
  width: 550px;
}


/* Ab hier kommt die alte Version mit dem Forum Modul */

/* Das Design des Forums wird angepasst */

.forum-post{
	background-color:#ffffff;
	border:1px solid #aaaaaa;
	margin-bottom:20px;
}
/* "Mitglied seit" verstecken */
.forum-post .author-joined{
	display:none;
	width:0px;
	height:0px;
	background:none;
}
.forum-post .post-title{
	color:#336a9b;	
	font-family:'Nobile', arial, serif;
	font-size: 18px;
	margin:0px;	
	margin-bottom:10px;
}
.forum-post .content{
	color:#000000;
	font-size:14px;
	margin:0px;
}
.forum-post .forum-post-panel-sub{
	background-color:#ffffff;	
}
.forum-post .post-info{
	background-image: url("../img/head-fade.png");
	background-repeat: repeat-x;
	height: 30px;
}
.forum-post .posted-on{
	margin-left:20px;	
	margin-top:5px;
	color:#ffffff;
}
.forum-post .post-num .active{
	color:#ffffff;	
}
.forum-post .picture{
	height:100px;	
}
.forum-post .picture img{
	height:100px;
	width:90px;	
}
/* Online Anzeige muss leider versteckt werden, da diese nicht funktioniert. */
.forum-post .author-online{
	color:#13a81e;
	display:none;
	width:0px;
	height:0px;
	background:none;	
}

/* "nach oben springen" verstecken */
.forum-post .forum-jump-links{
	display:none;
	width:0px;
	height:0px;
	background:none;
}
.forum-post #new,
.message-body .new,
.forum-post .new {color:#FEA602!important; font-weight:700;}

.message-body .new{float:right;}
.privatemsg-box-fb .avatar-fb img {width:90px;}

.forum-post .forum-post-footer{border-top:1px solid #aaa;}

.primolo_forum_thread_view_author{
	float: left;
	overflow: hidden;	
	width: 90px;
}
.primolo_forum_thread_view_main{
	float: right;
	overflow: hidden;
	width: 430px;	
}
.primolo_forum_post_view_author_name{
	width: 80px;	
}