/*

only black used as color

*/

#site { 
	width: 650px; 
	font: 12px arial, verdana, sans-serif;
	line-height: 16px;
	color: black;
}

#header, #navigation, #footer, .submenu, .subright, .column-middle, #content { display: none;}

#printContent {
	margin: 20px 0px;
	width: 650px; 
	font: 12px arial, verdana, sans-serif;
}

h1, td h1 {font: 19px arial, verdana, sans-serif; font-weight: bold; color: black; margin-bottom: 7px;}
h2, td h2 {font: 17px arial, verdana, sans-serif; font-weight: bold; color: black; margin-bottom: 7px;}
h3, td h3 {font: 15px arial, verdana, sans-serif; font-weight: bold; color: black; margin-bottom: 7px;}
h4, td h4 {font: 14px arial, verdana, sans-serif; font-weight: bold; color: black; margin-bottom: 7px;}
h5, td h5 {font: 13px arial, verdana, sans-serif; font-weight: bold; color: black; margin-bottom: 7px;}
h6, td h6 {font: 12px arial, verdana, sans-serif; font-weight: bold; color: black; margin-bottom: 7px;}

#content a:link, #content a:visited {text-decoration: none; color: black ;  border-bottom: 1px solid black;}

#content img { margin: 10px 0px; }
#content img.left {	margin: 0px 10px 10px 0px; float: left; }
#content img.right { margin: 0px 0px 10px 10px; float: right; }

#print_header {
	width: 650px;
	height: 120px;
	display: block;
	border-bottom: 1px solid black;
}

#print_header .adres {
	float: left;
}

#print_header .logo {
	margin: 28px;
	padding: 0px;
	float: right;
}

#content .item {
    position: relative;
    width: 320px;
    height: 95px;
    background-color: #004C93;
    margin: 11px 5px 0px 0px;
    cursor: pointer;
    float: left;
    display: inline;
}

#content .item.red {
    background-color: #8F2276;
}

#content .item.immens {
    background: url(pics/immens.png) top left no-repeat;
}

#content .item.lunch {
    background: url(pics/lunch.png) top left no-repeat;
    margin-right: 0px;
}

#content .item.phoenix {
    width: 318px;
    height: 93px;
    background: url(pics/phoenix.png) top left no-repeat;
}

#content .item.light {
    width: 320px;
    background-color: #80a5c9;
    margin-right: 5px;
}

#content .item.phoenix .corner{
    top: -2px;
    left: -1px;
    background: url(pics/corner-border.png) top left no-repeat;
}

#content .item .corner{
    background: url(pics/corner.png) top left no-repeat;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;    
}

#content .item .bottom{
    width: 320px;
    height: 13px;
    background: url(pics/item-bottom.png) top left repeat-x;
    font-size: 0px;
    line-height: 0px;
}

#content .item.red .bottom{
    background: url(pics/item-bottom-red.png) top left repeat-x;    
}

#content .item.light .bottom{
    width: 320px;
    background: url(pics/item-bottom-light.png) top left repeat-x;    
}

#content .item .top{
    width: 310px;
    height: 82px;
      
}

#content .item .top a:link, #content .item .top a:visited{
    color: #80a6c9;
    display: block;
    width: 270px;
    height: 68px;
    padding: 14px 0px 0px 40px;
    text-decoration: none;
    border: none;
    font-size: 22px;
    line-height: 28px;
}

#content .item.red .top a:link, #content .item.red .top a:visited{
    color: #ab5998;    
}

#content .item.light .top a:link, #content .item.light .top a:visited{
    color: #c0d2e4;
}

#content .item .top a:hover, #content .item.red .top a:hover, #content .item.light .top a:hover{
    color: #fff;
}