BODY {
	text-align:center;
	margin: 0px;
	background-color : #ffffff;
	height: 100%;
}

td,tr,p,div {
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	color: #333333;
}

a:link, a:visited {
	font-size: 11px; color: #336699; text-decoration: none;
}

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

a.biglink:link, a.biglink:visited {
	color: #336699; 
	text-decoration: none; 
	font-weight: normal;
	font-size: 12px;
}

a.biglink:hover {
	color: #003399;	
	text-decoration: none;
	font-size: 12px;
}

a.readon:link, a.readon:visited {
	color: #336699;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}

a.readon:hover {
	color: #003399;	
	text-decoration: none;
}

.small {
	font-size: 9px;
	color: #FF9900;
	text-decoration: none; 
	font-weight: normal;
}
	
.createdate {
	font-size: 10px;
	color: #999999;
	text-decoration: none; 
	font-weight: normal;
}

.modifydate {
	font-size: 10px;
	color: #6666CC;
	text-decoration: none; 
	font-weight: normal;
}

hr {
	height:1px;
	border-top:1px dotted #999999;
}

.hr2 {
	height:1px;
	width:100%;
	border-top:2px solid #cccccc;
	border-bottom:0px solid #cccccc;
	border-left:0px dotted #cccccc;
	border-right:0px dotted #cccccc;
}

.vertikaltrenner {
     border-right-width:0px; 
     border-right-style:dotted;
	 border-right-color: #cccccc;
	 border-left-width:1px; 
     border-left-style:dotted;
	 border-left-color: #cccccc;
}


/******************* INPUTFELDER  ***********************/
.button { 
	font-style:normal; 
	font-weight:bold; 
	font-size:10px; 
	background-color:#FFFFFF; 
	border-style:none; 
	color: #000000;
} 

.button_header {
	font-style:normal; 
	font-weight:bold; 
	font-size:10px; 
	background-color:#FFFFFF; 
	border-style:none; 
	color: #000000;
} 

.inputbox { 
	font-family:Verdana; 
	font-style:normal; 
	font-weight:normal; 
	font-size:10px; 
	background-color:#ffffff; 
	border: 1px #999999 dotted; 
	color: #000000;
}

.inputbox_header {  
	font-style:normal; 
	font-weight:normal; 
	font-size:10px; 
	background-color:#FFFFFF; 
	border-style:none; 
}


.inputbox_bold { 
	font-style:normal; 
	font-weight:bold; 
	font-size:9px; 
	background-color:#FFFFFF; 
	border-style:none; 
	color: #000000;
}

.inputbox_bold_header { 
	font-style:normal; 
	font-weight:bold; 
	font-size:10px; 
	background-color:#FFFFFF; 
	border-style:none; 
	color: #000000;
}

/****************** TOPMENU ******************************/
.topmenu {
	vertical-align:middle;
	text-decoration:none;
	font-weight:normal;
	font-size:15px;
	color: #000000;
	cursor: default;
}

a.topmenu:link, a.topmenu:active, a.topmenu:visited {
	vertical-align:middle;
	text-decoration:none;
	font-weight:normal;
	font-size:15px;
	color: #000000;
}

a.topmenu:hover {
	vertical-align:middle;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
	color: #000000;
}

/******************************* MODULE ***********************************/
.moduleheading {
	white-space: wrap;
	width: auto;
	text-align: left;
	
	z-index: 500;
	top: 0px;
	left: 0px;
	position:absolute;
	background-color: #000000;
	color: #ffffff;
	font-size:16px;
	font-weight:normal;
	padding: 2px 5px;
}

.moduletable {
	margin: 20px 0px 50px 0px;
	width: 100%;
}

.moduletable th {
	white-space: wrap;
	/* width: 185px; */
	text-align: left;
	z-index: 500;
	top: 0px;
	left: 0px;
	position:absolute;
	background-color: #000000;
	color: #ffffff;
	font-size:12px;
	font-weight:bold;
	padding: 1px 5px;
	margin-bottom: 5px;
}

.moduletable td {
	font-size: 11px;
	font-weight: normal;
	padding: 2px 2px 2px 2px;
}

.moduletable tr{
	padding: 10px 0px 0px 0px;
}

.moduletable a, .moduletable a:visited {
	color: #336699;
	font-size:11px;
	font-weight: normal;
	text-decoration: none;
}
	
.moduletable a:hover {
	color:#999999;
	font-weight: normal;
	text-decoration: none;
}

/*************************** CONTENT ***********************************/
.componentheading {
    position: relative;
    top: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-align:left;
	height: 24px;
    border-bottom: 1px;
	border-bottom-color: #cccccc;
	border-bottom-style: dotted; 
}

.contentpane {
	padding: 0px 0px 0px 0px;
	border:0px;
}

.contentpaneopen {
	padding: 0px 0px 0px 0px;
	border:0px;
}

.contentheading {
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
 	color: #333333;
	text-align:left;
}

.contentdescription {
	font-size: 12px;
	color: #808080;
	text-align: left;
}

/************* COMMENT ***********************/
.stichworte  {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

.comment a, .comment a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #336699;
}

.comment a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}

