body {
	color: #000000;
	background: #FFFFFF url("images/b_rauhfaser.gif");
	font-family: "Trebuchet MS", sans-serif;
}

a:link {
	color: #0000FF;
	background: transparent;
	font-weight: bold;
}
a:visited {
	color: #0000BB;
	background: transparent;
	font-weight: bold;
}
a:hover {
	color: #0000EE;
	background: transparent;
	font-weight: bold;
}
a:visited:hover {
	color: #0000BB;
	background: transparent;
	font-weight: bold;
}
a.extern:before {
	content: "\2197";
/*	content: "\2197\00A0";*/	/* \00A0 = &nbsp; */
}

abbr[title], acronym[title] {
	border-bottom: thin dotted;
	cursor: help;
}

h1 {
	color: #0000BB;
	background: transparent;
	font-size: 1.6em;
	font-weight: bold;
	font-style: italic;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1em;
	margin-bottom: 0;
}

hr.separator {
	margin: 1em 0 1em 0;
	border: 1px solid;
	border-color: #0000BB;
	color: #0000BB;
	background: #0000BB;
}
* html hr.separator {
	margin: 0;
}

p, td, ul, li, dt, dd {
}

.small {
	font-size: 90%;
}
.smaller {
	font-size: 80%;
}

table#kontaktformular input[type="text"],
table#kontaktformular textarea,
table#kontaktformular select {
	width: 300px;
}

/* Message Boxes ---------------------------------------- */

span.error {
	font-size: 100%;
	padding: 0 0.25ex 0 0.25ex;
	border: 1px solid;
}

p.error,
p.warning,
p.status,
p.info {
	font-size: 100%;
	text-align: left;
	margin: 1em 0 1em 0;
	padding: 0 0.5ex 0 0.5ex;
	border: 1px solid;
}

span.error,
p.error {
	font-weight: bold;
	border-color: #DD0000;
	color: #DD0000;
	background: #FFEEEE;
}

p.warning {
	font-weight: bold;
	border-color: #000000;
	color: #EE7700;
	background: #FFFFFF;
}

p.status {
	font-weight: bold;
	border-color: #003399;
	color: #003399;
	background-color: #F0F7FF;
}

p.info {
	font-weight: normal;
	border-color: #000000;
	color: #000000;
	background-color: #F6F6F6;
}
