@charset "utf-8";

/* ============================ Downrigger-Gewichte ================================ */
article#inside   {		
		width: 980px;
		height: 1300px;		
		z-index: 1;
		margin: 24px auto 20px auto;
}

article#content  {
		float: left;
		width: 739px;
		height: 660px;	
		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;
}

#gewichte  {
		background-image: url(./../bilder/downriggergewichte/rot-gruen.jpg);
		background-repeat: no-repeat;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		width: 580px;
		height:404px;
		margin: 0 auto;
		margin-top: 4px;
		margin-bottom: 10px;
}

p.text   {
		text-align: justify;
		width: 580px;
		margin: 0 auto;
		font-size: 0.8em;
		line-height: 1.2em;
}

 /* -------------- Sidebar -------------- */

/* 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;
}



