/* @override http://juengerhans.com/css/layout.css */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 150%;
	text-align: center;
	color: #666;
	margin:0; padding:0;
}
a{
	color: #79b51c;
}
h1{
	font-weight: lighter;
	font-size: 2em;
	color: #79b51c;
}
h2{
	color: #1c72b5;
	font-weight: lighter;
	font-size: 1.6em;
	margin: 1em 0 0.3em 0;
}
h3{
	font-size: 1.2em;
	margin: 1em 0 0.3em 0;
}
p{
	margin: 0.3em 0 1em 0;
}
img{
	border: none;
}
a img{
	border: 1px solid #CCC;
	border: none;
}
img.right{
	float:right;
	margin-left: 20px;
}
#container {
	width: 799px;
	margin: 0px auto;
	background: url('../_gfx/bg_main.gif') left top repeat-y;
}
#container_sub {
	background: url('../_gfx/bg_top.gif') left top no-repeat;
	padding-top:30px;
	text-align:left
}
#header {
	padding: 5px 10px;
}
#main {
	background: url('../_gfx/bg_bottom.gif') left bottom no-repeat;
	padding: 0px 30px 60px 20px;
}
#menu {
	float:left;
	width: 180px;
	margin: 10px 0;
	padding: 0 0 150px 0;
	list-style-type: none;
	border-top: 1px solid #79b51c;
	background: url(../_gfx/sternelogo_dtv.jpg) no-repeat center bottom;
}
#menu li {
	padding: 0;
	margin:0;
	display:block;
	width: 99%;
}
#menu a {
	color: #79b51c;
	font-size: 0.9em;
	display:block;
	padding: 4px 13px 3px 13px;
	line-height:120%;
	text-decoration: none;
	border-bottom: 1px solid #79b51c;
}
#menu li.active a {
	font-weight:bold;
}
#menu a:hover {
	font-weight:bold;
}
#menu li.active ul {
	list-style-type: none;
}
#menu li.active ul li a{
	font-weight: normal;
	border-bottom: 1px solid #79b51c;
}
#menu li.active ul li a:hover{
	font-weight:bold;
}
#menu li.active ul li a.active{
	font-weight:bold;
}
#content{
	width: 540px;
	float:right;
}
.clear {
	clear:both;
	float: none;
}
label{
	display:  block;
	font-size:  0.9em;
	border-left:  2px solid #79b51c;
	padding-left:  4px;
	margin-top:  8px;
	margin-bottom:  2px;
	line-height:  120%;
}
input, textarea, select{
		background: url('../_gfx/input_bg.gif')  top right;
		border: 1px solid #CCC;
		width: 200px;
}
input.bt{
		border: none;
		border: 1px solid #CCC;
		width: 99px;
		font-weight:bold;
		color: #79b51c;
}
.col_right{
	width:  48%;
	float:right;
}
.col_left{
	width:  48%;
	float:left;
}
.border {
	border: 1px solid #79b51c;
	padding: 1px;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}
