/* =========== Seiteneigenschaften =========== */
body {
	color: #000000;
	font-size: 14px;
	font-family: Verdana,Arial,sans-serif;
	padding: 0;
	margin: 0;
}


/* =========== Generelle Styles =========== */
a {
	color: #0000CC;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
a:hover {
	color: #0000CC;
}
a.black {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
a.black:hover {
	color: #555555;
}
p {
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
}
form
{
	margin: 0px;
}
.no_padding {
	padding: 0px;
}
.spacer {
	margin: 25px;
}
.pic_border {
	border: 1px solid #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}
.big {
	font-size: 17px;
}
.normal {
	font-size: 12px;
}
.small {
	font-size: 10px;
}
.error {
	color: #FF0000;
	font-size: 10px;	
}
.description {
	color: #555555;
	font-size: 18px;
        font-weight: bold;
        line-height: 20pt;
        font-family: Verdana,Arial,sans-serif;
}
.testimonial_title {
	color: #555555;
	font-size: 12px;
        font-weight: bold;
        font-family: Verdana,Arial,sans-serif;

}
.testimonial {
	color: #222222;
	font-size: 12px;
        font-family: Courier New,Courier,monospace;
}
div.small {
	margin-left: 30px;
	margin-right: 5px;
}
div.big {
	margin-left: 30px;
	margin-right: 30px;
}
td {
	font-size: 14px;
}


/* =========== Link Styles =========== */
a.big {
	font-size: 22px;
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}


/* =========== Überschriften =========== */
h1 {
	font-size: 24px;
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	margin: 0px;
}
h1.logo {
	padding: 0px 0px 10px 27px;
}
h1.title {
	padding: 20px 0px 20px 30px;
}
h2 {
	font-size: 20px;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}


/* =========== Aufzählungen =========== */
.nomargin {
	margin: 0;
}
.liste {
	padding: 0;
	margin: 0;
	list-style-type: none;
	color: #000000;
	padding-left: 25px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 14px;
	text-decoration: none;
	background: url("images/square.gif") 0px 13px no-repeat;
}

/* =========== Tabelle =========== */
table.list {
	border-left: #e0e0e0 1px solid; border-bottom: #e0e0e0 1px solid;
}
table.list TD {
	border-right: #e0e0e0 1px solid; border-top: #e0e0e0 1px solid; border-left: 0px; border-bottom: 0px
}
table.line {
	border-left: #000000 1px solid; border-bottom: #000000 1px solid;
}
table.line TD {
	border-right: #000000 1px solid; border-top: #000000 1px solid; border-left: 0px; border-bottom: 0px
}
