/* modified: 18.09.2024 */

body{
	position: relative;
	/* background-color: #787878; */
	background-color: gray;
	font-family: verdana, arial, "ms sans serif", sans-serif;
	/* color: #DCDCDC; */
	color: gainsboro;
	margin: auto;
	height: 100%;
	font-size: 12px;
	
	min-width: 304px;
	max-width: 1346px;
}

b{
	color: white;
}

.note {
    font-style: italic;
    font-size: 11px;
}

.tooltip span {
	z-index: 10;
	display: none;
	padding: 10px 20px;
	margin-top: -32px;
	margin-left: 32px;
	text-align: left;
	/* box-shadow: 8px 8px 8px #000080; */
	box-shadow: 8px 8px 8px navy;
	font-size: 10px;
}

.tooltip ul {
	margin: 0px;
	padding: 0px;
}

.tooltip img {
	height: 256px;
}
	
.tooltip:hover span {
	display: inline;
	position: absolute;
	font-weight: normal;
	color: gainsboro;
	border: 1px solid black;
	background: gray;
}

.navdrop_table{
	border-collapse: collapse;
	text-align: center;
	width: 100%;
	background-color: gray;
	color: gainsboro;
}

.navdrop_table td{
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid black;
}

.navdrop span {
    min-width: 100px;
	z-index: 10;
	display: none;
	margin-top: 1px;
	margin-left: -2px;
	text-align: left;
	box-shadow: none;
	font-size: 10px;
	line-height: 14px;
	box-shadow: 8px 8px 8px navy;
}
	
.navdrop:hover span {
	display: inline;
	position: absolute;
	font-weight: normal;
	color: gainsboro;
	background: gray;
}

.navbox_table{
	margin-top: 5px;
	border-collapse: collapse;
	width: 100%;
	background-color: navy;
	color: gray;
}

.navbox_td{
	width: 20%;
	border: 1px solid black;
}

.navbox_table a{
	text-align: center;
}

.navbox_td:hover{
	background-color: gray;
	font-weight: bold;
}

.navlink{
	display: block;
	font-size: 12px;
	line-height: 14px;
	color: gainsboro;
	text-decoration: none;
}

.pageheader{
	background-color: navy;
	border: 1px solid black;
	text-align: center;
	vertical-align: center;
	height: 62px;
}

