/*CSS - Styleguide*/

/*
	http://sigikid-fashion.de/
   	css styles
   
   	Copyright 2008, Markus Spiske
   	http://www.temporausch.com
*/

/*------------------general styles------------------*/
html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
	margin: 0;
	padding: 0;
	border: 0;
	color: #666;
	background-color: #fff;
}

body {
	font: 12px/150% Helvetica, Arial, Verdana, sans-serif;
	text-align: left;
}         	

/*------------------links------------------*/
a.grey:link, a.grey:visited, a.grey:active {
	color: #666;
	text-decoration: underline;
	background-color: #e9e9e9;
}

a.grey:hover {
	color: #666;
  	text-decoration: none;
  	background-color: #e9e9e9;
}

a.yellow:link, a.yellow:visited, a.yellow:active {
	color: #ff8900;
	text-decoration: underline;
}

a.yellow:hover {
	color: #ff8900;
  	text-decoration: none;
}

/*------------------headlines------------------*/
h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
	color: #888;
}

h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 0px;
	color: #ff8900;
}

.clear {
	clear: both;
}  
       
/*------------------wrapper------------------*/
#wrapper {
	width: 600px;
	margin: 0 auto;
} 

/*------------------footer------------------*/       
#footer {
	clear: both; 
	width: 600px;
	height: 40px; 
	text-align: center; 
	padding-top: 75px; 
}   

#footer_inside {
	clear: both; 
	width: 770px;
	height: 40px; 
	text-align: center; 
	padding-top: 75px; 
}      
       
/*------------------impressum------------------*/       
.highlight {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 0px;
	color: #ff8900;
	background-color: #e9e9e9;
}

.impressum_content {
	float: left;
	width: 600px;
	padding: 20px;
	background-color: #e9e9e9;
	margin-top: 10px;
}

#impressum {
	float: left;
	width: 600px;
    margin-top: 100px;
}       
       
       
       
       
       
       
