@import url('top.css');
@import url('body.css');
@import url('footer.css');

/**
 * keeps the scrollbar in the y-axis visible
 */
html {
overflow-y:scroll
}

body {
	margin: 0;
	padding: 0;
	color: #222;
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
}

h1 {
	font: normal 16px georgia, verdana, sans-serif;
	background: #fff;
	margin: 0;
	padding: 6px 0 0 6px;
}

span.highlight {
	/*
	background: yellow;
	color: #000
	*/
}

h2 {
	clear: right;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	margin: 0;
	padding: 10px 0 0 6px
}

/* infobox -- headline */
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	background: url('../images/bg_h3.gif') left bottom repeat-x;
	margin: 1em 7px 0.5em 0;
	padding: 0 0 0.5em 0;
	border: 0;
}

h4 {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

/* abc */
h5 {
	background: #e6e6e6;
	font-size: 1.1em;
	border: 0;
	padding: 1em;
	margin: 0;
}

/* Unterordner */
h6 {
	padding: 3px 0 3px 18px;
	margin: 2px 1px 0 1px;
}

h6 a {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none
}

h6.trigger {
	background: #fff url('../images/closed.gif') 5px 7px no-repeat;
}

h6.triggerexpanded {
	background: #efefef url('../images/open.gif') 5px 7px no-repeat;
}

.hide {
	display: none;
}

img {
	border: 0;
}

img.texttop {
	vertical-align: text-top;
}

a:focus {
    border: 0;
    outline: 0;
}

a {
	color: #f00;
	text-decoration: underline;
}

.gray {
	background: #f5f5f5;
}
