/**
 * Style for pts.de
 *
 * font: Verdana
 * base size: 11pt
 * headers: 14pt, 12pt, 11pt
 * colors:
 *   - #036361  dark green
 *   - #A7C520  olive
 *   - #F4F6D4  beige
 *   - #767676  grey
 */

/* overall body area */
body {
	margin: 0px auto 0px auto;
	padding: 0px;
	font-size: 10pt;
}

#menu {
	display: none;
}

a {
	color: #518160;
}

a.hover {
	color: #72b587;
}


#content {
	width: 80%;
	left: 0px;
	top: 0px;
	padding: 20px 30px 20px 30px;
	float: left;
	border: none;
	z-index: 1;
}

/* font family, color and size */
body, td, th, p, a, h1, h2, h3, li, input, textarea, select {
	font-family: Verdana, Helvetica, sans-serif;
}

h1 {
	font-size: 14pt;
	color: #2b573e;
	margin-top: -1px;
}

h2 {
	font-size: 11pt;
	font-weight: bold;	
	color: #2b573e;
}

h3 {
	font-size: 10pt;
	font-weight: bold;	
	color: #2b573e;
}

#content img {
	border: #73999b 1px solid;
	margin-bottom: 4px;
}

hr {
	border: 0px; /* Für Firefox und Opera */
	border-top: dashed 1px #2b573e;
	border-bottom: solid 1px #edeeed; /* Für IE (Seiten-Hintergrundfarbe!) */
}

#content p {
	margin-bottom: 10px;
}