/*** Allgemeine Stildefinitionen ***/

body {
	background-color : #fff;
	color : #aaa;
}
a:link, a:visited {
	color : #ff9933;
}
a:hover, a:active {
	color : #000;
}

/*** Klassendefinitionen ***/

#all #content, div.thumbnail.folder {
	border: 1px solid #aaa;
}

span.active {
	color : #000;
}
a.lb:link, a.lb:visited, a.lb:hover {
	color : #ff9933;
}
a.lb:active {
	color : #000;
}
div.picture {
	background-color: #eee;
}
div.inner_area, ul.folderlist, #info {
	background-color: #fff;
}

div.picture, div.gallery_item div.picture {
	border-color: #c3cccc;
}

div.picture:hover, div.gallery_item div.picture:hover {
	border-color: #000;
}

div.gallery_item div.label {
	font-size: 80%;
}

td.preview {
	background: #eee;
}
/*** Objektspezifische Stildefinitionen ***/

#navi_portions a:link, #navi_portions a:visited {
	color : #ff9933;
}
#navi_portions a:hover, #navi_portions a:active {
	color : #000;
}
#navi_main a:link, #navi_main a:visited, #navi_top a:link, #navi_top a:visited, #navi_bottom a:link, #navi_bottom a:visited, #navi_pages a:link, #navi_pages a:visited, #navi_contact a:link, #navi_contact a:visited {
	color : #aaa;
}
#navi_main a:hover, #navi_main a:active, #navi_top a:hover, #navi_top a:active, #navi_bottom a:hover, #navi_bottom a:active, #navi_pages a:hover, #navi_pages a:active, #navi_contact a:hover, #navi_contact a:active {
	color : #000;
}
#subjects a:link, #subjects a:visited {
	color : #aaa;
}
#subjects a:hover, #subjects a:active {
	color : #000;
}
a.button, a.button:link, a.button:visited {
	color: #999;
	border: 1px solid #999; 
	padding: 1px 4px;
	text-decoration: none;
}

a.button:hover, a.button:active {
	color: #000;
	border: 1px solid #000; 
}