/* Massive Mag - main.css */

/*eric meyers reset reloaded (edited)*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*================ startseite + impressum =====================*/

/* --main-- */
#start_center{
	position: relative;
	margin:10% auto;
	width: 325px;
}


/* --impressum-- */
.txt{
	padding-bottom: 10px;
	line-height: 1.2em;
}
.txt img{
	margin-top: 5px;
}
.txt li a{
	color: #687589;
}
.txt li a:hover{
	color: #cc3300;
}

/*================= contentseiten ========================*/


div#main_wrapper {
	width: 930px;
	height: 900px;
	padding: 30px 0 0 30px;
	position: relative;
}


div#center{
	position: relative;
	height: 630px;
}
#navi_obj {
	/* navi css */
}


/
.clearer {
	clear:both;
}
#dummy{
	float:left;
	width: 990px;
	height: 20px;
}


/* ---------inside wrapper (video and channels)------------------ */

#inside_wrapper {
	width: 990px;
}

#player_obj {
	float:left;
	margin-right: 10px;
}
#channel_obj {
	float:right;
}	
div#bottom{
	float: left;
	padding-top: 10px;
}
/* IE 6 */
* html div#bottom{
	width: 640px;
}

#subnavi li {
	color : white;
	font-weight: bold;
	font-size: .7em;
	display: inline;
	padding-right: 15px;
}
#subnavi .li_right {
	padding-left: 820px;
}
/* IE 6 */
* html #subnavi .li_right {
	margin-left: 200px;
}

#subnavi li a{
	text-decoration: none;
	color: white;
}
#subnavi li a:focus, #subnavi li a:hover, #subnavi li a:active {
	color: white;
}