/* 
Contains color styles of the page.

(c) Copyright 2008 PuzzWorks OHG.
Author: Georg Freund <georg.freund@puzzworks.com>

Allowed:
all coloring related styles like
color, background, background-color, background-image, border-color...

Not allowed:
Any border-widths, font-sizes, width/heights oder padding/margins.

Try to use #EEE instead of #EEEEEE. Always use uppercase!

*/



/* Tags */

body {
	background: url('/img/content_bg.jpg') no-repeat 200px 60% fixed;
}
a {
	color:#039;
}
h2 {
	color:#039;
}
p {}

ol {
	color:#000;
}
ul {
	color:#000;
}


/* Document*/

div#document {
	background: url('/img/nav_bg.gif') repeat-y;
}

/* Head */

div#head {
	background: url('/img/head_bg.gif') repeat-x;
}

/* Nav*/

div#nav {
}

#nav ul {
	color:#039;
	background: url('/img/nav/unav_bg.gif') repeat-y; 
}
#nav ul ul {
	background:none; 
}
#nav ul li a {
	border-color:#fff;
}
#nav ul li a:hover {
	background-color:#039; 
	color:#fff; 
}

/* Page */


#page .color {
	color:#039;
}
#page .aktuell {
	
	border-color:#F99; 
	background-color:#FFC; 
	color:#C00;
}
#page aktuell:hover {
	border-color:#DF0101; 
}
#page .cite {
	border-color:#ccf; 
	color:#039; 
	background-color:#ffc; 
}
#page ul.items li.pdf {
	background:url('/img/pdf_icon.gif') no-repeat;
}
#page ul.items li.external {
	background:url('/img/external_icon.gif') no-repeat;
}
#page ul.rich li {
	color:#039;
}
#page ul.rich li li {
	color:#000;
}
#page .changesize {
	color:#666; 
}
#page #size {
	background: url('/img/size/size.gif') no-repeat center left; 
}
#page #sizebg {
	background: url('/img/size/size_bg.gif') no-repeat center left; 
}

/* Foot */

#foot .copyright {
	color:#666; 
}


/* Globals */

#page table.list thead th, 
#page .capsule.h2,
#dialog .box .submit input,
#page ul.module .module.h1:hover {
	color:#039;
}
#page .capsule.h2 span.tools a:hover input.image, 
#page .capsule span.tools a:hover img, 
#page ul.module .module.h1 span.tools a:hover img, 
#page fieldset legend, 
#page fieldset legend.multiple input.submit.active {
	background-color:#039;
}
#page ul.module li.select,
#dialog .box {
	border-color:#039;
}