* {margin:0;padding:0}

/* mac hide \*/
html,body {height:100%;width:100%;}
/* end hide */

body {
	background-color: #191919;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
    overflow: hidden;
}
#outer{
    position: absolute;
    *position: static;
    height:100%;
    width:100%;
    display:table;
    vertical-align:middle;
	z-index: 2;
    *z-index: 0;
}

#container {
    text-align: center;
    position:relative;
    vertical-align:middle;
    display:table-cell;
    height:170px;
}

#inner {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	height:170px;
	width:236px;

	background-repeat: no-repeat;
	background-position: center center;	
}
.logo {
    height:150px;
	
}

.flft {
    float:left;
}


.startmenue li{
	float: left;
}

#deutsch a {
    display:block;
    background-image:url('../images/deutsch_i.png');
    background-repeat: no-repeat;
    background-position: center center;	
    width:93px;
    height:30px;

}

#deutsch a:hover{
    background-image:url('../images/deutsch_a.png');
}

#strich{
    background-image:url('../images/strich.png');
    background-repeat: no-repeat;
    background-position: center center;	
    width:58px;
    height:30px;
}
#english a{
    display:block;
    background-image:url('../images/english_i.png');
    background-repeat: no-repeat;
    background-position: center center;	
    width:85px;
    height:30px;
}

#english a:hover{
    background-image:url('../images/english_a.png');
}

/*
#english a:hover{
    background-image:url('../images/english_a.png');
}
*/

a {
	font-family:arial,helvetica;
	color: #ffffff;
	font-weight: normal;
	text-decoration:none;	
}

#bg {
    position: absolute;
    width: 100%;
	z-index: 1;
    *z-index: 0;
}


