/* style.css */

/* @group Global */

body {
	margin: 0;
	padding: 0;
	font: 11px/1.4em Verdana, Arial, sans-serif;
	color: #5F6464;
}

br {
	clear: both;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

img {
	border: none;
}

/* @end */

/* @group Structure & Fonts */

#container {
	width: 776px;
	text-align: left;
}

#header {
	width: 776px;
	height: 188px;
	display: none;	
}

#header div {
	width: 576px;
	float: right;
}

#info {
	height: 79px;
	width: 576px;
}

#info .left {
	float: left;
	padding-top: 37px;
	width: 400px;
}

#info .right {
	float: right;
	padding-top: 37px;
	width: 93px;
}

#info .right img {
	padding-left: 4px;
}

#login {
	height: 45px;
	background: url({images}login-background.jpg) no-repeat;
}

#login div {
	padding-top: 9px;
}

#login div input {
	float: right;
	width: 100px;
	margin-right: 5px;
}

#login img {
	float: right;
	height: 18px;
	width: 40px;
}

#navigation {
	height: 25px;
}

#left {
	width: 185px;
	margin-right: 15px;
	float: left;
}

#middle {
	width: 425px;
	float: left;
	background-color: #fff;
	margin-left: 50px;
	margin-top:20px;
}

#middle .padding {
	padding-top: 27px;
}

.padding {
	padding: 18px;
}	

#sort {
	background: url({images}background-sort.gif) repeat-x;
	height: 71px;
}

#sortContent {
	padding: 16px 8px 16px 16px;
}


#sort div img {
	margin-right: 4px;
}

.sortTd {
	width: 80px;
}

.sortHeadline {
	margin-bottom: 10px;
}

.bar {
	background: url({images}print-top.gif) repeat-x;
}

.bar .padding {
	padding-top: 34px;
}

.previewLeft {
	width: 189px;
	float: left;	
}

.previewRight {
	width: 189px;
	float: right;	
}

.previewImage {
	width: 55px;
	float: left;
	margin-right: 6px;
}

.previewText {
	float: left;
	width: 128px;
	padding-top: 2px;
	line-height: 18px;
}

.line {
	border-bottom: 1px solid #dadbdb;
}

.lineTop {
	border-top: 1px solid #dadbdb;
	border-bottom: 1px solid #dadbdb;
}

.lineTopOnly {
	border-top: 1px solid #dadbdb;
}

.list1Text .line {
	border-bottom: 1px solid #dadbdb;
	padding-left: 15px;
}

.list1Text .lineTopOnly {
	border-top: 1px solid #dadbdb;
	padding-left: 15px;
}

.list1Text .adress {
	padding-left: 15px;
}

#listBar1 .padding {
	padding: 10px 12px 10px 0;
}

#listBar2 .padding {
	padding: 10px 12px 10px 15px;
}

#listBar {
	
}

/* list 1*/

.list1Content {
	width: 413px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.list1Text {
	float: left;
	width: 413px;
	line-height: 19px;
}

.list1Text .padding {
	padding-left: 15px;
}

/* list 2*/

.list2Content {
	width: 398px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.list2Image {
	width: 100px;
	float: left;
	margin-right: 6px;
}

.list2Text {
	float: right;
	width: 292px;
	line-height: 19px;
}

/* list 3*/

.list3Content {
	width: 100px;
	margin-bottom: 16px;
	margin-top: 8px;
	margin-right: 49px;
	float: left;
}

.list3ContentNone {
	width: 100px;
	margin-bottom: 16px;
	margin-top: 8px;
	float: left;
}

.list3Content .line {
	line-height: 19px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.list3ContentNone .line {
	line-height: 19px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.list3Content .line img{
	margin-right: 4px;
	margin-top: 1px;
}

.list3ContentNone .line img{
	margin-right: 4px;
	margin-top: 1px;
}

.list3Image {
	width: 100px;
	padding-bottom: 5px;
}

.list3Text {
	width: 100px;
	line-height: 19px;
}

.list3Content .line .none {
	margin-right: 0px;
}

.list3ContentNone .line .none {
	margin-right: 0px;
}

.lineTop3 {
	border-top: 1px solid #dadbdb;
	border-bottom: 1px solid #dadbdb;
	color: #999;
}

/* list footer */

#listFooter {
	background: url({images}print-top.gif) repeat-x;
}

#listFooterInner {
	padding: 17px 12px 0 15px;
}

.titleAndIcons img{
	margin-top: 3px;
	margin-left: 4px;
}

.title {
	color: #999;
}

.list1Title {
	color: #999;
	padding-left: 15px;
}

/* search */

.searchBox {
	width: 128px;
	margin-bottom: 15px;
	margin-top: 2px;
	margin-right: 7px;
	float: left;
	font-size: 10px;
}

.searchBox .lightblue {
	font-size: 11px;
}

.searchBox select {
	width: 128px;
}

.searchBoxNone {
	width: 128px;
	margin-bottom: 15px;
	margin-top: 2px;
	margin-right: 0px;
	float: left;
	font-size: 10px;
}

.searchBoxNone .lightblue {
	font-size: 11px;
}

.searchBoxNone select {
	width: 100px;
	margin-left: 22px;
}

.searchTwoRows {
	float: left;
	margin-bottom: 1px;
}

.searchTwoRows div {
	padding-left:4px;
	float:right;
	width:100px;
	line-height: 17px;
	padding-top: 1px;
}

#searchFooter {
	background: url({images}print-top.gif) repeat-x;
	display: none;
}

#searchFooterInner {
	padding: 17px 12px 0 15px;
}

