/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
   TEMPLATE NAME: 	Techmania 1.0
	TEMPLATE CODE: 	S-0003
    VERSION:         1.1          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top elements */
* {
	margin:0;
	padding: 0;
}

body {
	background-color: #282313;
	text-align: center;
	margin: 15px;
	background-image: url(../Bilder/bckgr2.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}  

/* links */
a	{
	color: #92908C;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #6A6861;
	background: inherit;
}
 
/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold;
}
h1 {
	color: #FFFFFF;
	font-size: large;
}
h2 {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #666666;
}
h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 1px;
}

h1, h2, h3, p {
	padding: 0;
	margin: 10px 15px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #999999;
}
ul span, ol span {
	color: #666666;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}

img.float-left {
  margin: 5px 10px 10px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #EAEAEA;  
  border-left: 5px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #EAEAEA; 
	border-left: 5px solid #72A545;  
	font-weight: bold; 
}

/* form elements */
form {
	margin:10px 15px; padding: 0;
	border: 1px solid #EAEAEA; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:3px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:4px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}

/*****************************
      LAYOUT 
******************************/
#wrap {
   margin: 0 auto ;
   padding:0;	
   text-align: left;
   background-color:#FFF;
   width: 790px;  	
}
#content-wrap {
	clear:both;
   margin:0; padding:0;
	width: 790px;		
}

/* main content */
#main {
	float: none;
	margin: 0;
	padding: 0;
	background-color: #1A170C;
	color: #696969;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	font-weight: normal;
	width: 800px;
	text-align: right;
	border: 1px solid #000000;
}
#main h1 {
	padding: 4px 0 3px 25px;
	text-transform: none;
	border-bottom: 2px solid #9D9D9D;
	color: #9D9D9D;
	background-image: url(square_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0% center;
}	
#main h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9D9D9D;
	background-image: url(../Bilder/headphones.gif);
	background-repeat: no-repeat;
	background-position: 30px center;
	font-size: 12px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	text-align: right;
	vertical-align: middle;
	height: 34px;
	font-weight: normal;
}

* html body #sidebar ul.sidemenu a { height: 18px; }


/* footer */
#footer {
	color: #1A170C;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear {	clear:both;	} 
.hide  { display: none; }
.gray  { color: #CCC; }
.align-middle {
	text-align: center;
}
