
html {
	background: url(/assets/images/bg.jpg) repeat 0 0;
}

body {
	margin: 0;
	padding: 0;
	background: url(/assets/images/background.png) repeat-y center 0;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif; 
	font-size: 12px; 
    color: #333;
}


a img {
    border: 0;
}


#header {
	width: 760px; 
    height: 150px;
	margin: 0 auto;
	background: url(/assets/images/hdr_background.png) no-repeat center 0;
}

#header h1#logo {
    padding: 0;
    margin: 0;
}

#header h1#logo a {
	text-indent:-2000px;
	background:url(/assets/images/logo.png) no-repeat center;
	height:64px;
	width:246px;
	display:block;
    padding: 80px 0 0 50px;
    text-decoration: none;
    border: 0;
	}
	
	
#footer {	
	margin: 0 auto;	
	width: 760px;	
	background-color: #212121;	
	border-top: 4px #3c3c3c solid;	
	color: #e3e3e3;
	clear: both;
    padding-bottom: 20px;
}

    #footercontent {	
    	line-height: 16px;
    	padding: 20px; 
        clear: both;
    }
    	
    
    #footer a:link {	
    	color: #CCC;
    	text-decoration: none;
        border-bottom: 1px dotted #ccc;
    }
    
    #footer a:hover {	
    	color: #CCC;
        border-bottom: 1px solid #CCC;
    }
    
    #footer a:visited {	
    	color: #CCC; 
    	text-decoration: none;
        border-bottom: 1px dotted #ccc;
    }

	
h1 {
    font-size: 16px;
}

h2 {
    font-size: 14px;
}


/*
Navigation 
----------------------------------------------------*/

ul {
margin: 0;
padding: 0;

}

#navigation {	
	width: 760px; 
	height: 40px;
	background-color: #212121;
	margin: 0 auto;
    font-size: 14px;
}

#navigation ul {
	margin: 0 0 0 20px;
	padding: 10px 0 0 0;
	font-size: 90%;
	list-style: none;
	background-color: #212121;
	width: 500px;
	-text-transform: uppercase;
	letter-spacing: .1em;
	float:left;
	display:inline;
}
	
#navigation ul li {
	margin: 0;
	padding: 0;
	float: left;
}

#navigation ul li a {
	float: left;
	margin: 0 1px 0 0;
	padding: 6px 12px;
	color: #ccc;
	border-top: 1px solid #383838;
	background: #2E2E2E;
	text-decoration: none;
}

#navigation ul li a:hover {
	background: #383838;
}
	
#navigation ul li.active a {
	font-weight: bold;
	color: #369;
	border-right: 1px solid #000;
	background: #e5e5e5 url(../elemente/layout/tab-on-bg.gif) repeat-x top left;
}


#about {
    width: 760px;
    margin: 0 auto;
	background-color: #ecebe1;
	border-bottom: 1px solid #dad9d1;
	clear: both;
	padding: 0;
}

#main {
    width: 760px;
    margin: 0 auto;
}


.contentwrap {
    padding: 20px;
}


a:link, a:visited {
    color: #333;
    border-bottom: 1px dotted #333;
    text-decoration: none;
}

a:hover {
    border-bottom: 1px solid #333;
}


.clear {
    clear: both;
}




#schedule {
    width: 100%;
    border: 0;
    margin: 0;
    
    
    border-spacing: 0;
}

    #schedule th {
        background: #212121;
        color: #fff;
        padding: 5px;
    }

    #schedule tr.past {
        background: #eee;
    }

    #schedule tr:hover {
        background: #ccc;
    }

    #schedule td {
        padding: 5px;
        border-bottom: 1px solid #000;
    }
