html {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #393C48;
	background-color: #e7e7e7;
}

body {
	width: 1000px;
	height: 760px;
	margin: 0 auto;
	background-color: silver;
}

.wrapper {
	clear: both;
}

.leftcol {
	width: 210px;
	float: left;
}

.rightcol {
	width: 720px;	
	float: left;
}

.pagehead {
	height: 310px;
	width: 930px;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	background-image: url(../template_gfx/head.jpg);
}

.pagehead h1 {
	color: #ffffff;
	text-align: right;
	padding:10px 10px 0px 0px;
}
.content {
	background-image: url(../template_gfx/content_shadow.jpg);
	background-repeat: repeat-x;
	background-color: white;
	text-align: justify;
	overflow: auto;
	height: 390px;
	padding: 25px 15px 15px 15px;
	margin: 0;
}

.footer {
	font-size: small;
	color: #404040;
	text-align: center;
}

.menu {
	padding: 5px 0px 0px 15px;
}

a:link {
	color: #404040;
	text-decoration: none;
	line-height: 25px;
}

a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
}

a:active {
	color: #990000;
}

a:visited {
	color: #404040;
}

#pagedim {
	float: left;
}

#topbarl {
	margin: 0;
	width: 35px;
	height: 40px;
	background: url(../template_gfx/obenlinks.png);
	float: none;
}

#topbarr {
	margin: 0;
	width: 35px;
	height: 40px;
	background: url(../template_gfx/obenrechts.png);
	float: none;
}

#leftbar {
	width: 35px;
	height: 720px;
	background: url(../template_gfx/links.png) repeat-y;
	float: none;
}

#rightbar {
	width: 35px;
	height: 720px;
	background: url(../template_gfx/rechts.png) repeat-y;
	float: none;
}

