
/*
Theme Name: Das Schwarze Schaf - Niederrheinischer Kabarettpreis
Theme URI: http://www.dasschwarzeschaf.com/
Description: white bg, white content body, for lower navigation pages.
Version: 0.2
last updated: 21.08.2009 by engine-productions Medienproduktion Köln
*/

/* Basics and Typography */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(pics/bg-615.gif) no-repeat;
	font-size: 0.9em;
	line-height: 1.0em;
	font-family: "Arial", "sans-serif";
	color: #000000;
}

a {
	font-family: "Arial", "sans-serif";
	text-decoration: none;
	color: #e96015;
}

a:link { color: #e96015; }
a:visited { color: #e96015; }
a:hover, a:active { color: #454952; text-decoration: underline; }

#wrapper {
	width: 1000px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
 	border: 0px solid #ffCC33; 
	background: #FFFFFF;
	border: 0px solid #ff0033;
}

#logo {
	position: absolute;
	left: 844px;
	top: 0;
}

#topban {
	width: 615px;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #ff0033;
}

#contentainer {
	float: left;
	align: center;
 	width: 615px;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #FFFFFF;
	overflow: hidden;
}

#content {
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0px;
	/*margin: 35px 65px 35px 65px;*/
	padding: 15px;
	text-align: left;
	background: #FFFFFF;
}

#contentainerrechts {
	position: absolute;
	left: 845px;
	top: 250px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #FFFFFF;
}

#contentrechts {
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0px;
	text-align: left;
}

h1 {
	font-family: "Arial Black", "Arial", "sans-serif";
	margin: 15px 0px 0px 0px;
	line-height: 15px;
	letter-spacing:0px;
	font-size: 1.65em;
	font-weight: bold;
	color: #e96015;
	text-transform: uppercase;
}

h1.csc-firstHeader {
	padding: 0px 0px 0px 0px;
}

h2 {
	font-family: "Arial Black", "Arial", "sans-serif";
	margin: 0px 0px 0px 0px;
	line-height: 1.2em;
	letter-spacing:0px;
	font-size: 1.5em;
	font-weight: bold;
	color: #e96015;
	text-transform: uppercase;
}

h3 {
	font-family: "Arial", "sans-serif";
	margin: 0px 0px 0px 0px;
	letter-spacing:0px;
	font-size: 1.0em;
	font-weight: normal;
	color: #000000;
	text-transform: uppercase;
}

h4 {
	font-family: "Arial", "sans-serif";
	margin: 10px 0px 0px 0px;
	line-height: 16px;
	font-size: 10px;
	font-weight: bold;
	color: #e96015;
}

/*.454952 {
	font-weight: bold;
	color: #454952;
}*/

#footer {
	clear: both;
	text-align: center;
	font-family: "Arial", "sans-serif";
	font-size: 0.65em;

	margin: 0px;
	padding: 0px 0px 20px 0px;
/*  	border: 0px solid #4081A2; */
}


/* Navigation */



#navcol {
	width: 200px;
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0px solid #FF8403;
}

#navigation {
	/*height: 105px;*/
	float: left;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	border: 0px solid #660066;
}

#redbox {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 100px;
	background: #e96015;
	border: 0px solid #FF8403;
	clear: both;
}

#typonavi {
	float: left;
	margin: 8px 0px 0px 0px;
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 0px;
	width: 200px;
	clear: both;
}

/*###################################################################################*/

ul#nav,
ul#nav ul {
	margin: 0;
	padding: 0;
	width: 200px; /* Width of Menu Items */
	border-bottom: 0px solid #ccc;
	background: #fff; /* IE6 Bug */
	color: black;
}

ul#nav li {
	position: relative;
	list-style: none;
	margin: 0px 0px 8px 0px;
	padding: 4px 0px 4px 10px;
	background: #999999;
	border: 0px solid #3300FF;
}

