/* green 375: #99CC33 */

/* ++ page layout ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body, html {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

* {
	color: #333;
	direction: ltr;
	font-family: Verdana, Geneva, Arial, SunSans-Regular, Helvetica, sans-serif;
	font-size: 11px;
}

#berlPage {
	background-color: #FFF;
	margin: 10px auto;
	width: 782px;
}

/* -- top navigation ----------------------------------------------------------------- */

#topNav {
	background-color: #99CC33;
	border-bottom: 1px solid #FFF;
	height: 18px;
}

#topLeft {
	color: #FFF;
	float: left;
	padding-top: 1px;
}

#topRight { float: right; }

/* -- header ------------------------------------------------------------------------- */

#header {
	clear: both;
	height: 108px;
	background-color: #99CC33;
	padding: 2px 0px;
}

#headerLeft {
	float: left;
	width: 204px;
}

#headerRight {
	float: left;
	width: 578px;
}

/* -- between header & content ------------------------------------------------------- */

#subNav {
	clear: both;
	background-color: #99CC33;
	padding: 0px 10px 2px 204px;
}

#locationString {
	clear: both;
	border-right: 10px solid #99CC33;
	font-size: 10px;
	padding: 12px 0px;
}

/* -- navigation & promos/banner section --------------------------------------------- */

#leftNav {
	background-color: #FFF;
	float: left;
	width: 200px;
	/* see the remarks below
	margin: 0px 0px 0px -2px;
	*/
}

/* -- default content ---------------------------------------------------------------- */

#content {
	clear: both;
	border-right: 10px solid #99CC33;
	/* not working with IE6 in combination with the margin definition on #leftNav

	border-left: 2px solid #99CC33;

	but the following image is doing the job
	*/
	background-image: url(../images/navLine_Green375.gif);
	background-repeat: repeat-y;
	height: 100%;
	overflow: visible;
}

#contentMain {
	float: left;
	width: 534px;
	padding: 0px 15px 15px 20px;
}

#contentAddMain {
	float: left;
	/* width: 740px; */
	padding: 10px 15px 15px 20px;
}

/* between header and homepage content */

#content_spacer {
	clear: both;
	border-right: 10px solid #99CC33;
	height: 6px;
}

#contentHPmain {
	float: left;
	width: 534px;
	padding: 0px 4px 0px 6px;
}

/* important frame/content connector below the main content sections */

#layout_connector {
	clear: both;
	line-height: 0.1em;
}

/* -- additional content ------------------------------------------------------------- */

#contentMisc {
	clear: both;
	border-left: 2px solid #99CC33;
	border-right: 10px solid #99CC33;
	border-top: 1px solid #99CC33;
	padding: 10px 15px 15px 20px;
}

#contentMiscFlat {
	clear: both;
	border-left: 2px solid #99CC33;
	border-right: 10px solid #99CC33;
	padding: 10px 15px 15px 20px;
}

/* -- footer section ----------------------------------------------------------------- */

#pageLinks {
	clear: both;
	border-left: 2px solid #99CC33;
	border-right: 10px solid #99CC33;
	text-align: right;
	padding: 0px 15px 15px 20px;
}

#footer {
	clear: both;
	border-top: 2px solid #99CC33;
	padding: 6px 0px;
	line-height: 1.4em;
	text-align: center;
}

