body.form {
	background: #FFF;
	overflow: hidden;
	color:#000000;
    font-family:Arial,Helvetica,sans-serif;
    font-size:13px;
    font-style:normal;
    line-height:130%;
}

div.formular {
	width: 460px;
	float:none;
	margin-top:5px;
	text-align: left;
	overflow:hidden;
}


/*********************/
/* Content-Elements  */
/*********************/


.button {
    /* position:absolute;
	right:70px;
	bottom: 15px; */
	text-align: right;
    margin-bottom: 0px;
	}


h2 {
	font-weight: normal;
	color:#0062B1;
	font-size: 18px;
	line-height: 1.1em;
	padding-top: 0;
	margin-bottom: 0.5em;
}

.red { 
    color: #C00;
}

div.formular p {
	margin-bottom:0.2em;
	font-size: 12px;
	margin-left: 10px;
}

div.formular td, 
div.formular th {
	font-size: 13px;
}

div.formular h2 {
	margin-left: 10px;
}

.tab {
	margin-left: 10px;
}
   
body.form .highlight {	
	color: #FF6600;
    /*color:#0062B1;*/
}

.klein {	
    font-size: 11px;
}

.imgfloat {
    float: left;
	margin: 0 10px 0 0;
}	

p.sup {
    color: #000;
	font-weight: bold;
	margin-bottom:0.2em;
}	
	
.date {
	font-weight: bold;
	color: #585859;
	font-size: 20px;
	line-height: 1.1em;
	padding-top: 0;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
}

.border {
	border: 1px solid #888;
	padding: 8px;
	font-size:12px;
    line-height:1.4em;
	margin-right: 10px;
}

img {
	border:none;
}

ul {
	list-style-type:none;
	display:block;
}

#content ul {
	list-style-type:disc;
	margin:-0.5em 0 1em 1em;
}

#content ul li {
	line-height:140%;
}


strong {
	font-weight:bold;
	font-style:normal;
}

em {
	color: #7A7A7A;
}

.file_download {
	margin-bottom:1em;
}

/****************/
/* Forms 	  */
/************/

<!-- BO: Service Form  -->
/*
input.text {
		border: thin inset Silver;
}

select.select {
		border: thin inset Silver;
}
*/
input.text {
		border: 1px  inset Silver;
		width: 260px;
}

/* .xmControl input.text { width: 100%; }  */

input, textarea  {
        background: #CCC;
		border: 0 none;
}

input.text {
        width: 215px;
}

input.ohne{
        background: transparent;
		}

select.select {
		border: 1px inset Silver;
}

select, input, textarea { 
	font-size: 99%; /*Safari Fix*/
} 
/*
form {
	margin: 10px 0;
}
*/

/*****************************************/
/* PopUp */
/*****************************************/


BODY.popupBody { background-color: #FFFFFF;}
#popupBody { background-color: #FFFFFF;}
BODY.popupBody #content {
    margin-top: 0;
    width: auto;
}
BODY.popupBody #inner_content { text-align: left;  padding: 20px; }
BODY.popupBody .noMargin { margin-bottom: 0; }

BODY.popupBody H3.noMargin { margin-top: 20px; font-size: 16px; font-weight: normal; }

BODY.popupBody P { font-size: 12px; }

BODY.popupBody P.download { 
	background: transparent url(../img/pdf.jpg) no-repeat scroll -20px 0;
	padding-left: 65px;
	display: block;
	display: table-cell;	
	height: 70px;
	vertical-align: middle;
	line-height: 24px;
}
BODY.popupBody P.download A { font-size: 18px; }

BODY.popupBody P.acrobat, 
BODY.popupBody P.acrobat A { color: #999999; }
