body  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	font-size: 11px;
}
a { text-decoration: none; color: #000000; }
a:hover { text-decoration: underline; }
img { border: none; }
img.tab_box{ cursor: pointer; }
h1 { 
	color: #000000; 
	font-size: 40px; 
	font-family: Arial, Verdana; 
	text-transform: uppercase; 
	font-weight: bold; 
}
h2 { 
	color: #000000; 
	font-size: 23px; 
	font-family: Arial, Verdana; 
	text-transform: uppercase; 
	font-weight: bold; 
	line-height: 20px; 
	margin-top: 17px;
}
h3 { 
	color: #000000; 
	font-size: 24px; 
	font-family: Arial, Verdana; 
	text-transform: uppercase; 
	font-weight: bold; 
}
textarea{	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; }

/* Allgemeine Klassen */
.bold{ font-weight: bold; }
.underline{ text-decoration: underline; }
.active { font-weight: bold; color: #ff6600; }
.size12{ font-size: 12px; }
.size13{ font-size: 13px; }
.size18{ font-size: 18px; }
.orange{ color: #f07e03; }
.blue{ color: #4898cb; }
.white{ color: #fff; }
.green{ color: #05CC00; }
.red{ color: #CC0000; }

/* Navigation  */
#navi_top a{
	font-weight: bold;
	letter-spacing: 0px;
	color: #000000;
}
#navi_top a:hover{
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: underline;
	color: #ff6600;
}
#navi_sub a{
	font-weight: normal;
	letter-spacing: 0px;
}
#navi_sub a.active{
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
	color: #FF6600;
}

/* Content Bereich Links  */
#tagcloud p{ text-align: justify; }
#tagcloud a{ /*color: #05A0C4; */color: #303030; }
#tagcloud .smallest{ font-size: 9px; }
#tagcloud .smaller{ font-size: 10px; }
#tagcloud .normal{ font-size: 11px;  font-weight: bold;}
#tagcloud .bigger{ font-size: 15px;  font-weight: bold; color: #f07e03;}
#tagcloud .biggest{ font-size: 15px; color: #f07e03; font-weight: bold; }
#toplist .icon{ vertical-align: text-bottom; }
#toplist p.title{ font-weight: bold; font-size: 12px; }
#toplist p.nick a{ color: #fe7f00; }
#toplist p.length{ text-align: right; }

/* Community: */
#content_left #active_users a{ color: #fff ;}
#active_users .active_more{ font-weight: bold; }
#active_users{ color: #fff; }

/* Content Bereich Mitte */
#content_middle .tab_box_img p{ font-size: 11px; }
#content_middle #profile_username{ font-size:18px; font-weight:bold; }
#content_middle_big #bio_awards_box p, #content_middle_big #bio_awards_big_box p{ text-align: justify; }
#content_middle_big #comedian_video_list .comedian_video p.title{ font-weight: bold; font-size: 12px; }
#content_middle_big #comedian_video_list .comedian_video a{ color: #ff6600; }
#content_middle_big #comedian_video_list .comedian_video a:hover{ color: #ff6600; text-decoration: underline;}
#footer p{ text-align: center; }
#footer a{color:#000000;text-decoration:none;}
#footer a:hover{text-decoration:underline;}
#content_middle_big a.search_links_12{ font-size:12px; }
#content_middle_big a.search_links_11{ font-size:11px; }
#content_middle_big a.search_links_10{ font-size:10px; }

/* Error 404 */
#error{
	font-weight: bold;
	font-size: 18px;
	color: #f07e03;
}

/* Formular Eingabefehler */
span.input_error { color: red; }
