/* ====================================================================

Titel:	WNV Neuen - Köln 
Autor:	Dennis Burfey - shaolin DESIGN

-------------------------------------------------------------------- */


* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: scroll;
}

hr {
	border-color: #666666;
	border-style: dotted;
	border-width: 1px;
}

#title {
	background-image:url('../layout/title.gif');
}

#title_foot {
	background-image:url('../layout/title_foot.gif');
}

form {
	margin: 10px 0;
}

.forminput, .button {
	background: #fafafa;
	border: 1px solid #aaa;
	width: 100%;
	padding: 4px;
	margin-bottom: 5px;
}

.button {
	background: #acacac;
	border: 0px solid #888;
	color: white;
	font-size: 14px;
	padding: 8px 0;
	text-transform: uppercase;
	font-weight: bold;
}

.button:hover {
	background: #999;
	cursor: pointer;
}


/* ====================================================================
	Textformatierungen
-------------------------------------------------------------------- */

h1 {
	font-size: 18px;
	color: #555555;
	margin-bottom: 10px;
}

h2 {
	font-size: 16px;
	color: #222222;
}

h3 {
	font-size: 15px;
	color: #444444;
	margin: 8px 0;
}

h5 {
	font-size: 14px;
	font-weight: lighter;
	color: black;
	margin: 4px 0 15px 0;
}