body {
	width:100%;
	margin:0px;
	margin-top: 40px;
	padding:0px;
	background: url(../../images/allesmetlogo/background.png) repeat-x;
	background-color: #ffffff;

}

a, input.submit:hover, a.submit:hover {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body, table, div, tr, td {
	font-family: arial, verdana, tahoma;
	font-size: 12px;
}

h1 {
	padding: 0;
	margin: 0;
	font-size: 18px
}

input, select, textarea {
	font-size: 11px;
	border:1px solid gray;
	padding: 2px;
}

input.submit, a.submit {
	padding: 2px;
	width: 165px;
	display: block;
	border:2px solid #3e3e3e;
	font-size: 13px;
	color: #3e3e3e;
	font-weight: bold;
	cursor: pointer; 
	text-decoration: none;
	text-align: center;
}

div#wrapper {
	margin: auto;
	width: 992px;
}

div#header {
	width: 992px;
	height: 136px;
}

div#mainMenu {
	width:992px;
	height: 26px;
	text-align:center;
	font-size: 19px;
	color: white;
}

div#mainMenu a, table#article_overview td a {
	font-weight: bold;
}

div#main {
	width:992px;
}

td#leftMenu {
	width:150px;
	padding: 5px;
	border: 1px solid #3e3e3e; 
}

td#leftMenu a {
	color: black;
	font-weight: bold;
	font-size:	14px;
	line-height: 24px;
}

td#content {
	width: 658px;
	padding: 5px;
	background-color: white;
	border-top: 1px solid black;
	border-bottom: 1px solid #3e3e3e;
	padding-bottom: 17px;
}

td#rightMenu {
	width:150px;
	padding: 5px;
	border: 1px solid black;
}

td#footer {
	line-height:0;
	height: 8px;
	background-color: black;
}

table#article_overview td {
	width: 100px;
	border: 1px dotted #3e3e3e;
}

table#article_detail td.title {
	font-size: 16px;
	font-weight: bold;
}

#box{ 
	border:1px solid gray; 
	width:143px; 
	padding:3px;
	display: block;
	font-size: 11px;
	background: #DEDEDE url('../../images/allesmetlogo/background_box.png') repeat-x;
}