/* ---------------------------------------------------------
   page-content middle
--------------------------------------------------------- */

#contentbox {
	background-color: #FCDB62;
}



/* ---------------------------------------------------------
   page-content middle // content
--------------------------------------------------------- */

#contentbox table thead .h3 {
	background: #036 url(../img/colorsets/std/tbl_corner_tl.gif) no-repeat top left;
}
#contentbox table thead h3 {
	color: #fff;
}
#contentbox table thead .sort {
	background-color: #FCE380;
}
#contentbox table thead .sort .asc {
	/*background: transparent url(../img/colorsets/std/icon_sort_asc.gif) no-repeat right 5px;*/
	background-image: url(../img/colorsets/std/icon_sort_asc.gif);
}
#contentbox table thead .sort .desc {
	/*background: transparent url(../img/colorsets/std/icon_sort_desc.gif) no-repeat right 5px;*/
	background-image: url(../img/colorsets/std/icon_sort_desc.gif);
}
#contentbox table tbody tr {
	background: #fafafa url(../img/colorsets/std/tbl_line.gif) no-repeat bottom left;
}
#contentbox table tbody tr td.last {
	background: #fafafa url(../img/colorsets/std/tbl_line.gif) no-repeat bottom right;
}




#contentbox .hr {
	background: #fafafa url(../img/colorsets/std/line_content.gif) no-repeat top left;
}



#contentbox .paging-complex {
	background-color: #036;
	color: #fff;
}
#contentbox .paging-complex a {
	color: #fff;
}

#contentbox .paging-simple {
	background: #036 url(../img/colorsets/std/tbl_corner_tl.gif) no-repeat top left;
}
#contentbox .paging-simple h3 {
	color: #fff;
}
#contentbox .paging-simple p {
	color: #fff;
}
#contentbox .paging-simple p a {
	color: #fff;
}






#contentbox .content {
	background-color: #FCF2AB;
}
#contentbox .endblank {
	background-color: #FCF2AB;
}





#contentbox .content h2 {
	color: #FF7200;
}
#contentbox .content img.bordered {
	border: 1px solid #9FA5AA;
}
#contentbox .content h3 {
	color: #FF7200;/*036*/
}
#contentbox .content h4 {
	/*color: #036;*/
}
#contentbox /*.content*/ a.intern {
	/*background: transparent url(../img/colorsets/std/icon_link_intern.gif) no-repeat 0 2px;*/
	background-image: url(../img/colorsets/std/icon_link_intern.gif);
}
#contentbox .content a.extern {
	/*background: transparent url(../img/colorsets/std/icon_link_extern.gif) no-repeat 0 2px;*/
	background-image: url(../img/colorsets/std/icon_link_extern.gif);
}
#contentbox /*.content*/ a.pageup {
	/*background: transparent url(../img/colorsets/std/icon_link_pageup.gif) no-repeat 0 2px;*/
	background-image: url(../img/colorsets/std/icon_link_pageup.gif);
}





#contentbox .content div.colored {
	background-color: #FCE380;
}





#contentbox .content table thead th,
#contentbox .content table tbody td  {
	background-color: #FCE380;
}

#contentbox .content table tbody td .hr  {
	background-color: #fff;
}




#contentbox .content h4.glossar {
	color: #DE0027;
}


#contentbox .content h4.anchor {
	color: #036;
	/*background: transparent url(../img/colorsets/std/icon_link_anchor_h4.gif) no-repeat 0 2px;*/
	background-image: url(../img/colorsets/std/icon_link_anchor_h4.gif);
}



#contentbox .content h3.info {
	color: #FF7200; /*036*/
	/*background: transparent url(../img/colorsets/std/icon_info.gif) no-repeat top left;*/
	background-image: url(../img/colorsets/std/icon_info.gif);
}


#contentbox .content .materials {
	background-color: #FCE380;
	color: #003366;
}
#contentbox .content .materials img {
	border: 1px solid #A0A5A9;
}
#contentbox .content .materials a.zoom {
	/*background: transparent url(../img/colorsets/std/icon_link_zoom.gif) no-repeat 0 2px;*/
	background-image: url(../img/colorsets/std/icon_link_zoom.gif);
}
#contentbox .content .materials a.download {
	/*background: transparent url(../img/colorsets/std/icon_link_download.gif) no-repeat 0 2px;*/
	background-image: url(../img/colorsets/std/icon_link_download.gif);
}
#contentbox .content .materials a.extern {
	/*background: transparent url(../img/colorsets/std/icon_link_extern.gif) no-repeat 0 2px;*/
	background-image: url(../img/colorsets/std/icon_link_extern.gif);
}





#contentbox .content ul {
	background-color: #FCE380;
}
#contentbox .content ul.no-colored {
	background-color: transparent;
}
#contentbox .content ul li {
	/*background: transparent url(../img/basics/list_item_square.gif) no-repeat 0 7px;*/
	background-image: url(../img/basics/list_item_square.gif);
}

#contentbox .content ol {
	background-color: #FCE380;
}





#contentbox .content h3.anchorlist {
	color: #FF7200; /*036*/
	/*background: transparent url(../img/colorsets/std/icon_anchor.gif) no-repeat 0 7px;*/
	background-image: url(../img/colorsets/std/icon_anchor.gif);
}
#contentbox .content h3.anchorlist a {
	color: #FF7200; /*036*/
}
#contentbox .content ul.anchorlist {
	background-color: #FCF2AB;
}
#contentbox .content ul.anchorlist li {
	/*background: transparent url(../img/colorsets/std/icon_link_anchor.gif) no-repeat 0 4px;*/
	background-image: url(../img/colorsets/std/icon_link_anchor.gif);
}

#contentbox .content ul.links {
	background-color: #FCF2AB;
}
#contentbox .content ul.links li.intern {
	/*background: transparent url(../img/colorsets/std/icon_link_intern.gif) no-repeat 0 2px;*/
	background-image: url(../img/colorsets/std/icon_link_intern.gif);
}
#contentbox .content ul.links li.extern {
	/*background: transparent url(../img/colorsets/std/icon_link_extern.gif) no-repeat 0 2px;*/
	background-image: url(../img/colorsets/std/icon_link_extern.gif);
}





#contentbox .content dl dt {
	/*background: transparent url(../img/basics/list_item_square.gif) no-repeat 0 5px;*/
	background-image: url(../img/basics/list_item_square.gif);
}




#contentbox .content img.flagge {
	border: 1px solid #333;
}





/* ---------------------------------------------------------
   page-content middle // img-boxes: ecards und fotowettbewerb
--------------------------------------------------------- */

#contentbox .content .img-boxed {
	background-color: #FCE380;
}
#contentbox .content .img-boxed img {
	border: 1px solid #9FA5AA;
}
#contentbox .content .img-boxed h3 {
	color: #000;
}
#contentbox .content .img-boxed a.zoom {
	/*background: transparent url(../img/colorsets/std/icon_link_zoom.gif) no-repeat 0 2px;*/
	background-image: url(../img/colorsets/std/icon_link_zoom.gif);
}




/* ---------------------------------------------------------
   page-content middle // footer
--------------------------------------------------------- */

#footer {
	background-color: #FCDB62;
}
#footer.teaserpage {
	background-color: #FCDB62;
}
#footer li a.recommend {
	background: transparent url(../img/colorsets/std/icon_link_recommend.gif) no-repeat top left; 
}
#footer li a.print {
	background: transparent url(../img/colorsets/std/icon_link_print.gif) no-repeat top left; 
}


