/********************************************************************************/
/*                                                                              */
/*                     Style CSS Datei Stendal Website                          */
/*                                                                              */
/*                DU.ST werbung und promotion, dussoye, 2003                    */
/*                                                                              */
/********************************************************************************/

table,tr,td,ul,ol,li,p { 
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 12px;
	color: black; 
}

h1 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin-top: 30px;
}

h2 {
	font-size: 14px;
	margin-top: 5px;
}

p {
	margin-top: 5px;
	margin-left: 70px;
	margin-right: 15px;
	margin-bottom: 15px;
	line-height: 14px;
}

.head {
	margin-left: 0px;
	margin-right: 0px;
}

ul {
	margin-top: 5px;
	margin-left: 70px;
	margin-bottom: 15px;	
}

/* Allgemein 
ul,ol {
	margin-top: 0;
	padding-top: 0;
} */

/* Form Stil */
.formular {
 /* border: solid 1px #005008; */
 width: 300px;
 margin: 2px 0 2px 0;
 padding: 0px;
}

.fbutton {
 background-color: #FFFFFF;
 /* border: solid 1px #005008; */
 width: 100px;
}

/* Links */
a:link, a:visited {
		font-weight: bold;
		color: black; 
}

a:hover, a:active {
		font-weight: bold;
		text-decoration: none;
		color: black; 
}








