/* allgemeine Definitionen */

body {
	background-color: #E6E6E6;
	text="#000000";
	margin:	0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px;
	color: #333333;
	background-image: url(/images/schafshirt_background.gif);
}

a:link 		{
	color: #9B3A00;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 0px;
}

a:visited	{
	color: #9B3A00;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 0px;
}

a:hover		{
	color: #D95100;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0px;
}

a:active	{
	color: #9B3A00;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0px;
}

#logo {
	position: absolute;
	left: 6px;
	top: 14px;
	width: 116px;
	height: 77px;
}

#title {
	position: absolute;
	left: 135px;
	top: 83px;
	width: 441px;
	height: 24px;
	font-size: 14px;
	font-weight: bold;
}

#nav {
	position: absolute;
	left: 129px;
	top: 64px;
	width: 450px;
	height: 12px;
}

#subnav {
	position: absolute;
	left: 131px;
	top: 88px;
	width: 470px;
	height: 28px;
}

#content {
	position: absolute;
	left: 58px;
	top: 125px;
	width: 596px;
	padding: 5px;
	height: 722px;
}


p {
	margin-top: 2px;
	margin-bottom: 2px;
}

h1 {
	font-weight: bolder;
	font-size: 16px;
	color: #333333;
	letter-spacing: 1px;
}

h2 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 2px;
	color: #333333;
}

