body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	line-height: 140%;
}

/* General stuff */
.top {
	margin-top: 0;
}

.note {
	background: #FFFFDD;
}

a, a:link, a:visited, a:active {
	color: #0000CD;
}

a:hover {
	color: #1E90FF;
}

img {
	border: 0;
}

.basicTag {
	color: green;
}

.advancedTag {
	color: #800000;
}

.guiTag {
	color: blue;
}

.tocTable {
	border-collapse: collapse;
}

.tocTable td {
	vertical-align: top;
}

.tocTable .toc {
	width: 300px;
}

.tocTable .share {
	padding-top: 15px;
}

.tocTable .innerShare {
	background: #ccf4ce;
	border: #619b66 1px solid;
	padding: 10px;
}

#imprint {
	font-size: 11px;
	line-height: 130%;
}

.comparisonTable {
	border-collapse: collapse;
}

.comparisonTable th, .comparisonTable td {
	padding: 5px;
	border: 1px solid #C0C0C0;
	text-align: center;
	vertical-align: middle;
}

.comparisonTable th.left, .comparisonTable td.left {
	text-align: left;
}

.comparisonTable th {
	background: #EEEEEE;
	font-weight: normal;
}

.small {
	font-size: 10px;
	color: gray;
	line-height: 130%;
}

/* Menu */
#menu {
	font-size: 12px;
	font-weight: bold;
	height: 26px;
	background: black;
}

#innerMenu {
	margin: 0 auto;
	width: 850px;
	padding-top: 4px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	padding: 0px 10px;
	text-align: center;
	border-right: solid white 1px;	
}

#menu a, #menu a:link, #menu a:active, #menu a:visited {
	color: white;
	text-decoration: none;
	background: none;
}

#menu a:hover {
	text-decoration: underline;
	background: none;
}

#menu li.last {
	border-right: none;
	padding: 0 0 0 10px;
}

/* Header */
#headerTop {
	background: #88c48d;
	height: 30px;
	border-bottom: #619b66 1px solid;
}

#header {
	background: #ccf4ce;
	height: 120px;
}

#innerHeader {
	width: 850px;
	margin: 0 auto;
}

#headerContent {
	padding: 10px;
	padding-top: 40px;
}

#header h1 {
	margin: 0;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}

#header h2 {
	margin: 0;
	font-size: 16px;
	font-family: Arial, sans-serif;
	font-weight: normal;
}


/* Content */
#container {
	width: 850px;
	margin: 0 auto;
	padding-top: 10px;
}

#contentTable {
	border-collapse: collapse;
	width: 100%;
}

#contentTable #content #innerContent {
	padding: 10px;
	padding-right: 20px;
}

#contentTable #sidebar {
	width: 250px;
}

#contentTable #sidebar #innerSidebar  {
	padding: 10px;
	padding-left: 20px;
}

#content, #sidebar {
	vertical-align: top;
}

#content h1 {
	background: #EEEEEE;
	font-size: 16px;
	font-weight: bold;
	margin-top: 2em;
	padding: 5px;
}

#sidebar h1 {
	background: #EEEEEE;
	font-size: 12px;
	font-weight: bold;
	margin-top: 2em;
	padding: 5px;
}

/* Footer */
#footer {
	text-align: center;
	padding: 5px;
	font-size: 12px;
	background: #ccf4ce;
	border-top:  #619b66 1px solid;
}
