/* CSS for News360-NoW pages */
/* version: 2007-03-29-001 */
/* Creator: NewsIT-M.W.Steidl */
/* Design hints: 
Width of the core content = 770px
Padding left of the core content = 20px;
= Total width = 790px;
DOM:
document-root
* html
** header
** body
*** nowHeader
**** ... navigation
*** nowMainContainer
**** nonMainContent
***** ... content boxes
*** nowFooter
*/
/* Basic HTML classes */

a {
	color: #14198c;
	text-decoration: none;
}

a:hover {
	color: #c0035a;
	text-decoration: underline;
}

html {
	
}

body {
	background: url(/now360/images/body_bg.gif) #F9FAFF top left repeat-x;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	font-size: 100.1%;
	font-size: 0.8em;
	line-height: 1.333em;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

td {
	font-size: 1em;
}

h1 {
	color: #14198c;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h2 {
	color: #14198c;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0px 0;
}

h1.s1 {
	color: #14198c;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 0px 0;
}

a.bulletlink {
	padding: 0 0 0 15px;
	background: url(/now360/images/bullet.gif) left no-repeat;
}

.nachoben {
	float: right;
	padding: 0 10px 0 15px;
	font-size: 0.85em;
	background: url(/now360/images/nachoben.gif) center left no-repeat;
}

.klein {
	font-size: 0.85em;
	white-space: nowrap;
}
.docid {
	display: none;
}

/* hilight1 = Markierung von Such-Fundstellen im Text */
.hilight1
{
	background:yellow;
}

/* Header */
#nowHeader {
	height: 106px;
	width: 960px;
	margin: 0px auto;
	padding: 0;
	background: url(/now360/images/titel_bg.gif) top right no-repeat;
}

#nowHeader #logo {adding: 4px 0 0 0;
}

#nowHeader #logoprint {
	display: none;
}

#nowHeader li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nowHeader ul {
	clear: both;
	margin: 0;
	padding: 0;
}


#nowHeader ul {
	float: left;
	display: block;
	padding: 3px 0px 0px 0px;
	margin: 0px;
	list-style: none;
}

#nowHeader ul li {
	float: left;
	display: block;
	padding: 0 0px 0 0;
	margin: 0px;
	list-style: none;
	text-align: center;
}

#nowHeader ul li a {
	float: left;
	display: block;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.3em;
	padding: 0px 0px 0 0px;
	height: 22px;
	width: 106px;
	text-align: center;
	background: url(/now360/images/reiter_bg_n.gif) top left no-repeat;
}
#nowHeader ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background: url(/now360/images/reiter_bg_o.gif) top left no-repeat;
}

/* Inhalt */
#nowMainContainer {
	width: 960px;
	margin: 20px auto;
	background: #f2f2fd url(/now360/images/inhalt_bg.gif) top left repeat-y;
}

#nowMainContent {
	padding: 15px 0 0 20px;
	width: 726px;
}


#sidebar {
	float: right;
	width: 175px;
	padding: 20px 0px 0 10px;
}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0 0 20px 20px;
}
#sidebar li {
	list-style: none;
}

#sidebar li a {
	font-weight: bold;
	padding: 0 0 0 14px;
	background: url(/now360/images/sidebar_bullet.gif) left no-repeat;
}
#sidebar li a.aktiv {
	color: #c0035a;
}

#sidebar #logininfo {
	background: #bdc0e5;
	padding: 10px 0 10px 20px;
	font-size: 0.85em;
}

#sidebar #hinweis {
	padding: 10px 10px 10px 20px;
	font-size: 0.8em;
	line-height: 1.2em;
}

/* Suchmaske */

.suchmaske {
	background: #fff;
	padding: 5px 10px;
	margin: 0 0 10px 0;
	border-bottom: 2px solid #cbcce9;
}

.suchestarten {
	float: right;
}

input.suchfeld {
	background: #f7f7f7;
	border: 1px solid #bdc0e5;
}


/* Nachrichten Liste */

#liste {
	/*border-top: 1px solid red;*/
	border-bottom: 2px solid #cbcce9;
}

#liste table {
	/*border: 1px solid #fff; */
	border: 0px;
}