/* ++ tag markups ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

form { display: inline; }

img { border: 0; }

h1, h2, h3, h4, h5, h6 {
	color: #330099;
	border-color: #330099;
}

p, h1, h2, h3 { margin: 0px 0px 11px; }

h1 { font-size: 15px; }
h2 { font-size: 13px; }
h3 { font-size: 12px; }

h4 {
	border-style: dotted;
	border-width: 0px 0px 1px;
	padding-bottom: 2px;
	margin: 0px 0px 2px;
}

h5, h6 {
	border-style: solid;
	border-width: 1px 0px;
	padding: 2px 0px;
	margin: 2px 0px;
}

.framedBox {
	border: #330099 1px solid;
	padding: 3px;
	text-align: center;
}

.framedTeaser {
	width: 192px;
	overflow: hidden;
	padding: 3px;
	border: 1px solid #CCC;
	background-color: #FFF;
	margin-bottom: 8px;
}

.framelessTeaser {
	width: 200px;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: #FFF;
	margin-bottom: 8px;
}

.spacer {
	height: 8px;
	background-color: #FFF;
}

.berlButton {
	font-weight: bold;
	border: 1px solid #333;
	background-color: #99CC33;
	color: #FFF;
	padding: 0px;
	margin: 1px;
}

.headerSelectBox {
	font-size: 10px;
	width: 196px;
	margin: 2px 4px;
}

.headerCatSelectBox { font-size: 10px; }

.f11pt { font-size: 15px; }
.f10pt { font-size: 13px; }
.f9pt { font-size: 12px; }
.f8pt { font-size: 11px; }
.f8ptWhite { color: #FFF; }
.f8ptRed { color: #FF0000; }
.f7pt { font-size: 10px; }
.f7ptGray { font-size: 10px;color: #404040; }
.f7 { font-size: 10px;line-height: 20px; }

.boxTitle { font-weight: bold;background-color: #CCC; }
.box { padding: 5px; }
.pd { font-size: 10px;color: #99CC33; }

.colBerlBlue { color: #330099; }
.colContent { color: #99CC33; }
.colMainFrames { background-color: #99CC33; }
.colSubFrames { background-color: #6699CC; }

.bgLightGray { background-color: #DCDCDC; }
.bgGray25 { background-color: #D3D3D3; }
.bgGray50 { background-color: #CCC; }
.bgGray75 { background-color: #999; }
.bgGray100 { background-color: #333; }
.bgWhite { background-color: #FFF; }

/* -- links -------------------------------------------------------------------------- */

a {
	text-decoration: underline;
	color: #333;
}

a:visited, a:focus, a:hover, a:active { color: #330099; }

.linksF7 { font-size: 10px; }

.linksF7:link, .linksF7:visited {
	color: #404040;
	text-decoration: none;
}

.linksF7:focus, .linksF7:hover {
	color: #404040;
	text-decoration: underline;
}

.popUpLink { color: #FFF; }
.popUpLink a { text-decoration: none; }
.popUpLink a:hover { text-decoration: underline; }

.boxTitleLink {
	font-size: 11px;
	font-weight: bold;
	background-color: #CCC;
}

/* -- navigation --------------------------------------------------------------------- */

#subNav b {color: #FFF; }

.topGIFlink { border: 0px none; }
.topGIFcurrent { background-color: #330099; }

.aTopLink {
	font-size: 10px;
	font-weight: bold;
	padding: 0px 4px;
}

.aTopLink:link, .aTopLink:visited {
	text-decoration: none;
	color: #FFF;
}
.aTopLink:focus, .aTopLink:hover {
	text-decoration: underline;
	color: #FFF;
}

.mainNavRight {
	background-color: #FFF;
	color: #99CC33;
}

.mainNavRight a { text-decoration: none; }
.mainNavRight a:hover { text-decoration: underline; }

.mainNavRightActive {
	color: #000;
	background-color: #DCDCDC;
}

.mainNavRightActive a { text-decoration: none; }
.mainNavRightActive a:hover { text-decoration: underline; }

/* -- homepage boxes ----------------------------------------------------------------- */

.hpBox { margin-bottom: 8px; }

.hpBox .hpbH {
	padding: 3px;
	margin: 0px;
	background-color: #330099;
}

.hpBox .hpbH a {
	color: #FFF;
	font-weight: bold;
}

.hpBox .hpbC {
	padding: 3px;
	margin: 0px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.hpbSingle {
	padding: 3px;
	margin: 0px;
	border: 1px solid #CCC;
}

.hpbSpacer { line-height: 4px; }

/* -- homepage - frameless teaser ---------------------------------------------------- */

.fTH {
	padding: 3px;
	margin: 0px 0px 3px 0px;
	background-color: #330099;
}

.fTH a {
	color: #FFF;
	font-weight: bold;
}

/* -- default table ---------------------------------------------------- */

#defaultTable {
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #CCC;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}

#defaultTable td {
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #CCC;
	padding: 3px;
}

#defaultTable th {
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #CCC;
	background-color: #330099;
	color: #FFF;
	padding: 3px;
	text-align: left;
}

#defaultTable .dLabel {
	font-weight: bold;
	vertical-align: top;
}

#defaultTable .dContent { vertical-align: top; }

#defaultTable .dbgLightGray { background-color: #F0F0F0; }
