@media screen {
/* I=======================================================================================I
		Main Stylesheet
		File: Scripts/main.css
		Date: 28.09.2009
		Autor: Daniel Reinhold
   I=======================================================================================I */

/* global reset */

* { padding: 0px; margin: 0px;}
h2, p, ul, ol { margin-bottom: 0px;}
ul ul { margin-bottom: 0;}
li { margin-left: 1em;}

html { height: 101%;} 
#index {background: #000; overflow: hidden;}
/* #home { background: #4F4F4F;} */
#home { background: #fff;  min-width: 1300px;}

#center {text-align: center;}

.centered {
	width: 1024px;
	height: 750px;
	position: absolute;
	top: 3em;
	left: 50%;
	margin-left: -527px;
	padding: 15px;
	background: #4F4F4F; 
	display: block;
}

#index img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: none;
}

h1 { text-indent: -9999em;}

#main { }

#zertifikate { width: 100px; height: 500px;  position: absolute; margin-left: 540px; left: 50%; top: 2.8em;}
#zertifikate img { padding-top: 6px; border: none; }

   
} /* Ende @media - nicht löschen */