#liste td,
#liste th {
	border: 0px;
	margin: 0px;
	padding: 3px 5px;
	line-height: 1.2em;
}

#liste th {
	background: #fff;
	/*background: #dbddf4;*/
	color: #14198c;
	padding: 5px 5px;
	text-align: left;
	border-top: 0px solid #fff;
	border-bottom: 2px solid #cbcce9;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

#liste td {
	/*background: #fff;*/
	border: 0px;
	border-top: 0px solid transparent;
	border-bottom: 1px solid #cbcce9;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	
}

/*
#liste .bg2 td {
	background: #f7f7f7;
	border: 0px;
	border-bottom: 1px solid #cbcce9;
	border-right: 1px solid #f7f7f7;
	border-left: 1px solid #f7f7f7;
}*/

#liste .bg-seiten td {
	background: #dbddf5;
	border: 0px;
	border: 1px solid #dbddf5;
}
#liste table table td span  {
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 2px 5px;
	background: #c0035a;
}
#liste table table td a {
	font-weight: bold;
}

/* Aktive Nachricht */
#liste .bg1.aktiv td {
	background: #f9e5ee;
	border-right: 1px solid #f9e5ee;
	border-left: 1px solid #f9e5ee;
}
#liste .bg2.aktiv td {
	background: #f1dee7;
	border-right: 1px solid #f1dee7;
	border-left: 1px solid #f1dee7;
}

#liste table td table td {
	border: 0px;
}

/* Nachrichten Detail als "ShowItem" class */

#ShowItem {
	margin: 20px 0 10px 0;
	padding: 0 0 10px 0;
	background: #ffffff;
	border-bottom: 2px solid #cbcce9;
}

#ShowItem p {
	margin: 0 0 8px 0px;
	padding: 0px;
}

#ShowItem #ctl00_ContentPlaceHolder1_dlstSingleDoc_ctl00_Ortsmarke {
	float:left;
	padding:0 7px 0 0;
}

#ShowItem .hr {
	border-bottom: 1px solid #cbcce9;
}
#ShowItem .hr hr {
	display: none;
}

#ShowItem .channel {
	font-weight: bold;
	float: left;
	padding: 3px 0 5px 10px;
}

#ShowItem .drucken {
	float: right;
	display: block;
	padding: 3px 10px 5px 0px;
}
#ShowItem .drucken a {
	float: left;
	display: block;
	padding: 0 0 0 20px;
	height: 20px;
	background: url(/now360/images/icon_drucken.gif) left no-repeat;
}

#ShowItem .inhalt {
	padding: 0px 10px;
}

#ShowItem h1 {
	padding: 0px;
	margin: 10px 0;
	color: #14198c;
	font-size: 1.2em;
}
#ShowItem h2 {
	padding: 0px;
	margin: 10px 0;
	color: #14198c;
	font-size: 1.0em;
}

#ShowItem .detailhead-links {
	float: left;
	font-size: 0.85em;
	width: 370px;
	padding: 0px 0 0px 10px;
}

#ShowItem .detailhead-rechts {
	float: right;
	text-align: right;
	font-size: 0.85em;
	width: 270px;
	padding: 0px 10px 0px 0px;
}

#ShowItem .detailhead-links div,
#ShowItem .detailhead-rechts div {
	padding: 3px 0 0px 0px;
}

#ShowItem .quelle {
	float: left;
	/*font-size: 0.85em;*/
	padding: 3px 0 0px 10px;
	font-weight: bold;
}
#ShowItem .Autorenzeile {
	display: block;
	padding: 0 0 10px 0;
}

/* Nachrichten Detail als "NoShowItem" class */

#NoShowItem {
	display: none;
}



/* Classes for content */
.nowcontentbox1 {
	background: #FAFAFA;
	float: left;
	margin: 0;
	padding: 20px 0 17px 0;
	width: 100%;
}

.nowcontentbox2 {
	background: #FAEEFA;
	float: left;
	margin: 0;
	padding: 20px 0 0 0;
	width: 100%;
}

#footercopyright {
	color: #666666;
	font-size: 9px;
}

/* Footer */
#nowFooter {
	clear: both;
	margin: 0 auto 15px auto;
	padding: 0;
	width: 940px;
	color: #818181;
	font-size: 10px;
}

