html, body {  
	margin: 0px 0px 0px 0px;
	background-color: #000;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* scrolleiste internet explorer ab vers.5.5 
body {
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-face-color: #D5D5D5;
	scrollbar-highlight-color: #003366;
	scrollbar-shadow-color: White;
	scrollbar-darkshadow-color: #003366;
	scrollbar-base-color: #CCCCCC;
	scrollbar-track-color: #B9B9B9;
}*/

.t1 {
	background-image: url(images/top_back2.gif);
	background-repeat: repeat-x;
}
.t2 {
	background-image: url(images/salon_rr_top4.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 42px;
}
.t3 {
	background-image: url(images/salon_rr_top2.gif);
	background-repeat: repeat-x;
	
}
.t4 {
	background-image: url(images/salon_rr_leftcol_back.gif);
	background-repeat: repeat-y;
}
.t5{
	background-image: url(images/salon_rr_leftcol_top1.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.t6 {
	background-color: #ffe37f;
	height: 1px;
}
.menu_g {
	padding: 0px 20px 5px 20px;
	color: #ffe37f;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.menu_v {
	padding: 50px 20px 20px 10px;
	color: #ffe37f;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
}
.content {
	background-image: url(images/salon_rr_midcol_top1.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #ffe37f;
	padding: 30px;
	font-family: Tahoma;
	font-size: 12px;
	text-align: justify;
}
.loginbox {
	background-repeat: no-repeat;
	background-position: top left;
	color: #ffe37f;
	padding: 30px;
	font-family: Tahoma;
	font-size: 12px;
	text-align: justify;
}
.loginbox td {
	color: #FFF4CC;
	padding: 3px;
	font-family: Tahoma;
	font-size: 12px;
	text-align: justify;
}

.content td {
	color: #FFF4CC;
	padding: 3px;
	font-family: Tahoma;
	font-size: 12px;
	text-align: justify;
}
.content img {
	margin: 10px;
}
.content li {
	list-style-image: url(images/li.gif);	
	margin-top: 10px;
}
.footer {
	padding: 10px 30px 10px 30px;
	color: #ffe37f;
	font-family: Arial;
	font-size: 11px;
}

/*** LINKS ***/
.menu_g a:link, .menu_g a:active, .menu_g a:visited{
	text-decoration: none;
	color: #ffe37f;
	margin: 0px 10px 0px 10px;
}
.menu_g a:hover {
	text-decoration: none;
	color: #FFEFB7;
}

.menu_v a:link, .menu_v a:active, .menu_v a:visited{
	text-decoration: none;
	color: #ffe37f;
	padding-left: 15px;
	
}
.menu_v a:hover {
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	text-decoration: none;
	color: #FFEFB7;
}
.content a:link, .content a:active, .content a:visited{
	text-decoration: none;
	color: #ffe37f;
}
.content a:hover {
	text-decoration: underline;
	color: #FFF4CC;
}

.loginbox a:link, .content a:active, .content a:visited{
	text-decoration: none;
	color: #ffe37f;
}
.loginbox a:hover {
	text-decoration: underline;
	color: #FFF4CC;
}

.footer a:link, .footer a:active, .footer a:visited {
	color: #ffe37f;
	text-decoration: none;
}
.footer a:hover{
	color: #ffe37f;
	text-decoration: underline;
} 	
/*** TITLE ***/
h1 {
	font-family: Arial;
	font-size: 14px;
	color: #ffe37f;
	/*margin: 0px 0px 0px 30px;*/
	text-transform: uppercase;
	text-align: right;
	font-style: italic;
}
h2 {
	font-family: Arial;
	font-size: 13px;
	color: #ffe37f;
}

hr {
	border: none;
	color: #FFF4CC;
	background-color: #FFF4CC;
	height: 1px;
}
