/** BASIC */

body {
	margin: 10px 10px;
	padding: 0px;
	background: #787575;
}

/** TEXTS */

.text1 {
	color 		: #000000;
	font-size 	: 12px;
	font-family 	: Verdana;
	font-weight	: bold;
	text-decoration	: none;
}

.text2 {
	color 		: #565656;
	font-size 	: 10px;
	font-family 	: Verdana;
	font-weight	: none;
	text-decoration	: none;
}

.text3 {
	color 		: #3F3F3F;
	font-size 	: 10px;
	font-family 	: Verdana;
	font-weight	: none;
	text-decoration	: none;
}

.text4 {
	color 		: #000000;
	font-size 	: 11px;
	font-family 	: Verdana;
	font-weight	: none;
	text-decoration	: none;
}

/** LINKS */

a {
	color 		: #000000;
	font-size 	: 12px;
	font-family 	: Verdana;
	font-weight	: bold;
	text-decoration	: none;
}

a:hover {
	color 		: #000000;
	font-size 	: 12px;
	font-family 	: Verdana;
	font-weight	: bold;
	text-decoration	: underline;
}

a.link1 {
	color 		: #FFFFFF;
	font-size 	: 14px;
	font-family 	: Verdana;
	font-weight	: bold;
	text-decoration	: underline;
}

a.link1:hover {
	color 		: #000000;
	text-decoration	: underline;
}

/** BACKGROUNDS */

.bg1 { background: url(../01_hp_pics/streifen01.gif) repeat-x left top; }
.bg2 { background: url(../01_hp_pics/buyhere01.gif) repeat-x left top; }