/**
 * Style sheet layout
 */
html
{
	overflow-y: scroll;
}

body,
body a
{
	font-family:Verdana,Arial;
	font-size:11px;
	color:#333333;
	line-height:16px;
}

.mod_navigationMain
{
	padding-top:20px;
}

.hr
{
	width:100%;
	height:2px;
	background-image:url("tl_files/graef_layout/images/bg_hr.gif");
	background-repeat:repeat-x;
	font-size:2px;
}

.vr
{
	width:2px;
	background-image:url("tl_files/graef_layout/images/bg_vr.gif");
	background-repeat:repeat-y;
	font-size:2px;
}

#wrapper_spacer
{
	margin:0px 20px;
}

#mod_languageselector
{
	right:0px;
	top:0px;
	position:absolute;
	padding:6px 0px 0px 0px;
}

.headerlogo
{
	text-align:center;
}

#top
{
	background-color:#f9f9f9;
	background-image:url("tl_files/graef_layout/images/bg.jpg");
	background-position:center top;
	background-repeat:no-repeat;
}

#wrapper_aus
{
	background-image:url("tl_files/graef_layout/images/bg_main.jpg");
	background-position:center top;
	background-repeat:repeat-x;
}

.image_container
{
	text-align:left;
}

.ce_accordion .toggler
{
	padding-bottom:11px;
	text-decoration:underline;
	cursor:pointer;
}

.ce_accordion .toggler a
{
}

.ce_accordion .accordion div
{
	padding-bottom:22px;
}

#table_sms .error
{
	margin-bottom:5px;
}

#table_sms input
{
	width:145px;
}

#table_sms td
{
	vertical-align:bottom;
}


/**
 * sms
 */
#smsblock
{
	display:none;
}

/** 
 * H1, H2 - Tuning by fob marketing (SEO) 
 */ 
 #right_subnav h1, #right_subnav h1 a, #right_subnav h2,  #right_subnav h2 a, #left_subnav h1, #left_subnav h1 a, #left_subnav h2, #left_subnav h2 a {
 	margin: 0;
	padding: 0;
	font-size: 1.01em;
	font-weight: normal;
}
#right_subnav h1, #right_subnav h1 a, #right_subnav h2, #right_subnav h2 a {
	text-decoration: underline;
}
.graef_footer, .graef_footer a {
	margin: -10px 0 0 0;
	padding: 0;
	text-align: right;
	font-size: 0.9em;
	text-decoration: none;
	color: #C2C2C2;
}
