/*================================================
	Stylesheet für produktgruppe.html

	Datei:	produktgruppe.css
	Datum:	28. Februar 2008
	Autor:	Tobias Bathcke
================================================*/

/*==============================================
	"body" Styles
==============================================*/

body { 
	color: #615d5c; /* Schriftfarbe */
	background-color: #fdebc9; /* Hintergrundfarbe */
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: small; 
}

#fussbereich {color: 615d5c; margin-top: 70px;}
/*=============================================
	Hyperlinks
==============================================*/

#produktgruppe a {
	text-decoration: none;
	outline: none;
	background-color: #fdebc9;
	color: white;
	
}

/*============================================
	"textbereich" Styles
=============================================*/
#wrapper {
	width: 900px;
	margin: auto;
}

table {
	border-collapse: collapse;
}

tr:hover{
	background-color: #f5e39e;
}

#produktgruppenbild {
	text-align: center;
}

#link_nachoben_produktgruppe {float: right; margin-right: 100px; font-size: 95%;}
	#link_nachoben_produktgruppe a {color: #615d5c;}
	#link_nachoben_produktgruppe a:hover, #link_nachoben_produktgruppe a:focus {background-color: #F5E39E;}

.gerade {
	list-style-type: none;
	text-align: center;
}

.rahmen_zeile {cursor: pointer;}

.txt_pgruppe {font-size: 120%; text-align: center;}

.rechts {text-align: right;}
.links {text-align: left;}

.link {text-decoration: none; color: 615d5c;}
	.link a:hover, a:focus, a:active {text-decoration: none; background-color: #fdebc9; color: 615d5c;}
	
.link2 {color: #fdebc9;}
