@charset "UTF-8";
/**
 * CSS Media-Queries cdnet-internetservice
 *
 * @site         bootschule-dresden.de
 * @version      0.2
 * @date         2015-05-08
 * @package      xhtml-css
 * @author       Roland Brückner
 * @copyright    2015 by the author
 * @valid        yes
 * @lastmodified 2015-09-19 16:00
 *
 */
 
@media (max-width: 800px) {	
			#main  #head {	
				background-image:none;
				background-color:#256ca1;
				height: 120px;
				padding: 2%;
			}
			#main  #head  #adressfeld {
				float:left;
				padding:0;margin:0;
				margin-top:22px;
				width:100%
			}
		
			#main #content {
			background-image:none;
			background-color:#fff;
			padding:0 1%;
			}
			#main  #content #navi {
			height:16em;
			padding-bottom:2em;
			margin:0
			}

			#main  #content #navi li {
			clear:both;
			margin-bottom:1em;
			height:1.5em;
			width:100%;
			}
			
			#main  #content #navi li a {
			display:block;
			color:#666;
			background-image:none;
			padding:0.5% 1%;
			font-size:110%;
			line-height:1.5em;
			border-bottom: 1px dashed #666;
			background-color:#e8e8e8
			}
			
			#main  #content #navi li a:hover,
			#main  #content #navi li a.active {
			color:#c00;
			border:0;
			border-bottom:1px solid #c00;
			background-color:#efdada
			}
			
			/* ===  CONTENT === */
			#main  #content  #jens {
			padding:2em 0;
			}
			#main  #content  #jens  #colR{
			margin-left:0;
			}

			#main #feet {
			background-image:none;
			background-color:#999;
			color:#ccc;
			font-size:115%;
			padding:12px 20px;
			letter-spacing:0.13em;
			margin:0;
			}
			#main #feet a{
			color:#ccc;
			font-size:1em;
			line-height:3em;
			}
			
			/*  Formular */
			
			#main  #content fieldset {
				width:450px;
			}
			#main  #content #jens label {
			width:120px;
			float: left;	
			}
			#main  #content #jens  p input,
			#main  #content #jens p select,
			#main  #content #jens p textarea,
			#main  #content #jens p submit	{   
				width: 280px;

			}
			
			#main  #content #jens  p input.Lang {
			width: 230px;
			}


}