﻿/* Styles für standard HTML Tags */
body
{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10.5pt;
}

#colmiddle h1
{
	white-space: nowrap;
	color: #B20040;
	font-size:25pt;
	font-weight: bold;
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	padding:0;
	margin: 0;
}	

h2
{
	color: #454545;
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	font-size:13pt;
	font-weight: normal;
	margin: 0;
	margin-bottom: 16pt;
	margin-top: 6pt;
	padding: 0;
}

h3
{
	color: #B20040;
	font-size:10pt;
}

a
{
	color: #B20040;
	text-decoration: none;
}
a:hover
{
	color: #454545;
	border-bottom: 1px dashed #454545;
}
ol.archiv
{
	list-style: none;
	padding-left: 0;
}
ul
{
	list-style-image: url(/images/underline.png);
	margin:0;
	padding:0 0 5px 15px;
}
li
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	margin-bottom: 7pt;
}
ul.withoutdot
{
	list-style: none;
}


#colmiddle p,
#colmiddle h3,
table
{
	font-size: 10pt;
	line-height: 11pt;
	margin: 0;
	padding: 0;
	padding-bottom: 12pt;
	letter-spacing: 0.3pt;
}
#colmiddle h3
{
	color: #454545;
	font-weight: bold;
	padding: 0;
}

#colright h3
{
	font-size: 12pt;
	letter-spacing: 1pt;
	text-transform: uppercase;
	margin:0;
	padding:0;
}

#colright ul
{
	margin:0;
	padding: 0;	
	margin-left: 12px;
}

#colright ul li
{
	font-size: 9.5pt;
	font-family: 'Arial Narrow', Helvetica, sansserif;
	line-height: 11.5pt;
	letter-spacing: 0pt;
	padding:0;
	margin: 0;
	margin-top: 9.5pt;
}
label.form
{
	display: -moz-inline-box;
	display: inline-block;
    line-height: 1.8;
    vertical-align: top;
    width: 120px;
}

/* Contactform */
label.contactlabel
{
	display: -moz-inline-box; /* Mozilla-Option */
	display: inline-block;
    line-height: 1.8;
    vertical-align: top;
    width: 90px;
}
.contact
{
	width: 260px;
	border: 1px solid #CEABCC;
}
textarea.contact
{
	height: 150px;
}
.sent
{
	color: red;
}