/*
Style sheet scschoeftland.ch
___________________________________________________________________

Description		CSS Layout properties
Company			Uniresearch AG, www.uniresear.ch

@date			10/06
@author			RUP
*/


/* General rules */
* {
	margin: 0;
	padding: 0;
}

/* Typography */
body, td, th, input, textarea {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 18px;
}

h1 {
	font-size: 22px;
	color: #000;
	margin-bottom: 18px;
}

h2, h3, h4, h5, h6 {
	font-size: 14px;
	color: #000;
	margin-bottom: 18px;
}

p {
	margin-bottom: 18px;
}

/* Layer */
#container, #content {
	width: 648px;
}

#logo, #eyewrapper, #eyecatcher, #quicklinks, #search, #navigation, #sponsors, #clearer {
	display: none;
}

/* Hyperlinks */
a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

/*News*/
#content div.news-latest-item, #content div.news-list-item, #content div.news-single-item {
	background-color: #f0f0f0;
	padding: 5px;
	border-bottom: 1px solid #000;
}

hr.clearer, p.news-single-author {
	display: none;
}


/* Unordered lists */
#content ul, #content li {
	margin-left: 20px;
}


/* Form */
label {
display: block;
width: 400px;
}
