body {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.formfield {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#222;
	border: 1px solid #bbb;
	font-size: 12px;
}
.button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#222;
	border: 1px solid #bbb;
	font-size: 12px;
}
.text, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
	text-decoration: none;
}
.text_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #222;
	text-decoration: none;
}
.row1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E4E4E4;
}
.row2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
}
.rowlast, .rowlast:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #bbb !important;
}
.navi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FCBD1A;
}
.active_menu {
	font-weight: bold;
	background-color: #FCBD1A;
	color: #FFFFFF;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #222;
	text-decoration: none;
	background-color: #DDDDDD;
	width: 100%;
	padding: 0px;
	padding-left: 2px;
}

.clearMe {
	clear: both;
	font-size: 1px;
	height: 0;
	margin: 0;
	line-height: 0;
}


/*
.listRow {
	cursor:pointer;
	border-bottom:1px solid #fff;
}
.listRow:hover {
	background-color:#C1CDD9;
}
.listColumn {
	display: inline-block;
	overflow:hidden;
	white-space: nowrap;
	vertical-align:top;
	border-right:1px solid #fff;
	padding:2px;
	height:18px;
}
*/

.row0 {
	font-size: 12px;
	background-color: #CCCCCC;
	border-bottom: 1px solid #333333
}
.row1 {
	font-size: 12px;
	background-color: #E4E4E4;
}
.row2 {
	font-size: 12px;
	background-color: #fff;
}
.rowlast {
	font-size: 12px;
	background-color: #DFBBBB;
}
.row0_v2 {
	font-size: 12px;
	background-color: #CCCCCC;
	border-bottom: 1px solid #333333;
	padding:2px;
}

.listRow {
	cursor:pointer;
	border-bottom:1px solid #fff;
}
.listRow:hover {
	background-color:#C1CDD9;
}
.listColumn, .listColumnTrash, .listColumnEdit {
	display: inline-block;
	overflow:hidden;
	white-space: nowrap;
	vertical-align:top;
	border-right:1px solid #fff;
	padding:2px;
	height:18px;
}

.listColumnTrash {
	text-align:center;
	color:red;
	width:15px; 
}

.listColumnTrash i {
	cursor:pointer
}

.row_search  {
	padding-bottom:3px;
	
}

.row_search  input {
	height:14px;
}

.listColumn2 {
	display: inline-block;
	overflow:hidden;
	vertical-align:top;
	border-right:1px solid #fff;
	padding:2px;
	height:36px;
	/*border:1px solid red;*/
}
.termin_rueckfrage_nein {
	font-size:30px;
	color:#ccc;
	float:left;
	margin-right:5px;
	line-height:16px;
	padding-bottom:5px;
	cursor:pointer;
}
.termin_rueckfrage_ja {
	font-size:30px;
	color:#FF3E3E;
	float:left;
	margin-right:5px;
	line-height:16px;
	padding-bottom:5px;
	cursor:pointer;
}

.link {
  cursor: pointer;
  text-decoration: none;
  color: #000000;
 }

.awsome-button {
    border: 1px solid #dddddd;
    color: #555555;
    padding: 3px;
    margin: 2px;
        margin-left: 2px;
    margin-left: 0px;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}