body {
	font-family			: Arial, Verdana, Geneva, Helvetica;
	font-size			: 12px;
	font				: 14px/16px;
	letter-spacing		: 0px;
	margin				: 0px;
	background-color	: #ffffff;
	background-repeat	: repeat-y;
}

#main {
	width			: 1000px;
	height			: 100%;
	min-height		: 100%;
	background-repeat	: repeat-y;
	background-color:{gallery_black};
}

a:link, a:visited, a:active {
	font-size		: 12px;
	color			: #000000;
	text-decoration	: none;
}
a:hover {
	font-size		: 12px;
	color			: #700000;
	text-decoration	: none;
}

.nav_left:link, .nav_left:visited, .nav_left:active {
	font-size		: 12px;
	color			: black;
	text-decoration	: none;
	font-weight		: bold;
}
.nav_left:hover {
	font-size		: 12px;
	color			: yellow;
	text-decoration	: none;
	font-weight		: bold;
}

.nav_left2:link, .nav_left2:visited, .nav_left2:active {
	font-size		: 12px;
	color			: black;
	text-decoration	: none;
	font-weight		: bold;
}
.nav_left2:hover {
	font-size		: 12px;
	color			: yellow;
	text-decoration	: none;
	font-weight		: bold;
}

.nav_left2_active:link, .nav_left2_active:visited, .nav_left2_active:active {
	font-size		: 12px;
	color			: black;
	text-decoration	: none;
	font-weight		: bold;
}
.nav_left2_active:hover {
	font-size		: 12px;
	color			: yellow;
	text-decoration	: none;
	font-weight		: bold;
}

.nav_left3:link, .nav_left3:visited, .nav_left3:active {
	font-size		: 12px;
	color			: black;
	text-decoration	: none;
}
.nav_left3:hover {
	font-size		: 12px;
	color			: yellow;
	text-decoration	: none;
}

.nav_top:link, .nav_top:visited, .nav_top:active {
	font-size		: 12px;
	color			: #ffffff;
	text-decoration	: none;
	font-weight		: bold;
}
.nav_top:hover {
	font-size		: 12px;
	color			: yellow;
	text-decoration	: none;
	font-weight		: bold;
}

.nav_top_active:link, .nav_top_active:visited, .nav_top_active:active {
	font-size		: 12px;
	color			: #700000;
	text-decoration	: none;
	font-weight		: bold;
}
.nav_top_active:hover {
	font-size		: 12px;
	color			: #000000;
	text-decoration	: underline;
	font-weight		: bold;
}

.path:link, .path:visited, .path:active {
	font-size		: 12px;
	color			: #ffffff;
	text-decoration	: none;
}
.path:hover {
	font-size		: 12px;
	color			: #ffee00;
}

.events_title {
	font-size		: 12px;
}


.bildunterschrift, .bildunterschrift:link, .bildunterschrift:visited, .bildunterschrift:active {
	color			: #ffffff;
}
.bildunterschrift:hover {
	color			: #ffcc33;
}

.page_title {
	font-weight : bold;
	font-size 	: 14px;
}

/* TEXT */
.text {
	font-size		: 12px;
}

.weiter:link, .weiter:visited, .weiter:active {
	font-size		: 12px;
}

.list_link,.list_link:link,.list_link:visited,.list_link:active,.list_link:hover {
	font-size		: 12px;
}

.events_list_link,.events_list_link:link,.events_list_link:visited,.events_list_link:active,.events_list_link:hover {
	color 			: #ffffff;
	font-size		: 12px;
	font-weight		: bold;
}

.events_list_link:hover {
	color			: #700000;
	font-weight		: bold;
}

p {
	font-size		: 12px;
}
td {
	font-size		: 12px;
}

.content2 {
	font-size		: 12px;
}

.content2 a {
	color: #ffffff;	
}

/* DIVS */

div#content2,div#content2:link,div#content2:visited {
	font-size		: 10px;
	color			: #ffffff;
	font-weight		: bold
}

div#content {
	font-size		: 10px;
	float			: right;
	/*width			: 494px;*/
	width			: 680px;
}



/* head */
div#head {
	height			: 125px;
	width			: 1000px;
	float			: left;
	/* background-color	: #e79600; */
}

div#path {
	margin-left		: 14px;
	height			: 25px;
}

div#search {
	margin-left		: 14px;
	height			: 49px;
}

div#nav_top {
	margin-left		: 175px;
}

.bg_div {
	background-color:#F0F0F0;
	width:100%;
	padding : 2px;
}

/**
 *	Styles für Gallery
 */

.galleryTable td img {
	border: 2px solid #ffffff;
}

.galleryTable td img:hover {
	border: 2px solid orange;
}
#contenu_lien a{
color:#336699;
text-decoration:underline;

}