@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	position: relative;
	width: 100%;
	max-width: none;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	float: left;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */


.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {
}
.leMonde {
	float: left;
	clear: left;
}
.parisPhoto {
	float: right;
	clear: right;
}
.statement {
	float: left;
	clear: left;
}
.lemonde2013 {
	float: right;
	clear: right;
}
.dialog3 {
	float: left;
	clear: both;
	margin-left: 0;
}
.textdialog3 {
}
.saintevictoire4 {
}
.seascape12 {
}
.vorstellungsbild1 {
}
.rn2054_300 {
}
.lachasse {
}
.arabesque {
}
.suicide {
}
.stockexchange {
}
.tumblrwork {
	float: left;
	clear: left;
}
.dialog {
}
.jahre {
}
.jahre1969_1972 {
}
.jahre1973_1976 {
}
.jahre1973-1967 {
}
.jahre1985_1992 {
}
.jahre1993_2000 {
}
.jahre2001_2015 {
}
.jahre1969_2015 {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
#Tabs1 #tabs-5 .pfeil_rechts {
	max-width: 100px;
}
p a img {
}
h4 a img {
	width: 100px;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.leMonde {
	float: left;
	clear: left;
}
.parisPhoto {
	float: right;
	clear: right;
}
.statement {
	float: left;
	clear: left;
}
.lemonde2013 {
	float: right;
	clear: right;
}
.dialog3 {
	float: left;
	clear: both;
	margin-left: 0;
}
.textdialog3 {
}
.saintevictoire4 {
}
.seascape12 {
}
.vorstellungsbild1 {
}
.rn2054_300 {
}
.lachasse {
}
.arabesque {
}
.suicide {
	clear: both;
}
.stockexchange {
}
.tumblrwork {
	float: left;
	clear: left;
}
.dialog {
}
.jahre {
}
.jahre1969_1972 {
}
.jahre1973_1976 {
}
.jahre1973-1967 {
}
.jahre1985_1992 {
}
.jahre1993_2000 {
}
.jahre2001_2015 {
}
.jahre1969_2015 {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.leMonde {
	float: left;
	clear: left;
}
.parisPhoto {
	max-width: 516px;
	float: right;
	clear: right;
	margin-left: 30px;
}
.statement {
	float: left;
	clear: left;
	max-width: 523px;
}
.lemonde2013 {
	float: right;
	clear: right;
	max-width: 523px;
}
.dialog3 {
	float: left;
	clear: left;
}
.textdialog3 {
	max-width: 500px;
	float: right;
	clear: right;
	margin-left: 25px;
}
.saintevictoire4 {
	clear: right;
	float: left;
	margin-left: 40px;
}
.seascape12 {
	clear: right;
	margin-left: 40px;
}
.vorstellungsbild1 {
	clear: left;
}
.rn2054_300 {
	clear: right;
	float: left;
	margin-left: 40px;
}
.lachasse {
	float: left;
	clear: left;
}
.arabesque {
	clear: right;
	margin-left: 40px;
}
.suicide {
	clear: right;
	margin-left: 40px;
}
.stockexchange {
	float: left;
	clear: right;
	margin-left: 40px;
}
.tumblrwork {
	float: left;
	clear: left;
}
.dialog {
}
.jahre {
}
.jahre1969_1972 {
}
.jahre1973_1976 {
}
.jahre1973-1967 {
}
.jahre1985_1992 {
}
.jahre1993_2000 {
}
.jahre2001_2015 {
}
.jahre1969_2015 {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
