body
{
	font-size:100%;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image:url(../img/bg.gif);
	margin:0;
	padding:0;
	height: 100%;
	position: absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
}

#frame
{
	z-index:1;
	position:relative;
	width: 785px;
	margin: 8px auto 8px auto;
}

#frame #topShadow
{
	width:785px;
	height:32px;
	background:url(../img/avl_edge_top.png) 0px 0px no-repeat;
}

#frame #bottomShadow
{
	width:785px;
	height:32px;
	background:url(../img/avl_edge_bottom.png) 0px 0px no-repeat;
}

/*only IE 6 - force png transparency - !absolute url required! otherwise buggy with relative urls and browser-url with more than 2 slashes after http://*/
* html #frame #topShadow
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.avl-investmentfonds.de/img/avl_edge_top.png', sizingMethod='scale');
	background:none;
}

/*only IE 6 - force png transparency - !absolute url required! otherwise buggy with relative urls and browser-url with more than 2 slashes after http://*/
* html #frame #bottomShadow
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.avl-investmentfonds.de/img/avl_edge_bottom.png', sizingMethod='scale');
	background:none;
}

#frame #innerFrame
{
	width: 761px;
	margin: 0;
	padding: 0 12px 0 12px;
	background-color: #FFFFFF;
	background: url(../img/bg_shadow.png) 0px 0px repeat-y;
}


/*only IE 6 - force png transparency - !absolute url required! otherwise buggy with relative urls and browser-url with more than 2 slashes after http://*/
* html #frame #innerFrame
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.avl-investmentfonds.de/img/bg_shadow.png', sizingMethod='scale');
	background:none;
}

#content
{
	float: left;
	float/**/: none;
	/*overflow:hidden;*/
	/*height: 100%;*/
	background-color:#FFFFFF;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background-image:url(../img/bg_main.gif);
}

#content #main
{
	/*float: left;
	width: 34%;
	margin-left: 33%;*/
	min-height: 280px;
	float: left;
	width: 451px;
	margin-left: 154px;
	background-color:#FFFFFF;
	
}

* html #content #main
{
	display: inline;
}

#content #main .marginMain
{
	margin: 23px 20px 23px 20px;
	vertical-align: top;
}

#content .left
{
	/*float: left;
	width: 33%;
	margin-left: -67%;*/
	float: left;
	width: 153px;
	margin-left: -605px;
	background-color:#FFFFFF;
}

#content .right
{
	/*float: left;
	width: 32.9%;*/
	float: left;
	margin-left: 1px;
	background-color:#FFFFFF;
	voice-family:"\"}\"";  /* ab hier ignoriert IE 5.x nachfolgende Deklarationen */
	width: 153px;
}

