@charset "ISO-8859-1";

/*
#---------------------------------------------------------------------------
# ID: main.css
#---------------------------------------------------------------------------
*/  


/* Basis-Stylesheets einbinden */  
@import url(/css/core/base.css);
  
/* Thickbox Script */
@import url(/css/thickbox.css);

/* Format EZSHOP Software */
@import url(/css/ezshop.css);

/* Format stm-stahl.de */
@import url(/css/stm_layout.css);

@media screen, projection  
{ 
/* Randbereiche & Seitenhintergrund 10px sind für oberen gelben Abstand*/  
body { 
	background: #ffcb05 none; 
	padding: 10px 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 15px; 
	color: #555555; 
}  

/* Default Formatierung */
ul, h1, h2, h3, h4 { 
	margin: 0px; 
	padding: 0px;
}
li { 
	list-style-type: none;
}
a { 
	color: #333; 
	text-decoration: none;
}
a:focus {
	outline: none; 
}
a:hover { 
	color: #333; 
	text-decoration: underline;
}
p {
	margin:0 0 15px;
	padding:0;
}

/* Layout-Ausrichtung */  
#page_margins { 
	margin: 0 auto; 
}  
   
/* Layout-Eigenschaften */  
#page_margins { 
	width: 900px; 
	min-width: inherit; 
	max-width: none; 
	background: #fff; 
}  
#page {
	padding: 10px 20px 20px 20px;
}  
#header { 
	color: #000; 
	background: #fff; 
	padding: 10px 1em 2em 10px;
}  
#main    { 
	background: #fff; 
	margin: 10px 0px 30px 0px; 
	min-height: 300px; 
}  
#footer   { 
	color: #666; 
	background: #f9f9f9; 
	padding: 5px 20px 5px 5px;
} 
#seocontent { 
	background: #fff; 
	padding: 20px 0px 0px 0px;
	overflow: hidden;
}

/* Layout Inhalts-Container */  
#col1 { 
	float: left; 
	width: 25%;
}  
#col2 { 
	display:none;
}  
#col3 { 
	width: auto; 
	max-width: 665px; 
	margin: 0 10px 0 25%;
}  
#col1_content { 
	padding: 15px 10px 0 0;
}
#col3_content { 
	padding-top: 10px;
}

/* set column dividers */   
#header { 
	border-bottom: 1px solid #2F99D5;
}
#footer { 
	border-top: 1px solid #c8c8c8; 
	border-bottom: 1px solid #c8c8c8;
}
#seocontent { 
	border-bottom: 1px solid #c8c8c8;
}
}








