/* Large */
html { font-size: 13px; }
body { font-size: 1.2em; background: black;}
body, #wrapper, #container, #navigation, #mainbody, #footer, .footerpart{background: black; color:white;}
#wrapper  { max-width: 100%;}

#header{ color: black;background: black;}

#breadcrumbs{font-size: 1em;color: yellow; }
#breadcrumbs a{color: yellow; }
#mainbody a{color: yellow; text-decoration: underline; font-weight: normal;}
#mainbody a:hover, #footer a:active, #footer a:focus { color: orange;text-decoration: underline;}

#footer a{color: yellow; text-decoration: underline; font-weight: normal;}
#footer a:hover, #footer a:active, #footer a:focus { color: orange;text-decoration: underline;}
#footer ul li a { padding: 0px; margin:  0px;color: yellow; text-decoration: underline; font-weight: normal; }
#footer ul li a:visited{color:yellow;}
#footer ul li a:hover, #footer ul li a:active, #footer ul li a:focus { font-weight: bold; color: orange;}

#navigation ul li { background: black; border: 1px solid #B7DCF7; -moz-border-radius: 10px; border-radius: 10px;}
#navigation ul li:hover { margin-left: 0px; background: black; }
#navigation ul li a { color: yellow;}
#navigation ul li a:hover, #navigation ul li a:focus { padding-left: 5px;  color: yellow;}
#navigation ul li a:active{ padding-left: 5px; color: yellow;}
#search #q { background: black; color: yellow; }
*html #wrapper { width: 80% !important; }
	
	