/* =Body
-------------------------------------------------
*/

*, html, body {
	margin: 0;
	padding: 0;
}

body {
	/*background: #ddd url(../images/stripes2.png) repeat fixed;*/
	background-color: #fff;
	color: #000;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	margin: 0px 0;
	text-align: center;
}

.main-bg {
	/*background: transparent url(../images/main_bg.png) repeat-y left top;*/
}

.clear { clear: both; }
.clear-left { clear: left; }
.clear-right { clear: right; }


/* MISC: =links
-------------------------------------------------
*/

:link:focus, :visited:focus { /* in first position due to IE5+ bug */
	color: #61B446;
	/*font-style: italic;*/
	font-weight: bold;
}
:link {
	color: #61B446;
	text-decoration: underline;
}

:visited {
	color: gray;
	text-decoration: underline;
}

:link:hover, :visited:hover {
	color: #61B446;
	/*font-style: italic;*/
	font-weight: bold;
}

:link:active, :visited:active {
	color: gray;
	/*font-style: italic;*/
	font-weight: bold;
}

/* MISC: =headings
-------------------------------------------------
*/

h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	margin-top: 0em;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0em;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #61B446;
	margin: 0em;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
}
h5 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;
}
h6 {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
}

/* MISC: =Other
-------------------------------------------------
*/

img {
	border: 0;
	display:block;
}


ol, ul, p {
	font-size: 1.0em;
	line-height: 1.2em;
	margin-bottom: 0.6em;
	text-align: justify;
}

ol,ul {
	margin-left:2.5em;
}
ol ol, ol ul, ul ul, ul ol{
	margin-left:1.5em;
}

li > p {
	margin-top: 0.1em;
}

pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {
	font-weight: bold;
}

table, tr, th, td, tbody {
	border: 0px;
	font-size: 1em;
}

/* =Header
-------------------------------------------------
*/

#header {
	background: transparent url(../images/voskamp.png) no-repeat 0px 0px;
	height: 147px;
	position: relative;
}
	
#header h1{
	display: none;
}

#header #logo2 {
	background: transparent url(../images/voskamp_logo2.png) no-repeat 0px 0px;
	height: 25px;
	position:absolute;
	right: 50px;
	top: 25px;
	width:264px;
}

#header #homelink{
	position:absolute;
	top:15px;
	left: 9px;
	width: 190px;
	display:block;
	height: 128px;
}

/* =Content
-------------------------------------------------
*/

#content {
	margin:0px;
	padding: 0px 10px 10px 10px;
}

/* NAV: =mainmenu
-------------------------------------------------
*/

#mainmenu {
	position:absolute;
	right: 6px;
	top: 70px;
}
#mainmenu ul
{
	list-style: none;
	margin:0;
	padding: 0;
}

#mainmenu li
{
	display: block;
	float:left;
	margin: 0;
}

#mainmenu li a
{
	border-bottom: 3px solid #EAEAEA;
	color: #000;
	display: block;
	font-weight: bold;
	margin: 0 3px 0 3px;
	padding: 3px 3px 0px 3px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 80px;
}

#mainmenu li a.current
{
	border-bottom: 3px solid gray;
}

#mainmenu li a:hover {
	background-color: #EAEAEA;
	border-bottom: 3px solid silver;
}

#mainmenu li a:hover.current{
	border-bottom: 3px solid #61B446;
}


/* NAV: =leftmenu
-------------------------------------------------
*/
.container-left h3 {
	background: #61B446;/* url(../images/leftmenu_top.png) no-repeat right top;*/
	color: white;
	font-weight: bold;
	margin-left:10px;
	padding:2px 0 2px 10px;
	/*width: 170px;*//* not needed and sensible for box model bug */
}

#leftmenu {
	border-right: 0px solid #437D31;
	font-size: 0.96em;
	margin-left:10px;
	padding: 0;
	/*width: 180px;*//* not needed, doesn't give any probs */
}

* html #leftmenu {   /*** IE5.x/win box model fix ***/
	width: 180px;
	wid\th: 154px;
}

#leftmenu ul
{
	list-style: none;
	margin:0;
	padding: 0;
}

#leftmenu li
{
	border-bottom: 1px solid #437D31;
	margin: 0;
	padding:0;
}

#leftmenu li a
{
	background-color: white;
	border-left: 10px solid #D7D7D7;
	border-right: 10px solid #61B446;
	color: #000;
	display: block;
	font-weight: normal;
	padding: 1px 3px 1px 3px;
	margin:0;
	text-decoration: none;
	vertical-align:bottom;
	width: 100%;
}

#leftmenu li a:hover,#leftmenu li a.current
{
	background-color: #EAEAEA;
	border-left: 10px solid #A2BF99;
	border-right: 10px solid #437D31;
	color: #61B446;
	font-weight: bold;
}

#leftmenu li.spacer {
	border-bottom: 5px solid #61BB46;
	height:8px;
	font-size:1px;
}

#leftmenu li.spacer a, #leftmenu li.spacer a:hover {
	background-color: #fff;
	border-left-color: #fff;
	border-right-color:#fff;
}

html>body #leftmenu li a { width: auto; }

#leftmenu li ul
{
	border-top: 1px solid #437D31;
	display:none;
}

#leftmenu li li
{
	border-top: 1px solid #437D31;
	border-bottom: 0;
	margin: 0;
	margin-left:13px;
}

#leftmenu li li.first,#leftmenu li li:first-child
{
	border-top: 0px;
}

#leftmenu li.active ul{
display:block;
}

#leftmenu li li a
{
}

/* =Footer
-------------------------------------------------
*/

#footer {
	background: transparent url(../images/footer.png) repeat-x 0px bottom;
	height: 43px;
}

/* =Login
-------------------------------------------------
*/

.tx-newloginbox-pi1 {
	border: 1px solid #ddd;
	padding: 5px;
}

.tx-newloginbox-pi1 h3 {
	color: #61B446;
}
.tx-newloginbox-pi1 table, .tx-newloginbox-pi1 tr, .tx-newloginbox-pi1 td {
	margin:0px;
	padding:0px;
}
.tx-newloginbox-pi1 input {
	border: 1px solid black;
	margin-left: 5px;
}
.tx-newloginbox-pi1 input.tx-newloginbox-pi1-submit {
	border: 1px solid #000;
	padding:2px;
	background-color: #eee;
}

.tx-newloginbox-pi1-forgotP {
	display:inline;
}

/* =admin-panel
-------------------------------------------------
*/

.typo3-editPanel img,.typo3-adminPanel img {
	display:inline;
}
.typo3-adminPanel tr,.typo3-adminPanel td {
	text-align:left;
}