@charset "utf-8";
/* CSS Document */

/*
 * Project: Grafika Gulan
 * Font: Tahoma
 * 
 * 
*/

* {
	margin: 0;
	padding: 0;
}

/* --------------------------------------------------------------------------------------------- common */

a {
    text-decoration: none;
}

a img {
    border: none;
}

li {
	list-style-type: none;	
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* --------------------------------------------------------------------------------------------- body */

body {
	background: url(../img/splash/splash_body_bck.gif) center top repeat-x;
}

#wrapper {
	width: 1003px;
	margin: 0 auto;
	height: 500px;
	background: url(../img/splash/splash_bck.png) left top no-repeat;
	position: relative;
}

h1 {
	position: absolute;
	left: 362px;
	top: 252px;
}

#language {
	position: absolute;
	left: 426px;
	top: 482px;
}

#language h2 {
	line-height: 1px;
	float: left;
	margin-right: 20px;
}

#language ul {
	float: left;
	padding-left: 20px;
	border-left: 1px solid #cfd3ba;
}

#language li {
	float: left;
	clear: left;
	height: 15px;
	padding-top: 5px;
}

#language li a {
	display: block;
	text-indent: -10000px;
	overflow: hidden;
}

#language li.hr a {
	width: 45px;
	height: 10px;
	background: url(../img/splash/language_hr.png) left top no-repeat;
}

#language li.en a {
	width: 40px;
	height: 13px;
	background: url(../img/splash/language_en.png) left top no-repeat;
}

#language li.de a {
	width: 38px;
	height: 10px;
	background: url(../img/splash/language_de.png) left top no-repeat;
}

#language li a:hover {
	background-position: right top;
}










