@charset "UTF-8";
/* CSS Document */


body {
	padding: 0;
	margin: 0;
	font-family: Rockwell, Georgia, Garamond;
	padding-bottom: 0;
	margin-bottom: 0;
}
input {
	padding: 0px;
	margin: 0px;
}

#bgcontainer {
	width: 100%;
	height: 100%;
}

#bgtop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background-image: url(../images/top.jpg);
	background-repeat: repeat-x;
	background-position: 17px;
	z-index: 3;
}


#bgtl {
	position: absolute;
	top: 0;
	left: 0px;
	width: 17px;
	height: 16px;
	background-image: url(../images/topleft.jpg);
	background-repeat: no-repeat;
	z-index: 4;
}

#bgtr {
	position: absolute;
	top: 0;
	right: 0;
	width: 17px;
	height: 16px;
	background-image: url(../images/topright.jpg);
	background-repeat: no-repeat;
	z-index: 4;
}

#bgmid {
	width: 100%;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
}

#bgl {
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 100%;
	background-image: url(../images/left.jpg);
	background-repeat: repeat-y;
	background-position: 0px 16px;
	z-index: 2;
}

#bgr {
	position: absolute;
	top: 0;
	right: 0;
	width: 17px;
	height: 100%;
	background-image: url(../images/right.jpg);
	background-repeat: repeat-y;
	background-position: 0px 16px;
	z-index: 2;
}

#bgbot {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 16px;
	background-image: url(../images/bottom.jpg);
	background-repeat: repeat-x;
	z-index: 3;
}

#bgbl {
	position: absolute;
	left: 0;
	top: 0;
	width: 17px;
	height: 16px;
	background-image: url(../images/bottomleft.jpg);
	z-index: 4;
}

#bgbr {
	position: absolute;
	right: 0;
	top: 0;
	width: 17px;
	height: 16px;
	background-image: url(../images/bottomright.jpg);
	z-index: 4;
}

#bg {
	padding: 18px;
}

#hrule {
	width: 100%;
	height: 6px;
	background-image: url(../images/ohrone2.gif);
	background-repeat: repeat-x;
}

#subheader {
	position: relative;
	height: 14px;
	font-size: 12px;
}

#subheaderleft {
	position: absolute;
	top: 0;
	left: 0;
	width: 20%;
	text-align: left;
	padding-left: 12px;
}

#subheadercenter {
	position: absolute;
	top: 0;
	width: 60%;
	left: 20%;
	text-align: center;
}

#subheaderright {
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	text-align: right;
	padding-right: 12px;
}

#content {
	position: relative;
	font-size: 16px;
	z-index: 10;
}

#contentleft {
	position: absolute;
	top: 0;
	left: 0;
	width: 20%;
	font-size: 18px;
}

#contentcenter {
	position: absolute;
	top: 0;
	left: 22.5%;
	width: 55%;
}


#contentright {
	position: absolute;
	top: 0;
	right: 0;
	width: 20%;
	text-align: justify;
	font-size: 12px;
}

#contentright .headline {
	text-align: center;
}

#ctopspacer {
	height: 10px;
}

#footer {
	position: absolute;
	bottom: 0;
	height: 20px;
	width: 100%;
}
#footerleft {
	position: absolute;
	top: 6px;
	left: 0;
	width: 30%;
	text-align: left;
	padding-left: 35px;
	font-size: 10px;
}

#footercenter {
	position: absolute;
	top: 6px;
	width: 60%;
	left: 20%;
	text-align: center;
	font-size: 14px;
}

#footerright {
	position: absolute;
	top: 6px;
	right: 0;
	width: 30%;
	text-align: right;
	padding-right: 35px;
	font-size: 10px;
}


#vlinel {
	position: absolute;
	top: 0;
	left: 20%;
	width: 1px;
	height: 500px;
	border-style: solid;
	border-left: solid 1px black;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	z-index: 9;
}

#vliner {
	position: absolute;
	top: 0;
	right: 21%;
	width: 1px;
	height: 500px;
	border-style: solid;
	border-left: solid 1px black;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	z-index: 9;
}


/* General Content Markup */
.headline {
	font-family: copperplate;
}

.smallheadline {
	font-family: copperplate;
	font-size: 12pt;
}

.bigheadline {
	font-family: copperplate;
	font-size: 16pt;
}

hr {
	border: 1px solid black;
}
a.green { 
	color: green;
}
a.green:hover {
	color: red;
}
a { 
	color: maroon;
}
a:hover {
	color: red;
}
/* Specific Content Markup */
#contentleft a {
	font-family: copperplate;
}

#contentleft ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: copperplate;
}

#contentleft li {
	margin-top: 5px;
}


#contentleft .i1 {
	padding-left: 6px;
	font-size: 14px;
}

#contentleft .i2 {
	padding-left: 12px;
	font-size: 12px;
}
	
	
/* Store modifications */

#contentstore {
	position: absolute;
	top: 0;
	left: 22.5%;
	width: 75%;
}
.table10 td {
	padding:4px;
}
.linktable td {
	padding:10px;
	font-size: 16px;
}
.linktable img {
	border: none;
}
