﻿a, 
a:link, 
a:visited, 
a:active 
{
	color: #DF4A15;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
}

body.left_frame a,   /* zur Kompatibilität mit login_form.php -> deprecated later */
body.content_body a,
body.root a, 		 /* ab hier Standart! */
body a:link, 
body a:visited, 
body a:active,
body a:hover 
{
	background-image: url('images/p_inv.gif');
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 11px;
}

a:link.kompli,
a:visited.kompli,
a:active.kompli
{
	color: white;
	background-image: url('images/p_inv_w.gif');
	text-decoration: none;
/*
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 11px;
*/
}


a img {
	border: none;
	margin-right: 3px;
	position: relative;
	top: 1px;
}

a.nop {
	background-image: none !important;
	padding-left: 0px !important;
}


.navmain a {

}

li.navmain a,
li.navmain a:link, 
li.navmain a:visited 
{
	color:#fff;
	/* Vererbte Eigenschaften aufheben */
	background-image: none;  
	padding-left: 0px;		
}

li.navmain a:hover {
	color: #FF9900;
}

.content a {
	color: #CC0000;
	text-decoration: underline;
}

.content a, 
.content a:link, 
.content a:visited, 
.content a:active 
{
	font-weight:bold;
}

.content a:hover {
	color: #b8a501;
}

.boxbot a {
	font-weight: bold;
}


.frm_login_ok {

}

.frm_login_inp {
	width: 120px;
	height: 17px;
}



iframe {
	background-image: none;
}


.loginarea {
	color: #fff;
}

.warning {
	background-color: red;
	font-weight: bold;
}


/* Gallery-Spezifika */



h4.giDescription {
	font-size: 8pt;
}

.one-image a {
	background-image: none !important;
	padding-left: 0px !important;
}

.one-image img{
	width: 140px !important;
	height: auto !important;
}


/* Kompatibilität mit alter Galerie */
.content_body {
	background-color: #000;
	color: #fff;
}