/* CSS Document */

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: Arial, Verdana, sans-serif;
  	font-size:13px;
}

table {
    border-collapse: collapse;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
}



img {
    border-width: 0px;
}

img.logo {
    border-width: 0px;
    margin-top: 8px;
    margin-left: 8px;
}

img.plan {
    border-width: 1px;
    border-style: solid;
    border-color: #DCDCDC;
}



a:link, a:visited {
	color: #AA2233;
    text-decoration: underline;
}

a:hover, a:active {
    text-decoration: none;
}



.head_red {
  font-size:14.0pt;
  color: #AA2233;
}

.subhead_red {
  font-size:13px;
  color: #AA2233;
}

.head_top {
  font-size:28px;
  color:#ED7800;
}

.head_orange {
  font-size:13px;
  color: #ED7800;
}

.name_red {
  color:#AA2233;
  font-size:13px;
}

.preis_red {
  color: #AA2233;
  font-size:13px;
}

.text_orange {
  color: #ED7800;
  line-height: 130%;
  font-size:13px;
}

.head_red_s {
  color: #AA2233;
  font-size:13px;
}

.punkt {
	font-size:18px;
	clip:rect(   );
	color: #AA2233;
}



ul {
	list-style-type: disc;
	margin: 0;
	padding-top : 0;
	padding-right : 0;
	padding-bottom : 10px;
	padding-left : 0;
}

li {
	padding : 3px 0;
	margin-left : 20px;
	color : #AA2233;
}