@charset "utf-8";

/* ============================ gummifische ================================ */
html	{
		background: url(../bilder/hintergrund/hecht.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

article#content  {
		float: left;
		width: 739px;
		height: 1598px;	
		border: 2px solid #344405;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		/*text-align: center;*/
		background-color: #f6ebcf;
		/*font-size: 0.8em;*/
		padding: 0 8px 0 8px;
		z-index: 1;
}

.beschreibung  {
		width: 650px;
		margin: 0 auto;
		margin-top: 4px;
		margin-bottom: 4px;
		text-align: center;
}

.gummifische  {
		background-image: url(./../bilder/gummikoeder/gummifische.jpg);
		background-repeat: no-repeat;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		width: 650px;
		height: 440px;
		margin: 0 auto;
		margin-top: 4px;
		margin-bottom: 4px;
}

.relax  {
		background-image: url(./../bilder/gummikoeder/relax.jpg);
		background-repeat: no-repeat;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		width: 650px;
		height: 686px;
		margin: 0 auto;
		margin-top: 6px;
		margin-bottom: 4px;
}	

.kopyto  {
		background-image: url(./../bilder/gummikoeder/kopyto.jpg);
		background-repeat: no-repeat;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		width: 650px;
		height: 180px;
		margin: 0 auto;
		margin-top: 6px;
		margin-bottom: 4px;
}	

/* -------------- Sidebar -------------- */		

.gummifisch   {
		margin: 0 auto 0 auto;
 } 

.kopyto-side	{
		margin: 0 auto 0 auto;	

 } 

/* Links */

a   {
		font-family: Arial, Verdana, sans-serif;
		color: #3e500b;
		font-style: italic;
		font-weight: normal;
		text-decoration: underline;
}

a:hover {
		font-family: Arial, Verdana, sans-serif;
		font-weight: normal;
		color: #0000ff;
		text-decoration: underline;	
}

a:focus {
		outline: none;
}




