

 .nForumLinks
 {
	height:				30px;
	padding-left:			10px;
	padding-right:			10px;
	border:				0px solid red;
 }

 .nForumRechts
 {
	height:				30px;
	padding-left:			10px;
	padding-right:			10px;
	border:				0px solid green;
 }

 @media screen and (min-width: 600px)
 {
	.nForumRechts
	{
		float: right;
	}
 }

 @media screen and (max-width: 600px)
 {
	.nForumLinks
	{
		clear: both;
	}

	.nForumRechts
	{
		float: left;
	}
 }


 /* =========================================================================================================================================================================================== */


 .forum_optionen
 {
	cursor:				pointer;
 }

 .forum_optionen:hover
 {
	background-color:		orange;
 }


 /* =========================================================================================================================================================================================== */


 .nForumSub
 {
	float:				left;
	height:				20px;
	padding:			0px;
	color:				#336699;
	background-image:		linear-gradient(#EFEFEF, #DDDDDD);
	font-family:			verdana;
	font-size:			 8pt;
	line-height:			20px;
	font-weight:			bold;
	cursor:				pointer;
	border-radius:			5px;
	border:				0px solid #BBBBBB;
 }

 .nForumSub_Arrow
 {
	float:				right;
	height:				20px;
	width:				20px;
	font-size:			12pt;
	line-height:			18px;
	transform:			rotate(0deg);
	color:				#336699;
	background-color:		rgba(220,220,220,1);
	text-align:			center;
	border-radius:			5px;
	border:				0px solid red;
 }
	.nForumSub_Arrow:hover
	{
		background-color:	#EFEFEF;

	}

 .nForumSub_Menue
 {
	height:				20px;
	padding-left:			5px;
	border-top-left-radius:		5px;
	border-bottom-left-radius:	5px;
	border:				0px solid green;
 }

 .nForumSub_Start
 {
	float:				left;
	width:				20px;
	height:				20px;
	border-left:			1px solid #BBBBBB;
	text-align:			center;
	font-weight:			bold;
	line-height:			20px;
	color:				#336699;
	cursor:				pointer;

 }
	.nForumSub_Start:hover
	{
		background-color:	#EFEFEF;

	}

 .nForumSub_Details
 {
	float:				left;
	width:				20px;
	height:				20px;
	border-left:			1px solid #BBBBBB;
	text-align:			center;
	font-weight:			bold;
	line-height:			20px;
	color:				#336699;
	cursor:				pointer;
	border-top-right-radius:	5px;
	border-bottom-right-radius:	5px;
 }
	.nForumSub_Details:hover
	{
		background-color:	#EFEFEF;
	}

