/**
 * Imported external css-files
 */


@import url("ollo.css");


html, body
	{
	height: 100%;
	padding: 0;
	margin: 0
	}

body
	{
	font: 63% Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	color: #84826d;
	background: #eae9df url(/media/gfx/top_gradientsky.gif) top left repeat-x;
    min-height: 100%;
    height: 100%;
	}

div#all
	{
	background:  url(/media/gfx/grass_brown.png) bottom left repeat-x;
	margin: 0;
	min-height: 100%;
	position: relative;
	padding: 0
	}

div#content
	{
	background: none
	}

a.logo
	{
	margin-top: 39px;
	margin-left: -8px;
	width: 169px;
	height: 111px;
	background: url(/media/gfx/ollo_logo2.png) no-repeat
	}

div#branch
	{
	top: -11px;
	right: 0px;
	width: 243px;
	height: 145px;
	position: absolute;
	z-index: 1000;
	background: url(/media/gfx/branch.png) no-repeat
	}

div#clouds
	{
	background: url(/media/gfx/clouds.png) center 22px no-repeat;
	padding-bottom: 20px;
	border-top: 1px solid transparent;
	}

div.linkBadge
	{
	text-align: center;
	padding-top: 25px;
	height: 47px;
	width: 72px;
	position: absolute;
	background: url(/media/gfx/link_badge.png) center center no-repeat;
	font: bold 14px arial, helvetica, san-serif;
	text-shadow: 0 1px 1px #fbc5b2;
	color: #6e270f;
	margin-left: 810px;
	margin-top: -40px;
	z-index: 500;
	}

div.linkBadge span
	{
	font: bold 11px arial, helvetica, san-serif;
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);	
	}

div#footer
	{
	background: none;
	margin-bottom: 60px;
	}
	
div#footer p
	{
	padding-right: 50px;
	}

#menu
	{
	background: none;
	border: none;
	}

#menu ul.navigation
	{
	text-align: center;
	margin-right: 50px
	}

#menu ul.navigation li
	{
	display: inline;
	border-right: none;
	float: none
	}

#menu ul.navigation li a, #menu ul.navigation li a:hover, #menu ul.navigation li a:visited
	{
	display: inline;
	border: none;
	float: none;
	font-weight: none;
	color: #84826D;
	text-decoration: underline;
	background: none;
	}

#innerMenu ul li a
	{
	display: block;
	font: 11px tahoma, verdana, tahoma, arial, helvetica;
	color: #000;
	height: 19px;
	padding-top: 4px;
	padding-left: 20px;
	text-decoration: none
	}

#innerMenu ul li a:hover
	{
	background-color: #f8f7f3
	}

#innerMenu.box
	{
	padding-top: 3px;
	padding-bottom: 20px;
	padding-left: 6px
	}

div#snailBert
	{
	width: 251px;
	height: 122px;
	background: url(/media/gfx/snailbert.png) 0px -122px no-repeat;
	position: absolute;
	bottom: 0px;
	right: 20px;
	}

div#snailBert a
	{
	display: block;
	width: 135px;
	height: 75px;
	margin-left: 115px;
	margin-top: 45px;
	cursor: default
	}

div#snailBert:hover
	{
	background: url(/media/gfx/snailbert.png) 0px 1px no-repeat;
	}