/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/*SVN Add-ins

$Rev:: 2682          $: Revision of last commit
$Author:: spisulla   $: Author of last commit
$Date:: 2013-06-28 1#$: Date of last commit

Authors: SPI
Copyright (c) A&B One Digital GmbH
*/
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/*
    ipad.css (additional styles for ipad)
    fuer UOS12001  (Uni Osnabrueck)
    24.07.2012  SPI
*/
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */


@media screen and (orientation: landscape){

#slidercontent{ height: 533px; }
#slidercontent .inner{ width: 100%; min-height: 209px; }
#slidercontent .inner .txt{ border-left: solid 20px #FBB900; }
#slidercontent .inner h3{ margin-top: 0; padding-top: 30px; }

form input, form textarea, form select{ border-radius: 0 0 0 0; }
.content form div.morelink input{ -webkit-appearance: none; }

}/* orientation: landscape */