.fGross {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 300;
}
.fFett {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
}
.fSmall {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 150%;
}
.tx-pagination {
	background-color: #cccccc;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
}
.tx-container {
/*	Gesamtcontainer - oberstes Objekt */
	overflow: hidden;
/*	width: 80%; */
	max-width: 1130px;
	min-width: 320px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 20px;
	border-top-left-radius: 16px;
	border-bottom-right-radius: 16px;
	position: relative;
	padding: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.tx-content {
/*	Container fuer die Einzelelobjekte */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.tx-seperator {
/*	background-color: #83C4E2; */
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 5px;
	position: relative;
}
.tx-image {
	border: 0px;
}
.tx-button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	color: #78B9ED;
	font-weight: bold;
/*	background-color: #DBE9F9;
	background-color: #78B9ED; */
	background-color: transparent;
	border: 0px solid #3959AC; 
	cursor: pointer;
	padding: 11px;
	padding-left: 0px;
}
.tx-button:hover {
	color:#CC3300; 
	color:#78B9ED;
	border: 1px solid #CC3300;
	border: 1px solid #78B9ED;
	padding: 10px;
}
.tx-dropdown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	vertical-align: middle;
	position: relative;
	margin-bottom: 8px;
}
.tx-checkbox {
	border: 1px #675121;
}
.tx-option {
	border: 1px #675121;
}
.tx-headtext {
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	font-weight: 300;
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #333333; */
	color: #78B9ED;
}
.tx-contenttext {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal; */
	color: #000000;
}
.tx-smalltext {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal; */
	color: #000000;
}
.tx-seperatortext {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; */
	color: #666666;
}
.tx-boldtext {
	font-weight: 400;
}
.tx-smalltext {
/*	font-size: 9px; */
}
a:link {
	color: #333333;
}
a:hover {
	color: #CC3300;
}
.tx-emptysep {
	background-color: #83C4E2;
}
.tx-clearfloat {
	clear:both;
}
.tx-spaceline {
	font-size:6px;
}
.page {
/*	background: rgba(255,255,255,0.8); */
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
/*	background: url(../../../images/bg_unscharf.jpg);
	background-color:#787878;
	background-size: cover;
	background-attachment: fixed; */
}
body,textarea {
	  scrollbar-base-color:#83C4E2;
	  scrollbar-3dlight-color:#cccccc;
	  scrollbar-arrow-color:#FFFFFF;
	  scrollbar-darkshadow-color:#666666;
	  scrollbar-face-color:#83C4E2;
	  scrollbar-highlight-color:#D1EDF8;
	  scrollbar-shadow-color:#cccccc;
	  scrollbar-track-color:#D1EDF8; 
}
