@charset "utf-8";
/* CSS Document */

body {
	background: white;
	margin:0
	padding: 0;
	margin-top: 0;
	font-family: 		Courier New, Courier, monospace;
	font-size: 			11px;
	background-color: 	#FFFFFF;
}





ul, ol, dl {
	padding: 0;
	margin: 0;
}

ol.tumblr_posts { 
list-style:none;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding:	0;
}

iframe {
	border:	none
	}
	
a img {
	border: none;
	}

a {
	outline:			none;
	color:				#000;
	text-decoration:	none;
}
a:hover {
	text-decoration:	none;
}

#indexfoto {
      width:1000px;
      margin-left::auto;
      margin-right:auto;
      position:relative;
      top:30%;
      height:302px;
      z-index: 1;
      visibility: show;
}

#selected {
	text-decoration:	line-through;
}

.container {
	width: 800px;
	background: #FFF;
	margin: 0 auto;
	align: center;
}
.header {
	background: white;
	
}

.sidebar1 {
	float: left;
	width: 70px;
	background: white;
	padding-bottom: 10px;
	margin-right:10px;
	margin-top:20px;
}

.content {
	padding: 0px;
	margin-left:20px;
	width: 600px;
	float: left;
}


ul.nav {
	list-style: none;
	margin-bottom: 25px;
}



.footer {
	
	background: white;
	position:relative;
	left:120px;
	clear: both;
}

.facebooklink {
	
}

.contactcontent {
position:relative;
left:120px;
}

.titelabout {
text-align:left;
padding-left:100px;
}
