/**
* CSS
* 
* @version 0.1
* @author Gigi Burn & Christoph Laszlo
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: "old-standard-1","old-standard-2";
	background: #fff;

	
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	color:#000;
	text-decoration: none; 
}
a:active { text-decoration: none; }
a:visited {
	color:#000;
	text-decoration: none; 
}
a:hover { text-decoration: underline; }
#menu p > a:hover {
	text-decoration: none; 
}

a img { border: none; }

#page {
	/*	background-position:left; */

background: url(http://hopehope.ch/wurscht/files/hopehopeband.jpg) no-repeat scroll;
	
/*    border: 1px blue solid; */
    width:1000px;
    margin:0px auto 0px auto;


}

#menu {
	/*border: 1px blue solid; */

	padding:160px 0 0 0px;
	float:left;
    /*position: fixed;	*/
	width: 215px;
    height: 100%;

}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { 
	font-size: 20px;
	font-family: "old-standard-1","old-standard-2";
}

#content {
	
	/*border: 1px red solid; 
	background-color:red;
	opacity:0.5;*/

	width:  600px;
    /*height: 100%;*/
    padding: 160px 0 0 215px;
    
    
}

.container {
    padding: 5px 5px 25px 5px;
    /*border: 1px red solid; */

}

#content p { 
width: 600px;
margin-bottom: 9px;
text-align:justify;

}

p {
    margin: 0 0 9px 0;
    line-height:1.3em;
}




#propaganda img {
/*border: 10px dotted green;*/	

	padding:160px 0 0 0px;

height:590px;
width:120px;
float:right;
}

h1 { font-size: 20px; font-weight:500;line-height:1.2em;padding-bottom:0.5em;
font-family: "old-standard-1","old-standard-2";
padding-bottom:0.5em;
}
h2 {
font-size: 20px;
font-weight:500;
line-height:1.2em;
padding-bottom:0.5em;
display:inline;
font-family: "old-standard-1","old-standard-2";
margin-bottom:2em;
}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

small.datum {
font-size: 12px;
font-family: "old-standard-1","old-standard-2";
}

li {
font-family: "old-standard-1","old-standard-2";
}

div.entry img {
width:100%;
height:auto;
}

div.addthis_container img {
width:auto;
height: auto;
float:right;
margin-bottom:30px;
}
