/* @override http://127.0.0.1/la-schiessl/styles.css */

body {
	background: #cedf99 url(images/bg_green.png) no-repeat center top;
	margin: 0px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 150%;
	font-size: 12px;
}

p, td, a {
	line-height: 150%;
	font-size: 12px;
}
a:link {
	text-decoration: none;
	color: #333;
	border-bottom: 1px dotted #00a200;
}
a:link:hover {
	text-decoration: none;
	color: #333;
	border-bottom: 1px dotted #00a200;
}
a:visited {
	text-decoration: none;
	color: #333;
	border-bottom: 1px dotted #00a200;
}
a:hover {
	text-decoration: none;
	color: #333;
	border-bottom: 1px dotted #00a200;
}
a:active {
	text-decoration: none;
	color: #333;
	border-bottom: 1px dotted #00a200;
}


#main {
	position: relative;
	margin: 0px auto;
	width: 749px;
}

#navigation {
	position: absolute;
	top: 200px;
	left: 10px;
	width: 129px;
	text-align: right;
	color: #b5d066;
}
#navigation a {
	font-weight: bold;
	font-size: 13px;
	color: #b5d066;
}
#navigation div {
	padding-top:  3px;
	padding-right: 10px;
	padding-bottom: 3px;
	margin-top: 4px;
}
#navigation div.nav_active {
	background-color: white;
	border-top: 2px solid #b5d066;
	border-bottom: 2px solid #b5d066;
	border-left: 2px solid #b5d066;
	color: black;
}
#navigation div.nav_active a {
	color: black;
}
#navigation div.nav_sub{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top:0px;
}
#navigation div.nav_sub a{
	line-height: 120%;
	font-size: 10px;
	}
#navigation div.nav_sub.nav_active{
	background-color: transparent;
	border-style: none;
}
#navigation div.nav_sub.nav_active a{
	color: black;
	}
#content {
	position: absolute;
	top: 120px;
	left:  190px;
	padding-top: 50px;
	width: 530px;
}

img.right {
	float: right;
}
img.left {
	float: left;
	padding-right: 15px;
}
.title {
	letter-spacing: 7px;
}
#header_title{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 50px;
	width: 540px;
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	line-height:120%;
	color: #036;
}

.button {
	border-right: 1px solid #9d9d9d;
	border-bottom: 1px solid #9d9d9d;
	border-left: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	width: 150px;
	text-align: center;
	text-shadow: #7c7c7c 1px 1px 4px;
	cursor:pointer;
	background-color: #eaeaea;
	padding: 2px;
	position: relative;
	left: 350px;
	top: 20px;
}


.button:active {
	background-color: #c4c4c4;
}

textarea {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}

div.shifted {
	position: relative;
	padding-left: 15px;
	margin-top: 0px;
}



tr.fileTable td{
	border-bottom: 1px solid #868686;
	padding: 2px;
	margin: 0;
}

tr.fileTable td {
	font-size: 10px;
}
.file_button {
	font-size: 9px;
	border: 1px outset #737373;
	background-color: #a9b3db;
	padding: 2px;
}
