
/**
 * CSS Einstellungen zu den Livenet Standart-Designs:
 * http://www.livenet.ch/Service/redaktionssystem-standartdesign.php
 *
 * Diese Datei muss grundsätzlich nicht editiert werden!
 */


/**
 * 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;
}

/**
 * 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
 */
/*
	left:50%;
	top:50%;
	height: 768px;
	width: 1024px;
	margin-left:-512px;
	margin-top:-384px;
*/
div.srcLayerBG,div.srcLayerBtn {
	visibility: visible;
	position:absolute; 
	width:518px; 
	height:26px;  
	left: 50%; 
	top: 55px;
	margin-left:-178px;
}

div.srcLayerBG { z-index:1; }
div.srcLayerBtn { z-index:2; }

/**
 * 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
 */
div.nwlLayerBG,div.nwlLayerBtn {
	visibility: visible;
	position:absolute; 
	width:518px; 
	height:26px; 
	left: 50%; 
	top: 77px;
	margin-left:-178px;
}

div.nwlLayerBG { z-index:1; }
div.nwlLayerBtn { z-index:2; }



.srcNwlField {
	vertical-align:middle;
	width:100%;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

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

.boxTitle {
	font-weight: bold;
	padding-left: 15px;
	color: #FFFFFF;
}

.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: #FFFFFF;
	text-decoration:none;
}
a.headlink:hover { 
	text-decoration:underline;
}


