/**
 * ROREI
 * WYSIWYG Stylesheet
 * 
 * (c) EZdesign.de
 * Author: Timo Besenreuther
 */


* {
	margin: 0;
	padding: 0;
}

body,
td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: black;
}

a {
	color: #003687;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: black;
	text-decoration: underline;
}

a img {
	border: 0;
}

ul {
	margin: 5px 0 10px 30px;
}


h1 {
	margin: 0 0 17px 0;
	font-size: 22px;
	font-weight: bold;
}

h2 {
	margin: 0 0 13px 0;
	font-size: 18px;
	font-weight: bold;
}

td {
	border-bottom: 1px solid #D4D4D4;
	padding: 2px 12px 2px 0;
}

.button {
	display: block;
	width: 130px;
	height: 28px;
	background: url(../images/button.png);
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
}

.button:hover,
.button a:hover {
	color: white;
	text-decoration: none;
	font-weight: normal;
}

.toTop {
	display: block;
	text-align: right;
	font-size: 11px;
	padding: 4px 12px 4px 0;
	color: black;
	background: url(../images/arrow.up.png) no-repeat right 11px;
}
.toTop:hover {
	color: #003687;
	text-decoration: none;
}

