/*
Context Menu
*/

#contextMenu{	/* The menu container */
		border:1px solid #202867;	/* Border around the entire menu */
		background-color:#FFF;	/* White background color of the menu */
		margin:0px;
		padding:0px;
		width:175px;	/* Width of context menu */
		font-family:arial;
		font-size:12px;
		background-image:url('images/gradient.gif');
		background-repeat:repeat-y;
		
		/* Never change these two values */
		display:none;
		position:absolute;

	}
	#contextMenu a{	/* Links in the context menu */
		color: #000;
		text-decoration:none;
		line-height:25px;
		vertical-align:middle;	
		height:28px;
		
		/* Don't change these 3 values */
		display:block;	
		width:100%;
		clear:both;
		
	}
	#contextMenu li{	/* Each menu item */
		list-style-type:none;
		padding:1px;
		margin:1px;
		cursor:pointer;	
		clear:both;
	}
	#contextMenu li div{	/* Dynamically created divs */
		cursor:pointer;	
	}
	#contextMenu .contextMenuHighlighted{	/* Highlighted context menu item */
		border:1px solid #000;
		padding:0px;
		background-color:#E2EBED;
	
	}
	#contextMenu img{
		border:0px;
	}
	#contextMenu .imageBox{	/* Dynamically created divs for images in the menu */

		float:left;
		padding-left:2px;
		padding-top:3px;
		vertical-align:middle;
		
		width: 30px;	/* IE 5.x */
		width/* */:/**/28px;	/* Other browsers */
		width: /**/28px;
	}
	#contextMenu .itemTxt{
		float:left;		
		width: 120px;	/* IE 5.x */
		width/* */:/**/140px;	/* Other browsers */
		width: /**/140px;		
	}


.ListLayer
{
	background-color: #fff;
}
.DropOn
{
	background-color: Red;
	border: 1px solid black;
}
.textSmall
{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.txtNavigationBoxIE
{
	padding-top: 2px;
	font-family: Verdana;
	padding-left: 3px;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	float: left;
	color: #232323;
	width: 172px;
	height: 15px;
	border-left: 1px solid #8D8F93;
	border-right: 1px solid #8D8F93;
	border-bottom: none;
	border-top: none;
}
.txtNavigationBox
{
	float: left;
	padding-top: 2px;
	font-family: Verdana;
	padding-left: 3px;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #232323;
	width: 172px;
	height: 15px;
	border-left: 1px solid #8D8F93;
	border-right: 1px solid #8D8F93;
	border-bottom: 1px solid #8D8F93;
	border-top: 1px solid #8D8F93;
}
.treeNodeComponent
{
	padding: 5px;
	height: 260px;
	overflow: auto;
	width: 350px;
	float: left;
	border: solid 1px #A2A2A2;
	margin: 3px;	
	background-color: #ffffff;
}
.treeNode
{
	border-top: solid 1px #A2A2A2;
	border-bottom: solid 1px #A2A2A2;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #D9DEE5;
}
.WorkPanel
{
	/*position: relative;*/
}
.AddNavigation
{
	max-width: 100%;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(images/layout/bgCMSNavLayer.gif);
}
.treeContent
{
	height: 20px;
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(images/layout/bgCMSNavLayer.gif);
	cursor: move;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
ul 
{ 
list-style-image:url(images/pfeil.gif);
}
.Msg
{
	color: #1FAC00;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.MsgFehler
{
	color: #b80000;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
body,html {margin:0;padding:0;height:100%;overflow: hidden;} 
hr 
{
	border: none 0; 
	border-top: 1px solid #aaaaaa;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 
.MyTable
{
	padding-top:3px;
	padding-right:5px;
	padding-bottom:3px;
	padding-left:5px;
	border:1px solid #cbcdd8;
	border-collapse:collapse;
	font-family: Verdana, sans-serif;
	font-size:10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.MyTable3
{
	border:1px solid #cbcdd8;
	border-collapse:collapse;
	font-family: Verdana, sans-serif;
	font-size:10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.MyTable2
{
	border:1px solid #999999;
	background-color: #cbcdd8;
	border-collapse:collapse;
	font-family: Verdana, sans-serif;
	font-size:10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
textarea
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}
.MaskedEdit
{
	background-color: #FFFFCC;
	cursor: pointer;
	font-size: 11px;
	font-family: Verdana;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
input
{
	cursor: pointer;
	font-size: 11px;
	font-family: Verdana;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;

}
select
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}
form
{
	margin: 0px; 
}
body
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}
html
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}
p, li, td, div
{
	margin: 0px; 
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
} 
.titel 
{
	margin: 0px; 
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #15428B;
} 
h1 
{
	margin: 0px; 
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #0A2972;
} 
h2 
{
	margin: 0px; 
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #0A2972;
} 
h3 
{
	margin: 0px; 
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #0A2972;
} 
.Nav1
{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
	color: #515151;
}

.Nav1:hover
{
	color: #000000;
	text-decoration: none;
}

.Nav1Aktiv
{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
	color: #000000;
}

.Nav1Aktiv:hover
{
	color: #000000;
	text-decoration: none;
}

.Nav2
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	border: 0px;
	color: #515151;
}

.Nav2:hover
{
	color: #000000;
	text-decoration: none;
}

.Nav2Aktiv
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
	color: #000000;
}

.Nav2Aktiv:hover
{
	color: #000000;
	text-decoration: none;
}

.Nav3
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	border: 0px;
	color: #515151;
}

.Nav3:hover
{
	color: #000000;
	text-decoration: none;
}

.Nav3Aktiv
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	border: 0px;
	color: #000000;
}

.Nav3Aktiv:hover
{
	color: #000000;
	text-decoration: none;
}

a
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	border: 0px;
	color: #000000;
}
form
{
	margin: 0px;
	height: 100%;
}
a:hover
{
	text-decoration: underline;
}

.Fehler
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	border: 0px;
	color: #AA0000;

}

                                            
.txt_telefon_land, .txt_alert_tel_land
{
	width: 80px;
}
.txt_telefon_ort, .txt_alert_tel_ort
{
	width: 100px;
}
.txt_telefon_nummer, .txt_alert_tel_nr
{
	width: 192px;
}

.lbl_hinweis_tel               
{                                      
	margin: 0px 0px 0px 0px;
	font-size:9px;
	color:#979797;
}

