* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif /*{global-font-family}*/ !important;	
}

hr {
	border:0px;
	border-top:solid 1px #aaa;
	border-bottom:solid 1px #fff;
	margin-bottom:20px;
	margin-top:10px;
	clear:both;
}

.clear {
  clear:both;	
}

.content_main ul {
	padding-left:20px;	
}

.content_main img {
	border-color: #EEEEEE #AAAAAA #AAAAAA #EEEEEE;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 0 5px #555555;
	padding:5px;
	width:auto;
	height:auto;
	/*min-width:275px;
	max-width:500px;*/
	margin-left: 20px !important;
	margin-bottom:20px;
	float:right;
}  

.content_main img.no_properties {
	border-color:transparent;
	border-style:none;
	border-width:0;
	box-shadow:none;
	padding:0px;
	width:auto;
	height:auto;
	margin-left:0px !important;
	margin-bottom:0px;
	float:none;
}  
					
p {
	/*white-space:pre-line;*/
	text-align:justify;
}

table {
	font-size:12px;	
}

table {
	margin-bottom: 21px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
	border-collapse: collapse;
}		
	
thead tr th, tbody tr td {
	border: 1px solid #CFCFCF;
	padding: 5px;
	vertical-align: middle;
}

tbody tr {
	background-color: #FFFFFF;
}

a {  
	text-decoration:none;
	outline:none;													 								/* entfernt die gepunktete Linie um Links */
} 

.content_main a, h2 a, dd a, td a, th a {  
	font-weight:bold;
	color:#e10000;
} 

.content_main a:visited, h2 a:visited, dd a:visited, td a:visited, th a:visited {  
	color:#ff7200; 																				/* Orange wenn bereits besucht */
} 

.content_main a:hover, h2 a:hover, dd a:hover, td a:hover, th a:hover {  
	color:white;
	background-color:#E10000;
	cursor:pointer; /* Handsymbol auch dann anzeigen, wenn kein href auf einem Link */
}

ul li div div  a {
	background-color:transparent !important;
}

ul li div div  a:hover {
	background-color:transparent !important;
}

.ui-content .ui-listview-inset {
  padding-left:0px;
}