/* Enter Your Custom CSS Here */
/* Füge hier Dein eigenes CSS ein */


/* Alle Links unterstreichen und in hellblau */
a,a:link,a:visited{
	color: #F20D0D;
	text-decoration:underline;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}

/*Alles für Sidebar und Mainscreen*/
.widget-area {
   width: 150px;
}
.content-area {
   width: 1000px;
}

/* Alles für das Menü*/

.main-navigation-menu a:hover,
.main-navigation-menu a:hover:after {
	color: #FF0000;
}
.main-navigation-menu ul .menu-item-has-children > a:after {
	display: inline-block;
	margin: 0.2em 0 0 0.2em;
	color: #FF0000;
	content: '\f431';
	vertical-align: top;
	text-decoration: inherit;
	font-size: 14px;
	font-family: 'Genericons';
	line-height: 1;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main-navigation-menu li.current-menu-item > a {
	color: #FF0000;
}

a {
}

