*{
	font-family : Arial, Helvetica, sans-serif;
}
h1{
	font-size: 24px;
}

	.menue{
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
		font-weight : bold;
		padding: 0px 0px 10px 0px;
	}
	.submenue{
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
		font-weight : normal;
		padding: 0px 0px 7px 0px;
	}
	a.submenue:hover{
		text-decoration: underline;
		color: #D60029;
		font-size : 12px;
		background-image : url(../images/deutsch/global/punkt_klein.gif);
		background-repeat: no-repeat;
		vertical-align: bottom;
	}
	.submenue_active{
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
		font-weight : normal;
		padding: 0px 0px 7px 0px;
		text-decoration: underline;
		color: #D60029;
		background-image : url(../images/deutsch/global/schraeg_klein.gif);
		background-repeat: no-repeat;
		vertical-align: bottom;
	}

	a{
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
		font-weight : normal;
		text-decoration: none;
		color: #000000;
	}
	a.menue:hover{
		text-decoration: underline;
		color: #D60029;
		background-image : url(../images/deutsch/global/punkt.gif);
		background-repeat: no-repeat;
		vertical-align: bottom;
	}
	.menue_active{
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
		font-weight : bold;
		padding: 0px 0px 10px 0px;
		text-decoration: underline;
		color: #D60029;
		background-image : url(../images/deutsch/global/schraeg.gif);
		background-repeat: no-repeat;
		vertical-align: bottom;
	}
	
.main_content{
	background-color:#fff;
	background-image: none;
	padding: 10px 0px 5px 15px;
	font-size: 12px;
}

.frm_input{
	border: 1px solid red;
}
	.link{
		text-decoration: underline;
		color: #D60029;
		font-size : 12px;
	}
	.text1{
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
		font-weight : normal;
	}
	.text2{
		font-family : Arial, Helvetica, sans-serif;
		font-size : 13px;
		font-weight : normal;
	}
	.ueberschrift1{
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
		font-weight : bold;
	}
	.ueberschrift2{
		font-family : Arial, Helvetica, sans-serif;
		font-size : 13px;
		font-weight : bold;
	}
	.rahmen{
		width: 1px; 
		background-color: #D60029;
	}
	h2{
		font-family : Arial, Helvetica, sans-serif;

	}

/********************/
/*  Kontaktformular */
/********************/
#frm {
	width: 550px;
}

#frm input, #frm textarea, #frm select{
	float: right;
	width: 430px;
}

#frm  input.frm_checkbox{
	float:left;
	width: 20px;
}
#frm  label.frm_checkbox{
	width:6em;
	float:left;
	
}

#frm label{
	float: left;
}

#frm div {
	padding: 7px;
	float:left;
	width:530px;
}

#frm input.radio {
	width:13px;
	float:left;
	margin-right:5px;	
}
.radio_margin {
	margin-left:180px;		
}
span.label {
	display:block;
	float:left;
	padding-right:10px;
		
}
#absendebutton {
	text-align: right;
	font-size: 1.1em;
}

#rahmen { 
	width: 1000px;
	background-color: #FFFFFF;
	margin: 0 auto;
	
}

/********************/
/*   Tarifrechner   */
/********************/
.tarif_text {
	font-size: 8px;
	font-family: Arial,sans-serif;
}

/********************/
/*   Dialogbox      */
/********************/
.ui-widget{
	font-size: 12px !important;
}
