/* DATEI: catchmorefish.css  */
/* Comestibles- und Gourmet-Service Fritz Gertsch AG */
/* (c) Intersim AG - Burgdorf */


body  {
	background-image : url(/images/design/bg.gif);
	background-color :  #FFFFFF;
	background-repeat : repeat-y;
	color : #003366;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	margin-left : 0px;
	margin-top : 0px;
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px;
	font-style : normal;  
	font-weight : normal; 	 	
}

td, p, dl, dt {
	font-family : Arial, Helvetica, sans-serif; ; 
	font-size : 11px;
	color :  #003366;
	font-style : normal;  
	font-weight : normal;
}

select, input {
	color: #003366;
	font-size : 11px; 		
}


 td {
		border: 0px none;
}

ul, ol {
	margin: 0px 0px 3px 0px;
	
}

li {
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	list-style: square inside;
}
 
/* Klassen */
.small { 
	font-size : 10px;  
}

.bold {
    font-weight : bold;
}

.white {
	font-size : 11px;
	font-weight : bold;
	color:#ffffff;
}
.bu 	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size : 11px;
	color:#003366;
	font-style: normal;  
	font-weight : normal;
	background-color : #FFFFFF;
}
.headBG {
	background-image : url(/images/design/segment_bg.gif);
	background-repeat : repeat-x;
}

/* Klassen Board - Homepage */
.board_title{
	width: 493px;
	padding: 0px 70px 0px 60px;
	margin: 0px;
	background-image : url(../images/design/board_bg_title.jpg);
	background-repeat : repeat-y;
	font-family : Arial, Helvetica, sans-serif; ; 
	font-size : 13px;
	color :  #FFFFFF;
	background-color: #4D6CA6;
	font-style : normal;  
	font-weight : bold;
}

.board_content{
	width: 493px;
	padding: 5px 70px 0px 60px;
	margin: 0px;
	background-image : url(../images/design/board_bg_content.jpg);
	background-repeat : repeat-y;
	font-family : Arial, Helvetica, sans-serif; ; 
	font-size : 11px;
	color :  #000000;
	font-style : normal;  
	font-weight : normal;
}
 	 
/* Quelltext-Befehle im normalen Fliesstext */
pre { font-family:'Courier New', Courier, monospace; font-size:11px; color:#FFFFFF; }


/* Titel im Hauptteil */	 
H1 {
	font-family: Arial, Helvetica, sans-serif; 
	color:#4D6CA6;
	font-size : 16px;
	font-weight : bold;
	padding-left : 0px;
	padding-top : 4px;
	padding-bottom : 4px;
}

H2 {
	font-family: Arial, Helvetica, sans-serif; 
	color:#4D6CA6;
	font-size : 14px;
	font-weight : bold;
	padding-left : 0px;
	padding-top : 3px;
	padding-bottom : 3px;
}

H3 {
	font-family: Arial, Helvetica, sans-serif; 
	color:#4D6CA6;
	font-size : 12px;
	font-weight : bold;
	padding-left : 0px;
	padding-top : 2px;
	padding-bottom : 2px;
}

a	{ color:#003366; text-decoration:underline; }
a:link { color:#003366; text-decoration:underline; }
a:active { color:#003366; text-decoration:underline; }
a:hover { color:#666666; text-decoration:underline; }

/* Navigationsbereich (linke Seite) */
a.mnu {
	font-size : 11px;
	color: #003366; 
	text-decoration:none
}
a.mnu:hover, a.mnuSel, a.mnuSel:link, a.mnuSel:hover, a.mnuSel:active, a.mnu:active  {
	font-size : 11px;
	color: #666666; 
	text-decoration:none;
}

/* DIVs */
#bg_mnu {
	position:absolute;
	top:155;
	left:0;
	width:200;
	z-index:98;
	visibility: visible;
 }
 #div_mnu {
	position:absolute;
	top:175;
	left:0;
	width:200;
	z-index:99;
	visibility: visible;
 }
 
 /* pop up */
.popup {background-image : url(../images/design/bg_popup.gif); background-repeat:repeat-x;}
#div_Address {position:absolute; top:47px; left:165px; widht:auto; height: auto; z-index:1;}
#div_Adress p {font-size:10px; font-weight:bold;}
 #div_popupTopnav {position:absolute; top:117px; left:0; width:98%; height:18px; padding:0px; margin:0px; z-index:2; text-align:right;}
 #div_popupContent {position:absolute; top:155px; left:16px; width:570px; height:auto; padding:0px; margin:0px; z-index:3;}
 .break {page-break-after:always;}
