/* 
www.retrotv.at
Start: 28.10.2007
Letzte Aenderung: 29.10.2007
*/
/* Reset all */
*{
	margin: 0;
	padding: 0;
}

/* Allgemeines ---------- */
body {
	margin: 0px;
	padding: 0px;
	color: #fff;
	background: #464646;
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
}

img, a img {
	border: 0;
}

.float_left_artikel {
	border: 1px solid #fff;
	float: left;
	font-size: 90%;
	line-height: 120%;
	position: relative;
	margin-right: 15px;
}

.float_right_artikel {
	border: 1px solid #fff;
	float: right;
	font-size: 90%;
	line-height: 120%;
	position: relative;
	margin-left: 15px;
}

/* Schriften ---------- */
#content p {
	font-size: 0.8em;
}

#content h1 {
	font-size: 1.5em;
	font-weight: bold;
	background-color: White;
	color: #f30;
	margin: 0 0 15px 0;
}

#content h2 {
	font-size: 1.2em;
	font-weight: bold;
	background-color: White;
	color: #f90;
	margin: 30px 0 15px 0;
}

#content h3 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 30px 0 15px 0;
}

#content h4 {
	font-size: 0.8em;
	font-weight: bold;
	margin: 20px 0 10px 25px;
}

#content ul {
	font-size: 0.8em;
	margin: 0 0 15px 60px;
}

#content ol {
	font-size: 0.8em;
	margin: 0 0 15px 60px;
}

#content a:link, #content a:visited, #content a:active {
	color: #06c;
} 

#content a:hover {
	color: #a22;
	text-decoration: none;
} 

#content table {
	font-size: 0.8em;
	margin: 0 0 15px 30px;
	width: 445px;
	text-align: left;
}

#content table a {
	text-decoration: none;
}

.links {
	text-align: left;
}

.rechts {
	text-align: right;
}

.fett {
	font-weight: bold;
}

/* Container ---------- */
#box {
	width: 735px;
	background: url(bg.gif) repeat-y;
	color: #232323;
	margin: 5px;
	float: left;
}

#left {
	width: 215px;
	float: left;
}

#left img {
	margin-top: 20px;
}

#right {
	float: left;
	width: 520px;
	background: url(title-videoproduktion.gif) no-repeat top left;
}

#right img {
	margin-top: 20px;
}

#content {
	margin: 160px 20px 20px 20px;
}

/* Navigation ---------- */
#navi {
	font-size: 0.8em;
	margin: 20px;
	width: 175px;
} 

ul.nav1st dfn {
	display: none;
}

ul.nav1st .hier, .dn {
	display: none;
}

ul.nav1st li {
	display: block;
	color: #888;
	background: inherit;
	list-style-type: none;
	text-transform: uppercase;
}

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	color: #888;
	background: inherit;
	text-decoration: none;
	padding: 0.5em;
}

ul.nav1st a:hover {
	color: #fff;
	background: #464646;
}

ul.nav1st li a#menu_on, 
ul.nav1st li a#menu_on:link {
	color:#fff;
	background: #464646;
}

ul.nav1st li a#menu_on:hover {
	color: #fff;
	background: #464646;
}

ul.nav2nd {
	font-size: 0.8em;
	font-weight: normal;
}

ul.nav2nd li {
}

ul.nav2nd a, 
ul.nav2nd a:link {
	display: block;
	padding: 0.5em 0.5em 0.5em 1.5em;
	color: #ccc;
	text-transform: none;
}


ul.nav2nd a:hover {
	background-color: #464646;
	color: #ccc;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	background-color: #464646;
	color: #ccc;
}
