body {
    	background-image:url(images/hg.png); /* Background color */
    color: #222;            /* Foreground color used for text */
    font-family: Helvetica; 
    font-size: 14px;
    margin: 0;              /* Amount of negative space around the outside of the body */
    padding: 0;             /* Amount of negative space around the inside of the body */
}

#header h1 {
    margin: 0;
    padding: 0;
}
#header h1  {
    background-color: #ccc;
    border-bottom: 1px solid #666;
    color: #000;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
	   text-shadow: 1px 1px 1px #CCC;
    background-image: -webkit-gradient(linear, left top, left bottom, 
                                       from(#000), to(#ccc));
}

#header h2 {
    margin: 0;
    padding: 0;
}
#header h2  {
	 text-shadow: 1px 1px 1px #333;
 
    background-color: #000;
    border-bottom: 1px solid #999;
	
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 0;
    text-align: center;
    text-decoration: none;
}

#header ul {
    list-style: none;
    margin: 0px;
    padding: 0;
	
}
#header ul a  {
	

	
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    color: #222222;
    display:inline;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 10px;
	
	
	
    text-decoration: none;
	 
}



#content, #sidebar {
    padding: 10px;
}

#footer {
    display: none;
}




#live,#kontakt,#video {
	background-color:rgba(205,205,205,0.8);
	margin:5px;
	padding:5px;
	border-radius:8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;

    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

#header ul.hide {
    display: none;
}
td{
	color:#ccc;
	border:1px solid #ccc;
	text-align:center;
	background-color:rgba(0,0,0,0.7);
		-moz-border-bottom-left-radius:10px; /* Firefox */
	-webkit-border-bottom-left-radius:10px; /* Safari, Chrome */
	-khtml-border-bottom-left-radius:10px; /* Konqueror */
	border-bottom-left-radius:10px; /* CSS3 */
	
	-moz-border-top-right-radius:10px; /* Firefox */
	-webkit-border-top-right-radius:10px; /* Safari, Chrome */
	-khtml-border-top-right-radius:10px; /* Konqueror */
	border-top-right-radius:10px; /* CSS3 */

-moz-border-bottom-right-radius:5px; /* Firefox */
	-webkit-border-bottom-right-radius:5px; /* Safari, Chrome */
	-khtml-border-bottom-right-radius:5px; /* Konqueror */
	border-bottom-right-radius:5px; 
}



a {
	color:#F00;
}
.gigtable{
	margin:20px;
	
}

table {
	width:280px;
	height:auto;
}

