/*
Body:
-----
*/
body {
        background-color:  rgb(255, 255, 255);
}

body.tvf_blau {
        background-color:  rgb(0, 68, 148);
}

body.tvf_hellblau {
        background-color:  rgb(205, 218, 235);
}

body.tvf_weis {
        background-color:  rgb(255, 255, 255);
}

body.tvf_ueberschrift_bw_200  {
	background-color: rgb(255, 255, 255);
	background-image: url(../images/background_bw_200.gif);
	background-repeat:repeat-y;
}

body.tvf_ueberschrift_bw_620 {
	background-color: rgb(255, 255, 255);
	background-image: url(../images/background_bw_620.gif);
	background-repeat:repeat-y;
}

body.tvf_ueberschrift_wb  {
	background-color: rgb(0, 68, 148);
	background-image: url(../images/background_wb.gif);
	background-repeat:repeat-y;
}

body.tvf_navigation    {
	background-color: rgb(0, 68, 148);
	background-image: url(../images/background_nav.gif);
}


/*
Table:
-----
*/
table.tvf_hellblau {
        background-color:  rgb(205, 218, 235);
}


/*
Textformate:
-------------
*/

#txt_w_8 { 
	font-family: Verdana;
	font-size: 8px;
	color: rgb(255, 255, 255);
}
#txt_w_9 { 
	font-family: Verdana;
	font-size: 9px;
	color: rgb(255, 255, 255);
}
#txt_w_10 { 
	font-family: Verdana;
	font-size: 10px;
	color: rgb(255, 255, 255);
}
#txt_w_12 { 
	font-family: Verdana;
	font-size: 12px;
	color: rgb(255, 255, 255);
}
#txt_w_15 { 
	font-family: Verdana;
	font-size: 15px;
	color: rgb(255, 255, 255);
}

#txt_w_20 { 
	font-family: Verdana;
	font-size: 20px;
	color: rgb(255, 255, 255);
}

#txt_s_8 { 
	font-family: Verdana;
	font-size: 8px;
	color: rgb(0, 0, 0);
}

#txt_s_10 { 
	font-family: Verdana;
	font-size: 10px;
	color: rgb(0, 0, 0);
}

#txt_s_10_b { 
	font-family: Verdana;
        font-weight:bold;
	font-size: 10px;
	color: rgb(0, 0, 0);
}

#txt_s_12 { 
	font-family: Verdana;
	font-size: 12px;
	color: rgb(0, 0, 0);
}

#txt_s_12_b { 
	font-family: Verdana;
        font-weight:bold;
	font-size: 12px;
	color: rgb(0, 0, 0);
}

#txt_s_14 { 
	font-family: Verdana;
	font-size: 14px;
	color: rgb(0, 0, 0);
}

#txt_s_14_b { 
	font-family: Verdana;
        font-weight:bold;
	font-size: 14px;
	color: rgb(0, 0, 0);
}

#txt_s_15 { 
	font-family: Verdana;
	font-size: 15px;
	color: rgb(0, 0, 0);
}

#txt_s_15_b { 
	font-family: Verdana;
        font-weight:bold;
	font-size: 15px;
	color: rgb(0, 0, 0);
}

#txt_s_18_b { 
	font-family: Verdana;
        font-weight:bold;
	font-size: 18px;
	color: rgb(0, 0, 0);
}

#txt_s_20 { 
	font-family: Verdana;
	font-size: 20px;
	color: rgb(0, 0, 0);
}
#txt_s_25 { 
	font-family: Verdana;
	font-size: 25px;
	color: rgb(0, 0, 0);
}

#txt_b_25 { 
	font-family: Verdana;
	font-size: 25px;
	color: rgb(0, 68, 148);
}

#txt_w_35_b { 
	font-family: Verdana;
        font-weight:bold;
	font-size: 35px;
	color: rgb(255, 255, 255);
}

#txt_r_15 { 
	font-family: Verdana;
	font-size: 15px;
	color: rgb(255, 0, 0);
}

#txt_r_12 { 
	font-family: Verdana;
	font-size: 12px;
	color: rgb(255, 0, 0);
}


/*
Links:
-------------
*/

a:link    {
	color: rgb(255, 255, 255);
}

a:visited    {
	color: rgb(255, 255, 255);
}

a:active    {
	color: rgb(255, 255, 255);
}

a.ohne:link    {
	color: rgb(0, 0, 0);
        text-decoration:none;
}

a.ohne:visited    {
	color: rgb(0, 0, 0);
        text-decoration:none;
}

a.ohne:active    {
	color: rgb(0, 0, 0);
        text-decoration:none;
}

p.weis    {
	font-weight: bold;
	color: rgb(255, 255, 255);
}

p.schwarz    {
	font-weight: bold;
	color: rgb(0, 0, 0);
}

