@import url(layout.css);

/*--------------- Generelle Textformatierung --------------------------------- */
p { margin-top: 6px; }

a
{
	color: #14387f;
	text-decoration: none;
}

a: visited
{
	color: #14387f;
	text-decoration: none;
}

a: hover
{
	color: #73be38;
	text-decoration: none;
}

a: active
{
	color: #ef4035;
	text-decoration: none;
}

.copybold
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #CEDEED;
	margin-top: 0px;
	margin-bottom: 11px;
}

.copybold a
{
	color: #A4C34C;
	text-decoration: none;
}

.copybold a:visited
{
	color: #A4C34C;
	text-decoration: none;
}

.copybold a:hover
{
	color: #1D3683;
	text-decoration: none;
}

.copybold a:active
{
	color: #A3C24D;
	text-decoration: none;
}

.smallcopy
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #777;
	margin-top: 8px;
	font-style: italic;
}

h1
{
	color: #14387f;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 11px;
	font-family: trebuchet, arial, helvetica, sans-serif;
	position: absolute;
	top: 163px;
	left: 205px;
}

h2
{
	color: #888;
	font-size: 13px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: trebuchet, arial, helvetica, sans-serif;
	font-weight: normal;
}

h3
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 11px;
}

h3 a
{
	color: #A4C34C;
	text-decoration: none;
}

h3 a:visited
{
	color: #A4C34C;
	text-decoration: none;
}

h3 a:hover
{
	color: #1D3683;
	text-decoration: none;
}

h3 a:active
{
	color: #A3C24D;
	text-decoration: none;
}

h4
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #CEDEED;
	margin-top: 15px;
	margin-bottom: 2px;
}

h4 a
{
	color: #A4C34C;
	text-decoration: none;
}

h4 a:visited
{
	color: #A4C34C;
	text-decoration: none;
}

h4 a:hover
{
	color: #1D3683;
	text-decoration: none;
}

h4 a:active
{
	color: #A3C24D;
	text-decoration: none;
}

.textbild
{
	float: left;
	margin-right: 15px;
}

.copylist
{
	margin: 0 0 10px 10px;
	padding-left: 0px;
	list-style: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #777;
}

.copylist a
{
	color: #14387f;
	text-decoration: none;
	font-size: 12px;
}

.copylist a:visited
{
	color: #14387f;
	text-decoration: none;
	font-size: 12px;
}

.copylist a:hover
{
	color: #73be38;
	text-decoration: none;
	font-size: 12px;
}

.copylist a:active
{
	color: #ef4035;
	text-decoration: none;
	font-size: 12px;
}

.copylist li
{
	padding-left: 20px;
	background-image: url(../images/square.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	margin-top: 0px;
	margin-bottom: 6px;
}

.align-center { text-align: center; }
.bold-text { font-weight: bold; }

.clear
{
	clear: left;
	margin: 0;
	padding: 0;
}

.nobr { white-space: nowrap; }

/*--------------- Kontaktformular --------------------------------------------- */
.fieldset
{
	width: auto;
	border: 1px solid #4080C2;
}

.fieldset label
{
	text-align: right;
	width: 90px;
	float: left;
	padding: 0.3em;
	margin: 0;
	margin-top: 0.3em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #CEDEED;
}

.fieldset .nobr { display: none; }

.fieldset .textfield
{
	margin: 3px;
	height: 20px;
	width: 240px;
}

.fieldset .textarea
{
	margin: 3px;
	height: 100px;
	width: 240px;
}

.textarea2
{
	margin: 3px;
	height: 45px;
	width: 240px;
}

legend
{
	font-weight: bold;
	background-color: #97bc77;
	padding: 4px;
	width: 120px;
	text-align: center;
	margin: 10px 10px 10px 4px;
	color: white;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

#name, #firma, #email, #adresse, #bemerkung
{
	color: #095cb0;
	background-color: #B1CBE7;
}

#name:focus, #firma:focus, #email:focus, #adresse:focus, #bemerkung:focus
{
	color: #666666;
	background-color: #DAE6B5;
}

.reset, .submit
{
	background-color: #4080C2;
	font: bold 10px verdana, arial, helvetica, sans-serif;
	color: white;
	border: 1px inset #084079;
	margin: 5px 3px 7px 0;
}

.reset:hover, .submit:hover { background-color: #97bc77; }