/* easy clearing */
#content:after
{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#content
{
	display: inline-block;
}
/*\*/
#content
{
	display: block;
}
/* end easy clearing */

#header
{
	background-color: #005599;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	width:759px;
	height:68px;
}

#subfooter
{
	position: relative;
	border: 1px solid #999999;
	border-bottom: none;
	background-color: #EEEEEF;
	width:741px;
	height:82px;
	padding:5px 0px 0px 18px;
}

#subfooter
{
	color: #666666;
}

#subfooter p
{
	margin-top: 7px;
	margin-bottom: 3px;
}

#subfooter h1
{
	font-size: 11px;
	margin-bottom: 5px;
}

#subfooter h3
{
	font-size: 11px;
	margin-bottom: 5px;
	margin-top: 7px;
}

#subfooter a
{
	color: #666666;
}

#subfooter a:link,
#subfooter a:visited
{
	text-decoration: none;
}

#subfooter a:hover,
#subfooter a:active
{
	text-decoration: underline;
}

#subfooter .linkList
{
	float: left;
	width: 147px;
}

#subfooter .newsletterform
{
	margin-top: 0px;
}

#subfooter .newsletter
{
	float:left;
	width: 142px;
	padding-left: 0px;
}

#subfooter .linkList ul
{
	list-style-type: none;
	margin:0;
	padding:0;
}

#subfooter .linkList ul li
{
	margin:0 0 2px 0;
	padding: 0;
}

#subfooter form .inputText
{
	vertical-align:top;
	width: 61px;
	height: 15px;
	padding: 1px 3px 0px 3px;
	margin: 1px 0 1px 0;
	font-size : 11px;
	font-weight: normal;
	color : #777777;
	border: 1px solid #7F9DB9;
	background-color: #EEEEEF;
}

#subfooter form .inputTextFocus
{
	vertical-align:top;
	width: 61px;
	height: 15px;
	padding: 1px 3px 0px 3px;
	margin: 1px 0 1px 0;
	font-size : 11px;
	font-weight: normal;
	color : #555555;
	border: 1px solid #5388b9;
	background-color: #DDDDDD;
}

#subfooter form select
{
	vertical-align:top;
	width:69px;
	padding: 0px;
	height: 18px;
	margin: 1px 0 1px 0;
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #7F9DB9;
	background-color: #EEEEEF;
}

* html #subfooter form select
{
	width:70px;
	height: 20px;
}

*:first-child+html #subfooter form select
{
	width:70px;
	height: 20px;
}

#subfooter span.button
{
	display: inline;
}

#subfooter span.button img
{
	border: none;
	display:block;
	float:left;
}

#subfooter span.button a.buttonText,
#subfooter span.button input
{
	display:block;
	float:left;
	padding:0 3px 0 3px;
	background-image: url(../img/b_bg_0088CC_a.gif);
	background-repeat: repeat-x;
	color:#FFF !important;	
	font-family:Tahoma,Arial,sans-serif !important;
	font-size:10px !important;
	font-weight:bold !important;
	text-align: center !important;
	text-decoration: none !important;
}


#subfooter span img.skype
{
	position: absolute;
	margin-top: -5px;
	margin-left:-5px;
}

#subfooter span.buttonLink a.buttonText,
#subfooter span.buttonLink input
{
	background-image: url(../img/b_bg_0088CC_a.gif);
}

#subfooter span.buttonAction a.buttonText,
#subfooter span.buttonAction input
{
	background-image: url(../img/b_bg_0CAF00_a.gif);
}

#subfooter span.buttonActionBg0088CC a.buttonText,
#subfooter span.buttonActionBg0088CC input
{
	background-image: url(../img/b_bg_0CAF00_bg_0088CC_a.gif);
	background-color: #0088CC;
}

#subfooter span.buttonCaution a.buttonText,
#subfooter span.buttonCaution input
{
	background-image: url(../img/b_bg_D91E36_a.gif);
}

#subfooter span.buttonInactive a.buttonText,
#subfooter span.buttonInactive input
{
	background-image: url(../img/b_bg_CCCCCD_a.gif);
}

#subfooter span.button input
{
	height:17px;
	border:none;
	margin:0;
	padding:1px 4px 1px 4px;
	/*background-color:transparent;*/
}

#subfooter span.button input:hover
{
	cursor: pointer;
}

/*IE6 only*/
* html #subfooter span.button input
{
	padding:1px 0px 1px 0px;
	margin:0 -2px 0 -1px;
}

/*IE7 only*/
*:first-child+html #subfooter span.button input
{
	padding:1px 0px 1px 0px;
	margin:0 -2px 0 -1px;
}

/*Mozilla only*/
@-moz-document url-prefix()
{
    #subfooter span.button input
    {
    	height: auto;
    	padding:1px 1px 2px 1px;
    }
}

#subfooter form span.button img
{
	border:none;
	vertical-align:-5px;
}

/*for IE 7*/
*:first-child+html #subfooter form span.button img
{
	margin-top:1px;
}
/*for IE 6*/
* html #subfooter form span.button img
{
	margin-top:1px;
}

#subfooter form span.buttonLink input
{
	background-image: url(../img/b_bg_0088CC_a.gif);
}

#footer a:link
{
	text-decoration: none;
	color: #EEEEEE;
}

#footer a:visited
{
	text-decoration: none;
	color: #EEEEEE;
}

#footer a:hover
{
	text-decoration: underline;
	color: #EEEEEE;
}

#footer a:active
{
	text-decoration: underline;
	color: #EEEEEE;
}

#footer .left
{
	width: 30px;
	padding:2px 6px 0 6px;
	float:left;
}

#footer .right
{
	padding:2px 6px 0 6px;
	float:right;
}

#footer #center
{
	padding:2px 6px 0 6px;
	font-weight: normal;
	text-align: center;
}


#topNav
{
	position: relative;
	clear: right;
	width:759px;
	height:16px;
	background-color: #EEEEEF;
	border: 1px solid #999999;
	border-top: 1px solid #CCCCCD;
}

#topNav ul
{
	position:absolute;
	right: -14px;
	margin:1px 0 0 0;
	padding:0;
	height:14px;
}

/*IE 6 only*/
* html #topNav ul
{
	height: auto; 
	width: auto;
}

#topNav li
{
	display:inline;
	margin:0 18px 0 0;
}

#topNav a:link,
#topNav a:visited,
#topNav li a:link,
#topNav li a:visited
{
	font-size:100%;
	color: #333333;
	text-decoration: none;
	white-space: nowrap;
}

#topNav a:hover,
#topNav a:active,
#topNav li a:hover,
#topNav li a:active
{
	font-size:100%;
	color: #0088CC;
	text-decoration: none;
	white-space: nowrap;
}

#topMobileNav
{
	font: 2.9em Arial, sans-serif;
}

#topMobileNav ul
{
	display: block;
	height: 1.8em;
	margin:0;
	padding: 0 0 0 0.5em;
	background: url(../img/bg_gradient_1x30_transp_to_9D9694.png) 0 bottom repeat-x;
	background-color: #0CAF00;
	font-weight: bold;
}

#topMobileNav ul li
{
	float:left;
	margin:0;
	paddint:0;
	list-style: none;
}

#topMobileNav ul li a
{
	display:block;
	position: relative;
	height: 1.8em;
	line-height: 1.8em;
	padding-right: 0.5em;
	color: #FFF;
	background-color: #0CAF00;
	text-decoration: none;
}

#topMobileNav ul li a img
{
	border: none;
}

#topMobileNav ul li a div.gradient
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1.8em;
	background: url(../img/bg_gradient_1x30_transp_to_9D9694.png) 0 bottom repeat-x;
}

