/*

	Author Name	: Cedric Weber  
	Author Site	: http://zungu.net  
	Style Name	: marcushausner.com
	Style URI	:
	Version		: 0.2
	Comments	:
  Header Width: 780px
  Header Height: 264px
*/

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */
  height: 264px;
	}
  
#header h1 { display: none; }
  
h1 {
  font-size: 2em;
}  
	
.primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}
  
/* Überschriften */


#primary .entry-content h2 {
  font-size:1.8em; 
  font-weight: normal; 
  margin:0.5em 0;
}

#primary .entry-content h3 {
  font-size:1.6em;  
  margin:0.5em 0;
}

#primary .entry-content h4 {
  font-size:1.4em;  
}

#primary .entry-content h5 {
  font-size:1.2em;  
}  

#primary .entry-content h6 {
  font-size: 1em !important;
} 

h5, h6 {
  font-family:'Trebuchet MS',Verdana,Sans-Serif;
  letter-spacing: -1px;
}

/* Hauptnavigation */

ul.menu li a {
  font-size:1.2em;
  font-weight: bold;
}


/* Suche */

#s {
  width: 65%;
  }
  
