
html { font-size: 100%; } 


body { margin: 0; }

	#container { margin: 0 auto;  }  /* centered */
	
	#container:after {	/* clear fix */
	    content: ".";
	    clear: both;
	    display: block;
	    visibility: hidden;
	    height: 0px;
	}

	b { 	font-family: "TodaySBOP-Medium"; font-weight: normal; }
		
	.categoryStaticPages{
		font-family: "DTLFleischmann_Text_Reg";
		font-size: 1.688rem;
		font-weight: normal;
		color: #e16600 ;
		margin-bottom: 12px;
	}

	.Unterheadline{
		font-family: "DTLFleischmann_Text_Reg";
		font-size: 1.688rem;
		font-weight: normal;
		color: #e16600 ;
		
		line-height: 2rem;
	}

	.dateStaticPages {
		font-family: "TodaySBOP-Regular";
		font-size: 1rem;
	}

	.authorStaticPages {
		font-family: "TodaySBOP-Medium";
		font-size: 1rem;
		margin-bottom: 0.625rem;
	}
	
	.headlineStaticPages {
		font-family: "DTLFleischmann_Text_Reg";
		font-size: 1.688rem;
		font-weight: normal;
		color: #e16600 ;

		/* hyphenation */
		-ms-hyphens: none;
		-moz-hyphens: none;
		-webkit-hyphens: none;
		hyphens: none;
	}

	.articleStaticPages {
		font-family: "TodaySBOP-Regular";
		font-size: 1rem;
		text-align: left;
		line-height: 1.250rem;
		
		/* hyphenation */
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		hyphens: auto;
	}

	.accentuationStaticPages {
		font-family: "DTLFleischmann_Text_Reg";
		font-size: 1.688rem;
		font-weight: normal;
		color: #e16600 ;
		margin:0;
	}

	a:link {
		text-decoration: none;
		color: #e16600 ;
	}
	
	a:	 { text-decoration: none; }
	a:visited { color: #e16600 ; }
	a:active { color: #e16600 ; }

	.copyright {  
		padding-bottom: 10px;
	}

	.imageStaticPages .copyright img {
		float: right;
		width: 14px;
		height: auto;
		padding-top: 10px;
	}

	.nameFotograf {
		text-align: right;
		font-family: "TodaySBOP-Regular";
		font-size: 1rem;
		margin-right: 5px; 
		visibility: hidden;
		padding-top: 10px; 
		padding-bottom: 0px;
		width: 93%;
	}

	.showFotograf { 
		visibility: visible;
		z-index: 1;
		background-color: #fff;
	}

	input[type="text"] {
		font-family: "TodaySBOP-Regular";
		font-size: 16px;
		border: 1px dotted #e16600 ;
		background-color: #FFFFFF;
		height: 22px;
		width: 288px;
		padding: 3px;
		margin-top: 10px;
	}

	input[type="submit"] {
		font-family: "TodaySBOP-Regular";
		font-size: 1rem;
		border: 1px solid #e16600 ;
		background-color: #eee; 
		font-color: #fff;
	    height: 28px;
	    -webkit-appearance: none;
	}

	select {
		font-family: "TodaySBOP-Regular";
		font-size: 1rem;
		border: 1px dotted #e16600 ;
	    height: 28px;
	    -webkit-appearance: none;
	}

	.dottedLineStaticPagesLeftColumn {
		border: 1px dotted #e16600 ;
		border-style: none none dotted;
		margin-left: 0px;
		margin-bottom: 1.250rem;
		margin-top: 1.250rem;
	}

	.dottedLine {
		border: 1px dotted #e16600 ;
		border-style: none none dotted;
		margin: 0rem 0rem 1.250rem 0px;
	}

	.dottedLineRight {
		border: 1px dotted #e16600 ;
		border-style: none none dotted;
		margin: 0rem 0rem 1.250rem 0px;
		margin-left: 0px ;
	}


	
/* end css staticPages  ----------------------------------------------------------------------------------*/

/* start media query  ----------------------------------------------------------------------------------*/

/* iphone in portrait (320px) & landscape (480px)-----*/

@media (max-width: 767px) {

	#container { max-width: 288px; } /* one columns 288px */
	
	.articleStaticPages  { 
		margin-top:0px;
	}
	
	.dottedLine {
		margin-left:  0px ;
	}

	.imageStaticPages {
		float: none;
		width: 288px;
		height: auto;
	}

	.imageStaticPages {
		float: none;
		width: 288px;
		height: auto;
	}
	
	.imageStaticPages img {
		width: 288px;
		height: auto;
	}

	input[type="text"] {
		width: 280px;
	}

	/* clearfix */
	.imageStaticPages:after {
	    content: ".";
	    clear: both;
	    display: block;
	    visibility: hidden;
	    height: 0px;
	}
}

/* screen 768px ----*/
	
@media (min-width: 768px) {
	
	#container {  max-width: 694px; } /* two columns, one column 337px, gutter 20px */
	
	.articleStaticPages  { 
		margin-left: 320px ;
		margin-top:0px;
	}
/* 
	.dottedLine {
		margin-left: 218px ;
	} */

	.dottedLineStaticPages {
		border: 1px dotted #e16600 ;
		margin-left: 218px;
		margin-bottom: 1.250rem;
		margin-top: 1.250rem;
	}

	.imageStaticPages {
		float: left;
		padding-right: 20px;
		width: 300px;
		height: auto;
	}
	
	.imageStaticPages img {
		width: 300px;
		height: auto;
	}
	input[type="text"] {
		width: 500px;
	}

	/* clearfix */
	.imageStaticPages:after {
	    content: ".";
	    clear: both;
	    display: block;
	    visibility: hidden;
	    height: 0px;
	}
}

/* screen 1024px ----*/

@media (min-width: 1024px) { 
  
	#container {  max-width: 919px; }	/* three columns, one column 293px, gutter 20px*/

	.articleStaticPages  { 
		margin-left: 291px ;
		margin-top:0px;
	}
/* 
	.dottedLine {
		margin-left: 291px ;
	}*/

	.dottedLineStaticPages {
		border: 1px dotted #e16600 ;
		margin-left: 291px;
		margin-bottom: 1.250rem;
		margin-top: 1.250rem;
	}

	.imageStaticPages {
		float: left;
		padding-right: 20px;
		width: 372px;
		height: auto;
	}
	
	.imageStaticPages img {
		width: 372px;
		height: auto;
	}
	
	input[type="text"] {
		width: 500px;
	}

	/* clearfix */
	.imageStaticPages:after {
	    content: ".";
	    clear: both;
	    display: block;
	    visibility: hidden;
	    height: 0px;
	}
}

/* screen  1280px ----*/

@media (min-width: 1280px) { 
	
	#container {  max-width: 1069px;  }	

	.articleStaticPages  { 
		margin-left: 364px ;
		margin-top:0px;
	}

*/	.dottedLine { margin-left: 364px ; } */

	.dottedLineStaticPages {
		border: 1px dotted #e16600 ;
		margin-left: 364px;
		margin-bottom: 1.250rem;
		margin-top: 1.250rem;
	}

	.imageStaticPages {
		float: left;
		padding-right: 20px;
		width: 465px;
		height: auto;
	}
	
	.imageStaticPages img {
		width: 465px;
		height: auto;
	}

	input[type="text"] {
		width: 500px;
	}

	/* clearfix */
	.imageStaticPages:after {
	    content: ".";
	    clear: both;
	    display: block;
	    visibility: hidden;
	    height: 0px;
	}
}

/* end media query  ---------------------------------------------------------------------------------- */