ul#nav li.active {
	position: relative;
	list-style: none;
	margin: 0px 0px 8px 0px;
	padding: 4px 0px 4px 10px;
	background: #e96015;
	border: 0px solid #3300FF;
}
 
ul#nav li a {
	display: block;
	padding: 5px;
	border-bottom: 0;
	font-size: 0.70em;
	line-height: 1.1em;
	font-family: "Arial", "sans-serif";
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase; 
	text-decoration: none;
	color: #000;
}

ul#nav li a:link { color: #fff; }
ul#nav li a:visited { color: #fff; }
ul#nav li a:hover { 
	color: #fff;
	/*text-decoration: underline;*/
}

/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */

ul#nav ul {
	position: absolute;
	display: none;
	left: 200px; /* Set 1px less than menu width */
	top: 0;
}

ul#nav li ul li a { 
	/*padding: 2px 5px;*/
	padding: 5px;
} /* Sub Menu Styles */

ul#nav li:hover ul ul,
ul#nav li:hover ul ul ul,
ul#nav li.over ul ul,
ul#nav li.over ul ul ul { display: none; } /* Hide sub-menus initially */

ul#nav li:hover ul,
ul#nav li li:hover ul,
ul#nav li li li:hover ul,
ul#nav li.over ul,
ul#nav li li.over ul,
ul#nav li li li.over ul { 
	display: block;
	z-index: 99;
	/*
	opacity: .3; 	filter: alpha(opacity=30);
	*/
} /* The magic */

ul#nav li.menuparent { 
	/*background: transparent url(arrow.gif) right center no-repeat;*/
	background: #999999 url(arrow.gif) right center no-repeat;
}

ul#nav li.menuparentactive { 
	background: #e96015 url(arrow.gif) right center no-repeat;
}

ul#nav li.menuparent:hover,
ul#nav li.over { 
	/*background-color: #999999; */
}

ul#nav li.menuparentactive:hover { 
	background-color: #e96015; 
}

ul#nav li.menuparent ul li a:link { color: #000; }
ul#nav li.menuparent ul li a:visited { color: #000; }
ul#nav li.menuparent ul li a:hover { color: #e96015; }
ul#nav li.menuparentactive ul li a:link { color: #000; }
ul#nav li.menuparentactive ul li a:visited { color: #000; }
ul#nav li.menuparentactive ul li a:hover { color: #e96015; }

ul#nav li.menuparentactive ul li.active a:hover { color: #000; }

ul#nav li.menuparent ul, ul#nav li.menuparentactive ul {
	background: transparent;
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 1px;
}

ul#nav li.menuparent ul li, ul#nav li.menuparentactive ul li {
	background: #DDDDDD;
	margin: 0px 0px 1px 0px;
}

ul#nav li.menuparentactive ul li.active {
	background: #e96015;
}

ul#nav li a:hover { 
	color: #fff;
}

/*###################################################################################*/
/*###################################################################################*/

ul#nav2,
ul#nav2 ul {
	margin: 0;
	padding: 0;
	width: 200px; /* Width of Menu Items */
	border-bottom: 0px solid #ccc;
	background: #fff; /* IE6 Bug */
	color: black;
}

ul#nav2 li {
	position: relative;
	list-style: none;
	margin: 0px 0px 8px 0px;
	padding: 4px 0px 4px 10px;
	background: #CCCCCC;
	border: 0px solid #3300FF;
}

ul#nav2 li.active {
	position: relative;
	list-style: none;
	margin: 0px 0px 8px 0px;
	padding: 4px 0px 4px 10px;
	background: #e96015;
	border: 0px solid #3300FF;
}
 
ul#nav2 li a {
	display: block;
	padding: 5px;
	border-bottom: 0;
	line-height: 1.2em;
	font-family: "Arial", "sans-serif";
	font-size: 0.7em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase; 
	text-decoration: none;
	color: #000;
}

ul#nav2 li a:link { color: #000000; }
ul#nav2 li a:visited { color: #000000; }
ul#nav2 li a:hover { 
	color: #000000;
	/*text-decoration: underline;*/
}

