@import url("../../wiki.css") screen, handheld;
@import url("wikidiff.css") screen, handheld;
@import url("main.css") screen, handheld;
@import url("sticky.css") screen, handheld;
@import url("print.css") print;

@media screen, handheld {

	div#logo {
		height: 80px;
		background-position: center center;
	}
	div#main {
		padding-top: 80px;
	}
	div#agsunter {
		top: 20px;
	}
	div#agslogo {
		top: 27px;
	}
	div#menu {
		top: 85px;
	}
	div#menu {
		width: 150px;
	}
	div#menu li {
		width: 150px;
	}
	div#premain {
		padding-left: 150px;
	}
	div#wrap {
		background-position: -50px 0px;
	}
}

