a:active {outline:none;}
a:visited {outline:none;}
a:hover {outline:none;}

body {
font-family: "Arial";
font-size: 11px;
}

a {
color: black;
text-decoration: none;
}

a img {
border: none;
}

#wrapper{
margin: 0 auto;
margin-top: 100px;
width: 802px;
height: 602px;
position: relative;
}

#box {
width: 100%;
height: 100%;
}

#dmenu{
position: absolute;
bottom: 0px;
width: 100%;
font-size: 14px;
}

#dmenu .logo {
float: left;
margin-left: 10px;
margin-bottom: 10px;
}

#dmenu .links{
margin-left: 84px;
margin-top: 43px;
}

#dmenu .links ul{
list-style: none;
margin: 0;
padding: 0;
}

#dmenu .links li{
display: inline;
padding: 0 10px;
}

#footer{
position: absolute;
width: 100%;
text-align: right;
margin-top: 5px;
font-size: 10px;
right:1px; /*T Problem*/
}

#home
{
position: relative;
top:230px;
left:60px;
}

#wirfursie
{
position: relative;
top:180px;
left:60px;
}

#kontakt
{
text-align: right;
position: relative;
top:180px;
right:60px;
}

#display
{
	position: relative;
	margin: auto;
	width: 519px;
	top:30px;
}


#referenzen .laptop
{
	background: url("images/referenzen_laptop.png");
	width: 519px;
	height: 290px;	
}

#referenzen .ref_menu
{
	margin: 5px auto;
	padding:0;
	text-align:center;
}


#referenzen .ref_menu li
{
display: inline;
width: 50px;
height: 50px;
}

#referenzen li a
{
	display: inline-block;
}

#referenzen .left a
{
	background: url(images/referenzen_pfeil_back.jpg);
	width: 11px;
	height: 21px;
}

#referenzen .right a
{
	background: url(images/referenzen_pfeil_forward.jpg);
	width: 11px;
	height: 21px;
}

#referenzen .dot a
{
	background: url(images/referenzen_punkt_leer.jpg);
	width: 21px;
	height: 21px;
}

#referenzen .dot.active a
{
	background: url(images/referenzen_punkt_voll.jpg);
}

#screen
{
	position: relative;
	top:24px;
	left:90px;
	background: white;
	
	height: 217px;
	width: 339px;
}

#infos {
	position: relative;
	top:30px;
	padding: 0 15px;
	margin:auto;
	width:500px;
}


