/* Fix IE. Hide from IE Mac \*/
* html ul#nav2 li { float: left; height: 1%; }
* html ul#nav2 li a { height: 1%; }
/* End */

ul#nav2 ul {
	position: absolute;
	display: none;
	left: 199px; /* Set 1px less than menu width */
	top: 0;
}

ul#nav2 li ul li a { padding: 2px 5px; } /* Sub Menu Styles */

ul#nav2 li:hover ul ul,
ul#nav2 li:hover ul ul ul,
ul#nav2 li.over ul ul,
ul#nav2 li.over ul ul ul { display: none; } /* Hide sub-menus initially */

ul#nav2 li:hover ul,
ul#nav2 li li:hover ul,
ul#nav2 li li li:hover ul,
ul#nav2 li.over ul,
ul#nav2 li li.over ul,
ul#nav2 li li li.over ul { display: block; } /* The magic */

ul#nav2 li.menuparent2 { background: #CCCCCC url(arrow.gif) right center no-repeat; }
 
ul#nav2 li.menuparent2:hover,
ul#nav2 li.over { 
	background-color: #CCCCCC; 
}

ul#nav2 li a:hover { 
	color: #fff; 
}

/*###################################################################################*/



#navbox_1 {
	float: left;
	margin: 8px 0px 0px 0px;
	padding: 4px 0px 4px 10px;
	width: 200px;
	line-height: 1.2em;
	text-align: left;
	background: #999999;
	border: 0px solid #3300FF;
}



#navbox_2 {
	float: left;
	margin: 8px 0px 0px 0px;
	padding: 4px 0px 4px 10px;
	width: 200px;
	line-height: 1.0em;
	text-align: left;
	background: #CCCCCC;
	border: 0px solid #3300FF;
}



a.sidenavtop {
	font-family: "Arial", "sans-serif";
	font-size: 0.7em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase; 
	color: #000;
/* 	color: #A5A5A5; */
}

a.sidenavtop:link { color: #fff; }
a.sidenavtop:visited { color: #fff; }
a.sidenavtop:hover, a.sidenav1:active { color: #fff; text-decoration: underline; }



a.sidenavbottom {
	font-family: "Arial", "sans-serif";
	font-size: 0.7em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase; 
	color: #000;
/* 	color: #A5A5A5; */
}

a.sidenavbottom:link { color: #000; }
a.sidenavbottom:visited { color: #000; }
a.sidenavbottom:hover, a.sidenavbottom:active { color: #000; text-decoration: underline; }

a.footnav {
	font-family: "Arial", "sans-serif";
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	color: #99CC33;
}

a.footnav:link { color: #99CC33; }
a.footnav:visited { color: #99CC33; }
a.footnav:hover, a.sidenav1:active { color: #99CC33; text-decoration: underline; }

#partner {
	clear: both;
	width: 120px;
	float: left;
	margin: 12px;
	padding: 0px;
	line-height: 15px;
}

td {
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 0px 5px 0px 0px;
	text-align: left;
	background: #CCCCCC;
	font-family: "Arial", "sans-serif";
	color: #000000;
}

/*###############################    tt_news styles  ###################################*/

.newslink dd {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.newslink a {
	padding: 0px 0px 0px 10px;
}

#content .noframe {
	padding-left: 160px;
}

.csc-frame-frame1 {
	clear: left;
	float: left;
	background: #e96015;
	width: 200px;
	color: #000000;
	padding: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.csc-frame-frame2 {
	clear: left;
	float: left;
	background: #000000;
	width: 200px;
	color: #ffffff;
	padding: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.csc-frame-indent6633 {

	background: #ffffff;
	width: 330px;
	color: #000000;
	padding: 10px;
	margin-left: 235px;
	margin-bottom: 5px;
}

.csc-frame-indent3366 img {
	/*bild in linker spalte einige pixel von oben abrücken damit bündig mit dem text*/
	padding-top: 5px;
}
