/************/
/* Struktur */
/************/

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	text-align: center;
	font-family: Arial, sans-serif;
}

#page {
	margin: 0 auto;
	width: 600px;
	text-align: left;
}

#header {
	height: 50px;
}

#menu1-big, #menu1-small, #left-column, #right-column, #footer, #fontsize-choise {
	display: none;
}

#middle {
	width: 600px;
}

#content {
	width: 600px;
}

#content p {
	text-align: justify;
}

/**********/
/* Header */
/**********/
#header-text ul, #header-text li {
	display: none;
}

/*********************/
/* Hintergrundbilder */
/*********************/

#header-bg, #big-butterfly, #left-bottom-pic, #right-bottom-pic {
	display: none;
}

/*****************/
/* Überschriften */
/*****************/
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em 0;
	color: #002B71;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.9em;
}

#header h1 {
	color: #FEC100;
}

#right_column h1, h2, h3, h4, h5, h6 {
	color: #336699;
}

/*********/
/* Links */
/*********/
a {
	text-decoration: none;
	color: #336699;
	outline: none;
}

hr {
	height: 1px;
	border-top: 1px solid #FEC100;
	border-bottom: none;
	border-left: none;
	border-right: none;
	color: #FEC100;
	background-color: #FFF;
	padding: 8px 0;
	margin: 5px 0;
}

html>body hr {
	margin: 1em 0;
}

/*************/
/* Sonstiges */
/*************/
p {
	margin: 0 0 1em 0;
}

#content .csc-textpic {
	clear: both;
}

ul, ol {
	margin: 0 0 1em 1.7em;
}

.tx-indexedsearch-result {
	margin: 0.5em 0;
	padding: 0.5em;
	border: 1px dotted #000;
	clear: both;
}

.tx-indexedsearch-title {
	clear: both;
	float: left;
}

.tx-indexedsearch-percent {
	float: right;
}

.tx-indexedsearch-descr {
	clear:both;
	margin: 0.8em 0 0 0;
}