/***********************************
GALERIE KRAMER
CSS by Struct-O-Com ::: Tammo Lüers
www.structocom.de
©2008
***********************************/
a,
a:link {
	color:#333;
	outline:none;
}
a:visited {
	color:#666;
}
a:hover {
	color:#930;
	text-decoration:underline;
}
a:active {
	color:#333;
}
a:focus {
	color:#930;
}
#main-content-block a,
.txt-img a {
	text-decoration:underline;
}
#main-content-block .newslist a,
#main-content-block .zweispalter a  {
	text-decoration:none;
}
/***** NAV LEFT *****/
#nav-left a {
	color:#333;
	text-decoration:none;
}
#nav-left a:visited {
	color:#333;
}
#nav-left a:hover {
	color:#930;
	text-decoration:none;
}
#nav-left a:active {
	color:#333;
	font-weight:bold;
}
#nav-left a:focus {
	color:#930;
	font-weight:bold;
}
#nav-left span.aktiv {
	color: #333;
	font-weight:bold;
}
/***** LOGO *****/
#logo a {
	display:block;
	background-image: url(logo.gif);
	height:80px;
	width:480px;
}
/***** FOOTER *****/
#footer a {
	color: #999;
	background-color: transparent;
}
#footer a:hover {
	color: #930;
}
/***** DIVERSE *****/
div.toplink a {
	display:block;
	height:20px;
	background-image:url(top.gif);
}
.zweispalter_1 a,
.zweispalter_2 a {
	color:#333;
	font-weight:bold;
	text-transform:uppercase;
}
.zweispalter_1 a:visited,
.zweispalter_2 a:visited {
	color:#666;
	text-decoration:none;
}

.zweispalter_1 a:hover,
.zweispalter_2 a:hover {
	color:#930;
	text-decoration:underline;
}
.zweispalter_1 a:active,
.zweispalter_2 a:active {
	color:#333;
}