.searchButton {
	padding: 0 0 20px 12px;
}

/* detailview */

#update {
	width: 575px;
	height: 37px;
	float: right;
}

#update .columnLeft {
	width: 389px;
	padding-left: 15px;
}

#update .margin {
	margin-right: 6px;
}

#barHeadline {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #01445d;
}

#barHeadline div {
	padding: 15px;
}

#barHeadline .margin {
	margin-right: 8px;
}

#logoAbstract {
	width: 398px;
	height: 50px;
	margin-bottom: 25px;
}

#logoAbstract .columnLeft {
	width: 70px;
}

#logoAbstract .columnRight {
	padding-left: 35px;
}

.darkgray {
	color: #323232;
	line-height: 18px;
}

.darkgray img {
	padding-top: 2px;
}

.subheadline {
	padding-top: 20px;
	padding-bottom: 20px;
}

.pdfdownload {
	margin-top: 15px;
}

.pdfdownload img {
	margin-right: 10px;
}

.description {
	width: 398px;
	margin-bottom: 25px;
}

.description .columnLeft {
	width: 200px;
}

.description .columnRight {
	padding-left: 15px;
}

.barGallery {
	background: url({images}print-top.gif) repeat-x;
}

.barGallery .previewLeft {
	width: 189px;
	float: left;	
}

.barGallery .previewRight {
	width: 174px;
	float: right;	
}

.barGallery .previewImage {
	width: 55px;
	float: left;
	margin-right: 6px;
}

.barGallery .previewText {
	float: left;
	width: 113px;
	padding-top: 2px;
	line-height: 18px;
}

.barGallery .previewTextLeft {
	float: left;
	width: 124px;
	padding-top: 2px;
	line-height: 18px;
}

.infosRight {
	width:174px;
}

.contactLeft {
	width: 185px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.contactRight {
	width: 174px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.contactLeft input {
	width: 135px;
}

.contactRight input {
	width: 128px;
}

.lineDetailContact {
	border-bottom: 1px solid #dadbdb;
	padding-top: 5px;
	padding-bottom: 10px;
}

.lineDetailContact textarea {
	width: 388px;
	height: 125px;
}

.code {
	width: 65px;
}

/* misc */

.icon {
	vertical-align: middle;
}

.opacity {
	opacity: 0.25;
}

#right {
	width: 139px;
	float: right;
	display: none;
}

#searchbar {
	width: 185px;
	display: none;	
}

#searchbar .inner {
	padding: 14px;
	padding-bottom: 20px;
	background: url({images}searchbar-background.gif) repeat-y;
	line-height: 10px;
}

#searchbar .inner font {
	padding-left: 7px;
	font-size: 11px;
}

#searchbar input {
	width: 100%;
	/* IE 6 Workaround */
	//width: 150px;
}

#searchbar select {
	width: 157px;
}

#calendar {
	border: 1px solid #dadbdb;
	background-color: #fff;
}

#calendar div {
	padding: 5px;
}

#calendar div div {
	padding: 0px 4px 0px 0px;
}

.table {
	width: 100%;
}

.tableList {
	width: 100%;
}

.tableList .margin {
	margin: 0 0 10px;
}

#calendar div table {
	width: 147px;
}

.table td {
	padding: 1px 2px 2px 0;
	font-size: 11px;
}

#print {
	background: url({images}print-top.gif) repeat-x;
}

#print div {
	width: 425px;
	padding-left: 23px;
	padding-top: 17px;
	font-size: 9px;
}

#printHeader {
	text-align: left;
	padding-left: 50px;
}

#printFooter {
	text-align: left;
	padding-left: 50px;
}

.left {
	float: left;
}

.right {
	float: right;
}

#footer {
	width: 776px;
	height: 48px;
	background: url({images}footer-background.jpg) no-repeat;
	display: none;
}

#footer .left, #footer .right {
	font-size: 9px;
	padding-top: 23px;
}
#footer .left {
	padding-left: 218px;
}

#footer .right {
	padding-right: 18px;
}

.box {
	border: 1px solid #dadbdb;
	padding: 7px;
}

.newsletterInput {
	width: 77px;

}

.newsletterButton {
	vertical-align: bottom;
}

.money {
	margin-bottom: 17px;
}

a:link, a:visited, a:focus, a:hover, a:active {
	font-size: 11px;
	color: #5F6464;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.small:link, a.small:visited, a.small:focus, a.small:hover, a.small:active {
	font-size: 9px;
	color: #6A6E6F;
	text-decoration: none;
}

a.small:hover {
	text-decoration: underline;
}

.gray {
	color: #5F6464;
}

.lightblue {
	color: #00B5FF;
}

.lightblueSmall {
	color: #00B5FF;
	font-size: 9px;
}

.darkblue {
	color: #01445d;
}

.small {
	font-size: 9px;
}

a.darkblue:link, a.darkblue:visited, a.darkblue:focus, a.darkblue:hover, a.darkblue:active {
	font-size: 11px;
	color: #01445d;
	text-decoration: none;
}

a.darkblue:hover {
	text-decoration: underline;
}

a.lightblue:link, a.lightblue:visited, a.lightblue:focus, a.lightblue:hover, a.lightblue:active {
	font-size: 11px;
	color: #00B5FF;
	text-decoration: none;
}

a.lightblue:hover {
	text-decoration: underline;
}

/* @end */