body, html {
    
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-family:  Arial;
    line-height: 17px;
}

body {
    
    
    background-position: top center;
    background-attachment: fixed;
}

h1 {
    font-size: 13px;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
}

#wrapper {
    
    position: absolute;
    width:950px;
    left: 50%;
    margin-left: -475px;
    
}

.schatten {
    
    background-color: white;
    background-image:  url('/gfx/layout/schatten.png');
    background-position: right bottom;
    margin-bottom: 10px;
}

#logo {
    
    position: relative;
    width: 950px;
    height: 90px;
    
}

#menu {

    width: 950px;
    height: 25px;
    position: relative;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
    font-family: Arial;
    font-size: 12px;
}


#menu ul {
    
    margin: 0px;
    margin-left: 15px;;
    padding: 0px;
    
}

#menu li {
	float: left;
	display:inline;
	margin: 0;
    padding-top: 4px;
	padding-right: 30px;
}

a {
    text-decoration: none;
    color: black;
}

a:hover  {
    text-decoration: underline;
    color: #a54499;
}

a.act {
    color: #a54499;
}

#content-start {
    position:relative;
    float: left;
}

#content-left {
    
    position:relative;
    float: left;
    width: 425px;
    padding: 25px;
    
}



#content-right {
    
    position:relative;
    float: left;
    width: 475px;
    
}

#footer {
    
    position: relative;
    float: left;
    text-align: right;
    width: 950px;
    font-size: 10px;
    margin-top: -8px;
}

#handys {
    position: relative;
    float: left;
    width: 950px;
    height: 210px;
    padding-top: 10px;
}

#statements {
    position: relative;
    padding: 8px;
    float: left;
    width:454px;
    height: 90px;
    margin-right: 10px;
}

#bewertung {
    position: relative;
    padding: 8px;
    float: left;
    width:454px;
    height: 90px;
}

#handy-wrapper {
    position: relative;
    float: left;
    width: 805px;
    height: 190px;
    overflow: hidden;
}

#handyContainer{
    height: 190px !important;
    position:absolute;
}


.handy {
    position:relative;
    float: left;
    width: 95px;
    height: 152px;
    margin-right: 10px;
    background-image: url('/gfx/handy.png');
    color: white;
    font-size: 10px;
    line-height: 12px;
    padding-left: 10px;
    padding-top: 38px;
    margin-bottom: 10px;

}

.handy img {
    position: absolute;
    top: 80px;
    left: 5px;
    width: 95px;
}

#pfeil-links {
    
    position: relative;
    float: left;
    background-image: url('/gfx/layout/pfeil-links.png');
    width: 33px;
    height: 63px;
    top: 60px;
    margin-left: 20px;
    margin-right: 20px;
    cursor:pointer;
}

#pfeil-rechts {
    cursor:pointer;
    position: relative;
    float: left;
    background-image: url('/gfx/layout/pfeil-rechts.png');
    width: 33px;
    height: 63px;
    top: 60px;
    margin-left: 10px;
}

#bewertung-element {
    position: absolute;
    width: 273px;
    height: 50px;
    left: 175px;
    top: 40px;
}

#bewertung-zahl, #bewertung-img {
    position: absolute;
    width: 273px;
    height: 50px;
    left: 0px;
    top: 0px;
}

#bewertung-img{
    z-index:900;
    background-image: url(/gfx/bewertung_alpha.png);
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gfx/bewertung_alpha.png', sizingMethod='scale');

}

#bewertung-zahl {
    background-color: #ffe600;
}

.labelfeld {
    color: #555555;
}

.textfeld {
    border: 1px solid #d3d3d3;
    width: 300px;
    font-family: Arial;
    font-size: 12px;
    margin-bottom: 8px;
}

#overlay {
	color:#efefef;
}

div.contentWrap {
	height:260px;
    width:437px;
    border:20px solid black;
	overflow-y:auto;
    margin-top:-13px;
    overflow:hidden;
}

.apple_overlay {
	display:none;
	background-image:url(../_images/blank.gif) ;
	width:470px;		
	padding:35px;
	font-size:11px;
}
.apple_overlay .close {
	background-image:url(../_images/close.png);
	position:absolute; right:20px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
#facebookLink{
    position:absolute;
    margin-left: 6px;
    margin-top: 12px;
}

#copyrightLink{
    position:absolute;
    margin-left: 732px;
    margin-top: 16px;    
}