.commenttop{
	color:#999999;
	font-family: Georgia, Serif;
	font-size:16px;
	font-weight:bold;
}


/******************* CATEGORY / SECTION  ***********************/

#box_section {
	display: none;
}





.category {
	color: #999999;
	font-size: 10px; 
	font-weight: bold; 
	text-decoration: none;
}

a.category:link, a.category:visited {
	color: #336699; font-weight: bold;
}

a.category:hover {
	color: #003399;
}

.categorytag  {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

a.blogsection:link, a.blogsection:visited {
	color: #336699; 
	text-decoration: none; 
	font-weight: normal;
}

a.blogsection:hover {
	color: #003399;	
	text-decoration: none;
}

.sectiontableheader {
	background-color : #FFCC66;
	color: #FFFFFF;
	font-weight : bold;
}

.sectiontableentry1, .sectiontableentry2, .sectiontableentry {
	background-color : #FFFFFF;	
}

/***************** WEBLINKS *******************/
a.weblinks:link, a.weblinks:visited {
	color: #336699; 
	text-decoration: none; 
	font-weight: normal;
}

a.weblinks:hover {
	color: #003399;	
	text-decoration: none;
}

/****************** MINICALENDER *************************/
#minicalendar {	
font-size: 15px;
}
	
#minicalendar table td {
text-align:center;
font-size: 14px;
}

#minicalendar td.heute {
text-decoration:underline;
font-weight:bold;
background: #cccccc;
}

#minicalendar td.normal {
background: #eeeeee;
}

#minicalendar a.normal:active, #minicalendar a.normal:link, #minicalendar a.normal:visited {
background-color: #eeeeee;
font-size: 14px;
}

#minicalendar a.normal:hover {
background-color: #cccccc;
color: #333333;
font-size: 14px;
}

#minicalendar a.buddys:active, #minicalendar a.buddys:link, #minicalendar a.buddys:visited {
background-color: #ddeeff;
font-size: 14px;
}

#minicalendar a.buddys:hover {
background-color: #ddeeff;
color: #333333;
font-size: 14px;
}


#minicalendar a.heute:active, #minicalendar a.heute:link, #minicalendar a.heute:visited {
font-weight:bold;
background-color: #eeeeee;
text-decoration:underline;
}

#minicalendar a.heute:hover {
font-weight:bold;
color: #333333;
background-color: #cccccc;
text-decoration:underline;
}

#minicalendar a.buddyheute:active, #minicalendar a.buddyheute:link, #minicalendar a.buddyheute:visited {
font-weight:bold;
background-color: #ddeeff;
text-decoration:underline;
}

#minicalendar a.buddyheute:hover {
font-weight:bold;
color: #333333;
background-color: #ddeeff;
text-decoration:underline;
}

/****************** AKTUELLE KOMMENTARE ********************/
#aktuelle_kommentare  {
	padding-left: 4px;
}

/****************** NEUSTE NEITRAEGE  ********************/
#neuste_beitraege  {
	padding-left: 4px;
}

/******************* NEWSTICKER **********************/
#newsticker  {
	padding-left: 4px;
	padding-right: 0px;
	padding-top: 0px;
	background-color: #ffffff;
	border: 0px dotted silver;
	font-size: 11px;
	color: #333333;
	text-decoration: none; 
	font-weight: normal;
	margin: 0px;
	overflow: hidden;
	white-space: nowrap;
	width: 180px;
}

#newsticker hr {
	height:2px;
	padding: 3px;
	margin: 0px;
	border-top:1px dotted #cccccc;
}

