/*************************************************************/
/* Header */


/* Ober-Leiste */
.ober_leiste{
background: url(../bilder/itp/ober_leiste.png) repeat-x left top;
}
/***************************************************************/
/* Tabellenelemente*/


/*************************************************************/
/* TEXT */

.text{
/* der normale Text, in dem Inhalte auf der ganzen Seite beschrieben werden */
font-family:Verdana;
font-size:13px;
color:#000000;
}

.obere_ueberschrift{
	border:outset 1px #ccc;
	background:#999; 
	color:#003366;
	font-weight:bold; 
	font-family:Tahoma; 
	font-size:12px; 
	padding: 1px 2px;
	background:url(../bilder/seite/formbg.gif) repeat-x left top;
}

.untere_ueberschrift{
	background-color: #336699;
	color: #ffffff;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
}

a{
color:#003366;
text-decoration:none;
font-family:Verdana;
font-size:13px;
}


.p_info{
    width: 32px;
    height: 32px;
    cursor:pointer;
    background:url(../bilder/seite/info.gif) no-repeat;
}
.p_info:hover{
    background:url(../bilder/seite/info_over.gif) no-repeat;
}
.einzel{
    background:url(../bilder/seite/search.gif) no-repeat;
}
.einzel:hover{
    background:url(../bilder/seite/search_over.gif) no-repeat;
}
/*************************************************************/
/* ALGEMEINE STYLING-PROPERTIES: Elemente */


/*Gestylte Buttons*/
.formbutton{
border:outset 1px #ccc;
background:#999;
color:#003366;
font-weight:bold;
font-family:Tahoma;
font-size:11px;
padding: 1px 2px;
background:url(../bilder/seite/formbg.gif) repeat-x left top;
}

.formbutton_pressed{
border:outset 1px #ccc;
background:#999;
color:#003366;
font-weight:bold;
font-family:Tahoma;
font-size:11px;
padding: 1px 2px;
background:url(../bilder/seite/formbg_pressed.gif) repeat-x left top;
}


img{
	border: 0px;
}

.schwarz_a{
font-family:Verdana;
font-size:11px;
color:#000000;
font-weight:bold;
}
.schwarz_a_light{
font-family:Verdana;
font-size:11px;
color:#000000;
}
.schwarz_a:hover{
color:#FF0000;
}
.schwarz_a_light:hover{
color:#FF0000;
}

.red{
	color: Red;
}






