img {
  border: 0;
}


/* setze float zurueck */
.clear {
  clear: both; 
  height: 1px;
	display:inline;
}

form {
	margin:0;;
	padding:0;
}

h1 {
	font-size:150%;
	font-weight:bold;
	margin:16px 0 6px 0;
	color:#000000;
}

h2 {
	font-size:120%;
	font-weight:bold;
	margin:16px 0 6px 0;
	color:#000000;
}

h3 {
	font-size:150%;
	font-weight:bold;
	margin:0px 0 2px 0;
	color:#000000;
}
h4 {
	font-size:120%;
	font-weight:bold;
	margin:16px 0 6px 0;
	color:#000000;
}
h5 {
	font-size:120%;
	font-weight:bold;
	margin:0px 0 0px 0;
	color:#000000;
}



p {
	margin:0px 0 3px 0;
}

td {
	font-size:12px;
	color:#666666;
}

table.data {
	width:100%;
	border:solid #CFCFCF;
	border-width:1px 0 0 1px;
	padding:0;
	border-collapse: collapse;
}

table.data th {
	background-color:#717171;
	color:#FFF;	
	border:solid #CFCFCF;
	
	border-width:0 1px 1px 0;
	padding:3px;
}

table.data td {
      vertical-align:top;
	border:solid #CFCFCF;
	border-width:0 1px 1px 0;
	padding:3px;
}

div.spacerDiv {
	clear:both;
	border:none;
	margin:0;
	padding:0;
}

input.button_1 {
	background:url(../../layout/button.gif);
	width:82px;
	height:22px;
	border:none;
}

input.button_2 {
	background:url(../../layout/button.gif);
	width:82px;
	height:22px;
	border:none;
}

input {
	font-family:arial, verdana;
}

textarea {
	font-family:arial, verdana;
}
/**********************************/
/* Elemente       		  */
/**********************************/

table.ce_html_table {
	width:460px;
}

table.ce_html_table td {
	padding:5px;
	border:solid #FFFFFF;
	border-width:0 0 2px 0;
	background-color:#F2E0EC;
	vertical-align:top;
}
/**********************************/
/* gemeine	links       		  */
/**********************************/

a:link, a:visited {
	text-decoration: underline;
	color:#004F91;
	font-weight:bold;
}

a:active {
 
	color:#950660;
}

a:hover {
   
	color:#0278DA;
}

a.intern, a.intern:visited {
}

a.intern:hover {
    text-decoration: underline;

}

a.pdf {
	clear:all;
      height:15px;
	padding:0px 0 10px 25px;
	background: url(../../layout/icon_pdf_doc_small.gif) no-repeat;
	border:none;
}


a.anfrage:link, a.anfrage:visited {
	clear:all;
      
	padding:0px 0 10px 15px;
	background: url(../../layout/icon_anfrage_link.gif) no-repeat;
	border:none;

}

/**********************************/
/* horizontale linie */
/**********************************/

hr {
  clear: both;
  position: relative;
  height: 1px;
  border:solid #CFCFCF;
  border-width:1px 0 0 0;
}

/*************************************/
/* listen							 */
/*************************************/

ul {
margin:5px 0 5px 15px;
padding:0 0 0 15px;

}

ul li {
background-repeat: no-repeat;
background-position: 0px 5px; 
padding:4;
}

