/*------------------------------generell lauyout things---------------------------*/
body{
	margin:0px;
	line-height:18px;
	font-family: Arial;
	font-size:12px;
	color:#666;
	background-color:#ebebeb;
	background-image:url(images/body_background.gif);
	background-repeat: repeat-y;
	background-position:top left;
}
tr, td {
	line-height:18px;
	font-family: Arial;
	font-size:12px;
	color:#666;
}
.text{
	font-family: Arial, Helvetica;
	font-size:12px;
	line-height:16px;
}
.textSmall{
	font-family: Arial, Helvetica;
	font-size:11px;
	line-height:16px;
}
form{
	border:0px;
	margin:0px;
	padding:0px;
}
a{
	color:#427aaf;
	font-weight:bold;
}
a:hover{
	color:#1e4d7a;
}

.ueberschrift{
	font-family: Arial, Helvetica;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
}

hr{
	height:1px;
	line-height:1px;
	size: 1px;
}

.search{
	border-top: 1px solid #0e5599;
	border-right: 1px solid #6b95bd;
	border-left: 1px solid #0e5599;
	border-bottom: 1px solid #6b95bd;
}
.searchButton{
	height:21px;
	width:100px;
	margin-left:10px;
	cursor:pointer;
}
.textBlue{
	color:#427aaf;
}
.textDarkBlue{
	color:#004b93;
}
.textGreen{
	color:#048675;
}
/*----------------------------------Navigation------------------------------------*/
/*----------------------------------Main Navigation-------------------------------*/
.navigationBackground{
	background-color:#3671a9;
	background-image:url(images/nav_background.jpg);
	background-repeat: no-repeat;
	background-position:top left;
}

.navigation{
	font-family: Arial, Helvetica;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#004b93;
	width:162px;
	height:24px;
	line-height:24px;
	text-indent:20px;
	background-repeat:no-repeat;
	background-position:left center;
	display:block;
	cursor: pointer;
}

.navigation:hover{
	color:#004b93;
	font-weight:bold;
}
.navigationActive{
	font-family: Arial, Helvetica;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#004b93;
	width:162px;
	height:24px;
	line-height:24px;
	text-indent:20px;
	background-repeat:no-repeat;
	background-position:left center;
	display:block;
	cursor: pointer;
}
.navigationActive:hover{
	color:#004b93;
	font-weight:bold;
}

/*----------------------------------Content Design--------------------------------*/
/*----------------------------------Main Tables to desgin the Layout--------------*/
.firmenListe {
	border-bottom:1px solid #d6d6d6;
}
.rightContent{
	background-image:url(images/shadow_right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.previewContent {
	width:675px;
	border:0px;
}
.mainTable175 {
	width:175px;
	border:0px;
	vertical-align:top;
	text-align: left;
}
.mainTable675 {
	width:675px;
	border:0px;
}
.mainTable2 {
	width:2px;
	border:0px;
}
.mainTable100 {
	width:100px;
	border:0px;
	vertical-align:top;
}
#contentArea {
	width:635px;
	padding-left:20px;
	padding-right:20px;
	border:0px;
	vertical-align:top;
}
/*----------------------------------Tables to Splitt the Content Area-------------*/
.contentLayoutTable{
	width: 100%;
	border: 0px;
}
.contentLayoutTableTwo{
	width:48%;
	vertical-align:top;
}
.contentLayoutTableTwoZw{
	width:4%;
}
.contentLayoutTableThree{
	width:32%;
	vertical-align:top;
}
.contentLayoutTableThreeZw{
	width:2%;
}
.contentLayoutTableFour{
	width:22%;
	vertical-align:top;
}
.contentLayoutTableFourZw{
	width:4%;
}
.contentTable{
	width: 100%;
	height:5px;
	border: 0px;
}
/*----------------------------------Content Template Things-----------------------*/
.ContentImage{
	margin-left:10px;
	margin-bottom:5px;
	border:0px;
}
.contentHorizontalRule{
	height:1px;
	line-height:1px;
	background-image:url(images/site/rule.gif);
	background-repeat:repeat-x;
}
h1 {
	font-family: Arial, Helvetica;
	font-size:18px;
	font-weight:bold;
	margin-top:30px;
	margin-bottom: 20px;
	line-height:24px;
}
ul{
	list-style-type:none;
	padding-left:5px;
	margin:0px;
}
li{
	background-image:url(images/site/orderedlist_icon.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left:10px;
}
