
* { -webkit-font-smoothing: antialiased }

body
{
	padding: 0;
	margin: 0;
	font-family: Tahoma;
	overflow: hidden;
	width: 0;
	height: 0
}

a
{
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
}

a img { border: none }

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_24:before,
.container_24:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_24:after {
  clear: both;
}

h2
{
	font-family: "Didact Gothic";
	font-size: 18pt;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
}

#background
{
	overflow: hidden;
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../images/loading.gif) no-repeat center center
}

#background > div > div { display: none }

#background_overlay
{
	background: rgba(0, 0, 0, 0.75);
	position: absolute;
	z-index: 1;
	top: 0;
	width: 100%;
	bottom: 120px;
	left: -15000px
}

#social-links
{
	display: block;
	z-index: 50;
	color: #000;
	margin-top: 45px;
	float: left
}

#social-links .facebook, #social-links .twitter
{
	display: block;
	float: left
}

#social-links .facebook, #social-links .twitter
{
	display: block;
	width: 32px;
	height: 32px;
	background-color: #fff;
	float: left;
	margin-left: 5px;
	margin-right: 3px
}

#container
{
	margin: 0 auto;
	z-index: 5;
	display: block;
	position: relative;
	overflow: hidden;
}

#container > div { position: relative }

#bottom
{
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: 0;
	left: 0;
	height: 120px;
	background-color: rgba(0, 0, 0, 0.7);
	font-family: "Didact Gothic";
	color: #000;
	border-top: 1px #fff solid
}

#bottom > div
{
	margin: 0 auto;
	width: 960px;
	height: 120px
}

#logo
{
	float: left;
	margin-right: 10px;
	background: url(../images/logo.png) no-repeat center center;
	display: block;
	width: 150px;
	height: 120px
}

#logo span { display: none }

#menu
{
	float: left;
	line-height: 120px
}

#menu ul
{
	list-style: none;
	padding: 0;
	margin: 0
}

#menu li
{
	float: left
}

#menu li ul
{
	position: absolute;
	margin-top: -200px;
	display: none;
	border: 1px #f5f5f5 solid;
	background: rgba(255, 255, 255, 0.7)
}

#menu li ul * { line-height: normal }

#menu li li { float: none }
#menu li li a { padding: 10px 10px }

#menu a
{
	display: block;
	font-size: 12pt;
	color: #f5f5f5
}

#menu a.redirect:after
{
	display: block;
	content: "";
	float: right;
	background: url(../images/external.png) no-repeat center center;
	width: 10px;
	height: 120px;
	margin-left: 10px
}

#menu a:hover { text-shadow: 0 0 20px #00b1b0; color: #00b1b0 }


.parla{
    color: #F5F5F5;
    font-size: 13pt;
    transition: all 0.3s ease 0s;
}
.parla:hover{
    text-shadow: 0 0 20px #00b1b0; color: #00b1b0
}


/*#menu a.mmgs:hover { color: #96b100; text-shadow-color: #96b100 }
#menu a.menu:hover { color: #b61601; text-shadow-color: #b61601 }
#menu a.blog:hover { color: #3b5998; text-shadow-color: #3b5998 }
#menu a.online:hover { color: #b97325; text-shadow-color: #b97325 }
#menu a.contact:hover { color: #6a6700; text-shadow-color: #6a6700 }*/

/*#menu a:last-child { padding-right: 0 !important }*/

#languages
{
	position: absolute;
	z-index: 160;
	right: -1px;
	top: 200px;
	padding: 8px 1px 8px 8px;
	border: 1px #444 solid;
	background: #333
}

#katalog
{
	position: absolute;
	z-index: 160;
	right: -1px;
	top: 0px;
	padding: 7px 2px 7px 7px;
	border: 1px #444 solid;
	background: #333
}

#katalog a
{
	color:#fff;
	line-height: 20px;
	font-size: 14px;
}

#katalog img
{
	float:left;
	margin-right: 5px;
}

