/****************************************************************************/
/* Allgemeine TAG Eigenschaften                                             */
/****************************************************************************/

body
{
  font-family: Tahoma, Verdana, Arial;
  font-size: 10pt;
  color: #222222;
  margin: 0px;
  background-color: #ffffff;
  /*background-color: #DFDFDF;*/
}

a
{
	color: #837D6C;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:focus
{
	outline: none;
}

h1
{
	font-size: 13pt;
}

h2
{
	font-size: 10pt;
	margin-bottom: 0px;
}

form
{
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0px none;
}

select
{
	padding: 1px !important;
}


/****************************************************************************/
/* Allgemeine Klassen                                                       */
/****************************************************************************/

.link_cursor
{
	cursor: pointer;
}

.emphasis
{
	font-style: italic;
}

.topalign
{
	vertical-align: top;
}

.center
{
	margin: 0 auto;
}

.text_center
{
	text-align: center;
}

.right
{
	float: right;
}

.left
{
	float: left;
}

.clear
{
	clear: both;
}

.scroll
{
	overflow: auto;
}

.hide
{
	display: none;
}

/****************************************************************************/
/* Seitenaufbau                                                             */
/****************************************************************************/

#shadow-right
{
	background:url(../pictures/shadow-right.jpg) no-repeat;
	width: 12px;
	height: 626px;
	position: absolute;
	right: -13px;
	top: -3px;
}

#shadow-bottom
{
	background:url(../pictures/shadow-bottom.jpg) no-repeat;
	width: 947px;
	height: 11px;
	position: absolute;
	bottom: -12px;
}

#ringrechner
{
	position: relative;
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	width: 935px;
	height: 595px;
	margin: 0 auto;
	margin-top: 30px;
}

#rr_header
{
	background:url(../pictures/header_left.jpg) no-repeat;
	background-position: 8px 12px;
	width: 100%;
	height: 75px;
	position: relative;
}

#rr_header_right
{
	background:url(../pictures/header_right.jpg) no-repeat;
	background-position: 10px 0;
	float: right;
	height: 55px;
	width: 333px;
	border-left: 2px solid #E6DBBD;
	margin-top: 12px;
}

#rr_header_right a
{
	display: block;
	width: 100%;
	height: 55px;
}

#rr_tabs
{
	position: absolute;
	bottom: -2px;
}

#rr_tabs ul
{
	width: 260px;
}

#rr_tabs li
{
	width: 80px;
}

#rr_wiz_title_1, #rr_wiz_title_2, #rr_wiz_title_3
{
	background-color: #E7DCBE;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	height: 36px;
	padding-left: 10px;
	padding-right: 10px;
}

#rr_wiz_title_3 div
{
	font-size: 17px;
	font-weight: bold;
	margin-top: 7px;
}

#rr_footer
{
	background-color: #E7DCBE;
	height: 40px;
	padding-left: 15px;
	padding-right: 15px;
}

#footer_gesamtpreis
{
	display: none;
	color: #837D6C;
}

#rr_content
{
	background:url(../pictures/separator.jpg) no-repeat;
	background-position: 600px 66px;
	width: 100%;
	height: 480px;
	font-family: Verdana;
	color: #837D6C;
	position: relative;
}

#rr_content_left_1, #rr_content_left_2, #rr_content_left_3
{
	float: left;
	width: 600px;
	height: 442px;
}

#rr_content_right_1, #rr_content_right_2, #rr_content_right_3
{
	float: right;
	width: 330px;
	height: 442px;
}

#rr_content_paar_left, #rr_content_paar_right
{
	height: 435px;
	width: 430px;
	float: left;
	margin-left: 20px;
	position: relative;
}

#rr_content_paar_right
{
	margin-left: 30px;
}

.headline
{
	font-size: 14px;
	font-weight: bold;
}

.loader
{
	float: right;
	width: 24px;
	height: 24px;
	margin-top: 7px;
	background: url(../pictures/loader04.gif) no-repeat;
	z-index: 2;
	display: none;
}

.loader img
{
	position: relative;
	left: 16px;
	top: 25px;
}

#print-button
{
	float: left; 
	margin-right: 20px;
	margin-top: 8px;
	/*
	position: absolute;
	bottom: 10px;
	right: 200px;
	*/
}

#print-preview
{
	margin-right: 15px;
}

#polaris
{
	font-size: 11px;
	width: 350px;
	text-align: center;
	margin: 0 auto;
	margin-top: 15px;
	color: #aaaaaa;
	font-weight: normal;
}

#polaris a
{
	color: #aaaaaa;
}



#div_umfrage
{
	display: none;
	position: fixed;
    top: 29%;
    left: 50%;
    margin-left: -340px;
    width: 600px;
	padding: 30px 30px;
	background-color: #ffffff;
	border: 2px solid #E7DCBE;
}

.umfrage_title
{
	font-size: 18px;
	margin-bottom: 20px;
}

#umfrage_quelle
{
	font-size: 14px;
	width: 400px;
}

#send_umfrage
{
	width: 170px;
	height: 30px;
	margin-left: 200px;
	margin-top: 20px;
}
