/*
 * styles.css
 * shared for bome.com and bomers.de
 */

/* standard styles */
BODY {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
}

A { text-decoration: none; }
A:ACTIVE {}
A:HOVER {
	color: #445293;
	text-decoration: underline;
}
A:LINK {}
A:VISITED {}

/* logo style for bomers.de */
A.logo {
	letter-spacing: 3px;
	color: #E0E0E0;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
A:ACTIVE.logo { }

A:HOVER.logo {
	color: #E0E0E0;
	text-decoration: underline;
}

TD {
	color: #000000;
	font-size: small;
}

tt { font-size: small; }

/* link subclasses */
A.menu {
	color: #445292;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
}
A:ACTIVE.menu { }

A:HOVER.menu {
	color: #E0E0E0;
	text-decoration: none;
}

A.copyright, A:HOVER.copyright { color: #000000; }

/* H subclasses */
H1,H2,H3,H4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: medium;
	margin-bottom: 2px;
}

H1 { font-size: large; }

H2 { letter-spacing: 1px; }

H1.top, H2.top { margin-top: 0px; }

.indented {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20pt;
	padding-right: 20pt;
}

.double_indented {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 40pt;
	padding-right: 40pt;
}

H1.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #E0E0E0;
	margin-top: 0px;
	margin-bottom: 0px;
}

H4 {
	font-size: small;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
}

H5 {
	font-style: italic;
	margin-top: 1px;
	margin-bottom: 1px;
}

H6 {
	font-family: Courier;
	font-weight: normal;
	font-size: small;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* TODO: use H1 on bomers.de for the title, too */
FONT.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #E0E0E0;
}

/* font subclasses */
FONT.lastmodified {
	font-size: 8pt;
	color: #808080;
}

FONT.copyright {
	font-size: 8pt;
	font-weight: bold;
}

FONT.checkbox {
	font-size: 10pt;
	color: #E0E0E0;
}

/* table/td/tr/th subclasses */
TABLE.master_table { max-width: 60em; margin-left: auto; margin-right:auto; }
TABLE.singleborder { border-width: 1px; border-style:solid; border-color: #000000; }
TD.glow { filter: Glow(Color='#000000', Strength='1'); }

/* list subclasses */
UL.nospace, OL.nospace { margin-top: 1px; }
UL.inline, OL.inline {
	margin-top: 1px;
	margin-bottom: 1px;
}

/* form subclasses */
/* form subclasses */
INPUT.contact,INPUT.contact-small,INPUT.contact-half,SELECT.contact,SELECT.contact-half,TEXTAREA.contact
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #445293;
	font-weight: bold;
	font-size: 10pt;
	color: #E0E0E0;
	width: 300px;
	border-style: none;
}

INPUT.contact-small { width: 250px; }
INPUT.contact-half, SELECT.contact-half { width: 140px; }

INPUT.checkbox {
	height: 14px;
	width: 14px;
	margin-bottom: 1px;
	margin-top: 2px;
	margin-right: 10px;
	margin-left: 4px;
}

TEXTAREA.contact {
	font-size: small;
	width: 400px;
	border-style: none;
	scrollbar-shadow-color: #364276;
	scrollbar-highlight-color: #445293;
	scrollbar-face-color: #445293;
	scrollbar-dark-shadow-color: #000000;
	scrollbar-base-color: #5262AF;
	scrollbar-3d-light-color: #BFBFBF;
	scrollbar-arrow-color: #BFBFBF;
}

/* Box */
TABLE.box {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

TD.boxtop {
	background-image: url(/gfx/menu/s_2.gif);
	background-repeat: repeat-x;
	height: 10px;
}
TD.boxleft {
	background-image: url(/gfx/menu/s_1.gif);
	background-repeat: repeat-y;
	width: 10px;
}
TD.boxright {
	background-image: url(/gfx/menu/s_3.gif);
	background-repeat: repeat-y;
	width: 10px;
}
TD.boxbottom {
	background-image: url(/gfx/menu/s_4.gif);
	background-repeat: repeat-x;
	height: 10px;
}

TD.boxlefttop, TD.boxrighttop, TD.boxleftbottom, TD.boxrightbottom {
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}

TD.boxlefttop { background-image: url(/gfx/menu/c_1.gif); }
TD.boxrighttop { background-image: url(/gfx/menu/c_2.gif); }
TD.boxleftbottom { background-image: url(/gfx/menu/c_3.gif); }
TD.boxrightbottom { background-image: url(/gfx/menu/c_4.gif); }