#localizer
{
	position: relative;
	width:759px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	padding-bottom: 6px;
	background-color: #FFFFFF;
	/*text-align: right;*/
}

#localizer ul.route
{
	width:690px;
	overflow: hidden;
	margin:0 0 0px 4px;
	padding:4px 0 0 0;
	color: #888889;
	font-style: italic;
}

#localizer ul.route li
{
	display:inline;
	white-space: nowrap;
	margin:0 1px 0 2px;
	padding: 0 0 0 7px;
	background: url(../img/list_arrow_888889.gif) no-repeat 0px 4px;
}

#localizer ul.route li:first-child
{
	background-image: none !important;
	margin-left:0;
	padding-left:0;
}

* html #localizer ul.route li
{
	background-position: expression( (new Function("element", "if(!element.previousSibling) element.style.backgroundPosition = '-10px 0px';"))(this) );
	margin-left: expression( (new Function("element", "if(!element.previousSibling) element.style.marginLeft = '0';"))(this) );
	padding-left: expression( (new Function("element", "if(!element.previousSibling) element.style.paddingLeft = '0';"))(this) );
}

* html #localizer ul.route li
{
	background-image: expression( (new Function("element", "if(!element.nextSibling) element.style.backgroundImage = 'url(../img/list_arrow_0088CC.gif)';"))(this) );
}

#localizer ul.route li:last-child
{
	background-image: url(../img/list_arrow_0088CC.gif);
}

#localizer ul.route li:hover
{
	background-image: url(../img/list_arrow_0088CC.gif);
}

#localizer ul.route li a:link
{
	text-decoration: none;
	color: #888889;
	font-style: italic;
}

#localizer ul.route li a:visited
{
	text-decoration: none;
	color: #888889;
	font-style: italic;
}

#localizer ul.route li a:hover
{
	text-decoration: underline;
	color: #0088CC;
	font-style: italic;
}

#localizer ul.route li a:active
{
	text-decoration: underline;
	color: #888889;
	font-style: italic;
}

#localizer ul.route li em
{
	color: #0088CC;
	font-style: italic;
}

#localizer ul.socialLinks
{
	position: absolute;
	top:0;
	right:0;
	margin:0;
	padding:0;
	list-style: none;
}

#localizer ul.socialLinks li
{
	position: relative;
	margin:0;
	padding:0;
	float:left;
}

#localizer ul.socialLinks li .padding
{
	padding: 2px 2px 0 0;
}


#localizer ul.socialLinks li .googlePlusOne
{
	position: absolute;
	display:block;
	top:1px;
	left:0;
}

#localizer ul.socialLinks li a
{
	display: block;
}

#localizer ul.socialLinks li div a
{
	display: inline;
}

#localizer ul.socialLinks li a img
{
	border: none;
}

#mainNav
{
	width:759px;
	height:19px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-color: #0088CC;
}

#mainNav ul
{
	margin:2px 0 0 6px;
	padding:0;
	font-weight: bold;
	color: #EEEEEE;
}

#mainNav li
{
	display:inline;
	margin:0 20px 0 0;
}

#topNav ul li img
{
	padding-bottom: 1px;
	margin-right:4px;
}

#toTop
{
	margin: 17px 20px 23px 20px;
	padding-top: 6px;
	text-align:right;
	background: url(../img/arrow_up_0088CC.gif) no-repeat top right;
	color: #0088CC;
}

#content #toTop a:link
{
	text-decoration: underline;
	color: #0088CC;
}
#content #toTop a:visited
{
	text-decoration: underline;
	color: #0088CC;
}
#content #toTop a:hover
{
	text-decoration: underline;
	color: #0088CC;
}
#content #toTop a:active
{
	text-decoration: underline;
	color: #0088CC;
}

#pressFooter
{
	margin: auto;
	padding-bottom:15px;
	width: 763px;
}

