/* --- DJ Teddy-O CSS --- */
html, body {
	width:100%;
	height:100%;
}

/* standard html stuff background-image:url(images/skyline.gif);*/
body { 
	background-color:#111;
	padding: 0;
	margin: 0;
	color:#fff;
	font-family:  verdana;
	font-size: 11px;
}

/* global page stuff */
#page { 
	padding: 8px 0px 0px;
	margin: 0px auto;
	width: 956px;
	text-align: center;
}

#content {
	text-align: center;
	width: 956px;
	height: 360px;
	background-image:url(images/screen.png);
	background-repeat: no-repeat;
	background-position:center;
	overflow: hidden;
}

#content1 {
	text-align: left;
	padding-bottom: 50px;
}

#content1 a {
	text-decoration: none;
	font-size: 13px;
	color: #ffffff;
	font-family:  arial;
}

h3 {
	font-size: 15px;
	color: #ffffff;
	font-family:  arial;
}

td a {
	text-decoration: none;
	font-size: 13px;
	color: #ffffff;
	font-family:  arial;
}

#comm {
	vertical-align: top;
	width: 956px;
}

.cat1 a {
	text-align:center;
    text-decoration: none;
	display: block;
	background-image:url(images/buttons/interviews-inaktiv.jpg);
	width: 200px;
	height: 45px;
	float: left;
	padding-right: 15px;
}

.cat2 a {
    text-decoration: none;
	display: block;
	background-image:url(images/buttons/event-videos_inaktiv.jpg);
	width: 200px;
	height: 45px;
	float: left;
	padding-right: 15px;
}

.cat3 a {
    text-decoration: none;
	display: block;
	background-image:url(images/buttons/productions-inaktiv.jpg);
	width: 200px;
	height: 45px;
	float: left;
	padding-right: 15px;
}

.cat4 a {
    text-decoration: none;
	display: block;
	background-image:url(images/buttons/shout-outz_inaktiv.jpg);
	width: 200px;
	height: 45px;
	float: left;
	padding-right: 15px;
}

.cat1 a:hover {
	background-image:url(images/buttons/interviews-aktiv.jpg);
	background-repeat: no-repeat;
}
.cat2 a:hover {
	background-image:url(images/buttons/event-videos_aktiv.jpg);
	background-repeat: no-repeat;
}
.cat3 a:hover {
	background-image:url(images/buttons/productions_aktiv.jpg);
	background-repeat: no-repeat;
}
.cat4 a:hover {
	background-image:url(images/buttons/shout-outz_aktiv.jpg);
	background-repeat: no-repeat;
}
