/* ========== */
/* = COLORS = */
/* ========== */
/*
	#6cc308	green
	#cecece	greyLight
	#7e7e7e	greyDark
*/


html, body {
    height: 100%;
    margin: 0; 
    padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:active, a:hover {
	color: #55920F;
	text-decoration:none;
	font-style: italic;
}

a:hover {
	text-decoration:underline;
}


#contentWrapper{

}

.head {
	font-size: 7em;
	font-family: Impact, Charcoal, sans-serif;
}

#headPart1 {
	color: #6cc308;
	float: left;
}

#stripe {
	float:left;
	margin:0;
	padding: 0;
}

#headPart2 {
	color: #cecece;
}

#menuHeadlines {
	font-size: 1.2em;
	color: #7e7e7e;
	margin-left: 25em;
	cursor: pointer;
}

.menuHeadline {
	
}


#contentActionscript {}

div.content {
	margin-left: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 0.8em;
	cursor: auto;
}

/* Contentbereiche, die per Script zunächst versteckt werden */
div.hideable {
	
}
