/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
a:focus {
	/*text-decoration: underline;*/
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ende reset-styles */




html, body {
	margin: 0;
	padding: 0;
	height: 100%; /*wg zentrierung*/
}

body { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 100.01%;
	line-height: 80%;
	color: #e3e3e3;
	background-color: #000000;	
	min-height: 770px;
    min-width: 950px;	
	}


img {
	border: 0;
}

a,
a:active {
	color: #e3e3e3;
	text-decoration: none; 
}


#wrapper { 
	
    min-width: 460px;
	min-height: 285px;
	width: 100%;
   
 }



.slideshow {
    height: 100%;
   /*
 	left: 0;
	position: absolute;
    top: 0;
	overflow: hidden;

	*/  
	width: 100%;
	background-color:#00ff00;
}

.slideshow img {
   /*
	 min-width: 100%; skaliert nur groesser als original
	min-height: 100%;
	*/
	max-width: 100%; /*skaliert groesser und kleienr als original*/
	min-width: 100%;
}

#info {
	position: absolute; /*wg scrollbalken*/
   	top: 3em;
	left: 3em;  
    width: 22.5em;
    z-index: 100;
}

#info #logo {
	margin: 0 0 1.5em 0;
}

p {
	font-size: 0.625em;
	margin: 0 0 1em 0;
}

p.fb img {
	vertical-align: middle;
	padding: 0 1em 0 0;
}

div#textcontact {
	margin: 0.6875em 0 0 0;
}
div#textimprint {
	margin: 0.6875em 0 0 0;
}

div#contactlink {
	position: absolute; /*wg scrollbalken*/
   	bottom: 1.2em;
	left: 3em; 
}

div#imprintlink {
	position: absolute; /*wg scrollbalken*/
   	bottom: 2.3em;
	left: 3em; 
}

body {  
        overflow:hidden;  
}  
#supersize img, #supersize a{  
    height:100%;  
    width:100%;  
    display:none;  
}  
#supersize .activeslide, #supersize .activeslide img{  
    display:inline;  
}  