body {
	padding: 0;
	font-family: sans-serif;
	background-color: #AAAAAA;
}

#page {
	background-color: #CCCCCC;
	position: absolute;
	left: 50%;
	width: 1010px;
	margin-top: 20px;
	margin-left: -505px;
	text-align: justify;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #008800;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #008800;
}

h1 {
	text-align: justify;
	border: 1px solid #AAAAAA;
	-moz-border-radius: 20px;
	padding: 10px;
	font-size: 20px;
	margin-top: 0px;
}

h2 {
	text-align: justify;
	border: 1px solid #AAAAAA;
	-moz-border-radius: 15px;
	padding: 5px;
	font-size: 18px;
	margin-top: 0px;
}

br + h1 {
	margin-top: 25px;
}

br + h2 {
	margin-top: 15px;
}

ul +h1 {
	margin-top: 25px;
}

ul + h2 {
	margin-top: 15px;
}

img {
	margin: 5px;
}

#title {
	height: 138px;
	width: 1000px;
	background-color: #CCCCCC;
	vertical-align: top;
	text-align: right;
	padding: 5px;
}

#title a {
	font-size: 18px;
	color: #000088;
	text-decoration: none;
}

#title a:hover {
	font-weight: bold;
	color: #008800;
}

#menu {
	width: 162px;
	float: left;
	background-color: #CCCCCC;
	padding: 5px;
	margin: 0;
}

.men {
	width: 140px;
	vertical-align: middle;
	text-align: left;
	margin-bottom: 2px;
}

.men a {
	font-size: 16px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 7px;
	border-left: 10px solid #AAAAAA;
	display: block;
	color: #000088;
	background-color: #BCBCBC;
	font-weight: bold;
	width: 150px;
}

.men a:hover {
	border-left: 10px solid #DDDDDD;
	background-color: #000088;
	text-decoration: none;
	color: #BCBCBC;
}

.submen {
	width: 140px;
	vertical-align: middle;
	text-align: left;
	margin-bottom: 2px;
}

.submen a {
	font-size: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 7px;
	border-left: 10px solid #BCBCBC;
	display: block;
	color: #008800;
	background-color: #DDDDDD;
	font-weight: bold;
	width: 150px;
}

.submen a:hover {
	border-left: 10px solid #898989;
	background-color: #008800;
	text-decoration: none;
	color: #DDDDDD;
}

#main {
	width: 550px;
	background-color: #CCCCCC;
	float: left;
	padding: 5px;
}

#mainshop {
	width: 820px;
	background-color: #CCCCCC;
	float: left;
	padding: 0px;
}

#info {
	width: 260px;
	float: right;
	background-color: #CCCCCC;
	padding: 5px;
	margin: 0;
}

#infoshop {
	width: 0px;
	float: right;
	background-color: #CCCCCC;
	padding: 0px;
	margin: 0;
}

#footer {
	clear: both;
	height: 50 px;
	width: 1000px;
	background-color: #CCCCCC;
	text-align: right;
	padding: 5px;
}

.inner {
	background-color: #BCBCBC;
	padding: 5px;
	margin-bottom: 10px;
	text-align: justify;
	line-height: 120%;
}

img.innerimg {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

h1.innera {
	text-align: center;
	font-size: 20px;
	border: 0px;
	-moz-border-radius: 0px;
	padding: 0px;
}

a.navi {
	color: #000088;
	font-size: 18px;
}

a.navi:hover {
	font-weight: bold;
}

a.mailto {
	background-image: url(http://www.maththing.at/images/symbols/letter.gif);
	padding-right: 16px;
	background-repeat: no-repeat;
	background-position: right;
}

a.extern {
	background-image: url(http://www.maththing.at/images/symbols/link.gif);
	padding-right: 16px;
	background-repeat: no-repeat;
	background-position: right;
}

a.download {
	background-image: url(http://www.maththing.at/images/symbols/download.gif);
	padding-right: 16px;
	background-repeat: no-repeat;
	background-position: right;
}

a.prev {
	background-image: url(http://www.maththing.at/images/symbols/prev.gif);
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: left;
}

a.next {
	background-image: url(http://www.maththing.at/images/symbols/next.gif);
	padding-right: 16px;
	background-repeat: no-repeat;
	background-position: right;
}

a.up {
	background-image: url(http://www.maththing.at/images/symbols/up.gif);
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: left;
}

a.down {
	background-image: url(http://www.maththing.at/images/symbols/down.gif);
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: left;
}

.box {
	border: 1px solid #AAAAAA;
	width: 70%;
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-style: italic;
	-moz-border-radius: 20px;
	padding: 10px;
}

div.clearer {
	clear: both;
	height: 0;
}
