/* green 327: #339999 */

/* ++ 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: #339999;
	border-bottom: 1px solid #FFF;
	height: 18px;
}

#topLeft {
	color: #FFF;
	float: left;
	padding-top: 1px;
}

#topRight { float: right; }

/* -- header ------------------------------------------------------------------------- */

#header {
	clear: both;
	padding: 0px 0px 4px;
}

/* -- 3 column homepage content ------------------------------------------------------ */

#contentHP {
	background-image: url(../images/frameLine_Green327.gif);
	background-repeat: repeat-y;
}

#contentWrapper {
	min-height: 300px;
}

#contentHPright {
	float: right;
	width: 200px;
}

#contentHPleft {
	float: left;
	width: 200px;
	margin-right: 20px;
}

#contentHPmiddle {
	float: left;
	width: 340px;
}

#clearer { 
	line-height: 0.1em;
	clear: both;
}
/*
#contentHPbottom {
	clear: both;
	padding-top: 5px;
	margin-left: 222px;
	margin-right: 20px;
}
*/
/* -- footer section ----------------------------------------------------------------- */

#pageBottom {
	background-image: url(../images/frameLine_Green327.gif);
	background-repeat: repeat-y;
	height: 40px;
	text-align: top;
}

#footer {
	clear: both;
	border-top: 2px solid #339999;
	padding: 6px 0px;
	line-height: 1.4em;
	text-align: center;
}

/* ++ tag markups ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

form { display: inline; }

img { border: 0; }

p, h1, h2, h3 { margin: 0px 0px 11px; }

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; }

.framedTeaser {
	width: 192px;
	overflow: hidden;
	padding: 3px;
	border: 1px solid #CCC;
	background-color: #FFF;
	/* border-bottom: 8px solid #FFF; */
	margin-bottom: 12px;
}

.framelessTeaser {
	width: 200px;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: #FFF;
	border-bottom: 12px solid #FFF;
}

.spacer {
	height: 8px;
	background-color: #FFF;
}

.hpSelect {
	font-size: 10px;
	width: 192px;
	margin: 0px 4px 4px 4px;
}

.colBerlBlue { color: #330099; }

.whiteTextTop {
	width: 188px;
	padding: 6px;
	color: #FFF;
	margin: 20px 0px 4px;
}

.whiteTextBottom {
	width: 188px;
	padding: 6px;
	color: #FFF;
}

.f7ptGray {
	font-size: 10px;
	color: #404040;
}

/* -- 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;
}

/* -- navigation --------------------------------------------------------------------- */

.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;
}

/* -- homepage boxes ----------------------------------------------------------------- */

#contentTable {
	width: 340px;
}

.hpBox { margin-top: 8px; }

.hpBox .hpbH {
	padding: 3px;
	margin: 0px;
	background-color: #DCDCDC;
}

.hpBox .hpbH a {
	color: #330099;
	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;
}