.newsboxheader{
	color: gainsboro;
	margin: auto;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

.newsbox{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	margin-top: 5px;
	border: 1px solid black;
	background-color: navy;
	color: gainsboro;
}

.projects{
	padding-left: 10px;
	padding-top: 10px;
}

.toplink{
	font-size: 12px;
	line-height: 14px;
	color: gainsboro;
	text-decoration: none;
}

.genlink{
	cursor: pointer;
	font-size: 12px;
	line-height: 14px;
	color: navy;
}

.bloglink{
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
	color: gainsboro;
	text-decoration: none;
}

table.car_table{
	width: 100%;
	max-width: 500px;
	border: none;
}

table.mobsub_old{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid gainsboro;
}

table.proj_table{
	width: 100%;
	border-collapse: collapse;
}

table.listing{
	border: none;
	border-collapse: collapse;
}
table.listing td{
	border: 1px solid #DCDCDC;
	padding: 5px;
	text-align: left;
}
table.listing tr:nth-child(odd) {
	background-color: #878787;
}

.vor_table{
	margin: auto;
	border-collapse: collapse;
	border: none;
}

.vor_table td{
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid black;
}

.vor_table1{
	margin: auto;
	border-collapse: collapse;
	border: none;
}

.vor_table1 td{
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.entw{
	display: block;
}

tr.mobsub_tr:nth-child(odd) {
    background-color: dimgray;
}
	
td.newchassis{
	background-color: green;
}
	
td.new{
	background-color: green;
}
	
.mobsub_old td{
	padding-left: 5px;
	padding-right: 5px;
	height: 33px;
}
	
.mobsub_old th{
	background-color: gray;
}

.col0 {
	width: 120px;
}

.col1 {
	width: 82px;
}

.col2 {
	width: 100px;
}

.col3 {
	width: 100px;
}

.col4 {
	width: 100px;
}

.col5 {
	width: 40px;
	text-align: left;
}

.col6 {
	width: 50px;
	text-align: left;
}

p{
	font-size: 12px;
	margin: 2px;
	line-height: 14px;
}

hr{
	border: none;
	border-top: 1px solid black;
	background-color: gray;
	height: 1px;
}

img{
	max-width: 100%;
}
 
.ch_pre {
	height: 50px;
}
	
.blogimage{
	max-width: 100%;
	/*max-height: 200px;*/
	max-height: 530px;
}
	
.blog_small{
	max-height: 200px;
}
	
.blogimage_large{
	max-width: 100%;
	max-height: 400px;
}
	
.normal_image{
	max-width: 100%;
}

.blogentry{
	font-weight: bold;
    text-decoration-line: underline;
}	

.projectpage{
	text-align: center;
	margin: auto;
	max-width: 800px;
}

.in_calc{
	width: 50px;
}
	
.model_image{	
	max-width: 100%;
	max-height: 200px;
	display: inline-block;
	vertical-align: bottom;
	line-height: 0px;
}
	
/* @media screen and (min-width: 721px) { */
@media screen and (min-width: 880px) {
	/*body{
		width: 1346px;
	}*/
	
	.general_image{	
		max-width: 100%;
		max-height: 200px;
	}
	
	span.mobile{	
		display: none;
	}
	
	span.desktop{	
		display: inline;
	}

	.pageheader{
		margin-top: 20px;
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.navbox{
		margin-left: 20px;
		margin-right: 20px;
	}

	.newsboxheader{
		margin-left: 70px;
	}

	.newsbox{		
		position: absolute;
		margin-left: 20px;
		width: 250px;
		height: 84%;
	}

	.newscontent{	
		padding-top: 5px;
		width: 100%;
		height: 98%;
	}	

	.blogcontent{
		border: 1px solid black;	
		padding: 5px;
		margin-top: 5px;
		margin-left: 20px;
		margin-right: 20px;
	}

	.maincontent{
		padding: 5px;
		display: block;
		border: 1px solid black;
		position: relative;
		margin-top: 5px;
		margin-left: 282px;
		margin-right: 20px;
		min-height: 1020px;
	}

	.table1{
		width: 100%;
		font-size: 12px;
	}

	.footer{
		position: static;
		margin-top: 5px;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 20px;
		
		background-color: navy;
		border: 1px solid black;
		
		height: 18px;
		text-align: center;
		vertical-align: center;
		font-size: 10px;
		font-weight: bold;
		padding-top: 2px;
		line-height: 14px;
	}

}


/*@media screen and (max-width: 720px) {*/
@media screen and (max-width: 879px) {
	/*body{
		min-width: 304px;
		width: 100%;
	}*/
	
	.general_image{	
		max-width: 100%;
		/*max-height: inherit;*/
		max-height: 200px;
	}
	
	span.mobile{	
		display: inline;
	}
	
	span.desktop{	
		display: none;
	}

	.pageheader{
		margin-top: 20px;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.navbox{
		margin-left: 0px;
		margin-right: 0px;
	}
 
	th.stick{
		font-size: 10px;
	}

	.newsboxheader{
		margin-left: 35%;
	}
		
	.newsbox{		
		position: relative;
		margin-left: 0px;
		margin-right: 0px;
		height: 130px;		
	}

	.newscontent{
		padding-top: 5px;
		width: 100%;
		height: 96%;
	}

	.blogcontent{	
		position: relative;
		border: 1px solid black;
		padding: 5px;
		margin-top: 5px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.maincontent{
		padding: 5px;
		border: 1px solid black;
		position: relative;
		margin-top: 5px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.table1{
		font-size: 10px;
	}

	.col7, .col8 {
		display: none;
	}

	.footer{
		text-align: center;
		position: relative;
		bottom: 20px;
		margin-top: 25px;
		margin-left: 0px;
		margin-right: 0px;
		
		background-color: navy;
		border: 1px solid black;
		
		height: 18px;
		text-align: center;
		vertical-align: center;
		font-size: 10px;
		font-weight: bold;
		padding-top: 2px;
		line-height: 14px;
	}

}