/*  site:   Stefan Schopohl          */
/*  web:    www.schopohl.eu   */
/*  file:   /includes/startpage.css  */
/*  layout: produktionsraum          */



/* [ 1 ] general selectors */

body {
	background:  #000;
	margin:      50px 0px 20px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:   70%;
	color:       #9c9c9c;
	text-align:  center; /* must be for ie */
	}

a:link {
	color:           #2f7500;
	font-weight:     normal;
    text-decoration: none;
    border-bottom:   1px dotted #2f7500;
	}
	
a:visited {
	color: #585858;
    text-decoration: none;
    border-bottom:   1px dotted #585858;
	}

a:hover, a:active {
	background:      #2f7500;
	color:           #fff;
	text-decoration: none;
	}

a.button, a.button:link, a.button:visited, a.button:active, a.button:hover {
    border:	0px;
    }

img {
    border: none;
    background: #fff;
	}



/* [ 2 ] structure */

#container {
	width:      450px;
	margin:     200px auto;
	text-align: left;
	}

#content {
	padding-top: 10px;
	margin:      0px 20px 20px 20px;
	width:       410px;
	text-align:  center;
	}



/* [ 4 ] accessibility */
	
hr { /* simple style when css not in use */
	display: none;
    }

#skip {
	display: none;
	}



/* [ 5 ] hacks */

.clearfix:after { /* float hack used to float content correctly */
    content:    "."; 
   	display:    block; 
   	height:     0px; 
   	clear:      both; 
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */	



/* EOF */