/* @override http://localhost:8888/style.css */

/* @override http://localhost:8888/style.css */

/* @override http://localhost:8888/style.css */

/*****Generic Classes*****/  
html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	width: 100%;
	color: #5e5e5e;
	position: relative;
	height: 100%;
	padding: 0;
	margin: 0;
	font: 12px/18px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	list-style: none;
	background-color: #fff;
}

div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td, tbody, img {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	font-weight: normal;
}

/*****Basic Layout*****/
#top {
	height: 252px;
	width: 100%;
	background: url(/images/head2.jpg) no-repeat center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: block;
}
#wrapper {
	display: table;
	position: relative;
	margin: 0 auto;
}
#inside_wrapper {
	position: relative;
	width: 1000px;
	padding-top: 18px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	background-image: url(/images/kmw-gt-logo.png);
	width: 242px;
	height: 86px;
	cursor: pointer;
}
#content {
	position: relative;
	display: table;
	padding-bottom: 70px;
	width: 1046px;
}

#content_text {
	width: 600px;
	padding-left: 75px;
	float: left;
}

/* @group Menu */

#menu {
	height: 32px;
	text-transform: uppercase;
	padding-top: 15px;
	font: 14px 'Montserrat', sans-serif;
	margin-bottom: 60px;
	float: right;
	margin-right: 101px;
}
#menu li {
	float: left;
	margin-right: 32px;
}
#menu a.menu:link, a.menu:visited, a.menu:active {
	color: #5e5e5e;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	height: 22px;
}
#menu a.menu:hover {
	color: #e20a16;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
.menu-active:link, .menu-active:active, .menu-active:visited, .menu-active:hover {
	color: #e20a16;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	height: 22px;
	background: url(/images/dot.gif) repeat-x 0 19px;
}

#submenu {
	display: block;
	background-color: #f3f3f3;
	width: 216px;
	float: left;
	border-right: 1px solid #c8c8c8;
	padding: 14px;
	margin-left: 20px;
	margin-top: 110px;
}
#submenu li {
	text-transform: uppercase;
	font-weight: bold;
	font: 12px 'Montserrat', sans-serif;
	padding: 0 0 20px;
}
a.subbutton:link, a.subbutton:active, a.subbutton:visited {
	color: #5e5e5e;
	display: block;
	padding-left: 20px;
}
a.subbutton:hover{
	color: #e20a16;
	text-decoration: none;
}

a.subbutton-active:link, a.subbutton-active:active, a.subbutton-active:visited {
	color: #e20a16;
	display: block;
	padding-left: 20px;
	background: url(/images/arrow.png) no-repeat 0 3px;
}

/* @end */

  
/*****Content*****/

h1 {
	font: 24px/26px 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #e20a16;
	margin-bottom: 44px;
}
h1 span {
	font-weight: bold;
}
h2 {
	font: 20px/26px 'Montserrat', sans-serif;
	color: #e20a16;
	margin-bottom: 30px;
}
h2 span {
	font-weight: bold;
}
h3 {
	color: #e20a16;
	font-size: 12px;
}

p { 
	margin-bottom: 4px;
}
a:link, a:active, a:visited {
	text-decoration: none;
	color: #e20a16;
	outline: 0;
}
a:hover {
	text-decoration: underline;
	outline: 0;
}
strong, b{
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
}
#content_text ul li {
	margin-left: 26px;
	list-style:outside;
	list-style-type: disc;
	color: #e20a16;
	line-height: 14px;
	margin-top: 5px;
}
#content_text ul li span {
	color: #5e5e5e;
}

/*****Footer*****/

#footer {
	height: 290px;
	border-top: 4px solid #e20a16;
	background-color: #333;
	color: #fff;
	position: relative;
	display: block;
}
#footer-contents {
	text-align:left;
	display: block;
	height: 220px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

div.footer_row {
	float: left;
	padding-top: 54px;
	width: 200px;
	height: 200px;
}

#footer-contents span {
	font-size: 18px;
	line-height: 22px;
}

a.imprint_link:link, a.imprint_link:active, a.imprint_link:visited, a.imprint_link:hover {
	text-decoration: none;
	color: #d6d6d6;
	outline: 0;
}

#footer-contents strong {
	font-size: 12px;
	color: #d6d6d6;
	font-weight: bold;
}


#footer-contents div.footer_row ul {
	padding-left:30px;	
}
#footer-contents div.footer_row li {
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	background: url(/images/footer_arrow.gif) no-repeat left 3px;
	padding-left: 16px;
	text-transform: uppercase;
	padding-top: 0;
}
#footer-contents div.footer_row ul a {
	color: #fff;
}

/*****Etc*****/

a.pdf:link, a.pdf:visited, a.pdf:active {
	
	padding-left: 21px;
	padding-top: 5px;
	display:inline-block;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height: 23px;
	text-decoration:none;
	text-align:center;
	width: 150px;
	
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background: #ededed url(/images/pdf.png) no-repeat 8px center;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	
	/*color:#777777;*/
	color: #cf0c0c;

	
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}

#content img {
	padding-top: 10px;
	padding-bottom: 10px;
}



@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 

#wrapper {
	display: table;
	position: relative;
	margin: 0 auto;
	padding: 0px;
	background-image: none;
}

#footer {
	height: 260px;
	border-top: 2px solid #e30613;
	background-color: #333;
	color: #fff;
	position: relative;
	display: block;
	width: 1080px;
}

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 

#wrapper {
	display: table;
	position: relative;
	margin: 0 auto;
	padding: 0px;
	background-image: none;
}

#footer {
	height: 270px;
	border-top: 2px solid #e30613;
	background-color: #333;
	color: #fff;
	position: relative;
	display: block;
	width: 1080px;
}

}