/******  HTML SELECTORS  ******/
body {
	margin:  0;
	/*background-image: url(../images/background/background_bolt.gif); */
}

img {
	border: 0px;
}


h1 {
	/*width: 100%;*/
	height: 100px;
	background-image:  url(../technical/information/din_specifications/images/header_bolt.gif); 
	background-position: center left;
	background-repeat: no-repeat;
	color: black;
	margin-left: 10px;
	margin-right: 5%;
	margin-bottom: 10px;
	font-family: "times new roman";
	font-size: 1.75em;
	/*text-indent: 40px;*/
	/*vertical-align: sub;*/
	/*text-decoration: underline;*/
}

h1 p {
	margin-left: 50px;
	margin-top: 20px;
	/*font-size: 1.25em;*/
	/*border-top: solid 2px #03c;*/
	border-bottom: solid 2px #666666;
	text-align: left;
}

h2 {
	font-family: verdana;
	font-size: 0.8em;
	font-weight: bold;
	padding: 1px 1px 2px 1px;
	background-color: #666666;
	margin: 0px 0px 1px 0px;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}
		
h2 a {
	color: #fff;
	text-decoration: none;
}

h2 a:hover {
	color: #fc0;
}



/*

h2 {
	font-family:verdana;
	font-family: Times New Roman;
	font-size:1.25em;
	color:#03c; 
	background-color:  white;
	border-style: solid;
	border-color:  #f60;
	border-width:  1px 0px 1px 0px;
	text-align:  left;
	text-indent:  20px;
	margin:  5px 10px 0px 0px;
	padding:  0px;
}*/


/******  MAIN LAYOUT  ******/
#container {
	/*width: 770px;*/
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	/*border-top: solid 1px #03c;
	border-right: solid 1px #03c;
	border-left: solid 1px #03c;*/
}

#header {
	width:  100%;
	clear: both;
	text-align: center;
/*	background-color: #03c;*/
	background-color: #666666;

}



#main_content {
	width:  100%;
	padding: 0px;
	margin: 0px;
	clear: both;
	background-color: #fff;
	text-align: center;
	}

#footer {
	width:  100%;
	clear: both;
	margin-top: 10px;
}



/******  SUB LAYOUT  ******/
#content {
	/*width: 69%;*/
	width: 100%;
	clear: both;
/*	float: left;*/
	/*background-color: pink;*/
	margin: 0px;
	padding: 0px;
}


#sub_navigation {
	width: 30%;
	float LEFT;
	/*background-color: orange;*/
	margin: 0px;
	padding: 0px;
	/*text-align: right;*/
	
}




#breadcrumb {
	font-family:  verdana;
	font-size:  0.7em;
	color: #000;
	background-color: #fff;
	width: 98%;
	clear: both;
	/*margin-top: 15px;
	margin-bottom: 15px;*/
	padding: 15px 0px 15px 10px;
	text-align: left;

}

#breadcrumb ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#breadcrumb ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}


#breadcrumb a {
	color: #03c;
}	


/******  UTILITY CLASSES  ******/

.backwards { 
unicode-bidi: bidi-override; 
direction: rtl; 
}

.top {
	font-family: verdana;
	font-size: 0.8em;
	color: red;
	clear: both;
}