/*------------------News nur Front ------------------# */
/*#right { width: 9em; float: right; margin-top: 244px; margin-right: 30px; }

/*------------------ Colormanagement  ------------------# */
#top { background-color: #575757;}
#bottom {background-color: #808080;}

#box1 { background-color: #ffd402; }
#box2 { background-color: #eae9a6; }
#box3 { background-color: #c4d563; }
#box4 { background-color: #5e6752; }
#box5 { background-color: #acb59a; }



/*------------------ Hg Bild  ------------------# */
/*#content { background-image: url(../user_upload/schnuppern.jpg); background-repeat: no-repeat; background-position: 100% 0; }*/
#content { background-color: #6a6a6b; }

#right .csc-textpic img { margin-left: -30px; }
#right .csc-textpic-text { text-align: right; width: 100px; }


/*------------------ Scrollbalken  ------------------# */
/*#rightcontent { height: 570px; overflow: auto; }*/

#rightcontent { 
	 height:570px !important;  /* for modern Browser */
	 height:510px;  /*for IE */
 overflow: auto;}

/*------------------ Linkfarbe  ------------------# */
 #right a { color: #ffffff; text-decoration: none; }
