/*
xx-small = winzig.
x-small = sehr klein.
small = klein.
medium = mittel.
large = groß.
x-large = sehr groß.
xx-large = riesig.
*/

.smallest 	{ font-size:80%;	}
.small 		{ font-size:90%;	}
.smaller 	{ font-size:100%;	}
.medium 	{ font-size:small;	}
.large 		{ font-size:120%;	}
.largest 	{ font-size:180%;	}
#smallest 	{ font-size:80%;	}
#small 		{ font-size:90%;	} 
#smaller 	{ font-size:100%;	} 
#medium 	{ font-size:small;	} 
#large 		{ font-size:140%;	} 
#largest 	{ font-size:180%;	}

/*
.smallest 	{ font-size: 	x-small;}
.small 		{ font-size: 	x-small;}
.smaller 	{ font-size: 	small;	}
.medium 	{ font-size: 	small;	}
.large 		{ font-size: 	medium;	}
.largest 	{ font-size: 	large;	}
#smallest 	{ font-size: 	x-small;}
#small 		{ font-size: 	x-small;} 
#smaller 	{ font-size: 	small;	} 
#medium 	{ font-size: 	small;	} 
#large 		{ font-size: 	medium;	} 
#largest 	{ font-size: 	large;	} 

.smallest 	{ font-size: 	10px;	}
.small 		{ font-size: 	11px;	}
.smaller 	{ font-size: 	12px;	}
.medium 	{ font-size: 	13px;	}
.large 		{ font-size: 	15px;	}
.largest 	{ font-size: 	18px;	}
#smallest 	{ font-size: 	10px;	}
#small 		{ font-size: 	11px;	}
#smaller 	{ font-size: 	12px;	}
#medium 	{ font-size: 	13px;	}
#large 		{ font-size: 	15px;	}
#largest 	{ font-size: 	18px;	}
*/


.empty {
	color:			red; /* #7835D5; */
}

.required {
	color:			red; /* #7835D5; */
}

.event_show {
	font-size:		11px;
}

.form_contents {
	vertical-align:		top;
/*
	background-color:	#EAEAEA; 
	border:			0px solid black;
*/
}

.form_head {
	color:			#0D2B88;
	margin-bottom:		3px;
	width:			500px;
}

.form_descr {
	color:			#0D2B88;
	font-weight:		bold;
	margin-bottom:		3px;
}

.form_area	{
	font-family:		Verdana,Helvetica,Arial,sans-serif;
	font-size:		9px;
	line-height: 		13px;
	border: 		#999999 1px solid;
	width:			460px;
	height:			65px;
}

.form_indent {
	margin-left:		10px;
	margin-top:		3px;
}

.form_label {
	vertical-align:		middle;
	height:			24px
}

.form_input {
	vertical-align:		middle;
	margin-top:		2pt;
	margin-bottom:		2px;
	padding-right: 		1px; 
	padding-left: 		1px; 
	padding-top: 		1px; 
	padding-bottom: 	1px; 
	border: 		#999999 1px solid;
	font-family:		Verdana,Helvetica,Arial,sans-serif;
}

.input_width{
	width:			340px;
}

.form_buttons{
	padding-top: 		18px; 
	padding-bottom: 	0px;
}

.form_buttons input {
	border: 		#999999 1px solid; 
	width:			50px;
	cursor:			pointer;
	background-color: 	#f0f0f0;
}

.form_button_left{
	padding-left: 		50px; 
	float:			left;
	width:			200px;
}

.form_button_right{
	padding-right: 		50px; 
	float:			left;
	width:			200px;
	text-align:		right;
}


.topic_head {
	font-weight:	bold;
	color:		#444444;
}
.topic_list {
	margin-left:	20px;
}

.hide {
	display: 	none;
}
.show {
	display:	block;
}
