@import url(layout.css);

/*--------------- Generelle Textformatierung --------------------------------- */

a:link
{color: #ab4b08; text-decoration: none;}
a:visited {color: #ab4b08; text-decoration: none;}
a:hover {color: #82b82e; text-decoration: none;}
a:active {color: #244689; text-decoration: none;}


.copy
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: left;
	line-height: 17px;
	font-style: normal;
	font-weight: normal;
}

h1
{
	color: #244689;
	font-size: 17px;
	line-height: 21px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px 18px 0px;
}

h2
{
	color: #5373a9;
	font-size: 17px;
	line-height: 17px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px 14px 0px;
}


h3
{
	color: #244689;
	font-size: 12px;
	line-height: 17px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

h4
{
	color: #ff7f00;
	font-size: 12px;
	line-height: 17px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

h5
{
	color: #ff7f00;
	font-size: 12px;
	line-height: 17px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	width: 237px;
	margin: 0px;
}

h6
{
	color: #ff7f00;
	font-size: 12px;
	line-height: 17px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

.adminnav
{
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	position: relative;
	top: 15px;
	left: 15px;
}
a.adminnav:link
{
	color: #fff;
	font-weight: bold;
}

a.adminnav:visited
{
	color: #fff;
	font-weight: bold;
}

a.adminnav:hover
{
	color: #244689;
	font-weight: bold;
}

a.adminnav:active
{
	color: #fff;
	font-weight: bold;
}

ol { 
	list-style-type: decimal;
	padding-left: 20px;
	font-size: 12px;
	line-height: 17px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #244689;
	}


.copylist
{
	margin: 15px 0px 15px 0px;
	padding-left: 0px;
	list-style: none;
	font-size: 12px;
	line-height: 17px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #5373a9;
}


.copylist a
{
	color: #ff7f00;
	text-decoration: none;
}

.copylist a:visited
{
	color: #ff7f00;
	text-decoration: none;
}

.copylist a:hover
{
	color: #0f3582;
	text-decoration: none;
}

.copylist a:active
{
	color: #F60;
	text-decoration: none;
}

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

.linklist
{
	margin-bottom: 20px;
	padding-left: 0px;
	list-style: none;
	font-size: 12px;
	line-height: 17px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #ff7f00;
	width: 430px;
}

.linklist a
{
	color: #ff7f00;
	text-decoration: none;
}

.linklist a:visited
{
	color: #ff7f00;
	text-decoration: none;
}

.linklist a:hover
{
	color: #5373a9;
	text-decoration: none;
}

.linklist a:active
{
	color: #123783;
	text-decoration: none;
}

.linklist li
{
	padding-left: 25px;
	background-image: url(../images/linkmarker.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	margin-top: 0px;
	margin-bottom: 7px;
}
.copylist2
{
	margin: 0 0px 7px 0px;
	padding-left: 0px;
	list-style: none;
	font-size: 12px;
	line-height: 17px;
	font-family: arial, helvetica, sans-serif;
	color: #5373a9;
}
.copylist2 a
{
	color: #5373a9;
	text-decoration: none;
}

.copylist2 a:visited
{
	color: #5373a9;
	text-decoration: none;
}

.copylist2 a:hover
{
	color: #ff7f00;
	text-decoration: none;
}

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

.copylist2 li
{
	padding-left: 25px;
	background-image: url(../images/square_small.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

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

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

p.short
{
	margin-top: 5px;
	margin-bottom: 5px;
}

/*--------------- Kontaktformular --------------------------------------------- */
.fieldset
{
	margin-top: 20px;
	width: 474px;
	border: 1px solid #82b82e;
}

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

.fieldset .nobr { display: none; }

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

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

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

legend
{
	font-weight: bold;
	background-color: #82b82e;
	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: #244689;
	background-color: #CCD2E4;
}

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

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

.reset:hover, .submit:hover { background-color: #82b82e; }

