/*

 # * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * #
 * filename:      gallerie.css                                           *
 * (c) 2008 Stefan 'Stefko' Kohler - eMail: kohler@heldenmagazin.de      *
 # * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * #
*/

body {
	background-image:url(../_gfx/bg_blau.jpg);
	background-repeat:repeat-x;
	background-color:#387ac0;
	color: #444;
	font-size: 81.25%;
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	font-weight:normal;
	text-align:center;
	}

#bild {
	width:100%;
	text-align:center;
	padding:10px;
}

img {
	border:1px #0c3c98 solid;
	padding:5px;
	background:#fff;
}

#navfooter  {
	width: 100%;
	position:absolute;
	bottom:0px;
	text-align:center;
}


a	{
	color: #1A307C;
	line-height:45px;
	/*background-color:#C1CACF;*/
	text-align:center;
	/*display:block;*/
	/*border:1px #999 solid;*/
	text-decoration:none;
}

a:hover {
	background-color:#0c3c98;
	color:#fff;
	/*border:1px #333 solid;*/
	padding:2px 15px 2px 15px;
	text-decoration:none;
}

a:focus {
	background-color:#fff;
	color:#0c3c98;
	text-decoration:underline;
	padding:2px 15px 2px 15px;
}
