/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	}


/******* FARBEN *******/

.black { color:#000000; }
.white { color:#FFFFFF; }
.dgray { color:#181818; }
.blue { color:#193d5d; }


/******* FONTSIZE *******/

.text10 { font-size:10px; }
.text11 { font-size:11px; }
.text12 { font-size:12px; }
.text13 { font-size:13px; }
.text14 { font-size:14px; }
.text16 { font-size:16px; }
.text18 { font-size:18px; }
.text20 { font-size:20px; }
.text24 { font-size:24px; }


/******* STYLES *******/

.bold {
	font-weight: bold;
	}

.pointer {
	cursor:pointer;
	}

.kinput {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border: 1px solid #787878;
	width:160px;
	}

/*
.menuitem {
	float:left; 
	margin-right:12px; 
	height:20px;
	font-size:12px; 
	font-weight:bold; 
	color:193D5D;
	display:inline;
	padding-left:1px;
	cursor:pointer;
	}
	
.submenuitem {
	width:150px; 
	font-size:12px; 
	font-weight:normal; 
	color:193D5D;
	padding-left:5px;
	background-color:#FFFFFF;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	cursor:pointer;
	}	
	
.subsubmenuitem {
	width:135px; 
	font-size:11px; 
	font-weight:normal; 
	color:193D5D;
	padding-left:15px;
	cursor:pointer;
	}	
	
	*/	
