@charset "UTF-8";
@import url("menu.css");
/* Fernsehkritik-TV Main Style Sheet */

* { padding: 0; margin: 0; }
p { margin-top: 1em; }
body {
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 101%;
	background-image: url(images/blood.gif);
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
}
#blood2 { background-image: url(images/blood2.gif); background-repeat: no-repeat; background-position: right top; }
#out { margin: 0 auto; width: 900px; text-align: left; }
#header { background-image: url(images/logo.jpg); background-repeat: no-repeat; float:left;
	height: 195px;
	width: auto;
}
#out {
	background-image: url("images/holger.jpg");
	background-repeat: no-repeat;
	background-position: right -35px;
}
#in {
	margin-top: 1em;
	clear: both;

}
#rssfaq a:hover { background:white; outline: 2px white solid; }  
#footer { text-align: center; font-size: 10px; margin-top: 25px; margin-bottom: 2px; }
.xs { font-size: 10px; }
.str { font-weight: bold; }

dl { float: left; }
dt { float: left; }
dd { clear: left; font-size: 9px; font-style: italic; }



/*
#bar form { display: inline; }

#nbar { }
#nbar ul li { float: left; }
*/

#episode { margin-bottom: 85px; }
#episode:hover h2 a { color: #000; }
#episode:hover img { border: 1px solid red; }

/* Normaler Link */
a { color: #000; }
a:hover, a:focus { text-decoration: none; }

/* verw. Klassen */
.floatr { float:right; }
.floatl { float:left; }
.floatc { margin-left: 25px; }
.nep { background-image: url(images/new.gif); background-repeat: no-repeat; background-position: left center; padding-left: 1.2em; }
.kkommentiert { font-style: italic; }

/* Spalten */
	/* Rechts */
#rclm { float: left; width: 398px; }
#rclm .rclmo { padding-left: 1em; border-bottom: 1px solid #E6330E; }
#rclm .rclmo h2 { border-bottom: none; }
.rclmi { margin: 1em; }
	/* Links */
#lclm { float: left; width: 500px; border-right: 1px solid #E6330E; }
#lclm .lclmo { padding-left: 1em; border-bottom: 1px solid #E6330E; margin-bottom: 1em; }
#lclm .lclmo a:hover { color: #000; }
#lclm .lclmo h2 { border-bottom: none; }
.lclmi { margin: 0 1em 1em 1em; }
.lclmi img { border: 1px solid black; }

/* Listen */

ul { list-style-type: circle; }

/* Headings */
h1, h2, h3, h4, h5, h6 { font-family: 'Trebuchet MS', "Times New Roman", Times, serif; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; color: #E6330E; }
h1, h2 { color: #E6330E; padding-bottom: 1px; }
h3, h4, h5, h6 { color: rgb(136, 109, 49); }
h1 { font-size: 155%; }
h2 { font-size: 150%; }
h3 { font-size: 145%; }
h4 { font-size: 140%; }
h5 { font-size: 135%; }

/* Suchfeld*/
#s { border: 1px solid #E6330E; }


/* Pfeile */
.plus { background-image: url(images/plus.gif); background-repeat: no-repeat; height: 10px; width: 10px; display: inline-block; }
.plus2 { background-image: url(images/plus-r.gif); background-repeat: no-repeat; height: 10px; width: 10px; display: inline-block; }
.plus_up { background-image: url(images/plus-up.gif); background-repeat: no-repeat; height: 10px; width: 10px; display: inline-block; }

