* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF;  /*  222 */
	font-family: 'overlock SC', cursive;   /*  font-family: 'Poiret One';    font-family: Georgia, serif;  */
	color: #444;  /* #fff;   */
	font-size: 14px;
}

#topline {          /* classic  */
   color: #888; 
   font-size: 40px; 
   text-align: center;
   font-weight: lighter;
}
#topline2 {
   color: #888;
   font-size: 18px;
   text-align: center;
   font-weight: lighter;
}

/* tekst under stor foto */

#datafoto {
    position: absolute;
    width: 700px;
    text-align: left;
    padding-left:35px;
}
#datafoto img {margin: 10px 15px 0px 5px;}

#data {
    position: absolute;
    width: 400px;
    text-align: left;
    padding-top: 15px;
    padding-left: 35px;
}
#data2 {
    position: absolute;
    width: 700px;
    text-align: left;
    padding-top: 15px;
    padding-left: 35px;
}

/* Fotos under tekst */
 #var {
    text-align: left;
    padding-top: 15px;
    padding-left: 320px;
    font-size: 12px;  
}

#var2 {
    position: relative;
    right:-275px;
    top:-140px;
    z-index:-1;
}

/* Fotos under tekst */
#issues #var img {margin: 10px 15px 0px 5px;}

a {
	color: #888;  /* #ffffcc;   */
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
	a:hover,
	a.selected {
		color: #666;  /* #ffcc00;   */
	}

h1,h2,h4,h5,h6 {
	text-align: center;
	color: #444;  /* #ccc;  */
	/* text-shadow: #000 1px 1px 2px;  */
	margin-bottom: 5px;
}
	h1 {
		font-size: 18px;
	}
	h2 {
		font-size: 14px;
	}
.sociales {
	text-align: center;
	margin-bottom: 20px;
}

	#timeline {
		width: 800px;
		height: 750px;     /* Side højde  -   opr. 350px*/
		overflow: hidden;
		margin:  30px auto;     /* 100px auto */
		position: relative;
		background: url('../images/dot.gif') left 45px repeat-x;
	}
		#dates {
			width: 800px;
			height: 60px;
			overflow: hidden;
		}
			#dates li {
				list-style: none;
				float: left;
				width: 100px;
				height: 50px;
				font-size: 24px;
				text-align: center;
				background: url('../images/biggerdot.png') center bottom no-repeat;
			}
				#dates a {
					line-height: 38px;
					padding-bottom: 10px;
				}
				#dates .selected {
			        font-size: 38px;
				}
		
		#issues {
			width: 800px;
			height: 700px;    /* 350px - sidehøjde under brødtekst */
			overflow: hidden;
		}	
			#issues li {
				width: 800px;
				height: 350px;   /* 350px  - funktion ukendt */
				list-style: none;
				float: left;
                text-align: justify;
			}
				#issues li img {
					float: left;
					margin: 10px 30px 10px 35px;
					background: transparent;
				}
				#issues li h1 {
					color: #888;  /* #ffcc00; */
					font-size: 60px;  /* Årstal ved tekst */
					margin: 20px 70px 20px 0px;  /* 20px 0;  */
                    text-align: right;
                    font-weight: lighter;
					/* text-shadow: #000 1px 1px 2px;   */
				}
				#issues li p {
					font-size: 14px;
					margin-right: 70px;
					font-weight: normal; 
					line-height: 16px;  /* 22px -  Linie højde brødtekst*/
				}
		#next,
		#prev {
			position: absolute;
			top: 0;
			font-size: 70px;
			top: 170px;
			width: 22px;
			height: 38px;
			background-position: 0 0;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
		}
			#next {
				right: 0;
				background-image: url('../images/next.png');
			}
			#prev {
				left: 0;
				background-image: url('../images/prev.png');
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}