@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: 1000px) {
			.datenschutz { 
				
				padding-left:0;
				width:98%;
			}
	
			#main  #head {	
				background-image:none;
				background-color:#256ca1;
				height: 120px;
				padding: 22px;
			}
			#main  #head  #adressfeld {
				float:left;
				padding:0;margin:0;
				margin-top:22px;
				width:100%
			}
		
			#main #content {
			background-image:none;
			background-color:#fff;
			padding:0 20px;
			}
			#main  #content #navi {
			height:305px;
			padding-bottom:22px;
			}

			#main  #content #navi li {
			clear:both;
			margin-bottom:22px;
			height:20px;
			width:100%;
			}
			
			#main  #content #navi li a {
			display:block;
			color:#666;
			padding:5px 0 1px 0;
			border:0;font-size:1.2em;
			border-bottom: 1px dashed #666;
			}
			
			#main  #content #navi li a:hover,
			#main  #content #navi li a.active {
			color:#c00;
			border:0;
			border-bottom:3px solid #c00;
			}
			
			/* ===  CONTENT === */
			#main  #content  #jens {
			padding:22px 0;
			}
			#main  #content  #jens  .colR{
			margin-left:0px;
			}

			#main #feet {
			background-image:none;
			background-color:#999;
			color:#ccc;
			font-size:1em;
			padding:12px 20px;
			letter-spacing:0.13em;
			margin:0;
			}
			#main #feet a{
			color:#ccc;
			font-size:1em;
			line-height:3em;
			}
			
			/*  Formular */
			
			#main  #content #jens fieldset {
				min-width:370px;
			}
			#main  #content #jens p label {
			width:90%;
			text-align: left;	
			}
			#main  #content #jens p input,
			#main  #content #jens p select,
			#main  #content #jens p textarea,
			#main  #content #jens p submit	{   
				width: 99%;

			}
			
			#main  #content #jens  p input.Lang {
			width: 77%;
			}
			#main  #content #jens  .kurz {
			width: 15%;
			}

}