﻿pre {
	white-space: pre-wrap; /* css-3 */;
	white-space: -pre-wrap; /* Opera 4-6 */;
	white-space: -o-pre-wrap; /* Opera 7 */;
	word-wrap: break-word; /* Internet Explorer 5+ */;
	white-space: -moz-pre-wrap;  /* Older Versions of Mozilla */
}
.MenuTop {
	vertical-align: middle;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Lucida Sans Unicode;
	font-size: 13px;
}
.MenuTop:hover {
	color: EE2428;
}
.Artikeltext {
	text-decoration: none;
	font-family: Lucida Sans Unicode;
	font-size: 13px;
}
.MenuSide {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Lucida Sans Unicode;
	font-size: 13px;
}
.MenuSide:hover {
	color: EE2428;
}
.MenuPage {
	text-decoration: none;
	color: #000000;
	font-family: Lucida Sans Unicode;
	font-size: 13px;
}
.MenuPage:hover {
	color: EE2428;
}
TEXTAREA {
	border: 1px solid #7F9DB9;
}
A {
	text-decoration: none;
	color: CC2428;
}
A:hover {
	color: EE2428;
}
#toolbar {
	margin: 0;
	padding: 0;
	width: 100%;
	background: buttonface;
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
	text-align: right;
}
.button {
	background: buttonface;
	border: 1px solid buttonface;
	margin: 1;
}
.raised {
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
	background: buttonface;
	margin: 1;
}
.pressed {
	border-top: 1px solid buttonshadow;
	border-left: 1px solid buttonshadow;
	border-bottom: 1px solid buttonhighlight;
	border-right: 1px solid buttonhighlight;
	background: buttonface;
	margin: 1;
}
