/*
	Author Name	: Cedric Weber
	Author Site	: http://zungu.net
	Style Name	: Vineyard Corporate
	Style URI	:
	Version		: 0.1
	Comments	:
  Header Width: 780px
  Header Height: 200px
*/

/*
Farben:

rot: #c51730;
grau: #e1e1e1;

*/

body { background: #E1E1E1; }


#page {
	/* The entire design is contained within the 'page' id */
    padding: 0px 0 10px;
	}


#header {
	/* Contains the H1 and menu */
  }

#header h1 {
  display:none;
	}

p.description {
  display: none;
}


.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;*/

}


ul.menu li a:hover {
    background-color: #E1E1E1;
	color: #000!important;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #000 !important;
    background-color: #E1E1E1;
	}


/* Suche */

#s {
  width: 65%;
  }

/* Links */

.content a {
    color: #c51730;
}

.content a:hover, .page-head a:hover {
    color: #c51730 !important;
}

.entry-title a:hover {
    text-decoration: none !important;
}