#newsticker .createdate{
	font-size: 10px;
	color: #336699;
	text-decoration: none; 
	font-weight: bold;
}

#newsticker a {
	font-size: 11px;
	color: #336699;
	text-decoration: none; 
	font-weight: bold;
}

#newsticker a:hover {
	font-size: 11px;
	color: #999999;	
	text-decoration: none; 
	font-weight: bold;
}


/********************** EVENTS HEUTE ****************************/
#events_heute a.eventname:link, #events_heute a.eventname:active, #events_heute a.eventname:visited {
	text-align: left;
	font-size: 11px;
	text-transform:uppercase;
	font-weight: bold;
	color: #336699;
}

#events_heute a.eventname:hover {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	color: #999999;
}

/********************* EVENTS  **************************/
#events_locview {
	line-height: 14px;
}

#eventlist .titel_event {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
}

#eventlist a.titel_event:visited, #eventlist a.titel_event:link, #eventlist a.titel_event:active {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	padding-top: 10px;
}

#eventlist a.titel_event:hover {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	padding-top: 10px;
}

#eventlist a.titel_loc:link, #eventlist a.titel_loc:visited, #eventlist a.titel_loc:active {
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	color: #336699;
}

#eventlist a.titel_loc:hover {
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

#eventlist .time {
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

#eventlist td.event_description {
	text-align: left;
	padding: 10px 0px 10px 0px;  
}

#eventlist td.event_description_single {
	text-align: left;
	padding: 2px 0px 12px 0px;
}

#eventlist td.event_vormerken {
	text-align: right;
	border-bottom: 1px #cccccc dotted;     
}

#eventlist td.event_friends {
	text-align: left;
	border-bottom: 1px #cccccc dotted;    
}

#eventlist td.event_single {
	text-align: left;
	padding: 0px 0px 15px 0px;   
}

#eventlist td.detail_titel {
	text-align: left;
	padding: 10px 0px 0px 0px;
}


#eventlist .date_location {
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

#eventlist .time_location {
	text-align: left;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}

#eventlist td.adressfeld {
	text-align: left;
	padding: 10px 0px 10px 6px;
	background-color: #f0f0f0; 
}

#eventlist .club_name {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: #444444;
}


#eventlist a.club_name:link, #eventlist a.club_name:active, #eventlist a.club_name:visited {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
}

#eventlist a.club_name:hover {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}


#eventlist .club_adresse {
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

#eventlist a.club_url:link, #eventlist a.club_url:active, #eventlist a.club_url:visited {
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	color: #336699;
}

#eventlist a.club_url:hover {
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}

#eventlist a.curt_clubinfo:link, #eventlist a.curt_clubinfo:active, #eventlist a.curt_clubinfo:visited {
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	color: #336699;
}

#eventlist a.curt_clubinfo:hover {
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}

#eventlist td.loc_datetime {
	text-align: left;
	padding: 10px 0px 0px 0px;    
}

#eventlist td.loc_eventtitel {
	text-align: left;
	padding: 0px 0px 0px 0px;    
}

#eventlist td.details_titel {
	text-align: left;
	padding: 10px 0px 0px 0px;    
}

#eventlist .inputbox {
	margin: 1px;
}

#eventlist input.button {
	font-style:normal; 
	font-weight:bold; 
	font-size:10px; 
	background-color:#FFFFFF; 
	border-style:none; 
	color: #000000;
}

#eventlist input.disable {
	font-style:normal; 
	font-weight:bold; 
	font-size:10px; 
	background-color:#FFFFFF; 
	border-style:none; 
	color: #000000;
}

#eventlist table.edit {
	width: 90%;
	text-align: center;
}

#eventlist table.edit tr th.sectiontableheader {
	text-align: center;
}

#eventlist table.details {
	width: 100%;
}

#eventlist td.details {
	text-align: left;
	padding: 1px 15px 2px 0px;
	width: 20%;
}

/************* KOOPS ********************/
#koops img {
 border: 0px;
 vertical-align: middle;
 margin-top: 0px;
}

#koops {
text-align: center;
 margin-top: 3px;
}


/************* EVENTS - BUDDYS**********/
.bud_summary {
	float: left;
	padding: 0px;
	height:110px;
	width: 85px;
	margin: 0px 1px;
	background: white;
	border: 0px solid #cccccc;
}

.bud_name {
	width:75px;
	overflow:hidden;
	font-size: 9px;
	border: 0px solid #cccccc;
}

