/*allgemeine definitionen*/
body {
	color: #325780;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 17px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	text-decoration: none;
	background-color: #fff;
	margin: 0;
	border: 0;
	overflow: hidden;
	layer-background-color: #fff;
}

a { text-decoration: none; }

a:link {
	color: #6483b5;
	text-decoration: none;
}

a:visited {
	color: #8cabd7;
	text-decoration: none;
}

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

a:active {
	color: #325780;
	text-decoration: none;
}

img { border: 0; }
table { border: 0px; }

td {
	color: #325780;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 17px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	text-decoration: none;
	padding: 2px;
}

/*schriftdefinitionen*/
p {
	color: #325780;
	font-size: 11px;
	line-height: 17px;
	text-decoration: none;
}

b { color: #325780; }

h1 {
	color: #325780;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 17px;
	text-decoration: none;
	vertical-align: text-bottom;
	margin-bottom: -12px;
}

h2 {
	color: #325780;
	font-weight: normal;
	font-size: 12px;
	line-height: 17px;
	text-decoration: none;
	text-transform: uppercase;
}

h3 {
	color: #6483b5;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 17px;
}

h4 {
	color: #325780;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 17px;
	text-decoration: none;
	margin-bottom: -4px;
}

.einzug { margin-left: 15px; }

.einzug a, .einzug a:link, .einzug a:visited, .einzug a:active {
	padding-left: 25px;
	background-image: url(../images/subnav/link_icon_off.gif);
	background-repeat: no-repeat;
	background-position: 0 -4px;
}

.einzug a:hover {
	background-image: url(../images/subnav/link_icon_on.gif);
	background-repeat: no-repeat;
	background-position: 0 -4px;
}

.einzug8 { padding-left: 8px; }
.versal { text-transform: uppercase; }
.alignright { text-align: right; }

.subhead {
	color: #325780;
	font-weight: normal;
	font-size: 12px;
	line-height: 17px;
	text-decoration: none;
	text-transform: uppercase;
}

.small {
	color: #325780;
	font-style: normal;
	font-weight: normal;
	font-size: 9px;
	line-height: 13px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	text-decoration: none;
}

.smalllight {
	color: #6483b5;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	text-decoration: none;
}

.textwhite { color: #fff; }

/*text grau*/
.textgrey { color: #333; }
.textgrey a:link { color: #333; }
.textgrey a:visited { color: #333; }
.textgrey a:hover { color: #000; }
.textgrey a:active { color: #333; }

/*downloadimage*/
.floatleftimg {
	float: left;
	margin-top: -7px;
	margin-right: 7px;
	margin-bottom: -12px;
	padding-right: 7px;
}

.smallversal {
	color: #8CABD7;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: -17px;
}

.dlimage { margin-left: -8px; }

/*banner-homepage*/
.bannerimage {
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 30px;
}
/*--------------------L i n k s---*/
a.mail, a:link.mail, a:visited.mail {
	background: url(../images/subnav/mail_icon_off.gif) no-repeat 0 -4px;
	padding: 0 0 0 24px;
}

a:focus.mail, a:hover.mail { background: url(../images/subnav/mail_icon_on.gif) no-repeat 0 -4px; }

a.link, a:link.link, a:visited.link {
	background: url(../images/subnav/link_icon_off.gif) no-repeat 0 -4px;
	padding: 0 0 0 24px;
}

a:focus.link, a:hover.link { background: url(../images/subnav/link_icon_on.gif) no-repeat 0 -4px; }


