﻿*{
	font-family:segoe ui, helvetica, lucida sans, verdana, sans serif;
	font-size:14px;
	color:#666666;
	padding:0;
	margin:0;
}

body{
	/*background-color:#efefef;*/
}

h1{
	font-size:14px;
	font-weight:normal;
}

a{
	color:#666666;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}
ul{
	list-style-type:none;
}
#wrapper{
	margin:0 auto;
	width:340px;
	text-align:center;
}

#logo{
	margin:50px 0 40px 0;
}
#note{
	margin:0 0 30px 0;
	text-shadow: 0px 1px 1px #ffffff;
    filter:none;
}

#iconMenu{
	margin:0 0 24px 0;
	height: 145px;
}

#iconMenu li {

}
#iconMenu li a{
	float:left;
	display:inline-block;
	width:159px;
	padding:114px 0 10px 0;
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	-webkit-box-shadow: 1px 0px 1px 1px #ffffff;
    box-shadow: 1px 0px 1px 1px #ffffff;
}
#iconMenu li a:hover{
	-webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
	box-shadow: inset 0px 0px 0px 1px #ffffff; 
	background-color:#f3f3f3;
	text-decoration:none;
}

#iconMenu li#mobileIcon a{
	background-image:url(../../gfx/_default/Startpage/mobile.png);
	background-repeat:no-repeat;
	background-position: center 17px;
	margin:0 10px 0 0;
}

#iconMenu li#mobileIcon a:hover{
	background-image:url(../../gfx/_default/Startpage/mobile_hover.png);
	background-repeat:no-repeat;
	background-position: center 17px;
}

#iconMenu li#deskIcon a{
	background-image:url(../../gfx/_default/Startpage/desk.png);
	background-repeat:no-repeat;
	background-position: center 17px;
	text-shadow: 0px 1px 1px #ffffff;
    filter: dropshadow(color=#ffffff, offx=0, offy=1);
}

#iconMenu li#deskIcon a:hover{
	background-image:url(../../gfx/_default/Startpage/desk_hover.png);
	background-repeat:no-repeat;
	background-position: center 17px;
}

#langMenu{
	margin:auto;
	height:20px;
	width:100px;
}

#langMenu a{
	display:block;
	float:left;
	width:45px;
	height:20px;
	text-align:center;
}

#langMenu a#de{
	border-right:1px solid #666666;
}

#langMenu .img_LangGerman:hover{
	background-image:url(../../gfx/_default/Startpage/LangGerman.png);
	background-repeat:no-repeat;
	background-position:center;
	font-size:0;
}

#langMenu .img_LangEnglish:hover{
	background-image:url(../../gfx/_default/Startpage/LangEnglish.png);
	background-repeat:no-repeat;
	background-position:center;
	font-size:0;
}

#langMenu .img_LangFrench:hover{
	background-image:url(../../gfx/_default/Startpage/LangFrench.png);
	background-repeat:no-repeat;
	background-position:center;
	font-size:0;
}

/* START MEDIAQUERIES for loading Javascript*/
@media screen and (max-device-width: 960px) { 
	body:after { 
		content: 'mobile'; 
		display:none;
	} 
} 

@media screen and (min-width: 961px) { 
    body:after { 
        content: 'wide-screen';
		display:none;
    } 
} 
#logo {
	max-width:300px;
}

/* END MEDIAQUERIES for loading Javascript*/

#iconMenu {
	display: none;
}