div#layout_tvl
{
width : 780px;
height : 100%;
maegin: auto;
#border : 1px solid white;
}


/* Überschriften */
h1 {color: black; font-size:20pt; font-family: arial, sans-serif}
h2 {color: black; font-size:17pt; font-family: arial, sans-serif}
h3 {color: black; font-size:14pt; font-family: arial, sans-serif}
h4 {color: black; font-size:12pt; font-family: arial, sans-serif}
h5 {color: black; font-size:10pt; font-family: arial, sans-serif}


/* Body */
body { background-color:#FFFFFF; color: black; font-size:12pt; font-family: arial,sans-serif; font-style:normal; background-repeat: repeat-x;}


/* Tabelle */
td { color: black; font-size: 10pt; font-family: arial, sans-serif }

/* Absatz */
p { color: black; font-size: 12pt; font-family: arial, sans-serif, serif }


/* Link */
a:link { color:1a74b4; font-family: arial, sans-serif; text-decoration:none;}

/* besuchter Link */
a:visited { color:1a74b4; font-family: arial, sans-serif; text-decoration:none;}

/* aktiver Link */
a:active { color:#FF0000; font-family: arial, sans-serif; text-decoration:none;}

 a:hover
{
/*color: darkblue; */
color: red;
/*font-weight:bold;*/
text-decoration:underline;

/* background-color:blue; */
}


/* Link im menuelinks */

a.links:link { color:#FFF; font-size:12pt; font-family: arial, sans-serif; text-decoration:none; }

/* besuchter Link */
a.links:visited { color:#FFF; font-size:12pt; font-family: arial, sans-serif; text-decoration:none;}

/* aktiver Link */
a.links:active { color:#000000; font-size:12pt; font-family: arial, sans-serif; text-decoration:none; }

a.links:hover
{
	color: #bfcde6;
	font-size:12pt;
	font-family: arial, sans-serif;
	text-decoration:inherit;
}

/* Link im menuelinks  ENDE */




/*Adresse*/
.address
{color: black; font-size:7pt; font-family:arial,sans-serif;}