.bud_pic {
	height: 90px;
	width: 70px;
	padding: 0px;
	margin: 0px 0px;
	background: #f0f0f0;
	border: 1px solid #cccccc;
}

.events_summary {
	float: left;
	padding: 0px;
	height:110px;
	width: 80px;
	margin: 0px;
	background: white;
	border: 0px solid #cccccc;
}

/************ COMMUNITY:  BUDDYS  **************/
.bud_summary {
	float: left;
	padding: 1px;
	height:150px;
	width: 80px;
	margin: 3px 1px;
	background: white;
	border: 0px solid #cccccc;
}

.bud_name {
	width:70px;
	overflow:hidden;
	font-size: 10px;
	border: 0px solid #cccccc;
}

.bud_pic {
	height: 90px;
	width: 70px;
	padding: 0px;
	margin: 0px 0px;
	background: white;
	border: 0px solid #cccccc;
}

/*************** COMMUNITY : EVENTS-TABS ********************************/
#com_events .titel_event {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
}

#com_events .titel {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-top: 0px;
}


#com_events a.titel_event:visited, #com_events a.titel_event:link, #com_events a.titel_event:active {
	text-align: left;
	font-size: 11px;
	font-family: Georgia, Verdana, Arial;
	font-weight: bold;
	color: #336699;
	padding-top: 10px;
}

#com_events a.titel_event:hover {
	text-align: left;
	font-size: 11px;
	font-family: Georgia, Verdana, Arial;
	font-weight: bold;
	color: #999999;
	padding-top: 10px;
}

#com_events .titel_loc {
	text-align: left;
	font-size: 10px;
	font-family: Verdana, Arial;
	font-weight: normal;
	color: #333333;
}


#com_events a.titel_loc:link, #com_events a.titel_loc:visited, #com_events a.titel_loc:active {
	text-align: left;
	font-size: 10px;
	font-family: Verdana, Arial;
	font-weight: normal;
	color: #336699;
}

#com_events a.titel_loc:hover {
	text-align: left;
	font-size: 10px;
	font-family: Verdana, Arial;
	font-weight: normal;
	color: #999999;
}

#com_events .time {
	text-align: left;
	font-size: 9px;
	font-family: Verdana, Arial;
	font-weight: normal;
	color: #666666;
}

/**************** COMMUNITY: PMS *******************/
.pms_betreff {
	width:150px;
	overflow:hidden;
}

.pms_empfaenger {
	width:50px;	
	overflow:hidden;
	font-size: 9px;
	font-family: Verdana, Arial;
	font-weight: normal;
}

.pms_sender {
	width:55px;	
	overflow:hidden;
	font-size: 9px;
	font-family: Verdana, Arial;
	font-weight: normal;
}

.pms_recip {
	width:55px;	
	overflow:hidden;
	font-size: 9px;
	font-family: Verdana, Arial;
	font-weight: normal;
}

.pms_subject {
	width:150px;
	height: 13px;	
	overflow:hidden;
	font-size: 9px;
	font-family: Verdana, Arial;
	font-weight: normal;
}

.pms_subject_breit {
	width:225px;	
	height: 13px;	
	overflow:hidden;
    font-size: 9px;
    font-family: Verdana, Arial;
    font-weight: normal;
}

.pms_date {
	font-size: 9px;
	font-family: Verdana, Arial;
	font-weight: normal;
	color: #999999;
}


/*******************COMMUNITY:    MY MENU *********************/
.profilemenu a, .profilemenu a:visited {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #336699;
}

.profilemenu a:hover {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

.profile_small_name {
	width: 100px;
	font-weight: bold;
}

.profile_small_value {
}

.profile_enh_name {
	vertical-align: top;
	width: 100px;
	font-weight: bold;
}

.profile_enh_value {
	vertical-align: top;
}

/************TOOLTIP ****************/
.jl-tips-font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 8px; /*15px;*/
}
 
.jl-tips-capfont {
	font-family: Georgia, Serif;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	padding: 8px; /*15px;*/
}

.jl-tips-fg {
	background-color: #ddeeff; /*#CCCCFF;*/
	border-top: 1px dotted silver;
	padding: 0px; /*15px;*/
}
 
.jl-tips-bg {
	background-color: #ddeeff; /*#CCCCFF;*/
	border: 1px dotted silver;
	width: 100%;
}
