img {
  border: 0;
}


/* setze float zurueck */
.clear {
  clear: both; 
  height: 1px;
	display:inline;
}

form {
	margin:0;;
	padding:0;
}

h1 {
	font-size:20px;
	font-weight:bold;
	margin:0px 0 10px 0;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color:#FF6600;
	margin:0px 0 10px 0;
}

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;
}


form {
	margin:0;
	padding:0;
}

b {
	color:#000000;
}

p {
	font-size:14px;
	margin:0px 0 7px 0;
}

td {
	font-size:14px;
	color:#222222;
}

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: none;
  color: #1E00F8;
}

a:active {
  text-decoration: underline;
  color: #1E00F8;
}

a:hover {
  text-decoration: underline;
  color: #1E00F8;
}

a.back_to_top {
	font-weight:400;
	padding:0 0 0 12px;
	background: url(../../layout/bullet_top_list_blue.gif) no-repeat;
  	background-position: 0px 0.4em; 
}

a.internal_link {
	font-weight:400;
	padding:0 0 0 9px;
	background: url(../../layout/bullet_list_blue.gif) no-repeat 0px 4px;
}

a.internal_link_block {
	display:block;
	text-align:left;
	width:auto;
	font-weight:400;
	padding:0 0 0 7px;
	background: url(../../layout/bullet_list_blue.gif) no-repeat 0px 4px;
	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 16px;
}

ul li {
 
}

