/* DATEI: style.css */

/*body { margin-top:10px; margin-bottom:10px; }*/
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     {  font-family: Verdana; font-size: 12px; color: #666666}
		 
.bg_table {
	background-image: url(img/bg.gif);
	border: 1px solid #6A6A6A;
}

a:link { font-family: Verdana;  text-decoration:none}
a:visited { font-family: Verdana; text-decoration:none}
a:active { font-family: Verdana; text-decoration:none}


.style_bu {  font-family: Verdana; font-size: 9px; color: #FFFFFF; line-height: 14px}
.style_copy {  font-family: Verdana; font-size: 12px; color: #333333; line-height: 18px}
.style_links {  font-family: Verdana; font-size: 12px; color: #FF6600; line-height: 18px; text-decoration: none}
.style_links_copy {  font-family: Verdana; font-size: 12px; color: #FF6600; line-height: 18px; text-decoration: none}
.style_links_prev_next {  font-family: Verdana; font-size: 10pt; font-weight: bold; color: #FF6600; text-decoration: none; line-height: 14pt}
.style_copy_bold{  font-family: Verdana; font-size: 12px; color: #666666; line-height: 18px; text-decoration: none; font-weight: bold}
.style_copy_italic {  font-family: Verdana; font-size: 12px; color: #333333; line-height: 18px ; font-style: italic}
.style_copy_lists {  font-family: Verdana; font-size: 12px; color: #333333; line-height: 24px}
.style_links_bold{  font-family: Verdana; font-size: 12px; color: #FF6600; line-height: 18px; text-decoration: none; font-weight: bold}
.style_teaser { font-family: Verdana; font-size: 10px; color: #666666; line-height: 14px}
.style_teaser_heads { font-family: Verdana; font-size: 10px; color: #666666; line-height: 12px; font-weight: bold}
.style_teaser_links { font-family: Verdana; font-size: 10px; color: #FF6600; line-height: 14px; text-decoration: none}
.style_teaser_windowname { font-family: Verdana; font-size: 11px; color: #FFFFFF; line-height: 8px; font-weight: bold}
.style_teaser_italic { font-family: Verdana; font-size: 10px; color: #666666; line-height: 14px ; font-style: italic}
.style_heads {font-family: Verdana; font-size: 14px; font-weight: bold; color: #495E9A; line-height: 22px;}
.style_intro {
	font-family: Verdana;
	font-size: 16px;
	color: #333333;
	line-height: 29px;
	text-decoration: none;
}
.style_introbox {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	border-bottom: 1px solid #6A6A6A;
}
.style_heads_introbox {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #495E9A;
	line-height: 20px;
	text-decoration: none;
}
.style_links_intro {
	font-family: Verdana;
	font-size: 16px;
	color: #FF6600;
	line-height: 29px;
	text-decoration: none;
}
