/*
Stylesheet Name: BEN Basic Layout
Theme URI: http://www.berufskolleg-ennepetal.de
Description: Grundlegende Stildefinition der BEN Seite
Version: 1.0
Creator: Raphael GmbH
*/

* {
	background: white;
	border: none;
	color: black;
	font-family: georgia, "times new roman", serif;
	margin: 0; 
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	font-family: arial, verdana, sans-serif;
	font-size: 10pt;
	width: 100%;
}

h1, h2, h3, h4 {
	/*font-variant: small-caps;*/
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0.03em;
}

#header #hright {
	display: none;
}

#header #datum {
	display: block !important;
	margin: 0.7em 0;
}

#header h1#logo img {
	float: left;
	margin-right: 0.5cm;
}

#header h1#logo a {
	display: block; 
	text-decoration: none;
}

#header #skiplinks {
	display: none;
}

#header #datum {
	display: block;
	margin: 0.5em 0;
}

#header #suche {
	display: none;
}

#header #suche legend {
	display: none;
}

#top1 a {
	text-decoration: none;
}

#top1 #breadcrumb {
	display: block;
}

#top1 h2 {
	font-variant: small-caps;
	font-size: 1.8em;
	margin-top: 0.75em;
}

#menu {
	display: none;
}

#midc {
	clear: both;
	border-top: 2px solid #ccc;
}

#leftc {
	clear: left;
}

#footer {
	display: none;
}