/*  CSS Definition für website Schnullblubber  *//* Allgemeine Einstellungen der Webseite  */table  { margin:1px;}body { 	font-family:verdana,Arial, sans-serif; 	color: #000000;  	font-size:10pt; /* 	background-color: #ffffff;  */	margin: 1px; 	padding: 1px; 	}p, li 	{font-size:10pt;  	font-family:verdana,Arial, sans-serif ; 	margin-top: 3pt; 	margin-bottom:3pt;	margin-left:6pt; 	color:black;	}h1      { 	margin: 0px 0px 20px 0px; 	font-size:18px; 	font-weight:bold; 	}h2      { 	margin: 0px 0px 20px 0px; 	font-size:15px; 	font-weight:bold; 	}p.date	{ 	font-size: 11px; 	margin: 0px 0px 5px 0px; 	}p.subject { 	margin: 0px 0px 5px 0px; 	font-size: 15px; 	font-weight: bold; 	}p.text { 	margin: 0px;	}p.comments { 	margin: 5px 0px 0px 0px; 	font-size: 11px; 	}p.comment-text { 	margin: 0px 0px 0px 0px; 	}p.commentauthor { 	margin: 20px 0px 5px 0px; 	}a:link               { 	color: #0000cc; /* 	background-color:white; */	text-decoration: none; 	}a:visited            { 	color: #0000cc; /* 	background-color:white; */	text-decoration: none; 	}a:hover              { 	color: #0000ff; /* 	background-color:white; */	text-decoration: underline; 	}a:active             { 	color: #ff0000; /* 	background-color:white; */	text-decoration: none; 	}.caution             { 	color: red; /* 	background-color:white; */	font-weight: bold; }a.without:link {	text-decoration:none; /* 	background-color:white; */	color:#ffffff}a.without:visited {	text-decoration:none; /* 	background-color:white; */	color:#ffffff	}a.without:hover {	text-decoration:none; /* 	background-color:white; */	color:#ffffff	}a.without:active{	text-decoration:none; /* 	background-color:white; */	color:#ffffff	}a.without:focus {	text-decoration:none; /* 	background-color:white; */	color:#ffffff}a.with:visited            { 	color: #0000cc; /* 	background-color:white; */	text-decoration: none; 	}a.with:hover              { 	color: #0000ff; /* 	background-color:white; */	text-decoration: underline; 	}a.with:active             { 	color: #ff0000; /* 	background-color:white; */	text-decoration: none; 	}a.white:focus {	text-decoration:none; /* 	background-color:white; */	color:#ffffff}.textlink {   color:#000000;   text-decoration:none;   font-family:verdana,arial,helvetica;   font-size:7pt;   text-transform: none;  } .textlink:visited {   color:#000000;  } .textlink:hover {   color:#FF7300;  }