body {
	font: 80%/1.5 Arial, Helvetica, sans-serif;
	color: black;
}


/* content images */

.imageLeft {
	float: left;
	padding: 0 0.5em 0.5em 0;
	font-size: 90%;
}

.imageRight {
	float: right;
	padding: 0 0 0.5em 0.5em;
	font-size: 90%;
}

.imageLeft img,
.imageRight img {
	border: 1px solid #333;
}

h2, hr {
	display: none;
}

#content h2, #header h2, #content hr {
	display: block;
}


/* set margins and paddings for various elements */
address, blockquote, dl, fieldset, form, hr, ol, p, pre, table, ul {
	margin: 0 0 1em 0;
}

blockquote { /* used in FCK to indent text */
	margin-left: 40px;
}
#content ol {
	margin: 0 0 1em 3em;
	padding: 0;
}
#content ol li {
	padding: 0;
}

/* headers */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2em;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.4em;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.9em;
}

h6 {
	font-size: 0.8em;
}


/* images */

img {
	border: none;
}


/* lists */

#content ul {
	list-style-image: url(../images/interface/bullet.png);
	padding-left: 2em;
}

* html #content ul {
	/* IE/WIN doesn't vertical-align the bullet well */
	list-style-image: url(../images/interface/bullet_ie.png);
}


dt {
	float: left;
	width: 12em;
	font-weight: bold;
}

ul#sitemap li {
	font-weight: bold;
}
ul#sitemap li li {
	font-weight: normal;
	font-size: 0.95em;
}
ul#sitemap li li li {
	list-style: circle;
	font-weight: normal;
	font-size: 0.95em;
}

/* tables */
table {
	border-collapse: collapse;
	border: 0;
	margin: 0;
	font-size: 100%;
}

table td {
	padding: 0;
}

table td.label {
	width: 12em;
}

form table td {
	padding: 0.2em;
}

table.winkelmand td {
	padding: 0.3em;
}




/* forms */
input, select, textarea {
	/* make sure these elements get the same fonts */
	font: 100% Arial, Helvetica, sans-serif;
}

input, select, textarea {
	border: 1px solid black;
	background: white;
}

.defaultWidth {
	width: 200px;
}

input.radio, 
input.check {
	width: auto;
	border: none;
	background: none;
}

#wrapper .button {
	background: #C61031;
	border: 1px solid black;
	padding: 2px 5px;
	text-decoration: none;
	cursor: pointer;
	color: white;
}
#wrapper .button:hover {
	text-decoration: none;
	color: white;
}


form div.edit,
form div.options,
form div.footer {
	clear: both;
	margin: 0 0 0.5em 0;
}

form div.edit label {
	float: left; display: inline;
	width: 12em;
}

form div.options div.option,
form div.options div.option_label {
	float: left; display: inline;
}
form div.options div.option {
	width: 1em;
	text-align: center;
}
form div.options div.option_label {
	padding-left: 1.2em;
}

form div.footer {
	margin: 0 0 1em 12.25em;
	padding-top: 0.5em;
}

