/* bretteleben.de.slideshow.20100412 (JS) - Window CSS */
body
{
	font-family: 'Lucida Grande', Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 80%;
	background: #000;
	color: #FFFFFF;
}

div.center
{
	text-align: center;
	margin: 4em auto 0 auto;
}

object, iframe { vertical-align: top; 
}

div#footer
{
	position: relative;
	width: 100%;
	margin: 2.5em auto 0 auto;
	text-align: center;
	padding-bottom: 5px;
}

a, a:link
{
	color: #E8CD99;
	font-weight: bold;
	text-decoration: none;
	padding: 0 2px;
	border: 0 none !important;
}

a:active { color: #330; }

a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	padding-bottom: 4px;
}

.bildlink, a.bildlink, a:link.bildlink, a:hover.bildlink
{
	text-decoration: none;
	background: transparent;
}

div#footer a:hover
{
	color: #FFFFFF;
	background: #332200;
	text-decoration: underline !important;
}

.pfeile { font-size: 1.6em; }
#previous { text-align: left; }
#next { text-align: right; }
