/* Schlagschatten fuer Webparts */		
.panel_box
{
	border: 1px solid #999999;
	background-color:#f1f2f3;
}

.panel_title
{
	font-weight:bold;
	background-image:url(../images/Fenster/XPBarMiddle.jpg);
}

.panel_shadow_r
{
	background-image:url(../images/Fenster/p_schatten_rk.gif);
	background-repeat:repeat-y;
}

.p_schatten_r {
	background-image:url(../images/Panels/p_schatten_rk.gif);
	background-repeat:repeat-y;
}
.p_schatten_b{
	background-image:url(../images/Panels/p_schatten_bk.gif);
	background-repeat:repeat-x;
}
.p_top_klein{
	background-image:url(../images/Panels/p_top_klein.jpg);
	font-family:Verdana;
	font-size:12px;   
	font-weight:bold;
	background-repeat:no-repeat; 
}
.p_top_gross_h
{
	font-weight:bold;
	font-size:12px;
	background-image:url(../images/Panels/p_top_hk.gif);
	font-family:Verdana;
}
.p_top_gross_d{
	background-image:url(../images/Panels/p_top_dk.gif);
}
	
/* hellgrau - Webpart vorne */
.hellgrau{
	background-color:rgb(240,241,242);
}	

 /* dunkelgrau - Webpart hinten (Rahmen) */
.dunkelgrau {
	background-color:rgb(155,155,155);
}

.textklein{
	font-size:xx-small;
	color:black;
	font-family:Verdana, Arial;
	text-align:left;
	text-decoration:none;
}

.linkboxtop
{
	border-top:rgb(255,255,255) 1px solid;
}

.linkbox
{
	border-right:rgb(255,255,255) 1px solid;
	border-top:rgb(255,255,255) 0px solid;
	padding-left:7px;
	font-size:xx-small;
	background-image:url(../images/ico_arrow_right_xp.gif);
	background-repeat:no-repeat;
	border-left:rgb(255,255,255) 1px solid;
	cursor:hand;
	color:black;
	border-bottom:rgb(255,255,255) 1px solid;
	font-family:Verdana, Arial;
	background-color:rgb(227,228,227);
	text-align:left;
	text-decoration:none;
}

.linkboxHigh
{
	
	border-right:rgb(255,255,255) 1px solid;
	border-top:rgb(255,255,255) 0px solid;
	padding-left:7px;
	font-size:xx-small;
	background-image:url(../images/ico_arrow_right_xp.gif);
	background-repeat:no-repeat;
	border-left:rgb(255,255,255) 1px solid;
	cursor:hand;
	color:black;
	border-bottom:rgb(255,255,255) 1px solid;
	font-family:Verdana, Arial;
	background-color: rgb(242, 29, 20);
	text-align:left;
	text-decoration:none;
}

.linkboxLow
{
	border-right:rgb(255,255,255) 1px solid;
	border-top:rgb(255,255,255) 0px solid;
	padding-left:7px;
	font-size:xx-small;
	background-image:url(../images/ico_arrow_right_xp.gif);
	background-repeat:no-repeat;
	border-left:rgb(255,255,255) 1px solid;
	cursor:hand;
	color:black;
	border-bottom:rgb(255,255,255) 1px solid;
	font-family:Verdana, Arial;
	background-color:rgb(227,228,227);
	text-align:left;
	text-decoration:none;
}

.textgross
{
	font-size:medium;
}

.linkboxKeinBorder
{
	font-size:xx-small;
	cursor: hand;
	font-family:Arial;
	background-color: #FFFFFF;
}

.buttonLeft { BACKGROUND-IMAGE: url(../images/ButtonLeftCorner.gif); HEIGHT: 22px }
.buttonMiddle { BACKGROUND-IMAGE: url(../images/ButtonMiddle.gif); VERTICAL-ALIGN: middle; HEIGHT: 22px; TEXT-ALIGN: center }
.buttonRight { BACKGROUND-IMAGE: url(../images/ButtonRightCorner.gif); HEIGHT: 22px }
.buttonMiddleOver { BACKGROUND-IMAGE: url(../images/ButtonMiddleOver.gif); VERTICAL-ALIGN: middle; HEIGHT: 22px; TEXT-ALIGN: center }
.buttonLeftOver { BACKGROUND-IMAGE: url(../images/ButtonLeftCornerOver.gif); HEIGHT: 22px }
.buttonRightOver { BACKGROUND-IMAGE: url(../images/ButtonRightCornerOver.gif); HEIGHT: 22px }


