/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------------------------------------------------------------------------*/
body{
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top,  #1e5799 0%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1e5799 0%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1e5799 0%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1e5799 0%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1e5799 0%,#7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
	background-color:#7db9e8;
	background-repeat:no-repeat;
}
div#wrapper{
	width:940px;
	margin:0 auto;
}
div#telefon{
	background:url(../images/phone_ap.png) no-repeat;
	width:311px;
	height:564px;
	margin: 68px auto;
	padding: 81px 0 0 23px;
}
div#telefon div{
	overflow: hidden;
	position: relative;
	width: 288px;
	height: 484px;
}
div#telefon li img{
	width: 288px;
	list-style:none;
}
div#telefon li{
	width: 288px;
	display: inline-block;
	height: 484px;
	list-style:none;
}
div#telefon ul{
	display: table;
	position:absolute;
	white-space: nowrap;
}
a#next, a#prev{
	background: url(../images/arrow.png) 0 0px no-repeat;
	width: 60px;
	height: 40px;
	display: block;
	cursor: pointer;
	float: left;
	margin: 10px 0 0 20px;
	opacity: 0.65;
}
a#next{
	float: right;
	margin: 10px 38px 0 0;
	background: url(../images/arrow.png) 0 -40px no-repeat;
}
a#next:hover, a#prev:hover{
	opacity: 1;
}
a#x_dugme{
	width: 30px;
	height: 32px;
	display: block;
	background: url(../images/x.png) 0 0 no-repeat;
	position: absolute;
	margin: -57px 0 0 234px;
	cursor:pointer;
}
a#x_dugme:hover{
	background-position: -30px 0;
}
