html {
	height: 100%;
	width: 100%;
}

body {
	color: #000001;
	background-color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 100%;
}

#base_div {
	font-size: 12px;
	font-family: sans-serif;
	text-align: left;
	width: 100%;
	height: 100%;
	border: 0px dotted #ff0000;
	overflow: auto;
	color: #c0c0c0;
	background-color: inherit;
	vertical-align: top;
}

#layout_table {
	border: 0px solid #c0c0c0;
	min-width: 800px;
	width: 100%;
	height: 97%;
	margin-top: 28px;
}

#content_cell {
	width: 800px;
	vertical-align: top;
}

#base_table {
	border: 0px solid #c0c0c0;
	width: 800px;
	text-align: left;
}

#logo {
	max-width: 800px;
	height: 143px;
	color: inherit;
	text-align: right;
	vertical-align: top;
	background-color: inherit;
	border-top: 0px solid #c0c0c0;
	border-left: 0px solid #c0c0c0;
	border-right: 0px solid #c0c0c0;
	border-bottom: 0px solid #c0c0c0;
	background-repeat: no-repeat;
	background-position: top right;
}

#menu_td {
	color: inherit;
	background-color: #f0f0f0;
	border-top: 0px dashed #ff00ff;	
	border-bottom: 0px dashed #ff00ff;	
	border-left: 0px dashed #ff00ff;	
	border-right: 2px solid #ffffff;	
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	width: 190px;
	height: 420px;
	text-indent: 15px;
	line-height: 24px;
	vertical-align: top;
}

#menu_td a {
	font-weight: bold;
	display: block;
	color: #004a67;
	background-color: #e4eff4;
	text-decoration: none;
	padding-top: 0.1em;
	border-bottom: 2px solid #ffffff;
}

#menu_td a:first-child {
	border-top: 2px solid #ffffff;
}

#menu_td a:visited {
	color: #004a67;
	background-color: #e4eff4;
}

#menu_td a:hover {
	color: #5caedc;
	background-color: #fff6e4;
}

#menu_td a:active {
	color: #d5ca31;
	background-color: #e4eff4;
}

#content {
	padding-left: 28px;
	padding-right: 40px;
	padding-top: 14px;
	width: 510px;
	border-top: 2px solid #ffffff;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	line-height: 18px;
	vertical-align: top;
	color: #004a67;
	background-color: #f0f0f0;
	background-image: url('../img/key_visual.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#content h1 {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	font-style: italic;
}

#content h2 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0.3em;
}

#content .text {
	line-height: 18px;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 1.7em;
}

#content #shoppen .text {
	margin-bottom: 0px;
}

#content img {
	border: 1px solid #ffffff;
	margin-right: 5px;
}

#content fieldset {
	border: 0px solid #ff0000;
	margin-left: 30px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content fieldset td {
	vertical-align: top;
	padding-right: 1em;
	padding-bottom: 0.1em;
}

#content input, textarea {
	font-size: 10px;
	color: #004a67;
	background-color: #e4eff4;
	border: 1px solid #ffffff;
	font-family: sans-serif;
}

#content a {
	color: #5caedc;
	background-color: transparent;
	text-decoration: none;
}

#content a:visited {
	color: #5eaedc;
	background-color: transparent;
}

#content a:hover {
	color: #5eaedc;
	background-color: transparent;
	text-decoration: underline;
}

#content a:active {
	color: #d5ca31;
	background-color: transparent;
}

#footer {
	background-color: #000000;
	color: inherit;
	text-align: right;
	vertical-align: top;
	padding-top: 0.5em;
	padding-right: 30px;
	border-left: 0px solid #c0c0c0;
	border-right: 0px solid #c0c0c0;
	border-bottom: 0px solid #c0c0c0;
}

#footer a {
	color: #c0c0c0;
	background-color: #000000;
	font-size: 9px;
	text-decoration: none;
}

