#mightyWrapper{
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}
#wrapper {
	position: relative;
}
#header {
    position: relative;
    height: 70px;
	padding: 0;
	margin-bottom: 3px;
}
#userbar {
    position: relative;
    height: auto;
	padding: 5px;
	padding-top: -5px;
	padding-bottom: 0px;
	margin-bottom: 3px;
    color: #545454;
    font-size: 14px;
	font-weight: bold;
	text-align: right;
}
#header h1 {
	text-align:center;
	font-style: oblique;
}
#menu {
	position: absolute;
	width: 100px;
	height: auto;
	bottom: 2px;
	top: 0px;
}
#main {
	padding-left: 112px;
	margin-bottom: 5px;
	margin-left: 5px;
	min-height: 200px;
}
#footer {
	position: relative;
    color: #545454;
    font-size: small;
	text-align: right;
}
#menu-li {
	margin: 0px;
	padding: 0px
}
.button {
    background-color: #F4F4F4;
    font-weight: bold;
    color: #6F6F6F;
    border: 0px #C4C4C4 none;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	text-decoration: none; 
    overflow: hidden;
    cursor: arrow;
}
.button:hover {
    background-color: #F4F4F4;
    font-weight: bold;
    color: #141414;
    border: 0px #C4C4C4 solid;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: hidden;
    cursor: arrow;
}
.button-round{
    background-color: #F4F4F4;
    font-weight: bold;
    color: #141414;
    border: 2px #6F6F6F solid;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.button-round:hover{
    background-color: #F4F4F4;
    font-weight: bold;
    color: #141414;
    border: 2px #040404 solid;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
body {
	background-color: #FFFFFF;
    font-family: "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
    color: #44352C;
	display: block;
	overflow-y: scroll;
}
input {
    font-family: "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
    color: #44352C;
}
.indexcont {
   border: 2px #C4C4C4 solid;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin: 0 auto;
    padding: 5px;
	background-color: #F4F4F4;
	margin-bottom: -2px;
	min-height: 240px;
}
.cont {
    border: 2px #C4C4C4 solid;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin: 0 auto;
    padding: 5px;
	background-color: #F4F4F4;
	margin-bottom: -2px;
}
.subcont {
    border: 1px #C4C4C4 dotted;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin: 0 auto;
    padding: 5px;
	background-color: #F4F4F4;
}
a {
    color: #444444;
    text-decoration:none;
    border-bottom: 1px #444444 dashed;
}

a:hover {
    color: #121212;
    border-bottom: 1px #121212 solid;
}

.subtitle {
	padding: 5px;
    font-size: 16px;
	font-weight: bold;
    text-align: left;
	height: 20px;
	border: 2px #C4C4C4 solid;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #C4C4C4;
}
#testknapp {
	position:absolute;
}

.input {
	border: 2px #C4C4C4 solid;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #F4F4F4;
}
#loading {
	position: relative;
	width: 100%;
	text-align: center;
}
.form{
	height: 10px;
	padding-bottom: 0px;
}
#main-container1 {
}
.uploadfield {
	border: 2px #444444 solid;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #F4F4F4;
}
