@charset "UTF-8";
/* CSS Document */

td {
	vertical-align:top;
	color: #333;
}

td.kleine-schrift {
	font-size: 12px;
}

.headerbild{
	width: 516px;
	height: 342px;
	 }

p {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

#logo {
	margin-top: 15px;
}

.liste {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.listenelement {
	background-image: url(Bilder/Kleine_pfeil_Linecard.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 30px;
	margin-bottom: 10px;
}

      .button {
        /* Schrift */
	font-family: verdana, helvetica, sans-serif;
        font-size: 11px;
	color: #fff;
	width:193px;

	/* Abstände */
	padding: 7px 6px 8px 6px;

	/* Gradiant */
	background: #404042; /* Old browsers */

background: -moz-linear-gradient(left,  #404042 0%, #7f7f85 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,#404042), color-stop(100%,#7f7f85)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left,  #404042 0%,#7f7f85 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left,  #404042 0%,#7f7f85 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(left,  #404042 0%,#7f7f85 100%); /* IE10+ */

background: linear-gradient(to right,  #404042 0%,#7f7f85 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404042', endColorstr='#7f7f85',GradientType=1 ); /* IE6-9 */



	/* Runde Ecken */ 
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	display:inline-block;

      }

      .bold {
        font-weight: bold;
      }

      .button-text-wrapper {
	background-image: url('Bilder/grauerpfeil.png');
	background-repeat: no-repeat;
	padding: 0px 0px 0px 30px;
      }
