/* @override http://www.huber-schriften.com/shirtfabrik/stylesheet.css */

/* @override 
	http://localhost/shirtfabrikv3/stylesheet.css
	http://localhost/shirtfabrikv3/stylesheet.css
*/

html, body {
	background-color: #000;
	margin: 0;
	padding: 0;
	color: #e0e0e0;
	font: 8pt/10pt Verdana;

}

a:link, a:visited {
	color: #f6d700;
}

a:hover {
	color: #a9a9a9;
}


#homepagecontainer {
	width: 1000px;
	height: 594px;
	margin: 40px auto 0 auto;
	padding: 0;
}

/* @group Linke Spalte */






#linksschwarz {
	width: 156px;
	height: 100%;
	border-right: 5px solid #ccc;
	margin: 0;
	padding: 0;
	float: left;
}
#linkespalte {
	width: 150px;
	height: 100%;
	margin: 0;
	padding: 0;
	float: left;
		background-color: #f6d700;

}

#linkespalte a, #linkespalte a:visited {
    color: #494949;
    text-decoration: none;
}

#linkespalte a:hover {
	color: #747474;
}

#logo {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 150px;
}

/* @group Menü */

#menu {
	width: 148px;
	margin: 0;
	padding: 0;	
	border-left: 1px solid #363636;
	border-right: 1px solid #363636;
	background-color: #000;
}

#menu a, #menu a:visited {
    text-decoration:none;
    color: #cbcbcb;
    display:block; 
    width: 133px;
    border-bottom: 1px solid #363636;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 16px;
}

#menu a:hover {
	color: #fff;
}

/* @end */

/* @group Newsletter */
#newsletter {
	width: 135px;
	height: 71px;
	margin: 2px 0 0;
	padding: 0 0 0 8px;
	color: #4c4c4c;
	text-align: left;
	font-size: 11px;
}


/* @end */







/* @group Copyright */

#copyright {
	width: 139px;
	height: 13px;
	padding: 0;
	color: #4c4c4c;
	text-align: center;
	font-size: 9px;
	margin: 16px 0 0 5px;
}

#copyright a, #copyright a:visited {
    color: #494949;
}

#copyright a:hover {
	color: #747474;
}

/* @end */



/* @end */

/* @group Rechte Spale */

#rechtespalte {
	margin: 0;
	padding: 0;
	width: 831px;
	height: 594px;
	float: right;
	border-right: 5px solid #ccc;
	text-align: left;
}

#header {
	width: 829px;
	height: 125px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#content{
	margin: 10px 0 0 15px;
	width: 800px;
	height: 272px;
	padding: 0;
	text-align: left;
	line-height:14px;
	font-size: 12px;
}

#laufbalken{
		margin: 14px 0 0 15px;
	width: 800px;
	height: 163px;
	padding: 0;
	text-align: left;
}

/* @end */



