@media only screen and (min-width:742px) and (max-width:990px) {   
	#topnav {
		display:none;
	}
	#naviRight {
		display:none;
	}
	#footer {
		display:none;
	}	
}
@media only screen and (min-width:0px) and (max-width:742px) {   

     html {
		/*font-size:1em;*/
		font-size:10px;
	}   
     body {
		margin:0px;
		font-size: 1.4em !important;
		min-width:100px;
		background: #fff;
	}
	/* Header Top Sub-Navigation */
	#nav {
		display:none;
	}
	#topnav {
		display:none;
	}
	#loginSwitchText {
		display:none;		
	}
	#naviLeft {
		display:none;		
	}
	#footer {
		display:none;
	}
	#loginSwitchHeader {
		display:none;
	}
	#loginSwitchHeaderM {
		display: block;
	}
	#main {
		margin-top:5px;
	}
	#loginFormHints {
		margin-left:0px;
		margin-bottom:10px;
	}
	#loginFormHintsCub {
		font-size:80%
	}
	/* Schiftzug Blackboard */
	.identity_text h2 {
		text-transform: none !important;
		font-size: 70%;
		text-align: center;
	}
	.identity_text{
		border-bottom: 1px solid;
		border-color: #9C0;
	}

	/* Breite */
	.page {
		width: 90%;
	}
	.page_margins {
		width: auto;
		min-width: 200px;
		max-width: 736px;
	}
	.c60l, .c60r {
		width: 100%;
	}
	#main_content h2 {
		margin-top:5px;
		margin-bottom:5px;
		
	}
	#infoSingleSignOn {
		line-height: 150%;
		margin-bottom: 10px;
	}

	#switchMandant {
		margin-top: 10px;
		border:1px solid #06c; /*#164574;*/
		text-align:center;
		/*border-radius: 6px;*/
		display:block !important;
	}
	#switchMandant a {
		font-size: 70%;
		color: #164574;
	}
	#loginSwitch {
		font-size: 74%;
	}
	
	/* rechter Navigationsbereich */
	#naviRight {
		display:none;
	}
	div.loginSelection {
		width:100%;
		line-height:2em;		
		margin:0px;
	}	
	div.loginSelection:hover {
		cursor:pointer;
		background-color:#666666;
	}		
	#loginFormContainer {
		margin-top:5px;
		font-size: 80%;
	}	
	#loginSwitch {
		margin-top:5px;
	}
	#loginFormList input.button {
		width:94%;
	}	
	#loginFormList input.submit {
			width: 314px;
	}
	#loginFormFields {
	float:none;
		clear:both;
	}	
	#textLoginShibboleth {
		clear:both;
		/*float:left;*/
		width:100%;/*45*/
		border:0px;
		padding: 2px 0px 2px 0px;		
		margin:0px;
		margin-right:5px;
		margin-bottom:10px;		

	}
	#buttonLoginLocal {
		clear:both;
		margin-left:0px;
		padding: 2px 0px 2px 0px;		
		border:0px;
		margin-bottom:10px;
		/*float:right;*/
	}
	#buttonLoginShibboleth {
		padding: 2px 0px 2px 0px;
		border:0px;
		margin-bottom:10px;
		vertical-align:middle;
		/*color: #99CC00;*/
	}
	#textLoginLocal {
		clear:both;	
		/*float:right;*/
		border:0px;
		width:100%;
		padding: 2px 0px 2px 0px;				
		margin:0px;
		margin-bottom:10px;
	}
	div.loginInnerText {
		padding-left:5px;padding-right:5px;
	}
	div.infoHeader{
		padding:10px;
		font-size:1em;
	}
	div.infoText{
		padding:10px;
		overflow:auto;
	}
	#infoAdditional {
		/*font-size: 0.5em !important;*/
		font-size: 70%;
		line-height: 150%;		
		padding-top:0px;
		margin-top:0px;
	}
	#loginSwitchCancel {
	/*
		width: 304px;
		height: 24px;
		*/
		width:90%;
		height:100%;
		margin-bottom:14px;
		padding:0px;
		
	}
	#loginErrorMessage {
	line-height:1.1em;
	}	
	#infoErrorLogin {
		width:90%;
		margin-left:10px;
		margin-bottom:20px;
	}
	#infoEnvironmentBox{
		display:none;
		width:100%;
		padding: 0px;
	}
	#languageChoiceBox {
		display:none;
	}
	label{
		/*height:5px;*/
	}
	#user_id  {
		width:90%;
		height:1.4em;
		margin-bottom:10px;
	}
	#password {
	/*
		height: 32px;
		width: 300px;
	*/
		font-size: 1em;
		width:90%;
		height:1.4em;
		margin-bottom:10px;	
	}	
	#entry-login {
		height:2.4em;
		margin-bottom:40px;			
	}
	div.extraBox {
		display:none;
	}
   }
