/**
 * common
 */

/*
 *a {
 *    color: #267BAC;
 *    text-decoration: none;
 *    font-weight: bold;
 *}
 */
a {
	color: #00A9E5;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.raster-typ-1 {
	margin-right: 200px;
}

.greyline-pre {
	border-top: 1px solid #ccc;
	padding-top: 15px;
	margin-top: 20px;
}

.greyline-post {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

html, body {
	font-size: 11px;
	font-family: Verdana;
	background-color: #d9d9d9;
}

#con {
	min-height: 190px;
}

#loop {
	background-image: url(../images/elements/bg-loop.gif);
	background-repeat: repeat-y;
}


#spacer-dummy {
	width: 200px;
	height: 100px;
	float: right;
}

.clear {
	clear: both;
}

#con {
	padding-right: 20px;
}

h1,
h2,
h3,
h4,
h5 {
	color: #005FA4;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 16px;
}

h2,
h3,
h4,
h5 {
	margin-top: 17px;
}


/*
 *#con h2 {
 *    font-size: 19px;
 *}
 *
 *#con h3 {
 *    font-size: 17px;
 *}
 *
 *#con h4 {
 *    font-size: 15px;
 *}
 */

#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h4 {
	font-weight: bold;
	font-family: Verdana;
	font-size: 15px;
	line-height: 17px;
	color: #0d214b;
	margin-bottom: 16px;
}

p,
p.bodytext {
	margin-bottom: 9px;
}

#con li {
	margin-left: 20px;
	margin-bottom: 3px;
}

#con ul,
#con ol {
	margin-bottom: 12px;
}

#con ul li {
	list-style-type: disc;
}

#con ol li {
	list-style-type: decimal;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


/**
 * structure
 */


/**
 * header
 */

#hd {
	position: relative;
	height: 160px;
	background-image: url(../images/header/header_bg.jpg);
	background-repeat: no-repeat;
}

#logo,
#hdsensors,
#hdtext,
#hdimg {
	position: absolute;
}

#logo {
	z-index: 20;
	top: 56px;
	left: 633px;
}

#hdsensors {
	height: 122px;
	left: 13px;
	top: 36px;
	width: 189px;
}

#hdimg {
	z-index: 10;
	top: 10px;
	left: 813px;
}

#hdtext {
	left: 368px;
	top: 69px;
}



/**
 * body
 */

#bd {
	/*min-height: 430px;*/
}

#page-7 #bd {
	min-height: 500px;
}


/**
 * sidebar
 */

#sidebar {
	width: 178px;
}



/**
 * footer
 */

#ft-right-con,
#ft-right-nav {
	float: left;
}

#ft {
}

#ft-content {
	background-image: url(../images/footer/footer_loop.gif);
	background-position: left top;
	background-repeat: repeat-y;
	min-height: 75px;
}

#ft-left,
#ft-right {
	float: left;
}

#ft-left {
	width: 180px;
}

#ft-right {
	width: 780px;
}

#ft-navigation {
}

