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

body {
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#cfe2af;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:normal;
}

h1 {
	font-size:1.4em;
}
h2 {
	font-size:1.4em;
}
h3 {
	font-size:1.4em;
}
h4 {
	font-size:1.2em;
}
h5 {
	font-size:1em;
}
h6 {
	font-size:1em;
}

p {
	line-height:160%;
	margin-bottom:1em;
}
table p {
	margin:0;
	padding:0;
}
a, a:link, a:visited {
	color:#666666;
	text-decoration:none;
}

a:hover {
	color:#aebd94;
	text-decoration:none;
}

a:active {
}

ul {
	margin-left:15px;
}

li {
	margin:0;
}

td, tr {
	font-size:14px;
}


table {
}

blockquote {
}

cite {
}

address {
}

fieldset {
	border:none;
}

input {
	font-size:14px;
}

textarea {
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

select {
	border:#999999 1px solid;
}

label {
}

img {
	border:none;
}
/* #############  LINKS FUER RTE  ############# */
a.pdf-icon {
	background-image: url(../img/pdf-icon.gif);
	background-repeat: no-repeat;
	padding-left:22px;
}
a.externer-link {
	background-image: url(../img/ext-link.gif);
	background-repeat: no-repeat;
	padding-left:22px;
}