
/**
 * CSS Einstellungen zu den Livenet Standart-Designs:
 * http://www.livenet.ch/Service/redaktionssystem-standartdesign.php
 *
 * Diese Datei muss grundsätzlich nicht editiert werden!
 * Ausnamen: 
 * - um Navihere auszuschalten #navihere von visibility: visible; in: visibility: hidden; ändern
 */


/**
 * Body Einstellungen 
 * Hintergrundbild und Farbe wird in den farbspezifischen CSS Files eingestellt!
 */
td,body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: auto;
}

/**
 * Color ist giebt die Farbe oben rechts
 */
#color {
	width:14px; 
	height:160px;
}



/**
 * Such und newsletter buttons
 */
td.src,td.nwl {
	background-repeat: no-repeat;
}


/**
 * Suchformular
 * Die erste Zeile: "visibility" bestimmt, ob das Suchformular suchtbar (visible) ist
 * oder ob das Suchformular unsichtbar (hidden) ist. Die weiteren einstellungen bestimen 
 * die Position
 */

div.srcLayerBtn,div.nwlLayerBtn {
	visibility: visible;
	position:absolute; 
	width:518px; 
	height:26px;  
	left: 0px; 
}

div.srcLayerBtn {top:108px;}
div.nwlLayerBtn {
	top:128px;
	visibility: hidden;
}

/**
 * Newsletterformular
 * Die erste Zeile: "visibility" bestimmt, ob das Newsletterformular suchtbar (visible) ist
 * oder ob das Newsletterformular unsichtbar (hidden) ist. Die weiteren einstellungen bestimen 
 * die Position
 */
.srcNwlField {

	width:100%;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #999999;
	height:18px;
	margin: 0px;
}

/**
 *  Links beim Such und Newsletterfeld
 */
a.searchLink { text-decoration:none; }
a.searchLink:hover { text-decoration:underline; }



a:link,a:visited,a.active { color: #000000; }
a:hover { text-decoration: none; }

.footerAD,a.footerAD:link,a.footerAD:visited,a.footerAD:active  {
	color: #cccccc;
	text-decoration:none;
}

a.footerAD:hover { color:#999999 }

/* CSS für navHere */
td.headlink {
	padding-left: 15px;
	margin-top: 0px;
}
.headlink,a.headlink:link,a.headlink:visited,a.headlink:active  {
	color: #000000;
	text-decoration:none;
}
a.headlink:hover { 
	text-decoration:underline;
}

h1{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 19px;
}

h2,.untertitel1 { 
        font-size: 16px;  
        font-weight:bold;  
}

h3,.untertitel2 { 
        font-size: 14px;  
        font-weight:bold;  
}

#content {
	width: 520px;
	margin-right: 20px;
	margin-left: 20px;
}

#navigation {
	width:140px;
}

#navihere {
	position:absolute;
	width:430px;
	height:20px;
	z-index:1;
	left:185px;
	top:50px;
	visibility: visible;
}


td.boxTitle {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
}


.boxTable h1, td.boxTitle {
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-top-style: solid;
        border-bottom-style: solid;
        border-top-color: #cccccc;
        border-bottom-color: #cccccc;
        font-size: 12px;
        line-height: 25px;
        font-weight: bold;
}

td.artikeltext {
        padding: 0px;
}

td.boxContent,td.boxContent a {
	padding-top:10px;
	color: #666666;
}

.boxTable td{
	padding-left:10px;
}


p.artikellead {
   font-weight:bold;
}
