.header {
background-image:url(./images/greenhead.gif); 
}
/* header bild für nf guidlines seite*/
.header2 {
background-image:url(./images/header_rechts_neu.gif); 
}
/***************/
/* Links */
/***************/
a:link  {
color : #000000;
text-decoration : underline;
}
a:visited  {
color : #000000;
text-decoration : underline;
}
a:hover, a:active {
text-decoration : underline;
color :#ff9900;
}
/*********************/
/* Textbody-Elements */
/*********************/
 /* neutralColor_medium */
h1, h2,  h3, h4  {
font-family: Verdana, Arial, Helvetica, sans-serif;
}
body, form, p, ol, ul, li, em, sup, sub, table, tr, th, td {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color : #323232;
font-size: 11px;
}
body {
font-size: 11px;
line-height: 16px;
background-color: #FFFACD;
margin-top: 0px;
margin-left:20px;
margin-right:20px;
}
body.top {
font-size: 11px;
line-height: 16px;
background-color: #A7C84E;
margin-top: 0px;
margin-left:0px;
margin-right:0px;
}
h3{
color: #59A359;
font-weight: bold;
font-size: 14px;
line-height: 16px;
margin-bottom: 0px}
p {
font-size: 12px;
line-height: 15px;
text-align:justify;
}
p.veranstaltung {
font-size: 11px;
color:#59A359;
line-height: 10px;
vertical-align:bottom;
font-weight: bold;
text-align:justify;
}
li{
	list-style-position : outside;
	list-style-type : circle;
}
h2.Copyright {
border-top:1px solid green; margin:0px;
}
.Copyright,.functionSearch {
font-family: Verdana,Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
}
/**********************/
/* tables*/
/**********************/
table.main{
	 width: 750px;
	 border-spacing: 0pt 0pt;
     border-collapse:collapse;
     padding-left: 0px;
     margin-top: 0px;
    margin-bottom: 0px;
    margin-left:0px;
    margin-right:0px;
	background-color:#FFFACD ;
	font-size : 11px;
	font-weight:bold;
}
table.release{
	width: 90%;
	border-spacing: 0pt 0pt;
	border-collapse:collapse;
	padding: 100px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	margin-right:0px;
}
td.release{
	text-align : left;
	vertical-align : top;
	line-height : 15px;
	width : 20px;
}
td.release2{
	text-align : left;
	vertical-align : top;
	line-height : 15px;
	padding-bottom : 5px;
}
/**********************/
/* Teaser */
/**********************/

TABLE.teaserElement {
    border-spacing: 0pt 0pt;
    border-collapse: collapse;
    border-style: none;
    width: 100%;
}

P.teaserTitle {
    font-family : Verdana,Geneva,Arial,Helevetica,sans-serif;
    color : #FFFACD;
    font-size : 12px;
    line-height : 15px;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 10px;
    margin-left:3px;
    margin-right:3px;
}

TD.teaserTitle {
padding: 0px;
background-image:url(images/pixel.gif);
}


TD.teaserText {
padding : 0px;
background-image:url(images/pixel.gif);
}

P.teaserText {
    font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size : 10px;
    font-weight : normal;
    text-decoration : none;
    color : #000000;
    line-height: 16px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left:3px;
    margin-right:3px;
}

A.teaserTitle:link, A.teaserTitle:visited {
    font-weight: bold;
    font-size : 12px;
    color: #003366;
    text-decoration: none;
}

A.teaserTitle:hover, A.teaserTitle:active {
    color : #323232;
    text-decoration: none;
}

A.teaserText:link, A.teaserText:visited {
    color: #000099;
    text-decoration: none;
}

A.teaserText:hover, A.teaserText:active {
    color: #800000;
    text-decoration: underline;
}