/*----------------------------------------------------------------------------*/
/* content äöü
/*----------------------------------------------------------------------------*/
#content_main			{	width: 100%;
							min-height: 400px;
							display: inline-block;
							margin-top: 130px;
							margin-bottom: 50px;
							position: relative;
							z-index: 0;
							}
/*----------------------------------------------------------------------------*/
/* container 1-spaltig
/*----------------------------------------------------------------------------*/
.content_container		{	width: 100%;
							margin: 0px 10px 14px 8px;
							display: inline-block;
							}
/*----------------------------------------------------------------------------*/
/* titel
/*----------------------------------------------------------------------------*/
.content_titel			{	font-family: 'Roboto Condensed',sans-serif;
							color: #2d5781;
							padding: 8px 0px 4px 0px;
							border-bottom: 1px solid gainsboro;
							}
.content_sub_titel		{	font-family: 'Roboto Condensed',sans-serif;
							font-size: 12px;
							color: #999;
							padding-top: 8px;
							}
/*----------------------------------------------------------------------------*/
/* text
/*----------------------------------------------------------------------------*/
.content_text			{	padding: 16px 16px 50px 0px;
							}
/*----------------------------------------------------------------------------*/
/* h1
/*----------------------------------------------------------------------------*/
h1						{	font-weight: normal;
							font-size: 26px;
							display: block;
							margin-top: 2px;
							margin-bottom: 2px;
							}
/*----------------------------------------------------------------------------*/
/* h2
/*----------------------------------------------------------------------------*/
h2						{	font-weight: normal;
							font-size: 26px;
							display: block;
							color: #2d5781;
							margin-top: 20px;
							margin-bottom: 4px;
							font-family: 'Roboto Condensed',sans-serif;
							}
/*----------------------------------------------------------------------------*/
/* t1
/*----------------------------------------------------------------------------*/
.t1						{	color:#B30A00;
							font-size:17px;
							}
/*----------------------------------------------------------------------------*/
/* t3
/*----------------------------------------------------------------------------*/
.t3						{	color:#7995af;
							padding-top:20px;
							padding-bottom:6px;
							font-weight:bold;
							}
/*----------------------------------------------------------------------------*/
/* t4
/*----------------------------------------------------------------------------*/
.t4						{	padding-left:10px; }
.t4_break				{	padding:3px; }
/*----------------------------------------------------------------------------*/
/* table
/*----------------------------------------------------------------------------*/
div.table				{	display: table; }
div.tr					{	display: table-row; }
div.td					{	display: table-cell;
							vertical-align: top;
							}
.text_l					{	width: 70%; }
.text_r					{	width: 30%;
							text-align: right;
							padding-right: 18px;
							}
.preis_l				{	width: 70%;
							}
.preis_r				{	width: 30%;
							text-align: right;
							font-weight: bold;
							color: #6FA514;
							padding-right: 18px;
							}
/*----------------------------------------------------------------------------*/
/* a.anchor
/*----------------------------------------------------------------------------*/
a.anchor				{	display: block;
							position: relative;
							top: -110px;
							visibility: hidden;
							}
/*----------------------------------------------------------------------------*/
/* a.stdblue
/*----------------------------------------------------------------------------*/
a.stdblue				{	color: #7995af;
							text-decoration: none;
							cursor: pointer;
							}
a.stdblue:hover			{	background-color: #eee;
							}
/*----------------------------------------------------------------------------*/
/* a.stdgreen
/*----------------------------------------------------------------------------*/
a.stdgreen				{	color: #799d23;
							text-decoration: none;
							cursor: pointer;
							}
a.stdgreen:hover		{	background-color: #eee;
							}
/*----------------------------------------------------------------------------*/
/* a.stdgray
/*----------------------------------------------------------------------------*/
a.stdgray				{	color: #666;
							text-decoration: none;
							cursor: pointer;
							}
a.stdgray:hover			{	background-color: #eee;
							}
/*----------------------------------------------------------------------------*/
/* a.stdgold
/*----------------------------------------------------------------------------*/
a.stdgold				{	color: #b19572;
							text-decoration: none;
							cursor: pointer;
							}
a.stdgold:hover			{	background-color: #eee;
							}
/*----------------------------------------------------------------------------*/
/* colors
/*----------------------------------------------------------------------------*/
.gold					{	color: #b19572 !important; }
.red					{	color: red; }
.blue					{	color: #2d5781; }
.green					{	color: #799d23; }
.grey					{	color: #aaa; }
/*----------------------------------------------------------------------------*/
/* specials
/*----------------------------------------------------------------------------*/
.sup10					{	vertical-align: super;
							font-size: 14px;
							}
.showhide				{	font-size: 20px;
							margin: 7px 40px 0px 0px;
							float: right;
							cursor: pointer;
							}
.reload					{	cursor: pointer;
							color: #999;
							font-size: 18px;
							}
/*----------------------------------------------------------------------------*/
/* end
/*----------------------------------------------------------------------------*/