/* Generel */
body
{
	color: rgb(0, 0, 0);
	background-color: rgb(239, 239, 239);
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	font-size: 1em;
	margin-top: 20px;
	text-align: center;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/* Containers */
#conBody
{
	width: 45em;
	text-align: left;
	margin: auto;
}

#conHeader
{
	background: rgb(102, 0, 0) url("../../images/header-bg_ny.gif") repeat-x;
	height: 7em;
}

#conHeaderLeft
{
	background: rgb(102, 0, 0) url("../../images/header-left_ny.gif") no-repeat;
	width: 3px;
}

#conHeaderHeraLogo
{
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	vertical-align: top;
	text-align: center;
	width: 193px;
}

#conHeaderLogo
{
	border-bottom: 1px solid white;
	vertical-align: top;
	text-align: center;
}

#conHeaderRight
{
	background: rgb(102, 0, 0) url("../../images/header-right_ny.gif") no-repeat  100% 0%;
	width: 3px;
}

#conBodyLeftMenu
{
	background-color: #660000;
	color: rgb(249, 249, 249);
	border-right: 1px solid white;
	vertical-align: top;
	width: 12em;
	padding: 1em;
}

#conBodyLeftMenu a
{
	color : rgb(249, 249, 249);
}

#conBodyRightContent
{
	background-color: rgb(249, 249, 249);
	vertical-align: top;
}

#conBodyRightContentGradient
{
	background: rgb(249, 249, 249) url("../../images/content-bg_ny.gif") repeat-x;
	vertical-align: top;
}

#conBodyLeftBorder
{
	background: rgb(102, 0, 0) url("../../images/body-left_ny.gif") no-repeat 0% 100%;
	width: 3px;
	height: 3px;
}

#conBodyRightBorder
{
	background: rgb(249, 249, 249) url("../../images/body-right.png") no-repeat 0% 100%;
	width: 3px;
	height: 3px;
}

#conBodyLeft
{
	background-color: rgb(102, 0, 0);
	border-right: 1px solid white;
	height: 3px;
}

#conBodyRight
{
	background-color: rgb(249, 249, 249);
	height: 3px;
}

#conFooter
{
	margin-top: 5px;
	text-align: right;
	font-size: 0.7em;
	color : rgb(102, 0, 0);
}

#conFooter a
{
	color : rgb(0, 0, 0);
}

#conBodyInnerContent a
{
	color : rgb(0, 0, 0);
}

#conBodyInnerContent
{
	padding: 1em;
	
}

/* Text */
#conBodyLeftMenu ul
{
	list-style: circle;
	margin-left: 0.5em;
	padding: 0px;
}

#conBodyLeftMenu ul li
{
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 1em;
}

.txtHorisontalLinieWhite
{
	height: 1px;
	border-top: 1px solid rgb(255, 255, 255);
	font-size: 1px;
	margin-bottom: 10px;
}

.txtHorisontalLinieGrey
{
	height: 1px;
	border-top: 1px solid rgb(0, 0, 0);
	font-size: 1px;
	margin-bottom: 10px;
}

h1
{
	
	font-size: 1.4em;
	margin-top: 0px;
}

h2
{
	font-size: 1.1em;
}

h3
{
	font-size: 0.9em;
}

h4
{
	font-size: 0.95em;
}

h5
{
	font-size: 0.8em;
}

#conBodyInnerContent p
{
	font-size: 0.9em;
}

#conBodyInnerContent p a
{
	text-decoration: underline;
}

/* Forms */
form
{
	margin: 0px;
}

.inText
{
	padding: 1px 2px 1px 2px;
	font-size: 0.7em;
	font-weight: bold;
}

/* Images */
img
{
	border: 0px;
}

.imgContentRight
{
	float: right;
	border: 1px solid rgb(234, 234, 234);
	margin: 10px 0px 10px 10px;
}

.imgContentLeft
{
	float: left;
	border: 1px solid rgb(234, 234, 234);
	margin: 10px 10px 10px 0px;
}
.bold
{
	font : bold;
}
.contactInfo
{
	font-size: 0.7em;
}
.textReader
{
	margin-bottom : 10px;
}
.clearFloat {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
}
.floatR {
	float: right;
}
.floatL {
	float: left;
}
