body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}

.input {	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	COLOR: #243D5C;
	BACKGROUND-COLOR: #f9f9f9;
	border: 1px solid #999999;
}


.inputButtonClear {
background-image:url(../images/button_clear.png);
background-repeat:no-repeat;
width:30px; height:26px;
background-color:#FFFFFF;
text-align:inherit;
}

.input_entf { border: 0px solid #999999;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:#999999;
}

p { 
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
color:#243D5C;
}

.pBold{ 
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
color:#243D5C;
font-weight:bold;
}

.pBoldRed{ 
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#D72C00;
font-weight:bold;
}

.pBoldGray{ 
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
color:#999999;
font-weight:bold;
}

.pFooter { 
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:#999999;
}

a {
text-decoration:none;
color:#243D5C;
}

a:hover{
text-decoration:underline;
}

#divemoji {
	position:absolute;
	/*left:878px;
	top:498px;*/
	width:360px;
	height:213px;
	z-index:1000;
	visibility: hidden;
	overflow:auto;
	background-color: #FFFFFF;
}

#divWebcam {
	position:absolute;
	/*left:878px;
	top:498px;*/
	width:350px;
	height:310px;
	z-index:1;
	visibility: hidden;
	overflow:auto;
	background-color: #f9f9f9;
}


#LayerHome {
	position:relative;
	top:-375;
	left:160;
	display:block;
	width:130px;
	height:60px;
	z-index:1;
	cursor: hand;
	
}
#LayerSettings {
	position:relative;
	top:-368;
	left:190;
	width:139px;
	height:38px;
	display:block;
	z-index:2;
	cursor: hand;

}
#LayerAddressbook {
	position:relative;
	top:-358;
	left:158;
	width:135px;
	height:75px;
	display:block;
	z-index:2;
	cursor: hand;

}
#LayerHelp {
	position:relative;
	top:-355;
	left:188;
	width:135px;
	height:45px;
	display:block;
	z-index:2;
	cursor: hand;
}



/* Grafiken ---------------------------------------------------------------- */

.imageborder {
	border: 1px dashed #888888;
	
}


/* Tabellen ---------------------------------------------------------------- */

.tdunderline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: 363636;
}

.tdtopline {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #c3c3c3;
}

.tdbottomline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b6b6b6;
}


.tdtopbottomline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b6b6b6;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b6b6b6;
}

.tdleftrightline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2d2d2d;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2d2d2d;
}

.tdleftline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c3c3c3;
}

.tdrightline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c3c3c3;

}

.tdContentMiddleLine {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #c3c3c3;
	color: #FF0000;


}



.ShopTDBoxRed {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #E52E42;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E52E42;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #E52E42;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #E52E42;
	}
.tableBorderSolid {
	border: 1px solid #b6b6b6;
	font-family: Arial, Helvetica, sans-serif;
	color: #E52E42;
}
.tableBorderSolidBlue {


	border: 1px solid #003366;
}

.tableBorderDottet {
	border: 1px solid #cccccc;
}

.tableBorderRealDottet {
	border: 1px dotted #cccccc;
}

.inputError {
	border: 1px solid #ff0000;
	background-color:#FFD2D2;
}




