/* CSS Document */

.text_big_bold {
	font-family	: Arial;
	font-size	: 18px;
	font-weight	: bold; 
}

.text_small_bold {
	font-family	: Arial;
	font-size	: 14px;
	font-weight	: bold; 
	color		: #D31400;
	padding-top	: 10px;
}

.text_normal {
	font-family	: Arial;
	font-size	: 12px;
	font-weight	: normal;
	width		: 680px;
	padding-right	: 80px;
	line-height	: 25px;
}

.text_license {
	font-family	: Arial;
	font-size	: 11px;
	font-weight	: normal;
	width		: 300px;
	line-height	: 18px;
}

.imprint_text {
	font-family	: Arial;
	font-size	: 12px;
	font-weight	: normal;
	padding-right	: 80px;
	line-height	: 20px;
}

.menu {
	padding-left	: 60px;
	padding-top		: 20px;
	width			: 180px;
}

.menu a:link, .menu a:active, .menu a:visited {
	font-family	: Verdana;
	font-size	: 13px;
	font-weight	: normal;
	text-decoration : none;
	color		: #000000;
	line-height	: 30px;
}

.menu a:hover {
	color	: #F37B07;
}

.plus {
	font-family	: Arial;
	font-size	: 16px;
	font-weight	: bold; 
	color		: #D31400;
}

#spacer100 {
	height	: 100px;
}

.formular {
	padding	: 0px !important;
}

.formular td {
	vertical-align		: top;
	text-align			: left;
	font-family			: Arial, Verdana;
	font-size			: 12px;
	padding				: 1px !important;
}

.formular input, .formular textarea {
	font-family			: Arial, Verdana;
	font-size			: 11px;
	border-color		: #E0E0E0;
	border-style		: solid;
	border-width		: 1px;
	width				: 200px;
}

.form_ok {
}

.form_false {
	color	: #ff0000;
}

.flashmovie {
	border-color 	: #efefef;
	border-width	: 1px;
	border-style	: solid;
}